eveseat/notifications

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

Summary

Maintainability
B
5 hrs
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 [
    // Core
    'created_user'                     => '사용자 생성됨',

    //Squads
    'squad_application'                => '스쿼드 지원서',
    'squad_member'                     => '새 스쿼드 멤버',
    'squad_member_removed'             => '스쿼드 멤버 제거됨',

    // Esi
    'alliance_anchoring'               => '얼라이언스 위치 고정 보고서',
    'alliance_war_declared'            => 'Declared War against Ally',
    'alliance_war_invalidated'         => 'Invalidated War against Ally',
    'alliance_capital_changed'         => 'Changed Capital Alliance',
    'ally_joined_war_aggressor'        => 'Aggressor Ally Joined War',
    'ally_joined_war_ally'             => 'Ally Joined War',
    'ally_joined_war_defender'         => 'Defender Ally Joined War',
    'bill_paid_corporation_alliance'   => 'Corporation Paid Bill',
    'character_left_corporation'       => '회사 탈퇴 캐릭터',
    'corporation_alliance_bill'        => 'New Alliance Bill',
    'corporation_application_new'      => '새로운 회사 이력서',
    'moon_mining_extraction_finished'  => '문청크 추출 완료',
    'moon_mining_extraction_started'   => '문청크 추출 시작',
    'orbital_attacked'                 => '세관이 공격받음',
    'ownership_transferred'            => '소유권 이전됨',
    'raffle_created'                   => '추첨 생성',
    'raffle_expired'                   => '만료된 추첨',
    'raffle_finished'                  => '종료된 추첨',
    'research_mission_available'       => '새로운 연구 미션',
    'sovereignty_structure_destroyed'  => '주권 구조물 파괴됨',
    'sovereignty_structure_reinforced' => '주권 구조물 강화됨',
    'story_line_mission_available'     => '새로운 스토리 라인',
    'structure_anchoring'              => '구조물 고정중',
    'structure_destroyed'              => '구조물 파괴됨',
    'structure_fuel_alert'             => '구조물 연료 부족',
    'structure_lost_armor'             => '구조물 장갑 손실',
    'structure_lost_shield'            => '구조물 쉴드 손실',
    'structure_services_offline'       => '구조물 서비스모듈 오프라인',
    'structure_unanchoring'            => '구조물 고정해제중',
    'structure_under_attack'           => '구조물 공격받음',
    'structure_went_high_power'        => '구조물 최고출력상태',
    'structure_went_low_power'         => '구조물 저전력',
    'killmails'                        => '킬메일',
];