eveseat/notifications

View on GitHub
src/resources/lang/ko/notifications.php

Summary

Maintainability
A
1 hr
Test Coverage
<?php

/*
 * This file is part of SeAT
 *
 * Copyright (C) 2015 to 2022 Leon Jacobs
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

return [

    'group'      => '알림그룹|알림그룹',
    'new_group'  => '새로운 알림 그룹',
    'edit_group' => '그룹 편집',
    'group_name' => '그룹 이름',
    'group_type' => '그룹 타입',

    'add'            => '추가',
    'name'           => '이름',
    'type'           => '타입',
    'alert'          => '경고|경고',
    'integration'    => '통합|통합',
    'affiliation'    => '제휴|제휴',
    'add_all_alerts' => '모든 경고 추가',

    'no_affiliation_notice' => '이 그룹에 연결된 소속이 없습니다' .
        'yet. In this configuration, all notifications for the matched alerts will be ' .
        'sent without any filter.',

    'new_integration'         => 'New Integration',
    'new_integration_message' => 'Add a New Integration',
    'new_email'               => '이메일 신규 연동',
    'new_slack'               => 'Slack 신규 연동',
    'configured_integrations' => '환경설정 연동',
    'settings'                => 'Settings',

    'setup_label'             => 'Notifications Setup',
    'setup_description'       => 'Allow user to define notification channels and subscriptions.',
];