From 808a1618d64d380d92219aebe9bd76d5b2bc7da3 Mon Sep 17 00:00:00 2001 From: Crypta Eve Date: Mon, 29 Jan 2024 21:55:15 +1030 Subject: [PATCH] Apply fixes from StyleCI (#667) Co-authored-by: StyleCI Bot --- src/Acl/EsiRolesMap.php | 42 +- src/Commands/Seat/Admin/Login.php | 4 +- src/Config/Permissions/alliance.php | 8 +- src/Config/Permissions/character.php | 72 +- src/Config/Permissions/corporation.php | 126 +- src/Config/Permissions/global.php | 4 +- src/Config/Permissions/moon.php | 18 +- src/Config/package.alliance.menu.php | 24 +- src/Config/package.character.menu.php | 162 +-- src/Config/package.corporation.menu.php | 152 +- src/Config/package.sidebar.php | 152 +- src/Config/seat-queues.php | 10 +- src/Config/web.jobnames.php | 72 +- src/Config/web.locale.php | 18 +- src/Events/Login.php | 4 +- src/Events/Logout.php | 4 +- src/Events/SecLog.php | 4 +- src/Http/Composers/Sidebar.php | 8 +- src/Http/Controllers/Auth/SsoController.php | 24 +- .../Controllers/Character/MailController.php | 4 +- .../Character/SkillsController.php | 18 +- .../Character/WalletController.php | 22 +- .../Configuration/AccessController.php | 2 +- .../Configuration/ScheduleController.php | 16 +- .../Configuration/SeatController.php | 24 +- src/Http/Controllers/HomeController.php | 24 +- .../Controllers/Profile/ProfileController.php | 2 +- .../Controllers/Squads/MembersController.php | 2 +- .../Squads/ModeratorsController.php | 2 +- .../Controllers/Squads/RolesController.php | 2 +- .../Controllers/Squads/SquadsController.php | 10 +- .../Support/FastLookupController.php | 32 +- .../Controllers/Support/ResolveController.php | 18 +- .../Controllers/Tools/MoonsController.php | 8 +- .../Controllers/Tools/NotesController.php | 6 +- .../Controllers/Tools/StandingsController.php | 10 +- .../Financial/LoyaltyPointsDataTable.php | 6 +- .../Financial/AbstractContractDataTable.php | 2 +- .../Financial/AbstractMarketDataTable.php | 2 +- .../AbstractWalletJournalDataTable.php | 2 +- .../AbstractWalletTransactionDataTable.php | 2 +- .../Common/Intel/AbstractAssetDataTable.php | 2 +- .../Intel/MembersTrackingDataTable.php | 2 +- .../MembersTrackingDataTableExport.php | 2 +- src/Http/DataTables/Scopes/AllianceScope.php | 2 +- .../DataTables/Scopes/CharacterMailScope.php | 4 +- .../DataTables/Scopes/CharacterNoteScope.php | 4 +- src/Http/DataTables/Scopes/CharacterScope.php | 4 +- .../DataTables/Scopes/CorporationScope.php | 2 +- .../Scopes/KillMailCharacterScope.php | 4 +- .../DataTables/Tools/MarketOrderDataTable.php | 6 +- src/Http/DataTables/Tools/MoonsDataTable.php | 2 +- src/Http/Middleware/Requirements.php | 2 +- src/Http/Routes/Tools/Standings.php | 2 +- src/Http/Validation/CustomSignin.php | 2 +- src/Http/Validation/Customlink.php | 6 +- src/Http/Validation/EditUser.php | 2 +- src/Http/Validation/NewIntelNote.php | 2 +- src/Http/Validation/NewSchedule.php | 2 +- src/Http/Validation/PackageChangelog.php | 4 +- src/Http/Validation/PackageVersionCheck.php | 2 +- src/Http/Validation/ProfileSettings.php | 14 +- src/Http/Validation/ReassignCharacter.php | 2 +- src/Http/Validation/SeatSettings.php | 10 +- src/Http/Validation/Sharelink.php | 2 +- src/Http/Validation/Squad.php | 6 +- src/Http/Validation/SsoScopes.php | 4 +- src/Http/Validation/StandingsElementAdd.php | 8 +- .../StandingsExistingElementAdd.php | 12 +- src/Http/routes.php | 28 +- src/Models/User.php | 2 +- src/Notifications/EmailVerification.php | 2 +- .../2019_11_12_220840_drop_groups_table.php | 10 +- src/database/seeders/ScheduleSeeder.php | 10 +- src/resources/lang/af/about.php | 2 +- src/resources/lang/af/bookmark.php | 8 +- src/resources/lang/af/calendar.php | 14 +- src/resources/lang/af/contract.php | 46 +- src/resources/lang/af/custom_offices.php | 12 +- src/resources/lang/af/fitting.php | 6 +- src/resources/lang/af/industry.php | 16 +- src/resources/lang/af/kills.php | 12 +- src/resources/lang/af/mail.php | 14 +- src/resources/lang/af/market.php | 18 +- src/resources/lang/af/mining.php | 22 +- src/resources/lang/af/moons.php | 22 +- src/resources/lang/af/notifications.php | 4 +- src/resources/lang/af/permissions.php | 288 ++-- src/resources/lang/af/research.php | 8 +- src/resources/lang/af/seat.php | 1288 ++++++++--------- src/resources/lang/af/settings.php | 8 +- src/resources/lang/af/squads.php | 40 +- src/resources/lang/af/wallet.php | 24 +- src/resources/lang/de/about.php | 2 +- src/resources/lang/de/bookmark.php | 8 +- src/resources/lang/de/calendar.php | 14 +- src/resources/lang/de/contract.php | 46 +- src/resources/lang/de/custom_offices.php | 12 +- src/resources/lang/de/fitting.php | 6 +- src/resources/lang/de/industry.php | 16 +- src/resources/lang/de/kills.php | 12 +- src/resources/lang/de/mail.php | 14 +- src/resources/lang/de/market.php | 18 +- src/resources/lang/de/mining.php | 22 +- src/resources/lang/de/moons.php | 22 +- src/resources/lang/de/notifications.php | 4 +- src/resources/lang/de/permissions.php | 288 ++-- src/resources/lang/de/research.php | 8 +- src/resources/lang/de/seat.php | 1286 ++++++++-------- src/resources/lang/de/settings.php | 8 +- src/resources/lang/de/squads.php | 40 +- src/resources/lang/de/wallet.php | 24 +- src/resources/lang/en/about.php | 2 +- src/resources/lang/en/bookmark.php | 8 +- src/resources/lang/en/calendar.php | 14 +- src/resources/lang/en/contract.php | 46 +- src/resources/lang/en/custom_offices.php | 12 +- src/resources/lang/en/fitting.php | 6 +- src/resources/lang/en/industry.php | 16 +- src/resources/lang/en/kills.php | 12 +- src/resources/lang/en/mail.php | 14 +- src/resources/lang/en/market.php | 18 +- src/resources/lang/en/mining.php | 22 +- src/resources/lang/en/moons.php | 68 +- src/resources/lang/en/notifications.php | 4 +- src/resources/lang/en/permissions.php | 288 ++-- src/resources/lang/en/research.php | 8 +- src/resources/lang/en/seat.php | 1288 ++++++++--------- src/resources/lang/en/settings.php | 8 +- src/resources/lang/en/squads.php | 40 +- src/resources/lang/en/wallet.php | 24 +- src/resources/lang/fr/about.php | 2 +- src/resources/lang/fr/bookmark.php | 8 +- src/resources/lang/fr/calendar.php | 14 +- src/resources/lang/fr/contract.php | 46 +- src/resources/lang/fr/custom_offices.php | 12 +- src/resources/lang/fr/fitting.php | 6 +- src/resources/lang/fr/industry.php | 16 +- src/resources/lang/fr/kills.php | 12 +- src/resources/lang/fr/mail.php | 14 +- src/resources/lang/fr/market.php | 18 +- src/resources/lang/fr/mining.php | 22 +- src/resources/lang/fr/moons.php | 22 +- src/resources/lang/fr/notifications.php | 4 +- src/resources/lang/fr/permissions.php | 288 ++-- src/resources/lang/fr/research.php | 8 +- src/resources/lang/fr/seat.php | 1286 ++++++++-------- src/resources/lang/fr/settings.php | 8 +- src/resources/lang/fr/squads.php | 40 +- src/resources/lang/fr/wallet.php | 24 +- src/resources/lang/ja/about.php | 2 +- src/resources/lang/ja/bookmark.php | 8 +- src/resources/lang/ja/calendar.php | 14 +- src/resources/lang/ja/contract.php | 46 +- src/resources/lang/ja/custom_offices.php | 12 +- src/resources/lang/ja/fitting.php | 6 +- src/resources/lang/ja/industry.php | 16 +- src/resources/lang/ja/kills.php | 12 +- src/resources/lang/ja/mail.php | 14 +- src/resources/lang/ja/market.php | 18 +- src/resources/lang/ja/mining.php | 22 +- src/resources/lang/ja/moons.php | 22 +- src/resources/lang/ja/notifications.php | 4 +- src/resources/lang/ja/permissions.php | 288 ++-- src/resources/lang/ja/research.php | 8 +- src/resources/lang/ja/seat.php | 1286 ++++++++-------- src/resources/lang/ja/settings.php | 8 +- src/resources/lang/ja/squads.php | 40 +- src/resources/lang/ja/wallet.php | 24 +- src/resources/lang/ko/about.php | 2 +- src/resources/lang/ko/bookmark.php | 8 +- src/resources/lang/ko/calendar.php | 14 +- src/resources/lang/ko/contract.php | 46 +- src/resources/lang/ko/custom_offices.php | 12 +- src/resources/lang/ko/fitting.php | 6 +- src/resources/lang/ko/industry.php | 16 +- src/resources/lang/ko/kills.php | 12 +- src/resources/lang/ko/mail.php | 14 +- src/resources/lang/ko/market.php | 18 +- src/resources/lang/ko/mining.php | 22 +- src/resources/lang/ko/moons.php | 22 +- src/resources/lang/ko/notifications.php | 4 +- src/resources/lang/ko/permissions.php | 288 ++-- src/resources/lang/ko/research.php | 8 +- src/resources/lang/ko/seat.php | 1286 ++++++++-------- src/resources/lang/ko/settings.php | 8 +- src/resources/lang/ko/squads.php | 40 +- src/resources/lang/ko/wallet.php | 24 +- src/resources/lang/ro/about.php | 2 +- src/resources/lang/ro/bookmark.php | 8 +- src/resources/lang/ro/calendar.php | 14 +- src/resources/lang/ro/contract.php | 46 +- src/resources/lang/ro/custom_offices.php | 12 +- src/resources/lang/ro/fitting.php | 6 +- src/resources/lang/ro/industry.php | 16 +- src/resources/lang/ro/kills.php | 12 +- src/resources/lang/ro/mail.php | 14 +- src/resources/lang/ro/market.php | 18 +- src/resources/lang/ro/mining.php | 22 +- src/resources/lang/ro/moons.php | 22 +- src/resources/lang/ro/notifications.php | 4 +- src/resources/lang/ro/permissions.php | 288 ++-- src/resources/lang/ro/research.php | 8 +- src/resources/lang/ro/seat.php | 1286 ++++++++-------- src/resources/lang/ro/settings.php | 8 +- src/resources/lang/ro/squads.php | 40 +- src/resources/lang/ro/wallet.php | 24 +- src/resources/lang/ru/about.php | 2 +- src/resources/lang/ru/bookmark.php | 8 +- src/resources/lang/ru/calendar.php | 14 +- src/resources/lang/ru/contract.php | 46 +- src/resources/lang/ru/custom_offices.php | 12 +- src/resources/lang/ru/fitting.php | 6 +- src/resources/lang/ru/industry.php | 16 +- src/resources/lang/ru/kills.php | 12 +- src/resources/lang/ru/mail.php | 14 +- src/resources/lang/ru/market.php | 18 +- src/resources/lang/ru/mining.php | 22 +- src/resources/lang/ru/moons.php | 22 +- src/resources/lang/ru/notifications.php | 4 +- src/resources/lang/ru/permissions.php | 288 ++-- src/resources/lang/ru/research.php | 8 +- src/resources/lang/ru/seat.php | 1286 ++++++++-------- src/resources/lang/ru/settings.php | 8 +- src/resources/lang/ru/squads.php | 40 +- src/resources/lang/ru/wallet.php | 24 +- src/resources/lang/zh-CN/about.php | 2 +- src/resources/lang/zh-CN/bookmark.php | 8 +- src/resources/lang/zh-CN/calendar.php | 14 +- src/resources/lang/zh-CN/contract.php | 46 +- src/resources/lang/zh-CN/custom_offices.php | 12 +- src/resources/lang/zh-CN/fitting.php | 6 +- src/resources/lang/zh-CN/industry.php | 16 +- src/resources/lang/zh-CN/kills.php | 12 +- src/resources/lang/zh-CN/mail.php | 14 +- src/resources/lang/zh-CN/market.php | 18 +- src/resources/lang/zh-CN/mining.php | 22 +- src/resources/lang/zh-CN/moons.php | 22 +- src/resources/lang/zh-CN/notifications.php | 4 +- src/resources/lang/zh-CN/permissions.php | 288 ++-- src/resources/lang/zh-CN/research.php | 8 +- src/resources/lang/zh-CN/seat.php | 1286 ++++++++-------- src/resources/lang/zh-CN/settings.php | 8 +- src/resources/lang/zh-CN/squads.php | 40 +- src/resources/lang/zh-CN/wallet.php | 24 +- 245 files changed, 8996 insertions(+), 8996 deletions(-) diff --git a/src/Acl/EsiRolesMap.php b/src/Acl/EsiRolesMap.php index c93da49f9..a1e51a618 100644 --- a/src/Acl/EsiRolesMap.php +++ b/src/Acl/EsiRolesMap.php @@ -38,65 +38,65 @@ class EsiRolesMap * @var array */ const DEFAULT_VALUES = [ - 'Accountant' => [ + 'Accountant' => [ 'corporation.summary', 'corporation.journal', 'corporation.transaction', ], - 'Account_Take_1' => [ + 'Account_Take_1' => [ 'corporation.wallet_first_division', ], - 'Account_Take_2' => [ + 'Account_Take_2' => [ 'corporation.wallet_second_division', ], - 'Account_Take_3' => [ + 'Account_Take_3' => [ 'corporation.wallet_third_division', ], - 'Account_Take_4' => [ + 'Account_Take_4' => [ 'corporation.wallet_fourth_division', ], - 'Account_Take_5' => [ + 'Account_Take_5' => [ 'corporation.wallet_fifth_division', ], - 'Account_Take_6' => [ + 'Account_Take_6' => [ 'corporation.wallet_sixth_division', ], - 'Account_Take_7' => [ + 'Account_Take_7' => [ 'corporation.wallet_seventh_division', ], - 'Auditor' => [ + 'Auditor' => [ 'corporation.summary', ], - 'Container_Take_1' => [ + 'Container_Take_1' => [ 'corporation.asset_first_division', ], - 'Container_Take_2' => [ + 'Container_Take_2' => [ 'corporation.asset_first_division', ], - 'Container_Take_3' => [ + 'Container_Take_3' => [ 'corporation.asset_third_division', ], - 'Container_Take_4' => [ + 'Container_Take_4' => [ 'corporation.asset_fourth_division', ], - 'Container_Take_5' => [ + 'Container_Take_5' => [ 'corporation.asset_fifth_division', ], - 'Container_Take_6' => [ + 'Container_Take_6' => [ 'corporation.asset_sixth_division', ], - 'Container_Take_7' => [ + 'Container_Take_7' => [ 'corporation.asset_seventh_division', ], - 'Contract_Manager' => [ + 'Contract_Manager' => [ 'corporation.summary', 'corporation.contracts', ], - 'Diplomat' => [ + 'Diplomat' => [ 'corporation.summary', 'corporation.tracking', ], - 'Director' => [ + 'Director' => [ 'corporation.summary', 'corporation.asset', 'corporation.asset_first_division', @@ -134,11 +134,11 @@ class EsiRolesMap 'Junior_Accountant' => [ 'corporation.summary', ], - 'Security_Officer' => [ + 'Security_Officer' => [ 'corporation.summary', 'corporation.security', ], - 'Trader' => [ + 'Trader' => [ 'corporation.summary', 'corporation.market', ], diff --git a/src/Commands/Seat/Admin/Login.php b/src/Commands/Seat/Admin/Login.php index 56df61c8c..951af9f37 100644 --- a/src/Commands/Seat/Admin/Login.php +++ b/src/Commands/Seat/Admin/Login.php @@ -69,9 +69,9 @@ public function handle() $this->warn('User \'admin\' does not exist. It will be created.'); $admin->fill([ - 'name' => 'admin', + 'name' => 'admin', 'main_character_id' => 0, - 'admin' => true, + 'admin' => true, ]); $admin->id = 1; // Needed as id is not fillable $admin->save(); diff --git a/src/Config/Permissions/alliance.php b/src/Config/Permissions/alliance.php index 34177080f..5e9ab15aa 100644 --- a/src/Config/Permissions/alliance.php +++ b/src/Config/Permissions/alliance.php @@ -22,16 +22,16 @@ return [ 'summary' => [ - 'label' => 'web::permissions.alliance_summary_label', + 'label' => 'web::permissions.alliance_summary_label', 'description' => 'web::permissions.alliance_summary_description', ], 'contact' => [ - 'label' => 'web::permissions.alliance_contact_label', + 'label' => 'web::permissions.alliance_contact_label', 'description' => 'web::permissions.alliance_contact_description', - 'division' => 'military', + 'division' => 'military', ], 'tracking' => [ - 'label' => 'web::permissions.alliance_tracking_label', + 'label' => 'web::permissions.alliance_tracking_label', 'description' => 'web::permissions.alliance_tracking_description', ], ]; diff --git a/src/Config/Permissions/character.php b/src/Config/Permissions/character.php index 176a4ab7a..13fe4c3f8 100644 --- a/src/Config/Permissions/character.php +++ b/src/Config/Permissions/character.php @@ -22,102 +22,102 @@ return [ 'sheet' => [ - 'label' => 'web::permissions.character_sheet_label', + 'label' => 'web::permissions.character_sheet_label', 'description' => 'web::permissions.character_sheet_description', ], 'intel' => [ - 'label' => 'web::permissions.character_intel_label', + 'label' => 'web::permissions.character_intel_label', 'description' => 'web::permissions.character_intel_description', ], 'calendar' => [ - 'label' => 'web::permissions.character_calendar_label', + 'label' => 'web::permissions.character_calendar_label', 'description' => 'web::permissions.character_calendar_description', ], 'mail' => [ - 'label' => 'web::permissions.character_mail_label', + 'label' => 'web::permissions.character_mail_label', 'description' => 'web::permissions.character_mail_description', ], 'notification' => [ - 'label' => 'web::permissions.character_notification_label', + 'label' => 'web::permissions.character_notification_label', 'description' => 'web::permissions.character_notification_description', ], 'skill' => [ - 'label' => 'web::permissions.character_skill_label', + 'label' => 'web::permissions.character_skill_label', 'description' => 'web::permissions.character_skill_description', ], 'asset' => [ - 'label' => 'web::permissions.character_asset_label', + 'label' => 'web::permissions.character_asset_label', 'description' => 'web::permissions.character_asset_description', - 'division' => 'assets', + 'division' => 'assets', ], 'mining' => [ - 'label' => 'web::permissions.character_mining_label', + 'label' => 'web::permissions.character_mining_label', 'description' => 'web::permissions.character_mining_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'industry' => [ - 'label' => 'web::permissions.character_industry_label', + 'label' => 'web::permissions.character_industry_label', 'description' => 'web::permissions.character_industry_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'blueprint' => [ - 'label' => 'web::permissions.character_blueprint_label', + 'label' => 'web::permissions.character_blueprint_label', 'description' => 'web::permissions.character_blueprint_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'research' => [ - 'label' => 'web::permissions.character_research_label', + 'label' => 'web::permissions.character_research_label', 'description' => 'web::permissions.character_research_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'planetary' => [ - 'label' => 'web::permissions.character_planetary_label', + 'label' => 'web::permissions.character_planetary_label', 'description' => 'web::permissions.character_planetary_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'contract' => [ - 'label' => 'web::permissions.character_contract_label', + 'label' => 'web::permissions.character_contract_label', 'description' => 'web::permissions.character_contract_description', - 'division' => 'financial', + 'division' => 'financial', ], 'market' => [ - 'label' => 'web::permissions.character_market_label', + 'label' => 'web::permissions.character_market_label', 'description' => 'web::permissions.character_market_description', - 'division' => 'financial', + 'division' => 'financial', ], 'journal' => [ - 'label' => 'web::permissions.character_journal_label', + 'label' => 'web::permissions.character_journal_label', 'description' => 'web::permissions.character_journal_description', - 'division' => 'financial', + 'division' => 'financial', ], 'transaction' => [ - 'label' => 'web::permissions.character_transaction_label', + 'label' => 'web::permissions.character_transaction_label', 'description' => 'web::permissions.character_transaction_description', - 'division' => 'financial', + 'division' => 'financial', ], 'contact' => [ - 'label' => 'web::permissions.character_contact_label', + 'label' => 'web::permissions.character_contact_label', 'description' => 'web::permissions.character_contact_description', - 'division' => 'military', + 'division' => 'military', ], 'standing' => [ - 'label' => 'web::permissions.character_standing_label', + 'label' => 'web::permissions.character_standing_label', 'description' => 'web::permissions.character_standing_description', - 'division' => 'military', + 'division' => 'military', ], 'killmail' => [ - 'label' => 'web::permissions.character_killmail_label', + 'label' => 'web::permissions.character_killmail_label', 'description' => 'web::permissions.character_killmail_description', - 'division' => 'military', + 'division' => 'military', ], 'fitting' => [ - 'label' => 'web::permissions.character_fitting_label', + 'label' => 'web::permissions.character_fitting_label', 'description' => 'web::permissions.character_fitting_description', - 'division' => 'military', + 'division' => 'military', ], 'loyalty_points' => [ - 'label' => 'web::permissions.character_loyalty_points_label', + 'label' => 'web::permissions.character_loyalty_points_label', 'description' => 'web::permissions.character_loyalty_points_description', - 'division' => 'financial', + 'division' => 'financial', ], ]; diff --git a/src/Config/Permissions/corporation.php b/src/Config/Permissions/corporation.php index da6cd4dfd..19d761460 100644 --- a/src/Config/Permissions/corporation.php +++ b/src/Config/Permissions/corporation.php @@ -22,165 +22,165 @@ return [ 'summary' => [ - 'label' => 'web::permissions.corporation_summary_label', + 'label' => 'web::permissions.corporation_summary_label', 'description' => 'web::permissions.corporation_summary_description', ], 'asset' => [ - 'label' => 'web::permissions.corporation_asset_label', + 'label' => 'web::permissions.corporation_asset_label', 'description' => 'web::permissions.corporation_asset_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_first_division' => [ - 'label' => 'web::permissions.corporation_asset_first_division_label', + 'label' => 'web::permissions.corporation_asset_first_division_label', 'description' => 'web::permissions.corporation_asset_first_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_second_division' => [ - 'label' => 'web::permissions.corporation_asset_second_division_label', + 'label' => 'web::permissions.corporation_asset_second_division_label', 'description' => 'web::permissions.corporation_asset_second_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_third_division' => [ - 'label' => 'web::permissions.corporation_asset_third_division_label', + 'label' => 'web::permissions.corporation_asset_third_division_label', 'description' => 'web::permissions.corporation_asset_third_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_fourth_division' => [ - 'label' => 'web::permissions.corporation_asset_fourth_division_label', + 'label' => 'web::permissions.corporation_asset_fourth_division_label', 'description' => 'web::permissions.corporation_asset_fourth_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_fifth_division' => [ - 'label' => 'web::permissions.corporation_asset_fifth_division_label', + 'label' => 'web::permissions.corporation_asset_fifth_division_label', 'description' => 'web::permissions.corporation_asset_fifth_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_sixth_division' => [ - 'label' => 'web::permissions.corporation_asset_sixth_division_label', + 'label' => 'web::permissions.corporation_asset_sixth_division_label', 'description' => 'web::permissions.corporation_asset_sixth_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'asset_seventh_division' => [ - 'label' => 'web::permissions.corporation_asset_seventh_division_label', + 'label' => 'web::permissions.corporation_asset_seventh_division_label', 'description' => 'web::permissions.corporation_asset_seventh_division_description', - 'division' => 'assets', + 'division' => 'assets', ], 'customs_office' => [ - 'label' => 'web::permissions.corporation_customs-office_label', + 'label' => 'web::permissions.corporation_customs-office_label', 'description' => 'web::permissions.corporation_customs-office_description', - 'division' => 'assets', + 'division' => 'assets', ], 'starbase' => [ - 'label' => 'web::permissions.corporation_starbase_label', + 'label' => 'web::permissions.corporation_starbase_label', 'description' => 'web::permissions.corporation_starbase_description', - 'division' => 'assets', + 'division' => 'assets', ], 'structure' => [ - 'label' => 'web::permissions.corporation_structure_label', + 'label' => 'web::permissions.corporation_structure_label', 'description' => 'web::permissions.corporation_structure_description', - 'division' => 'assets', + 'division' => 'assets', ], 'mining' => [ - 'label' => 'web::permissions.corporation_mining_label', + 'label' => 'web::permissions.corporation_mining_label', 'description' => 'web::permissions.corporation_mining_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'extraction' => [ - 'label' => 'web::permissions.corporation_extraction_label', + 'label' => 'web::permissions.corporation_extraction_label', 'description' => 'web::permissions.corporation_extraction_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'industry' => [ - 'label' => 'web::permissions.corporation_industry_label', + 'label' => 'web::permissions.corporation_industry_label', 'description' => 'web::permissions.corporation_industry_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'blueprint' => [ - 'label' => 'web::permissions.corporation_blueprint_label', + 'label' => 'web::permissions.corporation_blueprint_label', 'description' => 'web::permissions.corporation_blueprint_description', - 'division' => 'industrial', + 'division' => 'industrial', ], 'contract' => [ - 'label' => 'web::permissions.corporation_contract_label', + 'label' => 'web::permissions.corporation_contract_label', 'description' => 'web::permissions.corporation_contract_description', - 'division' => 'financial', + 'division' => 'financial', ], 'market' => [ - 'label' => 'web::permissions.corporation_market_label', + 'label' => 'web::permissions.corporation_market_label', 'description' => 'web::permissions.corporation_market_description', - 'division' => 'financial', + 'division' => 'financial', ], 'ledger' => [ - 'label' => 'web::permissions.corporation_ledger_label', + 'label' => 'web::permissions.corporation_ledger_label', 'description' => 'web::permissions.corporation_ledger_description', - 'division' => 'financial', + 'division' => 'financial', ], 'journal' => [ - 'label' => 'web::permissions.corporation_journal_label', + 'label' => 'web::permissions.corporation_journal_label', 'description' => 'web::permissions.corporation_journal_description', - 'division' => 'financial', + 'division' => 'financial', ], 'transaction' => [ - 'label' => 'web::permissions.corporation_transaction_label', + 'label' => 'web::permissions.corporation_transaction_label', 'description' => 'web::permissions.corporation_transaction_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_first_division' => [ - 'label' => 'web::permissions.corporation_wallet_first_division_label', + 'label' => 'web::permissions.corporation_wallet_first_division_label', 'description' => 'web::permissions.corporation_wallet_first_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_second_division' => [ - 'label' => 'web::permissions.corporation_wallet_second_division_label', + 'label' => 'web::permissions.corporation_wallet_second_division_label', 'description' => 'web::permissions.corporation_wallet_second_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_third_division' => [ - 'label' => 'web::permissions.corporation_wallet_third_division_label', + 'label' => 'web::permissions.corporation_wallet_third_division_label', 'description' => 'web::permissions.corporation_wallet_third_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_fourth_division' => [ - 'label' => 'web::permissions.corporation_wallet_fourth_division_label', + 'label' => 'web::permissions.corporation_wallet_fourth_division_label', 'description' => 'web::permissions.corporation_wallet_fourth_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_fifth_division' => [ - 'label' => 'web::permissions.corporation_wallet_fifth_division_label', + 'label' => 'web::permissions.corporation_wallet_fifth_division_label', 'description' => 'web::permissions.corporation_wallet_fifth_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_sixth_division' => [ - 'label' => 'web::permissions.corporation_wallet_sixth_division_label', + 'label' => 'web::permissions.corporation_wallet_sixth_division_label', 'description' => 'web::permissions.corporation_wallet_sixth_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'wallet_seventh_division' => [ - 'label' => 'web::permissions.corporation_wallet_seventh_division_label', + 'label' => 'web::permissions.corporation_wallet_seventh_division_label', 'description' => 'web::permissions.corporation_wallet_seventh_division_description', - 'division' => 'financial', + 'division' => 'financial', ], 'contact' => [ - 'label' => 'web::permissions.corporation_contact_label', + 'label' => 'web::permissions.corporation_contact_label', 'description' => 'web::permissions.corporation_contact_description', - 'division' => 'military', + 'division' => 'military', ], 'standing' => [ - 'label' => 'web::permissions.corporation_standing_label', + 'label' => 'web::permissions.corporation_standing_label', 'description' => 'web::permissions.corporation_standing_description', - 'division' => 'military', + 'division' => 'military', ], 'killmail' => [ - 'label' => 'web::permissions.corporation_killmail_label', + 'label' => 'web::permissions.corporation_killmail_label', 'description' => 'web::permissions.corporation_killmail_description', - 'division' => 'military', + 'division' => 'military', ], 'security' => [ - 'label' => 'web::permissions.corporation_security_label', + 'label' => 'web::permissions.corporation_security_label', 'description' => 'web::permissions.corporation_security_description', ], 'tracking' => [ - 'label' => 'web::permissions.corporation_tracking_label', + 'label' => 'web::permissions.corporation_tracking_label', 'description' => 'web::permissions.corporation_tracking_description', ], ]; diff --git a/src/Config/Permissions/global.php b/src/Config/Permissions/global.php index 1ce53e941..35e341bd0 100644 --- a/src/Config/Permissions/global.php +++ b/src/Config/Permissions/global.php @@ -25,11 +25,11 @@ 'label' => 'web::permissions.global_queue_manager_label', ], 'standing_builder' => [ - 'label' => 'web::permissions.global_standing_builder_label', + 'label' => 'web::permissions.global_standing_builder_label', 'description' => 'web::permissions.global_standing_builder_description', ], 'invalid_tokens' => [ - 'label' => 'web::permissions.global_invalid_tokens_label', + 'label' => 'web::permissions.global_invalid_tokens_label', 'description' => 'web::permissions.global_invalid_tokens_description', ], ]; diff --git a/src/Config/Permissions/moon.php b/src/Config/Permissions/moon.php index 23b31b7a9..ce37a6d37 100644 --- a/src/Config/Permissions/moon.php +++ b/src/Config/Permissions/moon.php @@ -22,18 +22,18 @@ return [ 'view_moon_reports' => [ - 'division' => 'industrial', - 'label' => 'web::permissions.view_moon_reports_label', - 'description' => 'web::permissions.view_moon_reports_description', + 'division' => 'industrial', + 'label' => 'web::permissions.view_moon_reports_label', + 'description' => 'web::permissions.view_moon_reports_description', ], 'create_moon_reports' => [ - 'division' => 'industrial', - 'label' => 'web::permissions.create_moon_reports_label', - 'description' => 'web::permissions.create_moon_reports_description', + 'division' => 'industrial', + 'label' => 'web::permissions.create_moon_reports_label', + 'description' => 'web::permissions.create_moon_reports_description', ], 'manage_moon_reports' => [ - 'division' => 'industrial', - 'label' => 'web::permissions.manage_moon_reports_label', - 'description' => 'web::permissions.manage_moon_reports_description', + 'division' => 'industrial', + 'label' => 'web::permissions.manage_moon_reports_label', + 'description' => 'web::permissions.manage_moon_reports_description', ], ]; diff --git a/src/Config/package.alliance.menu.php b/src/Config/package.alliance.menu.php index 8f23c1397..0a4f7f0b8 100644 --- a/src/Config/package.alliance.menu.php +++ b/src/Config/package.alliance.menu.php @@ -22,24 +22,24 @@ return [ [ - 'name' => 'contacts', - 'label' => 'web::seat.contacts', - 'permission' => 'alliance.contact', + 'name' => 'contacts', + 'label' => 'web::seat.contacts', + 'permission' => 'alliance.contact', 'highlight_view' => 'contacts', - 'route' => 'seatcore::alliance.view.contacts', + 'route' => 'seatcore::alliance.view.contacts', ], [ - 'name' => 'summary', - 'label' => 'web::seat.summary', - 'permission' => 'alliance.summary', + 'name' => 'summary', + 'label' => 'web::seat.summary', + 'permission' => 'alliance.summary', 'highlight_view' => 'summary', - 'route' => 'seatcore::alliance.view.summary', + 'route' => 'seatcore::alliance.view.summary', ], [ - 'name' => 'tracking', - 'label' => 'web::seat.tracking', - 'permission' => 'alliance.tracking', + 'name' => 'tracking', + 'label' => 'web::seat.tracking', + 'permission' => 'alliance.tracking', 'highlight_view' => 'tracking', - 'route' => 'seatcore::alliance.view.tracking', + 'route' => 'seatcore::alliance.view.tracking', ], ]; diff --git a/src/Config/package.character.menu.php b/src/Config/package.character.menu.php index cbae60ecb..c82606670 100644 --- a/src/Config/package.character.menu.php +++ b/src/Config/package.character.menu.php @@ -22,144 +22,144 @@ return [ [ - 'name' => 'assets', - 'label' => 'web::seat.assets', - 'permission' => 'character.asset', + 'name' => 'assets', + 'label' => 'web::seat.assets', + 'permission' => 'character.asset', 'highlight_view' => 'assets', - 'route' => 'seatcore::character.view.assets', + 'route' => 'seatcore::character.view.assets', ], [ - 'name' => 'calendar', - 'label' => 'web::seat.calendar', - 'permission' => 'character.calendar', + 'name' => 'calendar', + 'label' => 'web::seat.calendar', + 'permission' => 'character.calendar', 'highlight_view' => 'calendar', - 'route' => 'seatcore::character.view.calendar', + 'route' => 'seatcore::character.view.calendar', ], [ - 'name' => 'contacts', - 'label' => 'web::seat.contacts', - 'permission' => 'character.contact', + 'name' => 'contacts', + 'label' => 'web::seat.contacts', + 'permission' => 'character.contact', 'highlight_view' => 'contacts', - 'route' => 'seatcore::character.view.contacts', + 'route' => 'seatcore::character.view.contacts', ], [ - 'name' => 'contracts', - 'label' => 'web::seat.contracts', - 'permission' => 'character.contract', + 'name' => 'contracts', + 'label' => 'web::seat.contracts', + 'permission' => 'character.contract', 'highlight_view' => 'contracts', - 'route' => 'seatcore::character.view.contracts', + 'route' => 'seatcore::character.view.contracts', ], [ - 'name' => 'fittings', - 'label' => 'web::seat.fittings', - 'permission' => 'character.fitting', + 'name' => 'fittings', + 'label' => 'web::seat.fittings', + 'permission' => 'character.fitting', 'highlight_view' => 'fittings', - 'route' => 'seatcore::character.view.fittings', + 'route' => 'seatcore::character.view.fittings', ], [ - 'name' => 'blueprint', - 'label' => 'web::seat.blueprint', - 'permission' => 'character.blueprint', + 'name' => 'blueprint', + 'label' => 'web::seat.blueprint', + 'permission' => 'character.blueprint', 'highlight_view' => 'blueprint', - 'route' => 'seatcore::character.view.blueprint', + 'route' => 'seatcore::character.view.blueprint', ], [ - 'name' => 'industry', - 'label' => 'web::seat.industry', - 'permission' => 'character.industry', + 'name' => 'industry', + 'label' => 'web::seat.industry', + 'permission' => 'character.industry', 'highlight_view' => 'industry', - 'route' => 'seatcore::character.view.industry', + 'route' => 'seatcore::character.view.industry', ], [ - 'name' => 'intel', - 'label' => 'web::seat.intel', - 'permission' => 'character.intel', + 'name' => 'intel', + 'label' => 'web::seat.intel', + 'permission' => 'character.intel', 'highlight_view' => 'intel', - 'route' => 'seatcore::character.view.intel.summary', + 'route' => 'seatcore::character.view.intel.summary', ], [ - 'name' => 'killmails', - 'label' => 'web::seat.killmails', - 'permission' => 'character.killmail', + 'name' => 'killmails', + 'label' => 'web::seat.killmails', + 'permission' => 'character.killmail', 'highlight_view' => 'killmails', - 'route' => 'seatcore::character.view.killmails', + 'route' => 'seatcore::character.view.killmails', ], [ - 'name' => 'mail', - 'label' => 'web::seat.mail', - 'permission' => 'character.mail', + 'name' => 'mail', + 'label' => 'web::seat.mail', + 'permission' => 'character.mail', 'highlight_view' => 'mail', - 'route' => 'seatcore::character.view.mail', + 'route' => 'seatcore::character.view.mail', ], [ - 'name' => 'market', - 'label' => 'web::seat.market', - 'permission' => 'character.market', + 'name' => 'market', + 'label' => 'web::seat.market', + 'permission' => 'character.market', 'highlight_view' => 'market', - 'route' => 'seatcore::character.view.market', + 'route' => 'seatcore::character.view.market', ], [ - 'name' => 'mining-ledger', - 'label' => 'web::seat.mining', - 'permission' => 'character.mining', + 'name' => 'mining-ledger', + 'label' => 'web::seat.mining', + 'permission' => 'character.mining', 'highlight_view' => 'mining-ledger', - 'route' => 'seatcore::character.view.mining_ledger', + 'route' => 'seatcore::character.view.mining_ledger', ], [ - 'name' => 'notifications', - 'label' => 'web::seat.notifications', - 'permission' => 'character.notification', + 'name' => 'notifications', + 'label' => 'web::seat.notifications', + 'permission' => 'character.notification', 'highlight_view' => 'notifications', - 'route' => 'seatcore::character.view.notifications', + 'route' => 'seatcore::character.view.notifications', ], [ - 'name' => 'pi', - 'label' => 'web::seat.pi', - 'permission' => 'character.planetary', + 'name' => 'pi', + 'label' => 'web::seat.pi', + 'permission' => 'character.planetary', 'highlight_view' => 'pi', - 'route' => 'seatcore::character.view.pi', + 'route' => 'seatcore::character.view.pi', ], [ - 'name' => 'research', - 'label' => 'web::seat.research', - 'permission' => 'character.research', + 'name' => 'research', + 'label' => 'web::seat.research', + 'permission' => 'character.research', 'highlight_view' => 'research', - 'route' => 'seatcore::character.view.research', + 'route' => 'seatcore::character.view.research', ], [ - 'name' => 'sheet', - 'label' => 'web::seat.sheet', - 'permission' => 'character.sheet', + 'name' => 'sheet', + 'label' => 'web::seat.sheet', + 'permission' => 'character.sheet', 'highlight_view' => 'sheet', - 'route' => 'seatcore::character.view.sheet', + 'route' => 'seatcore::character.view.sheet', ], [ - 'name' => 'skills', - 'label' => 'web::seat.skills', - 'permission' => 'character.skill', + 'name' => 'skills', + 'label' => 'web::seat.skills', + 'permission' => 'character.skill', 'highlight_view' => 'skills', - 'route' => 'seatcore::character.view.skills', + 'route' => 'seatcore::character.view.skills', ], [ - 'name' => 'standings', - 'label' => 'web::seat.standings', - 'plural' => true, - 'permission' => 'character.standing', + 'name' => 'standings', + 'label' => 'web::seat.standings', + 'plural' => true, + 'permission' => 'character.standing', 'highlight_view' => 'standings', - 'route' => 'seatcore::character.view.standings', + 'route' => 'seatcore::character.view.standings', ], [ - 'name' => 'wallet', - 'label' => 'web::seat.wallet', - 'permission' => ['character.journal', 'character.transactions'], + 'name' => 'wallet', + 'label' => 'web::seat.wallet', + 'permission' => ['character.journal', 'character.transactions'], 'highlight_view' => 'wallet', - 'route' => 'seatcore::character.view.journal', + 'route' => 'seatcore::character.view.journal', ], [ - 'name' => 'loyalty-points', - 'label' => 'web::seat.loyalty_points', - 'permission' => ['character.loyalty_points'], + 'name' => 'loyalty-points', + 'label' => 'web::seat.loyalty_points', + 'permission' => ['character.loyalty_points'], 'highlight_view' => 'loyalty-points', - 'route' => 'character.view.loyalty_points', + 'route' => 'character.view.loyalty_points', ], ]; diff --git a/src/Config/package.corporation.menu.php b/src/Config/package.corporation.menu.php index f9adbdbf4..fc3327dab 100644 --- a/src/Config/package.corporation.menu.php +++ b/src/Config/package.corporation.menu.php @@ -22,133 +22,133 @@ return [ [ - 'name' => 'assets', - 'label' => 'web::seat.assets', - 'permission' => 'corporation.asset', + 'name' => 'assets', + 'label' => 'web::seat.assets', + 'permission' => 'corporation.asset', 'highlight_view' => 'assets', - 'route' => 'seatcore::corporation.view.assets', + 'route' => 'seatcore::corporation.view.assets', ], [ - 'name' => 'contacts', - 'label' => 'web::seat.contacts', - 'permission' => 'corporation.contact', + 'name' => 'contacts', + 'label' => 'web::seat.contacts', + 'permission' => 'corporation.contact', 'highlight_view' => 'contacts', - 'route' => 'seatcore::corporation.view.contacts', + 'route' => 'seatcore::corporation.view.contacts', ], [ - 'name' => 'contracts', - 'label' => 'web::seat.contracts', - 'permission' => 'corporation.contract', + 'name' => 'contracts', + 'label' => 'web::seat.contracts', + 'permission' => 'corporation.contract', 'highlight_view' => 'contracts', - 'route' => 'seatcore::corporation.view.contracts', + 'route' => 'seatcore::corporation.view.contracts', ], [ - 'name' => 'extractions', - 'label' => 'web::seat.extraction', - 'plural' => true, - 'permission' => 'corporation.extraction', + 'name' => 'extractions', + 'label' => 'web::seat.extraction', + 'plural' => true, + 'permission' => 'corporation.extraction', 'highlight_view' => 'extractions', - 'route' => 'seatcore::corporation.view.extractions', + 'route' => 'seatcore::corporation.view.extractions', ], [ - 'name' => 'blueprint', - 'label' => 'web::seat.blueprint', - 'permission' => 'corporation.blueprint', + 'name' => 'blueprint', + 'label' => 'web::seat.blueprint', + 'permission' => 'corporation.blueprint', 'highlight_view' => 'blueprint', - 'route' => 'seatcore::corporation.view.blueprint', + 'route' => 'seatcore::corporation.view.blueprint', ], [ - 'name' => 'industry', - 'label' => 'web::seat.industry', - 'permission' => 'corporation.industry', + 'name' => 'industry', + 'label' => 'web::seat.industry', + 'permission' => 'corporation.industry', 'highlight_view' => 'industry', - 'route' => 'seatcore::corporation.view.industry', + 'route' => 'seatcore::corporation.view.industry', ], [ - 'name' => 'killmails', - 'label' => 'web::seat.killmails', - 'permission' => 'corporation.killmail', + 'name' => 'killmails', + 'label' => 'web::seat.killmails', + 'permission' => 'corporation.killmail', 'highlight_view' => 'killmails', - 'route' => 'seatcore::corporation.view.killmails', + 'route' => 'seatcore::corporation.view.killmails', ], [ - 'name' => 'market', - 'label' => 'web::seat.market', - 'permission' => 'corporation.market', + 'name' => 'market', + 'label' => 'web::seat.market', + 'permission' => 'corporation.market', 'highlight_view' => 'market', - 'route' => 'seatcore::corporation.view.market', + 'route' => 'seatcore::corporation.view.market', ], [ - 'name' => 'mining', - 'label' => 'web::seat.mining', - 'permission' => 'corporation.mining', + 'name' => 'mining', + 'label' => 'web::seat.mining', + 'permission' => 'corporation.mining', 'highlight_view' => 'mining', - 'route' => 'seatcore::corporation.view.mining_ledger', + 'route' => 'seatcore::corporation.view.mining_ledger', ], [ - 'name' => 'customs-offices', - 'label' => 'web::seat.customs-offices', - 'permission' => 'corporation.customs_office', + 'name' => 'customs-offices', + 'label' => 'web::seat.customs-offices', + 'permission' => 'corporation.customs_office', 'highlight_view' => 'customs-offices', - 'route' => 'seatcore::corporation.view.customs-offices', + 'route' => 'seatcore::corporation.view.customs-offices', ], [ - 'name' => 'security', - 'label' => 'web::seat.security', - 'permission' => 'corporation.security', + 'name' => 'security', + 'label' => 'web::seat.security', + 'permission' => 'corporation.security', 'highlight_view' => 'security', - 'route' => 'seatcore::corporation.view.security.roles', + 'route' => 'seatcore::corporation.view.security.roles', ], [ - 'name' => 'starbase', - 'label' => 'web::seat.starbase', - 'plural' => true, - 'permission' => 'corporation.starbase', + 'name' => 'starbase', + 'label' => 'web::seat.starbase', + 'plural' => true, + 'permission' => 'corporation.starbase', 'highlight_view' => 'starbases', - 'route' => 'seatcore::corporation.view.starbases', + 'route' => 'seatcore::corporation.view.starbases', ], [ - 'name' => 'structure', - 'label' => 'web::seat.structure', - 'plural' => true, - 'permission' => 'corporation.structure', + 'name' => 'structure', + 'label' => 'web::seat.structure', + 'plural' => true, + 'permission' => 'corporation.structure', 'highlight_view' => 'structures', - 'route' => 'seatcore::corporation.view.structures', + 'route' => 'seatcore::corporation.view.structures', ], [ - 'name' => 'summary', - 'label' => 'web::seat.summary', - 'permission' => 'corporation.summary', + 'name' => 'summary', + 'label' => 'web::seat.summary', + 'permission' => 'corporation.summary', 'highlight_view' => 'summary', - 'route' => 'seatcore::corporation.view.summary', + 'route' => 'seatcore::corporation.view.summary', ], [ - 'name' => 'standings', - 'label' => 'web::seat.standings', - 'plural' => true, - 'permission' => 'corporation.standing', + 'name' => 'standings', + 'label' => 'web::seat.standings', + 'plural' => true, + 'permission' => 'corporation.standing', 'highlight_view' => 'standings', - 'route' => 'seatcore::corporation.view.standings', + 'route' => 'seatcore::corporation.view.standings', ], [ - 'name' => 'tracking', - 'label' => 'web::seat.tracking', - 'permission' => 'corporation.tracking', + 'name' => 'tracking', + 'label' => 'web::seat.tracking', + 'permission' => 'corporation.tracking', 'highlight_view' => 'tracking', - 'route' => 'seatcore::corporation.view.tracking', + 'route' => 'seatcore::corporation.view.tracking', ], [ - 'name' => 'ledger', - 'label' => 'web::seat.ledger', - 'permission' => 'corporation.journal', + 'name' => 'ledger', + 'label' => 'web::seat.ledger', + 'permission' => 'corporation.journal', 'highlight_view' => 'ledger', - 'route' => 'seatcore::corporation.view.ledger.summary', + 'route' => 'seatcore::corporation.view.ledger.summary', ], [ - 'name' => 'wallet', - 'label' => 'web::seat.wallet', - 'permission' => ['corporation.journal', 'corporation.transaction'], + 'name' => 'wallet', + 'label' => 'web::seat.wallet', + 'permission' => ['corporation.journal', 'corporation.transaction'], 'highlight_view' => 'wallet', - 'route' => 'seatcore::corporation.view.journal', + 'route' => 'seatcore::corporation.view.journal', ], ]; diff --git a/src/Config/package.sidebar.php b/src/Config/package.sidebar.php index 065735562..cc4a23fc2 100644 --- a/src/Config/package.sidebar.php +++ b/src/Config/package.sidebar.php @@ -21,158 +21,158 @@ */ return [ - '0home' => [ - 'name' => 'home', - 'label' => 'web::seat.home', - 'icon' => 'fas fa-home', + '0home' => [ + 'name' => 'home', + 'label' => 'web::seat.home', + 'icon' => 'fas fa-home', 'route_segment' => 'home', - 'route' => 'seatcore::home', + 'route' => 'seatcore::home', ], 'alliance' => [ - 'name' => 'alliance', - 'label' => 'web::seat.alliance', - 'plural' => true, - 'icon' => 'fas fa-city', + 'name' => 'alliance', + 'label' => 'web::seat.alliance', + 'plural' => true, + 'icon' => 'fas fa-city', 'route_segment' => 'alliances', - 'entries' => [ + 'entries' => [ [ - 'name' => 'all alliances', + 'name' => 'all alliances', 'label' => 'web::seat.all_alliance', - 'icon' => 'fab fa-fort-awesome', + 'icon' => 'fab fa-fort-awesome', 'route' => 'seatcore::alliance.list', ], ], ], 'corporation' => [ - 'name' => 'corporation', - 'label' => 'web::seat.corporation', - 'plural' => true, - 'icon' => 'fas fa-building', + 'name' => 'corporation', + 'label' => 'web::seat.corporation', + 'plural' => true, + 'icon' => 'fas fa-building', 'route_segment' => 'corporations', - 'entries' => [ + 'entries' => [ [ - 'name' => 'all corporations', + 'name' => 'all corporations', 'label' => 'web::seat.all_corp', - 'icon' => 'fas fa-hotel', + 'icon' => 'fas fa-hotel', 'route' => 'seatcore::corporation.list', ], ], ], - 'character' => [ - 'name' => 'character', - 'label' => 'web::seat.character', - 'plural' => true, - 'icon' => 'fas fa-user', + 'character' => [ + 'name' => 'character', + 'label' => 'web::seat.character', + 'plural' => true, + 'icon' => 'fas fa-user', 'route_segment' => 'characters', - 'entries' => [ + 'entries' => [ [ - 'name' => 'all characters', + 'name' => 'all characters', 'label' => 'web::seat.all_char', - 'icon' => 'fas fa-users', + 'icon' => 'fas fa-users', 'route' => 'seatcore::character.list', ], [ - 'name' => 'mail timeline', + 'name' => 'mail timeline', 'label' => 'web::seat.mail_timeline', - 'icon' => 'fas fa-envelope', + 'icon' => 'fas fa-envelope', 'route' => 'seatcore::character.view.mail.timeline', ], ], ], - 'squads' => [ - 'name' => 'squads', - 'label' => 'web::squads.squad', - 'plural' => true, - 'icon' => 'fas fa-user-friends', + 'squads' => [ + 'name' => 'squads', + 'label' => 'web::squads.squad', + 'plural' => true, + 'icon' => 'fas fa-user-friends', 'route_segment' => 'squads', - 'route' => 'seatcore::squads.index', + 'route' => 'seatcore::squads.index', ], - 'settings' => [ - 'name' => 'configuration', - 'label' => 'web::seat.configuration', - 'permission' => 'global.superuser', - 'icon' => 'fas fa-cogs', + 'settings' => [ + 'name' => 'configuration', + 'label' => 'web::seat.configuration', + 'permission' => 'global.superuser', + 'icon' => 'fas fa-cogs', 'route_segment' => 'configuration', - 'entries' => [ + 'entries' => [ [ // Access - 'name' => 'access', + 'name' => 'access', 'label' => 'web::seat.access', - 'icon' => 'fas fa-shield-alt', + 'icon' => 'fas fa-shield-alt', 'route' => 'seatcore::configuration.access.roles', ], [ // Users - 'name' => 'user', + 'name' => 'user', 'plural' => true, - 'label' => 'web::seat.user', - 'icon' => 'fas fa-user', - 'route' => 'seatcore::configuration.users', + 'label' => 'web::seat.user', + 'icon' => 'fas fa-user', + 'route' => 'seatcore::configuration.users', ], [ // Schedule - 'name' => 'schedule', + 'name' => 'schedule', 'label' => 'web::seat.schedule', - 'icon' => 'far fa-clock', + 'icon' => 'far fa-clock', 'route' => 'seatcore::configuration.schedule', ], [ // Sso - 'name' => 'sso', + 'name' => 'sso', 'label' => 'web::seat.sso', - 'icon' => 'fas fa-user-circle', + 'icon' => 'fas fa-user-circle', 'route' => 'seatcore::configuration.sso', ], [ // SeAT Setting - 'name' => 'settings', + 'name' => 'settings', 'label' => 'web::seat.settings', - 'icon' => 'fas fa-cog', + 'icon' => 'fas fa-cog', 'route' => 'seatcore::seat.settings.view', ], [ // Security - 'name' => 'security logs', + 'name' => 'security logs', 'label' => 'web::seat.security_logs', - 'icon' => 'fas fa-list', + 'icon' => 'fas fa-list', 'route' => 'seatcore::configuration.security.logs', ], [ // System Logs - 'name' => 'system logs', + 'name' => 'system logs', 'label' => 'web::seat.system_logs', - 'icon' => 'fas fa-archive', + 'icon' => 'fas fa-archive', 'route' => 'log-viewer.index', ], [ // About - 'name' => 'about', + 'name' => 'about', 'label' => 'web::seat.about', - 'icon' => 'fas fa-info', + 'icon' => 'fas fa-info', 'route' => 'seatcore::seat.settings.about', ], ], ], - 'tools' => [ - 'name' => 'tools', - 'label' => 'web::seat.tools', - 'icon' => 'fas fa-wrench', + 'tools' => [ + 'name' => 'tools', + 'label' => 'web::seat.tools', + 'icon' => 'fas fa-wrench', 'route_segment' => 'tools', - 'entries' => [ + 'entries' => [ [ - 'name' => 'standing profiles', - 'label' => 'web::seat.standings_builder', - 'icon' => 'fas fa-address-book', + 'name' => 'standing profiles', + 'label' => 'web::seat.standings_builder', + 'icon' => 'fas fa-address-book', 'permission' => 'global.standing_builder', - 'route' => 'seatcore::tools.standings', + 'route' => 'seatcore::tools.standings', ], [ - 'name' => 'moons reporter', - 'label' => 'web::seat.moons_reporter', - 'icon' => 'fas fa-moon', + 'name' => 'moons reporter', + 'label' => 'web::seat.moons_reporter', + 'icon' => 'fas fa-moon', 'permission' => 'moon.view_moon_reports', - 'route' => 'seatcore::tools.moons.index', + 'route' => 'seatcore::tools.moons.index', ], [ - 'name' => 'market browser', - 'label' => 'web::seat.market_browser', - 'icon' => 'fas fa-chart-line', - 'route' => 'seatcore::tools.market.browser', + 'name' => 'market browser', + 'label' => 'web::seat.market_browser', + 'icon' => 'fas fa-chart-line', + 'route' => 'seatcore::tools.market.browser', ], ], ], diff --git a/src/Config/seat-queues.php b/src/Config/seat-queues.php index c79c7371c..755567678 100644 --- a/src/Config/seat-queues.php +++ b/src/Config/seat-queues.php @@ -22,11 +22,11 @@ return [ 'pool-1' => [ - 'connection' => 'redis', - 'queue' => ['default', 'high', 'characters', 'corporations', 'public', 'notifications'], - 'balance' => 'auto', // valid values are simple, auto or false - 'tries' => 3, - 'timeout' => 900, // 15 minutes, + 'connection' => 'redis', + 'queue' => ['default', 'high', 'characters', 'corporations', 'public', 'notifications'], + 'balance' => 'auto', // valid values are simple, auto or false + 'tries' => 3, + 'timeout' => 900, // 15 minutes, // the minimum workers which must be spawn per queue in the pool - in auto balancing mode // this is the worker amount set on an idle queue // this value must be greater than 0 diff --git a/src/Config/web.jobnames.php b/src/Config/web.jobnames.php index 4eb40c299..6b530f6bc 100644 --- a/src/Config/web.jobnames.php +++ b/src/Config/web.jobnames.php @@ -24,61 +24,61 @@ return [ 'character' => [ - 'assets' => \Seat\Eveapi\Jobs\Assets\Character\Assets::class, - 'blueprints' => \Seat\Eveapi\Jobs\Character\Blueprints::class, - 'calendar' => [ + 'assets' => \Seat\Eveapi\Jobs\Assets\Character\Assets::class, + 'blueprints' => \Seat\Eveapi\Jobs\Character\Blueprints::class, + 'calendar' => [ \Seat\Eveapi\Jobs\Calendar\Events::class, \Seat\Eveapi\Jobs\Calendar\Detail::class, \Seat\Eveapi\Jobs\Calendar\Attendees::class, ], - 'contacts' => [ + 'contacts' => [ \Seat\Eveapi\Jobs\Contacts\Character\Contacts::class, \Seat\Eveapi\Jobs\Contacts\Character\Labels::class, ], - 'corphistory' => \Seat\Eveapi\Jobs\Character\CorporationHistory::class, - 'contracts' => \Seat\Eveapi\Jobs\Contracts\Character\Contracts::class, - 'fittings' => \Seat\Eveapi\Jobs\Fittings\Character\Fittings::class, - 'jobs' => \Seat\Eveapi\Jobs\Industry\Character\Jobs::class, - 'killmails' => \Seat\Eveapi\Jobs\Killmails\Character\Recent::class, - 'mail' => [ + 'corphistory' => \Seat\Eveapi\Jobs\Character\CorporationHistory::class, + 'contracts' => \Seat\Eveapi\Jobs\Contracts\Character\Contracts::class, + 'fittings' => \Seat\Eveapi\Jobs\Fittings\Character\Fittings::class, + 'jobs' => \Seat\Eveapi\Jobs\Industry\Character\Jobs::class, + 'killmails' => \Seat\Eveapi\Jobs\Killmails\Character\Recent::class, + 'mail' => [ \Seat\Eveapi\Jobs\Mail\Labels::class, \Seat\Eveapi\Jobs\Mail\Mails::class, \Seat\Eveapi\Jobs\Mail\MailingLists::class, ], - 'orders' => \Seat\Eveapi\Jobs\Market\Character\Orders::class, - 'mining' => \Seat\Eveapi\Jobs\Industry\Character\Mining::class, - 'notifications' => \Seat\Eveapi\Jobs\Character\Notifications::class, - 'pi' => \Seat\Eveapi\Jobs\PlanetaryInteraction\Character\Planets::class, - 'research' => \Seat\Eveapi\Jobs\Character\AgentsResearch::class, - 'skills' => \Seat\Eveapi\Jobs\Skills\Character\Skills::class, - 'skillqueue' => \Seat\Eveapi\Jobs\Skills\Character\Queue::class, - 'standings' => \Seat\Eveapi\Jobs\Character\Standings::class, - 'journals' => \Seat\Eveapi\Jobs\Wallet\Character\Journal::class, - 'transactions' => \Seat\Eveapi\Jobs\Wallet\Character\Transactions::class, - 'loyalty_points' => \Seat\Eveapi\Jobs\Character\LoyaltyPoints::class, + 'orders' => \Seat\Eveapi\Jobs\Market\Character\Orders::class, + 'mining' => \Seat\Eveapi\Jobs\Industry\Character\Mining::class, + 'notifications' => \Seat\Eveapi\Jobs\Character\Notifications::class, + 'pi' => \Seat\Eveapi\Jobs\PlanetaryInteraction\Character\Planets::class, + 'research' => \Seat\Eveapi\Jobs\Character\AgentsResearch::class, + 'skills' => \Seat\Eveapi\Jobs\Skills\Character\Skills::class, + 'skillqueue' => \Seat\Eveapi\Jobs\Skills\Character\Queue::class, + 'standings' => \Seat\Eveapi\Jobs\Character\Standings::class, + 'journals' => \Seat\Eveapi\Jobs\Wallet\Character\Journal::class, + 'transactions' => \Seat\Eveapi\Jobs\Wallet\Character\Transactions::class, + 'loyalty_points' => \Seat\Eveapi\Jobs\Character\LoyaltyPoints::class, ], 'corporation' => [ - 'assets' => \Seat\Eveapi\Jobs\Assets\Corporation\Assets::class, - 'blueprints' => \Seat\Eveapi\Jobs\Corporation\Blueprints::class, - 'contacts' => [ + 'assets' => \Seat\Eveapi\Jobs\Assets\Corporation\Assets::class, + 'blueprints' => \Seat\Eveapi\Jobs\Corporation\Blueprints::class, + 'contacts' => [ \Seat\Eveapi\Jobs\Contacts\Corporation\Contacts::class, \Seat\Eveapi\Jobs\Contacts\Corporation\Labels::class, ], - 'contracts' => \Seat\Eveapi\Jobs\Contracts\Corporation\Contracts::class, - 'customs_offices' => \Seat\Eveapi\Jobs\PlanetaryInteraction\Corporation\CustomsOffices::class, - 'divisions' => \Seat\Eveapi\Jobs\Corporation\Divisions::class, - 'jobs' => \Seat\Eveapi\Jobs\Industry\Corporation\Jobs::class, - 'killmails' => \Seat\Eveapi\Jobs\Killmails\Corporation\Recent::class, - 'orders' => \Seat\Eveapi\Jobs\Market\Corporation\Orders::class, + 'contracts' => \Seat\Eveapi\Jobs\Contracts\Corporation\Contracts::class, + 'customs_offices' => \Seat\Eveapi\Jobs\PlanetaryInteraction\Corporation\CustomsOffices::class, + 'divisions' => \Seat\Eveapi\Jobs\Corporation\Divisions::class, + 'jobs' => \Seat\Eveapi\Jobs\Industry\Corporation\Jobs::class, + 'killmails' => \Seat\Eveapi\Jobs\Killmails\Corporation\Recent::class, + 'orders' => \Seat\Eveapi\Jobs\Market\Corporation\Orders::class, 'members_tracking' => \Seat\Eveapi\Jobs\Corporation\MemberTracking::class, - 'standings' => \Seat\Eveapi\Jobs\Corporation\Standings::class, - 'journals' => \Seat\Eveapi\Jobs\Wallet\Corporation\Journals::class, - 'transactions' => \Seat\Eveapi\Jobs\Wallet\Corporation\Transactions::class, - 'starbases' => \Seat\Eveapi\Jobs\Corporation\Starbases::class, - 'structures' => \Seat\Eveapi\Jobs\Corporation\Structures::class, + 'standings' => \Seat\Eveapi\Jobs\Corporation\Standings::class, + 'journals' => \Seat\Eveapi\Jobs\Wallet\Corporation\Journals::class, + 'transactions' => \Seat\Eveapi\Jobs\Wallet\Corporation\Transactions::class, + 'starbases' => \Seat\Eveapi\Jobs\Corporation\Starbases::class, + 'structures' => \Seat\Eveapi\Jobs\Corporation\Structures::class, ], 'alliance' => [ - 'contacts' => [ + 'contacts' => [ \Seat\Eveapi\Jobs\Contacts\Alliance\Contacts::class, \Seat\Eveapi\Jobs\Contacts\Alliance\Labels::class, ], diff --git a/src/Config/web.locale.php b/src/Config/web.locale.php index 9bb67c7cb..42a2ab262 100644 --- a/src/Config/web.locale.php +++ b/src/Config/web.locale.php @@ -25,39 +25,39 @@ 'languages' => [ [ 'short' => 'af', - 'full' => 'Afrikaans', + 'full' => 'Afrikaans', ], [ 'short' => 'zh-CN', - 'full' => 'Chinese (Simplified)', + 'full' => 'Chinese (Simplified)', ], [ 'short' => 'en', - 'full' => 'English', + 'full' => 'English', ], [ 'short' => 'de', - 'full' => 'German', + 'full' => 'German', ], [ 'short' => 'fr', - 'full' => 'French', + 'full' => 'French', ], [ 'short' => 'ko', - 'full' => 'Korean', + 'full' => 'Korean', ], [ 'short' => 'ro', - 'full' => 'Romanian', + 'full' => 'Romanian', ], [ 'short' => 'ru', - 'full' => 'Russian', + 'full' => 'Russian', ], [ 'short' => 'ja', - 'full' => 'Japanese', + 'full' => 'Japanese', ], ], diff --git a/src/Events/Login.php b/src/Events/Login.php index 023305b10..3db9c8f57 100644 --- a/src/Events/Login.php +++ b/src/Events/Login.php @@ -51,9 +51,9 @@ public static function handle(LoginEvent $event) $event->user->save(); $event->user->login_history()->save(new UserLoginHistory([ - 'source' => Request::getClientIp(), + 'source' => Request::getClientIp(), 'user_agent' => Request::header('User-Agent'), - 'action' => 'login', + 'action' => 'login', ])); $message = 'User logged in from ' . Request::getClientIp(); diff --git a/src/Events/Logout.php b/src/Events/Logout.php index ac405f376..708f49aef 100644 --- a/src/Events/Logout.php +++ b/src/Events/Logout.php @@ -46,9 +46,9 @@ public static function handle(LogoutEvent $event) return; $event->user->login_history()->save(new UserLoginHistory([ - 'source' => Request::getClientIp(), + 'source' => Request::getClientIp(), 'user_agent' => Request::header('User-Agent'), - 'action' => 'logout', + 'action' => 'logout', ])); $message = 'User logged out from ' . Request::getClientIp(); diff --git a/src/Events/SecLog.php b/src/Events/SecLog.php index 6ed32164e..8d9ec29fd 100644 --- a/src/Events/SecLog.php +++ b/src/Events/SecLog.php @@ -36,9 +36,9 @@ public static function handle($message, $category = null) { SecurityLog::create([ - 'message' => $message, + 'message' => $message, 'category' => $category, - 'user_id' => auth()->user() ? + 'user_id' => auth()->user() ? auth()->user()->id : null, ]); diff --git a/src/Http/Composers/Sidebar.php b/src/Http/Composers/Sidebar.php index 7f3c6b13e..5c91d3562 100644 --- a/src/Http/Composers/Sidebar.php +++ b/src/Http/Composers/Sidebar.php @@ -66,11 +66,11 @@ public function compose(View $view) $node_name = Str::slug(preg_replace('/\s+/', '', strtolower($node->name))); $menu[$node_name] = [ - 'name' => $node->name, - 'icon' => $node->icon, + 'name' => $node->name, + 'icon' => $node->icon, 'route_segment' => 'custom', - 'route' => $node->url, - 'new_tab' => $node->new_tab, + 'route' => $node->url, + 'new_tab' => $node->new_tab, ]; } diff --git a/src/Http/Controllers/Auth/SsoController.php b/src/Http/Controllers/Auth/SsoController.php index 50141d210..398ac6884 100644 --- a/src/Http/Controllers/Auth/SsoController.php +++ b/src/Http/Controllers/Auth/SsoController.php @@ -204,18 +204,18 @@ public function updateRefreshToken(SocialiteUser $eve_user, User $seat_user): vo } RefreshToken::withTrashed()->firstOrNew([ - 'character_id' => $eve_user->id, + 'character_id' => $eve_user->id, ])->fill([ - 'user_id' => $seat_user->id, - 'refresh_token' => $eve_user->refreshToken, - 'scopes_profile' => session()->get('scopes_profile_id', 0), - 'scopes' => $eve_user->scopes, - 'token' => $eve_user->token, + 'user_id' => $seat_user->id, + 'refresh_token' => $eve_user->refreshToken, + 'scopes_profile' => session()->get('scopes_profile_id', 0), + 'scopes' => $eve_user->scopes, + 'token' => $eve_user->token, 'character_owner_hash' => $eve_user->character_owner_hash, - 'expires_on' => $eve_user->expires_on, + 'expires_on' => $eve_user->expires_on, // enforce version since restore action will not use default field value // the version from an authenticate token is always latest. - 'version' => RefreshToken::CURRENT_VERSION, + 'version' => RefreshToken::CURRENT_VERSION, ])->save(); // restore soft deleted token if any @@ -234,10 +234,10 @@ private function updateCharacterInfo(SocialiteUser $eve_user) CharacterInfo::firstOrCreate([ 'character_id' => $eve_user->id, ], [ - 'name' => $eve_user->name, - 'birthday' => carbon(), - 'gender' => 'male', - 'race_id' => 0, + 'name' => $eve_user->name, + 'birthday' => carbon(), + 'gender' => 'male', + 'race_id' => 0, 'bloodline_id' => 0, ]); diff --git a/src/Http/Controllers/Character/MailController.php b/src/Http/Controllers/Character/MailController.php index 9f2ec4dc6..cad3c133f 100644 --- a/src/Http/Controllers/Character/MailController.php +++ b/src/Http/Controllers/Character/MailController.php @@ -161,9 +161,9 @@ private function getCharacterMailTimeline(int $message_id = null) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/Controllers/Character/SkillsController.php b/src/Http/Controllers/Character/SkillsController.php index fcadae0ed..a78346f7f 100644 --- a/src/Http/Controllers/Character/SkillsController.php +++ b/src/Http/Controllers/Character/SkillsController.php @@ -57,12 +57,12 @@ public function getCharacterSkillsLevelChartData(CharacterInfo $character) $data = $this->getCharacterSkillsAmountPerLevel($character->character_id); return response()->json([ - 'labels' => [ + 'labels' => [ 'Level 0', 'Level 1', 'Level 2', 'Level 3', 'Level 4', 'Level 5', ], 'datasets' => [ [ - 'data' => $data, + 'data' => $data, 'backgroundColor' => [ '#00c0ef', '#39cccc', @@ -87,21 +87,21 @@ public function getCharacterSkillsCoverageChartData(CharacterInfo $character) $character = CharacterInfo::where('character_id', $character->character_id)->first(); return response()->json([ - 'labels' => $data->map(function ($item) { + 'labels' => $data->map(function ($item) { return $item->marketGroupName; })->toArray(), // skills category 'datasets' => [ [ - 'label' => $character->name, - 'data' => $data->map(function ($item) { + 'label' => $character->name, + 'data' => $data->map(function ($item) { return round($item->character_amount / $item->game_amount * 100, 2); // character / in game rate })->toArray(), - 'fill' => true, - 'backgroundColor' => 'rgba(60,141,188,0.3)', - 'borderColor' => '#3c8dbc', + 'fill' => true, + 'backgroundColor' => 'rgba(60,141,188,0.3)', + 'borderColor' => '#3c8dbc', 'pointBackgroundColor' => '#3c8dbc', - 'pointBorderColor' => '#fff', + 'pointBorderColor' => '#fff', ], ], ]); diff --git a/src/Http/Controllers/Character/WalletController.php b/src/Http/Controllers/Character/WalletController.php index 6f632603e..71dc9bd50 100644 --- a/src/Http/Controllers/Character/WalletController.php +++ b/src/Http/Controllers/Character/WalletController.php @@ -74,29 +74,29 @@ public function getJournalGraphBalance(CharacterInfo $character) ->get(); return response()->json([ - 'labels' => $data->map(function ($item) { + 'labels' => $data->map(function ($item) { return $item->date; })->toArray(), 'datasets' => [ [ - 'label' => 'Balance', - 'fill' => false, - 'lineTension' => 0.1, + 'label' => 'Balance', + 'fill' => false, + 'lineTension' => 0.1, 'backgroundColor' => 'rgba(60,141,188,0.9)', - 'borderColor' => 'rgba(60,141,188,0.8)', - 'data' => $data->map(function ($item) { + 'borderColor' => 'rgba(60,141,188,0.8)', + 'data' => $data->map(function ($item) { return $item->balance; })->toArray(), ], [ - 'label' => 'Amount', - 'fill' => false, - 'lineTension' => 0.1, + 'label' => 'Amount', + 'fill' => false, + 'lineTension' => 0.1, 'backgroundColor' => 'rgba(210, 214, 222, 1)', - 'borderColor' => 'rgba(210, 214, 222, 1)', - 'data' => $data->map(function ($item) { + 'borderColor' => 'rgba(210, 214, 222, 1)', + 'data' => $data->map(function ($item) { return $item->amount; })->toArray(), diff --git a/src/Http/Controllers/Configuration/AccessController.php b/src/Http/Controllers/Configuration/AccessController.php index 6983026e1..f13ad0c88 100644 --- a/src/Http/Controllers/Configuration/AccessController.php +++ b/src/Http/Controllers/Configuration/AccessController.php @@ -202,7 +202,7 @@ public function update(Request $request, Role $role) return redirect()->route('seatcore::configuration.access.roles.edit', [$role->id]) ->with('success', trans('web::seat.role_updated', [ - 'added' => $added_counter, + 'added' => $added_counter, 'removed' => $removed_counter, 'filtered' => $filter_counter, ])); diff --git a/src/Http/Controllers/Configuration/ScheduleController.php b/src/Http/Controllers/Configuration/ScheduleController.php index f59d1d736..3e4333d5d 100644 --- a/src/Http/Controllers/Configuration/ScheduleController.php +++ b/src/Http/Controllers/Configuration/ScheduleController.php @@ -43,14 +43,14 @@ public function listSchedule() $schedule = Schedule::all(); $commands = Artisan::all(); $expressions = [ - 'hourly' => '0 * * * *', - 'daily' => '0 0 * * *', - 'weekly' => '0 0 * * 0', - 'monthly' => '0 0 1 * *', - 'yearly' => '0 0 1 1 *', - 'every minute' => '* * * * *', - 'every five minutes' => '*/5 * * * *', - 'every ten minutes' => '*/10 * * * *', + 'hourly' => '0 * * * *', + 'daily' => '0 0 * * *', + 'weekly' => '0 0 * * 0', + 'monthly' => '0 0 1 * *', + 'yearly' => '0 0 1 1 *', + 'every minute' => '* * * * *', + 'every five minutes' => '*/5 * * * *', + 'every ten minutes' => '*/10 * * * *', 'every thirty minutes' => '*/30 * * * *', ]; diff --git a/src/Http/Controllers/Configuration/SeatController.php b/src/Http/Controllers/Configuration/SeatController.php index 0e040c805..b833c44a3 100644 --- a/src/Http/Controllers/Configuration/SeatController.php +++ b/src/Http/Controllers/Configuration/SeatController.php @@ -117,9 +117,9 @@ public function postUpdateCustomLinks(Customlink $request) foreach($names as $key => $name) { $custom_links->push((object) [ - 'name' => $name, - 'url' => $urls[$key], - 'icon' => $icons[$key], + 'name' => $name, + 'url' => $urls[$key], + 'icon' => $icons[$key], 'new_tab' => (bool) $new_tabs[$key], ]); } @@ -366,13 +366,13 @@ private function getChangelogFromApi(string $uri, string $body_attribute, string }); } catch (Exception $e) { logger()->error('An error occurred while fetching changelog from API.', [ - 'code' => $e->getCode(), - 'error' => $e->getMessage(), - 'trace' => $e->getTrace(), - 'uri' => $uri, + 'code' => $e->getCode(), + 'error' => $e->getMessage(), + 'trace' => $e->getTrace(), + 'uri' => $uri, 'attributes' => [ 'body' => $body_attribute, - 'tag' => $tag_attribute, + 'tag' => $tag_attribute, ], ]); } @@ -405,10 +405,10 @@ private function getChangelogFromFile(string $uri) }); } catch (Exception $e) { logger()->error('An error occurred while fetching changelog from file.', [ - 'code' => $e->getCode(), - 'error' => $e->getMessage(), - 'trace' => $e->getTrace(), - 'uri' => $uri, + 'code' => $e->getCode(), + 'error' => $e->getMessage(), + 'trace' => $e->getTrace(), + 'uri' => $uri, ]); } diff --git a/src/Http/Controllers/HomeController.php b/src/Http/Controllers/HomeController.php index 67a9d977d..c19f707a1 100644 --- a/src/Http/Controllers/HomeController.php +++ b/src/Http/Controllers/HomeController.php @@ -82,18 +82,18 @@ public function getServerStatusChartData() $data = $this->getEveServerStatuses(50); return response()->json([ - 'labels' => $data->map(function ($item) { + 'labels' => $data->map(function ($item) { return $item->created_at->toDateTimeString(); })->toArray(), 'datasets' => [ [ - 'label' => 'Concurrent Player Count', - 'fill' => false, - 'lineTension' => 0.1, + 'label' => 'Concurrent Player Count', + 'fill' => false, + 'lineTension' => 0.1, 'backgroundColor' => 'rgba(60,141,188,0.9)', - 'borderColor' => 'rgba(60,141,188,0.8)', - 'data' => $data->map(function ($item) { + 'borderColor' => 'rgba(60,141,188,0.8)', + 'data' => $data->map(function ($item) { return $item->players; })->toArray(), @@ -111,18 +111,18 @@ public function getEsiResponseTimeChartData() $data = $this->getEsiResponseTimes(50); return response()->json([ - 'labels' => $data->map(function ($item) { + 'labels' => $data->map(function ($item) { return '"' . $item->status . '" @ ' . $item->created_at->toDateTimeString(); })->toArray(), 'datasets' => [ [ - 'label' => 'Response Time', - 'fill' => false, - 'lineTension' => 0.1, + 'label' => 'Response Time', + 'fill' => false, + 'lineTension' => 0.1, 'backgroundColor' => 'rgba(60,141,188,0.9)', - 'borderColor' => 'rgba(60,141,188,0.8)', - 'data' => $data->map(function ($item) { + 'borderColor' => 'rgba(60,141,188,0.8)', + 'data' => $data->map(function ($item) { return $item->request_time; })->toArray(), diff --git a/src/Http/Controllers/Profile/ProfileController.php b/src/Http/Controllers/Profile/ProfileController.php index 0c21840c0..4d133886f 100644 --- a/src/Http/Controllers/Profile/ProfileController.php +++ b/src/Http/Controllers/Profile/ProfileController.php @@ -176,7 +176,7 @@ public function postChangeCharacter(Request $request) // Find the new user to login as. auth()->user()->fill([ 'main_character_id' => $requested_character->character_id, - 'name' => $requested_character->name, + 'name' => $requested_character->name, ])->save(); // Log the character change login event. diff --git a/src/Http/Controllers/Squads/MembersController.php b/src/Http/Controllers/Squads/MembersController.php index 4fcf1a6bf..57dbdbd7f 100644 --- a/src/Http/Controllers/Squads/MembersController.php +++ b/src/Http/Controllers/Squads/MembersController.php @@ -67,7 +67,7 @@ public function lookup(Request $request, Squad $squad) ->get() ->map(function ($user) { return [ - 'id' => $user->id, + 'id' => $user->id, 'text' => $user->name, ]; }); diff --git a/src/Http/Controllers/Squads/ModeratorsController.php b/src/Http/Controllers/Squads/ModeratorsController.php index 294dc13f2..c09d4c062 100644 --- a/src/Http/Controllers/Squads/ModeratorsController.php +++ b/src/Http/Controllers/Squads/ModeratorsController.php @@ -56,7 +56,7 @@ public function lookup(Request $request, Squad $squad) ->get() ->map(function ($user) { return [ - 'id' => $user->id, + 'id' => $user->id, 'text' => $user->name, ]; }); diff --git a/src/Http/Controllers/Squads/RolesController.php b/src/Http/Controllers/Squads/RolesController.php index 206ff670d..ae0ae490f 100644 --- a/src/Http/Controllers/Squads/RolesController.php +++ b/src/Http/Controllers/Squads/RolesController.php @@ -58,7 +58,7 @@ public function lookup(Request $request, Squad $squad) ->get() ->map(function ($role) { return [ - 'id' => $role->id, + 'id' => $role->id, 'text' => $role->title, ]; }); diff --git a/src/Http/Controllers/Squads/SquadsController.php b/src/Http/Controllers/Squads/SquadsController.php index fd1f722cb..483483c3e 100644 --- a/src/Http/Controllers/Squads/SquadsController.php +++ b/src/Http/Controllers/Squads/SquadsController.php @@ -106,12 +106,12 @@ public function create() public function store(SquadValidation $request) { $squad = Squad::create([ - 'name' => $request->input('name'), - 'type' => $request->input('type'), - 'description' => $request->input('description'), - 'filters' => $request->input('filters'), + 'name' => $request->input('name'), + 'type' => $request->input('type'), + 'description' => $request->input('description'), + 'filters' => $request->input('filters'), 'is_classified' => $request->input('classified') == 'on', - 'logo' => $request->file('logo'), + 'logo' => $request->file('logo'), ]); return redirect()->route('seatcore::squads.show', $squad->id) diff --git a/src/Http/Controllers/Support/FastLookupController.php b/src/Http/Controllers/Support/FastLookupController.php index 1ee015da8..a58128719 100644 --- a/src/Http/Controllers/Support/FastLookupController.php +++ b/src/Http/Controllers/Support/FastLookupController.php @@ -115,7 +115,7 @@ public function getTitles(Request $request) $title = CorporationTitle::find($request->query('q', 1)); return response()->json([ - 'id' => $title->id, + 'id' => $title->id, 'text' => sprintf('%s (%s)', strip_tags($title->name), $title->corporation->name), ]); } @@ -126,7 +126,7 @@ public function getTitles(Request $request) ->get() ->map(function ($title) { return [ - 'id' => $title->id, + 'id' => $title->id, 'text' => sprintf('%s (%s)', strip_tags($title->name), $title->corporation->name), ]; }); @@ -237,7 +237,7 @@ public function getEntities(Request $request) $this->validate($request, [ 'type' => 'in:characters,corporations,alliances', - 'q' => 'required', + 'q' => 'required', ]); $characters_query = null; @@ -292,10 +292,10 @@ public function getEntities(Request $request) } return [ - 'id' => $entity->entity_id, + 'id' => $entity->entity_id, 'text' => $entity->name, 'type' => $entity->entity_type, - 'img' => img( + 'img' => img( $img_type, $img_type == 'characters' ? 'portrait' : 'logo', $entity->entity_id, @@ -332,9 +332,9 @@ public function getItems(Request $request) ->get() ->map(function ($item, $key) { return [ - 'id' => $item->typeID, + 'id' => $item->typeID, 'text' => $item->typeName, - 'img' => img('types', 'icon', $item->typeID, 32, ['class' => 'img-circle eve-icon small-icon'], false), + 'img' => img('types', 'icon', $item->typeID, 32, ['class' => 'img-circle eve-icon small-icon'], false), ]; }); @@ -391,7 +391,7 @@ public function getRegions(Request $request) } return response()->json([ - 'id' => $region->region_id, + 'id' => $region->region_id, 'text' => $region->name, ]); } @@ -402,7 +402,7 @@ public function getRegions(Request $request) ->get() ->map(function ($region) { return [ - 'id' => $region->region_id, + 'id' => $region->region_id, 'text' => $region->name, ]; }); @@ -426,7 +426,7 @@ public function getConstellations(Request $request) } return response()->json([ - 'id' => $constellation->constellation_id, + 'id' => $constellation->constellation_id, 'text' => $constellation->name, ]); } @@ -441,7 +441,7 @@ public function getConstellations(Request $request) ->get() ->map(function ($constellation) { return [ - 'id' => $constellation->constellation_id, + 'id' => $constellation->constellation_id, 'text' => $constellation->name, ]; }); @@ -500,7 +500,7 @@ public function getSystems(Request $request) } return response()->json([ - 'id' => $system->system_id, + 'id' => $system->system_id, 'text' => $system->name, ]); } @@ -518,8 +518,8 @@ public function getSystems(Request $request) ->get() ->map(function ($system) { return [ - 'id' => $system->system_id, - 'text' => $system->name, + 'id' => $system->system_id, + 'text' => $system->name, ]; }); @@ -543,8 +543,8 @@ public function getCorporationRoles(Request $request) ->get() ->map(function ($role) { return [ - 'id' => $role->role, - 'text' => $role->role, + 'id' => $role->role, + 'text' => $role->role, ]; }); diff --git a/src/Http/Controllers/Support/ResolveController.php b/src/Http/Controllers/Support/ResolveController.php index 68d5aae08..5537d42d7 100644 --- a/src/Http/Controllers/Support/ResolveController.php +++ b/src/Http/Controllers/Support/ResolveController.php @@ -160,8 +160,8 @@ private function resolveFactionIDs(Collection $ids) ->get() ->map(function ($entity) { return collect([ - 'id' => $entity->entity_id, - 'name' => $entity->name, + 'id' => $entity->entity_id, + 'name' => $entity->name, 'category' => $entity->category, ]); }); @@ -186,7 +186,7 @@ private function resolveInternalUniverseIDs(Collection $ids) return collect([ 'id' => $entity->entity_id, 'name' => $entity->name, - 'category' =>$entity->category, + 'category' => $entity->category, ]); }); @@ -256,8 +256,8 @@ private function resolveInternalAllianceIDs(Collection $ids) ->get() ->map(function ($alliance) { return collect([ - 'id' => $alliance->alliance_id, - 'name' => $alliance->name, + 'id' => $alliance->alliance_id, + 'name' => $alliance->name, 'category' => 'alliance', ]); }); @@ -294,8 +294,8 @@ private function resolveFromESI(Collection $ids): void UniverseName::firstOrCreate([ 'entity_id' => $name->id, ], [ - 'name' => $name->name, - 'category' => $name->category, + 'name' => $name->name, + 'category' => $name->category, ]); }); } catch (Exception $e) { @@ -335,8 +335,8 @@ private function cacheIDsAndReturnUnresolvedIDs(Collection $names, Collection $i UniverseName::firstOrCreate([ 'entity_id' => $name['id'], ], [ - 'name' => $name['name'], - 'category' => $name['category'], + 'name' => $name['name'], + 'category' => $name['category'], ]); }); diff --git a/src/Http/Controllers/Tools/MoonsController.php b/src/Http/Controllers/Tools/MoonsController.php index 1f03d8b07..cd12df462 100644 --- a/src/Http/Controllers/Tools/MoonsController.php +++ b/src/Http/Controllers/Tools/MoonsController.php @@ -49,10 +49,10 @@ class MoonsController extends Controller public function index(MoonsDataTable $dataTable) { $groups = [ - Moon::UBIQUITOUS => trans('web::moons.ubiquitous'), - Moon::COMMON => trans('web::moons.common'), - Moon::UNCOMMON => trans('web::moons.uncommon'), - Moon::RARE => trans('web::moons.rare'), + Moon::UBIQUITOUS => trans('web::moons.ubiquitous'), + Moon::COMMON => trans('web::moons.common'), + Moon::UNCOMMON => trans('web::moons.uncommon'), + Moon::RARE => trans('web::moons.rare'), Moon::EXCEPTIONAL => trans('web::moons.exceptional'), ]; diff --git a/src/Http/Controllers/Tools/NotesController.php b/src/Http/Controllers/Tools/NotesController.php index c8b6ff925..4d6d721bc 100644 --- a/src/Http/Controllers/Tools/NotesController.php +++ b/src/Http/Controllers/Tools/NotesController.php @@ -50,9 +50,9 @@ public function store(NewIntelNote $request) { Note::create([ 'object_type' => $request->input('object_type'), - 'object_id' => $request->input('object_id'), - 'title' => $request->input('title'), - 'note' => $request->input('note'), + 'object_id' => $request->input('object_id'), + 'title' => $request->input('title'), + 'note' => $request->input('note'), ]); return redirect()->back() diff --git a/src/Http/Controllers/Tools/StandingsController.php b/src/Http/Controllers/Tools/StandingsController.php index 59bad7457..489f9f1ec 100644 --- a/src/Http/Controllers/Tools/StandingsController.php +++ b/src/Http/Controllers/Tools/StandingsController.php @@ -134,7 +134,7 @@ public function getStandingsAjaxElementName(Request $request) $this->esi->setVersion('v3'); $this->esi->setQueryString([ 'categories' => $request->input('type'), - 'search' => $request->input('search'), + 'search' => $request->input('search'), ]); $response = $this->esi->invoke('get', '/characters/{character_id}/search/', [ @@ -156,7 +156,7 @@ public function getStandingsAjaxElementName(Request $request) if ($cached_entry = cache(sprintf('%s:%d', self::ENTITY_CACHE_PREFIX, $id))) { $payload['results'][] = [ - 'id' => $id, + 'id' => $id, 'text' => $cached_entry, ]; @@ -183,7 +183,7 @@ public function getStandingsAjaxElementName(Request $request) now()->addHour()); $payload['results'][] = [ - 'id' => $name->id, + 'id' => $name->id, 'text' => $name->name, ]; }); @@ -232,7 +232,7 @@ public function postAddElementToStanding(StandingsElementAdd $request) UniverseName::firstOrCreate([ 'entity_id' => $entity_id, ], [ - 'name' => $entity_name, + 'name' => $entity_name, 'category' => $entity_type, ]); @@ -240,7 +240,7 @@ public function postAddElementToStanding(StandingsElementAdd $request) $standing = new StandingsProfileStanding([ 'entity_id' => $entity_id, - 'standing' =>$standing, + 'standing' => $standing, 'category' => $entity_type, ]); $standings_profile->entities()->save($standing); diff --git a/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php b/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php index 6583a9be5..1e9ffe3da 100644 --- a/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php +++ b/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php @@ -62,7 +62,7 @@ public function ajax(): JsonResponse return number($row->amount, 0); }) ->addColumn('fuzzworks', function ($row) use ($market_region) { - return view('web::character.partials.fuzzwork-lp-prices', ['corporation' => $row->corporation, 'region'=>$market_region])->render(); + return view('web::character.partials.fuzzwork-lp-prices', ['corporation' => $row->corporation, 'region' => $market_region])->render(); }) ->rawColumns(['character.name', 'corporation.name', 'amount', 'fuzzworks']) ->toJson(); @@ -88,8 +88,8 @@ public function getColumns() return [ ['data' => 'character.name', 'title' => trans('web::seat.character_name')], ['data' => 'corporation.name', 'title' => trans('web::seat.corporation_name')], - ['data' => 'amount', 'title' => trans('web::seat.loyalty_points'), 'searchable'=>false], - ['data' => 'fuzzworks', 'title' => trans('web::seat.loyalty_point_prices'), 'sortable'=>false, 'searchable'=>false], + ['data' => 'amount', 'title' => trans('web::seat.loyalty_points'), 'searchable' => false], + ['data' => 'fuzzworks', 'title' => trans('web::seat.loyalty_point_prices'), 'sortable' => false, 'searchable' => false], ]; } } diff --git a/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php b/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php index cbbe7c04a..fb4c4ec85 100644 --- a/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php @@ -142,7 +142,7 @@ public function html() ->addAction() ->orderBy(0, 'desc') ->parameters([ - 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', + 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', 'buttons' => ['postCsv', 'postExcel'], 'drawCallback' => 'function() { $("[data-toggle=tooltip]").tooltip(); ids_to_names(); }', ]); diff --git a/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php b/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php index dbe6402fd..6b0692c4b 100644 --- a/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php @@ -106,7 +106,7 @@ public function html() ->postAjax() ->columns($this->getColumns()) ->parameters([ - 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', + 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', 'buttons' => ['postCsv', 'postExcel'], 'drawCallback' => 'function() { $("[data-toggle=tooltip]").tooltip(); }', ]); diff --git a/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php b/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php index c9fb79088..b0e0d79cd 100644 --- a/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php @@ -100,7 +100,7 @@ public function html() ->columns($this->getColumns()) ->postAjax() ->parameters([ - 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', + 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', 'buttons' => ['postCsv', 'postExcel'], 'drawCallback' => 'function() { $("[data-toggle=tooltip]").tooltip(); ids_to_names(); }', ]); diff --git a/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php b/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php index b5348a115..8d55836a9 100644 --- a/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php @@ -105,7 +105,7 @@ public function html() ->columns($this->getColumns()) ->postAjax() ->parameters([ - 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', + 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', 'buttons' => ['postCsv', 'postExcel'], 'drawCallback' => 'function() { $("[data-toggle=tooltip]").tooltip(); ids_to_names(); }', ]); diff --git a/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php b/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php index 59f534724..0d806e577 100644 --- a/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php +++ b/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php @@ -47,7 +47,7 @@ public function ajax(): JsonResponse ->eloquent($this->applyScopes($this->query())) ->editColumn('type.typeName', function ($row) { return view('web::partials.type', [ - 'type_id' => $row->type->typeID, + 'type_id' => $row->type->typeID, 'type_name' => $row->name ? sprintf('%s (%s)', $row->name, $row->type->typeName) : $row->type->typeName, 'variation' => $row->type->group->categoryID == 9 ? 'bpc' : 'icon', ])->render(); diff --git a/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php b/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php index c9f3f2dc5..228a47183 100644 --- a/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php +++ b/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php @@ -126,7 +126,7 @@ public function html() ->orderBy(1, 'asc') ->parameters([ 'drawCallback' => 'function() { ids_to_names(); $("[data-toggle=tooltip]").tooltip(); }', - 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', + 'dom' => '<"row"<"col-sm-12 col-md-4"l><"col-sm-12 col-md-4 text-center"B><"col-sm-12 col-md-4"f>><"row"<"col-sm-12"tr>><"row"<"col-sm-12 col-md-5"i><"col-sm-12 col-md-7"p>>', 'buttons' => ['postCsv', 'postExcel'], ]); } diff --git a/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php b/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php index a5fc7a8bf..8d015afa2 100644 --- a/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php +++ b/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php @@ -37,7 +37,7 @@ public function collection() 'token' => self::isValidToken($character->refresh_token), 'name' => $character->character->name, 'location' => $character->location->name, - 'ship'=>$character->ship->typeName, + 'ship' => $character->ship->typeName, 'joined' => $character->start_date, 'last_login' => $character->logon_date, ]; diff --git a/src/Http/DataTables/Scopes/AllianceScope.php b/src/Http/DataTables/Scopes/AllianceScope.php index 8ed95d26f..8de50f23a 100644 --- a/src/Http/DataTables/Scopes/AllianceScope.php +++ b/src/Http/DataTables/Scopes/AllianceScope.php @@ -101,7 +101,7 @@ public function apply($query) $filters = json_decode($permission->pivot->filters); return [ - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Scopes/CharacterMailScope.php b/src/Http/DataTables/Scopes/CharacterMailScope.php index b006d6ee1..6eae985ab 100644 --- a/src/Http/DataTables/Scopes/CharacterMailScope.php +++ b/src/Http/DataTables/Scopes/CharacterMailScope.php @@ -91,9 +91,9 @@ public function apply($query) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Scopes/CharacterNoteScope.php b/src/Http/DataTables/Scopes/CharacterNoteScope.php index 68287faf2..efe4c6e73 100644 --- a/src/Http/DataTables/Scopes/CharacterNoteScope.php +++ b/src/Http/DataTables/Scopes/CharacterNoteScope.php @@ -88,9 +88,9 @@ public function apply($query) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Scopes/CharacterScope.php b/src/Http/DataTables/Scopes/CharacterScope.php index 291159887..f0abd4be5 100644 --- a/src/Http/DataTables/Scopes/CharacterScope.php +++ b/src/Http/DataTables/Scopes/CharacterScope.php @@ -104,9 +104,9 @@ public function apply($query) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Scopes/CorporationScope.php b/src/Http/DataTables/Scopes/CorporationScope.php index faff20b07..c5e8c3969 100644 --- a/src/Http/DataTables/Scopes/CorporationScope.php +++ b/src/Http/DataTables/Scopes/CorporationScope.php @@ -104,7 +104,7 @@ public function apply($query) return [ 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Scopes/KillMailCharacterScope.php b/src/Http/DataTables/Scopes/KillMailCharacterScope.php index 00059039f..06bc076c9 100644 --- a/src/Http/DataTables/Scopes/KillMailCharacterScope.php +++ b/src/Http/DataTables/Scopes/KillMailCharacterScope.php @@ -96,9 +96,9 @@ public function apply($query) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/DataTables/Tools/MarketOrderDataTable.php b/src/Http/DataTables/Tools/MarketOrderDataTable.php index 00ecb60f0..3dc80d6f4 100644 --- a/src/Http/DataTables/Tools/MarketOrderDataTable.php +++ b/src/Http/DataTables/Tools/MarketOrderDataTable.php @@ -74,7 +74,7 @@ public function html() 2, // here is the column number 'asc', ], - 'pageLength'=>100, + 'pageLength' => 100, ]) ->postAjax([ 'data' => 'function (d) { @@ -100,8 +100,8 @@ public function getColumns() { ['data' => 'solar_system.name', 'title' => 'System'], ['data' => 'volume_remaining', 'title' => 'Quantity'], ['data' => 'price', 'title' => 'Price'], - ['data' => 'location_id', 'title'=>'Location'], - ['data' => 'expiry', 'title'=>'Expiry'], + ['data' => 'location_id', 'title' => 'Location'], + ['data' => 'expiry', 'title' => 'Expiry'], ]; } } diff --git a/src/Http/DataTables/Tools/MoonsDataTable.php b/src/Http/DataTables/Tools/MoonsDataTable.php index 08e45bfc4..ee2585448 100644 --- a/src/Http/DataTables/Tools/MoonsDataTable.php +++ b/src/Http/DataTables/Tools/MoonsDataTable.php @@ -54,7 +54,7 @@ public function ajax(): JsonResponse return $row->moon->planet->name; }) ->editColumn('moon.solar_system.sovereignty', function ($row) { - return view('web::partials.sovereignty', ['sovereignty'=>$row->moon->solar_system->sovereignty])->render(); + return view('web::partials.sovereignty', ['sovereignty' => $row->moon->solar_system->sovereignty])->render(); }) ->editColumn('indicators', function ($row) { return view('web::tools.moons.partials.indicators', compact('row'))->render(); diff --git a/src/Http/Middleware/Requirements.php b/src/Http/Middleware/Requirements.php index 4e0f521a6..3e22e004e 100644 --- a/src/Http/Middleware/Requirements.php +++ b/src/Http/Middleware/Requirements.php @@ -54,7 +54,7 @@ public function handle($request, Closure $next) $requirements = collect(array_map(function ($extension) { return [ - 'name' => $extension, + 'name' => $extension, 'loaded' => extension_loaded($extension), ]; diff --git a/src/Http/Routes/Tools/Standings.php b/src/Http/Routes/Tools/Standings.php index 5e9f96d1d..5e9a840c3 100644 --- a/src/Http/Routes/Tools/Standings.php +++ b/src/Http/Routes/Tools/Standings.php @@ -21,7 +21,7 @@ */ Route::group([ - 'prefix' => 'standings', + 'prefix' => 'standings', 'middleware' => 'can:global.standing_builder', ], function () { diff --git a/src/Http/Validation/CustomSignin.php b/src/Http/Validation/CustomSignin.php index d35df166b..313dbc5f4 100644 --- a/src/Http/Validation/CustomSignin.php +++ b/src/Http/Validation/CustomSignin.php @@ -51,7 +51,7 @@ public function rules() { return [ - 'message' => [ + 'message' => [ 'nullable', function ($attribute, $value, $fail) { $pattern = '/([[]{2})([a-zA-Z0-9-_]+)([]]{2})/'; diff --git a/src/Http/Validation/Customlink.php b/src/Http/Validation/Customlink.php index 9c49c179c..da7b8d765 100644 --- a/src/Http/Validation/Customlink.php +++ b/src/Http/Validation/Customlink.php @@ -37,9 +37,9 @@ class Customlink extends FormRequest public function rules() { return [ - 'customlink-name.*' => 'string|required', - 'customlink-url.*' => 'url|required', - 'customlink-icon.*' => 'string|nullable', + 'customlink-name.*' => 'string|required', + 'customlink-url.*' => 'url|required', + 'customlink-icon.*' => 'string|nullable', 'customlink-newtab.*' => 'boolean|required', ]; } diff --git a/src/Http/Validation/EditUser.php b/src/Http/Validation/EditUser.php index 455ccf36d..36feb8cf1 100644 --- a/src/Http/Validation/EditUser.php +++ b/src/Http/Validation/EditUser.php @@ -52,7 +52,7 @@ public function rules() return [ 'user_id' => 'required|exists:users,id', - 'admin' => 'boolean', + 'admin' => 'boolean', ]; } } diff --git a/src/Http/Validation/NewIntelNote.php b/src/Http/Validation/NewIntelNote.php index 511251b64..f7de65555 100644 --- a/src/Http/Validation/NewIntelNote.php +++ b/src/Http/Validation/NewIntelNote.php @@ -52,7 +52,7 @@ public function rules() return [ 'title' => 'required', - 'note' => 'required', + 'note' => 'required', ]; } } diff --git a/src/Http/Validation/NewSchedule.php b/src/Http/Validation/NewSchedule.php index ea662dfb3..f27f51f5d 100644 --- a/src/Http/Validation/NewSchedule.php +++ b/src/Http/Validation/NewSchedule.php @@ -80,7 +80,7 @@ public function rules() return [ - 'command' => 'required|artisan', + 'command' => 'required|artisan', 'expression' => 'required|cron|unique:schedules,expression,NULL,NULL,command,' . $this->request->get('command'), ]; diff --git a/src/Http/Validation/PackageChangelog.php b/src/Http/Validation/PackageChangelog.php index 8c7284871..bbb169682 100644 --- a/src/Http/Validation/PackageChangelog.php +++ b/src/Http/Validation/PackageChangelog.php @@ -45,9 +45,9 @@ public function authorize() public function rules() { return [ - 'uri' => 'required:url', + 'uri' => 'required:url', 'body' => 'string', - 'tag' => 'string', + 'tag' => 'string', ]; } } diff --git a/src/Http/Validation/PackageVersionCheck.php b/src/Http/Validation/PackageVersionCheck.php index efddc769f..8814a09f9 100644 --- a/src/Http/Validation/PackageVersionCheck.php +++ b/src/Http/Validation/PackageVersionCheck.php @@ -45,7 +45,7 @@ public function authorize() public function rules() { return [ - 'vendor' => 'required|string', + 'vendor' => 'required|string', 'package' => 'required|string', 'version' => 'required|string', ]; diff --git a/src/Http/Validation/ProfileSettings.php b/src/Http/Validation/ProfileSettings.php index 355df562d..616141017 100644 --- a/src/Http/Validation/ProfileSettings.php +++ b/src/Http/Validation/ProfileSettings.php @@ -60,13 +60,13 @@ public function rules() $this->request->set('thousand_seperator', ' '); return [ - 'skin' => 'required|in:' . $allowed_skins, - 'language' => 'required|in:' . $allowed_languages, - 'sidebar' => 'required|in:' . $allowed_sidebar, - 'mail_threads' => 'required|in:' . $mail_threads, - 'thousand_seperator' => 'nullable|in:" ",",","."|size:1', - 'decimal_seperator' => 'required|in:",","."|size:1', - 'reprocessing_yield' => 'required|numeric|min:0|max:1', + 'skin' => 'required|in:' . $allowed_skins, + 'language' => 'required|in:' . $allowed_languages, + 'sidebar' => 'required|in:' . $allowed_sidebar, + 'mail_threads' => 'required|in:' . $mail_threads, + 'thousand_seperator' => 'nullable|in:" ",",","."|size:1', + 'decimal_seperator' => 'required|in:",","."|size:1', + 'reprocessing_yield' => 'required|numeric|min:0|max:1', 'email_notifications' => 'required|in:yes,no', ]; } diff --git a/src/Http/Validation/ReassignCharacter.php b/src/Http/Validation/ReassignCharacter.php index 76fac3ec7..162507f35 100644 --- a/src/Http/Validation/ReassignCharacter.php +++ b/src/Http/Validation/ReassignCharacter.php @@ -45,7 +45,7 @@ public function authorize() public function rules() { return [ - 'user' => 'required|exists:users,id', + 'user' => 'required|exists:users,id', 'character' => 'required|exists:character_infos,character_id', ]; } diff --git a/src/Http/Validation/SeatSettings.php b/src/Http/Validation/SeatSettings.php index 2413c5de2..ba64fe4dc 100644 --- a/src/Http/Validation/SeatSettings.php +++ b/src/Http/Validation/SeatSettings.php @@ -56,12 +56,12 @@ public function rules() $allowed_tracking = implode(',', Seat::$options['allow_tracking']); return [ - 'registration' => 'required|in:' . $allowed_registration, + 'registration' => 'required|in:' . $allowed_registration, 'allow_user_character_unlink' => 'required|in:yes,no', - 'cleanup_data' => 'required|in:' . $allowed_cleanup, - 'admin_contact' => 'required|email', - 'allow_tracking' => 'required|in:' . $allowed_tracking, - 'market_prices_region' => 'required|exists:regions,region_id', + 'cleanup_data' => 'required|in:' . $allowed_cleanup, + 'admin_contact' => 'required|email', + 'allow_tracking' => 'required|in:' . $allowed_tracking, + 'market_prices_region' => 'required|exists:regions,region_id', ]; } } diff --git a/src/Http/Validation/Sharelink.php b/src/Http/Validation/Sharelink.php index 2951a63a2..504048bda 100644 --- a/src/Http/Validation/Sharelink.php +++ b/src/Http/Validation/Sharelink.php @@ -38,7 +38,7 @@ public function rules() { return [ 'user_sharelink_character_id' => 'integer|min:0|required', - 'user_sharelink_expiry' => 'integer|min:1|required', + 'user_sharelink_expiry' => 'integer|min:1|required', ]; } } diff --git a/src/Http/Validation/Squad.php b/src/Http/Validation/Squad.php index 26f1e2c43..6b749f89a 100644 --- a/src/Http/Validation/Squad.php +++ b/src/Http/Validation/Squad.php @@ -45,10 +45,10 @@ public function rules() Rule::unique('squads', 'name'), 'max:255', ], - 'type' => 'required|in:manual,auto,hidden', + 'type' => 'required|in:manual,auto,hidden', 'description' => 'required', - 'logo' => 'mimes:jpeg,jpg,png|max:2000', - 'filters' => 'json', + 'logo' => 'mimes:jpeg,jpg,png|max:2000', + 'filters' => 'json', ]; } } diff --git a/src/Http/Validation/SsoScopes.php b/src/Http/Validation/SsoScopes.php index 8d5fc5aaa..d044d7908 100644 --- a/src/Http/Validation/SsoScopes.php +++ b/src/Http/Validation/SsoScopes.php @@ -52,9 +52,9 @@ public function rules() { return [ - 'profile_id' => 'required|integer', + 'profile_id' => 'required|integer', 'profile_name' => 'required|alpha_dash', - 'scopes.*' => ['required', Rule::in(config('eveapi.scopes'))], + 'scopes.*' => ['required', Rule::in(config('eveapi.scopes'))], ]; } } diff --git a/src/Http/Validation/StandingsElementAdd.php b/src/Http/Validation/StandingsElementAdd.php index 73da2c221..a527a201b 100644 --- a/src/Http/Validation/StandingsElementAdd.php +++ b/src/Http/Validation/StandingsElementAdd.php @@ -46,11 +46,11 @@ public function rules() { return [ - 'id' => 'required|exists:standings_profiles,id', + 'id' => 'required|exists:standings_profiles,id', 'entity_id' => 'required|numeric', - 'name' => 'required|string', - 'type' => 'required|in:character,corporation,alliance', - 'standing' => 'required|between:-10,10', + 'name' => 'required|string', + 'type' => 'required|in:character,corporation,alliance', + 'standing' => 'required|between:-10,10', ]; } } diff --git a/src/Http/Validation/StandingsExistingElementAdd.php b/src/Http/Validation/StandingsExistingElementAdd.php index ad1261143..a7de57394 100644 --- a/src/Http/Validation/StandingsExistingElementAdd.php +++ b/src/Http/Validation/StandingsExistingElementAdd.php @@ -53,8 +53,8 @@ public function rules() { return [ - 'id' => 'required|exists:standings_profiles,id', - 'character' => 'nullable|in:' . + 'id' => 'required|exists:standings_profiles,id', + 'character' => 'nullable|in:' . $this->getAllCharactersWithAffiliations()->pluck('character_id')->implode(','), 'corporation' => 'nullable|in:' . $this->getAllCorporationsWithAffiliationsAndFilters()->pluck('corporation_id')->implode(','), @@ -111,9 +111,9 @@ private function addCharacterPermissionScope($query, string $ability) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); @@ -160,9 +160,9 @@ private function addCorporationPermissionScope($query, string $ability) $filters = json_decode($permission->pivot->filters); return [ - 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), + 'characters' => collect($filters->character ?? [])->pluck('id')->toArray(), 'corporations' => collect($filters->corporation ?? [])->pluck('id')->toArray(), - 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), + 'alliances' => collect($filters->alliance ?? [])->pluck('id')->toArray(), ]; }); diff --git a/src/Http/routes.php b/src/Http/routes.php index 7b7ee5aeb..0a3f7a902 100644 --- a/src/Http/routes.php +++ b/src/Http/routes.php @@ -22,13 +22,13 @@ // Namespace all of the routes for this package. Route::group([ - 'namespace' => 'Seat\Web\Http\Controllers', + 'namespace' => 'Seat\Web\Http\Controllers', 'middleware' => 'web', // Web middleware for state etc since L5.3 ], function () { // Authentication & Registration Routes. Route::group([ - 'namespace' => 'Auth', + 'namespace' => 'Auth', 'middleware' => 'requirements', ], function () { @@ -56,7 +56,7 @@ // Support Routes Route::group([ 'namespace' => 'Support', - 'prefix' => 'support', + 'prefix' => 'support', ], function () { include __DIR__ . '/Routes/Support/List.php'; @@ -68,7 +68,7 @@ // User Profile Routes Route::group([ 'namespace' => 'Profile', - 'prefix' => 'profile', + 'prefix' => 'profile', ], function () { // Preferences @@ -82,7 +82,7 @@ // Queue Jobs Route::group([ 'namespace' => 'Queue', - 'prefix' => 'queue', + 'prefix' => 'queue', ], function () { include __DIR__ . '/Routes/Queue/Status.php'; @@ -91,7 +91,7 @@ // Alliance Routes Route::group([ 'namespace' => 'Alliance', - 'prefix' => 'alliances', + 'prefix' => 'alliances', ], function () { include __DIR__ . '/Routes/Alliance/View.php'; @@ -100,7 +100,7 @@ // Corporation Routes Route::group([ 'namespace' => 'Corporation', - 'prefix' => 'corporations', + 'prefix' => 'corporations', ], function () { include __DIR__ . '/Routes/Corporation/View.php'; @@ -109,7 +109,7 @@ // Character Routes Route::group([ 'namespace' => 'Character', - 'prefix' => 'characters', + 'prefix' => 'characters', ], function () { include __DIR__ . '/Routes/Character/View.php'; @@ -118,7 +118,7 @@ // Squads Routes Route::group([ 'namespace' => 'Squads', - 'prefix' => 'squads', + 'prefix' => 'squads', ], function () { include __DIR__ . '/Routes/Squads/Routes.php'; }); @@ -127,8 +127,8 @@ // all configuration should only be possible if // a user has the 'superuser' role. Route::group([ - 'namespace' => 'Configuration', - 'prefix' => 'configuration', + 'namespace' => 'Configuration', + 'prefix' => 'configuration', 'middleware' => 'can:global.superuser', ], function () { @@ -175,7 +175,7 @@ // For obvious reasons I hope... Route::group([ 'namespace' => 'Configuration', - 'prefix' => 'configuration', + 'prefix' => 'configuration', ], function () { include __DIR__ . '/Routes/Configuration/Impersonation.php'; @@ -184,7 +184,7 @@ // Tools Routes Route::group([ 'namespace' => 'Tools', - 'prefix' => 'tools', + 'prefix' => 'tools', ], function () { include __DIR__ . '/Routes/Tools/Job.php'; @@ -197,7 +197,7 @@ }); Route::group([ - 'namespace' => 'Support', + 'namespace' => 'Support', 'middleware' => ['auth'], ], function () { diff --git a/src/Models/User.php b/src/Models/User.php index 72ccbe1fa..519a882f1 100644 --- a/src/Models/User.php +++ b/src/Models/User.php @@ -59,7 +59,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon */ protected $casts = [ 'active' => 'boolean', - 'admin' => 'boolean', + 'admin' => 'boolean', ]; /** diff --git a/src/Notifications/EmailVerification.php b/src/Notifications/EmailVerification.php index 02dfe0742..72aecd568 100644 --- a/src/Notifications/EmailVerification.php +++ b/src/Notifications/EmailVerification.php @@ -92,7 +92,7 @@ public function toArray($notifiable) { return [ - 'id' => $notifiable->id, + 'id' => $notifiable->id, 'activation_token' => $notifiable->activation_token, ]; } diff --git a/src/database/migrations/2019_11_12_220840_drop_groups_table.php b/src/database/migrations/2019_11_12_220840_drop_groups_table.php index 3dc0d9e13..ceaf30bf6 100644 --- a/src/database/migrations/2019_11_12_220840_drop_groups_table.php +++ b/src/database/migrations/2019_11_12_220840_drop_groups_table.php @@ -306,12 +306,12 @@ public function up() // init auto-increment field (1 is lock for admin) DB::table('users')->insert([ - 'id' => 1, - 'name' => 'admin', - 'active' => true, + 'id' => 1, + 'name' => 'admin', + 'active' => true, 'main_character_id' => 0, - 'created_at' => carbon(), - 'updated_at' => carbon(), + 'created_at' => carbon(), + 'updated_at' => carbon(), ]); DB::table('users') diff --git a/src/database/seeders/ScheduleSeeder.php b/src/database/seeders/ScheduleSeeder.php index 712de6150..674228a02 100644 --- a/src/database/seeders/ScheduleSeeder.php +++ b/src/database/seeders/ScheduleSeeder.php @@ -37,12 +37,12 @@ class ScheduleSeeder extends Seeder */ protected $schedules = [ [ // Horizon Metrics | Every Five Minutes - 'command' => 'horizon:snapshot', - 'expression' => '*/5 * * * *', - 'allow_overlap' => false, + 'command' => 'horizon:snapshot', + 'expression' => '*/5 * * * *', + 'allow_overlap' => false, 'allow_maintenance' => false, - 'ping_before' => null, - 'ping_after' => null, + 'ping_before' => null, + 'ping_after' => null, ], ]; diff --git a/src/resources/lang/af/about.php b/src/resources/lang/af/about.php index 9ae1d5b06..38ef6ed1b 100644 --- a/src/resources/lang/af/about.php +++ b/src/resources/lang/af/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Documentation', 'contact_widget_updated_at' => 'Updated :date_time', 'contact_widget_read_me' => 'Read me !', - 'contact_widget_github_issues' => ':count Issues', + 'contact_widget_github_issues' => ':count Issues', 'contact_widget_github_contribute' => 'Contribute !', // diff --git a/src/resources/lang/af/bookmark.php b/src/resources/lang/af/bookmark.php index 44db8feb3..c90197e9c 100644 --- a/src/resources/lang/af/bookmark.php +++ b/src/resources/lang/af/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Skep', - 'label' => 'Etikette', - 'location' => 'Plek', - 'notes' => 'Nota', + 'created' => 'Skep', + 'label' => 'Etikette', + 'location' => 'Plek', + 'notes' => 'Nota', 'coordinates' => 'Koördinate', ]; diff --git a/src/resources/lang/af/calendar.php b/src/resources/lang/af/calendar.php index d8f4decfd..3a42defbb 100644 --- a/src/resources/lang/af/calendar.php +++ b/src/resources/lang/af/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Datum', - 'owner' => 'Eienaar', - 'description' => 'Beskrywing', - 'status' => 'Status', + 'date' => 'Datum', + 'owner' => 'Eienaar', + 'description' => 'Beskrywing', + 'status' => 'Status', 'not_responded' => 'Not responded', - 'accepted' => 'Aanvaar', - 'tentative' => 'Tentatief', - 'declined' => 'Afgekeur', + 'accepted' => 'Aanvaar', + 'tentative' => 'Tentatief', + 'declined' => 'Afgekeur', ]; diff --git a/src/resources/lang/af/contract.php b/src/resources/lang/af/contract.php index 5f96e18b6..7d5bb56ef 100644 --- a/src/resources/lang/af/contract.php +++ b/src/resources/lang/af/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Skep', - 'type' => 'Tipe', - 'issuer' => 'Uitreiker', - 'assignee' => 'Gedelegeerde', - 'acceptor' => 'Acceptor', - 'status' => 'Status', - 'price' => 'Prys', - 'reward' => 'Beloning', + 'created' => 'Skep', + 'type' => 'Tipe', + 'issuer' => 'Uitreiker', + 'assignee' => 'Gedelegeerde', + 'acceptor' => 'Acceptor', + 'status' => 'Status', + 'price' => 'Prys', + 'reward' => 'Beloning', - 'unknown' => 'Onbekend', - 'item_exchange' => 'Item Exchange', - 'auction' => 'Auction', - 'courier' => 'Courier', - 'loan' => 'Loan', + 'unknown' => 'Onbekend', + 'item_exchange' => 'Item Exchange', + 'auction' => 'Auction', + 'courier' => 'Courier', + 'loan' => 'Loan', - 'outstanding' => 'Outstanding', - 'in_progress' => 'In Progress', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => 'Outstanding', + 'in_progress' => 'In Progress', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => 'Finished', - 'cancelled' => 'Cancelled', - 'rejected' => 'Rejected', - 'failed' => 'Failed', - 'deleted' => 'Deleted', - 'reversed' => 'Reversed', + 'finished' => 'Finished', + 'cancelled' => 'Cancelled', + 'rejected' => 'Rejected', + 'failed' => 'Failed', + 'deleted' => 'Deleted', + 'reversed' => 'Reversed', - 'not_accepted' => 'Not Accepted', + 'not_accepted' => 'Not Accepted', ]; diff --git a/src/resources/lang/af/custom_offices.php b/src/resources/lang/af/custom_offices.php index a3782b7df..3853e437e 100644 --- a/src/resources/lang/af/custom_offices.php +++ b/src/resources/lang/af/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planet', - 'reinforcement' => 'Rf. Period', - 'alliance' => 'Allow Ally.', - 'standings' => 'Allow Std.', - 'standing_level' => 'Min. Std. Lvl.', + 'planet' => 'Planet', + 'reinforcement' => 'Rf. Period', + 'alliance' => 'Allow Ally.', + 'standings' => 'Allow Std.', + 'standing_level' => 'Min. Std. Lvl.', 'tax_alliance_corp' => 'Tax Alliance/Corp', - 'tax_standings' => 'Tax Standings', + 'tax_standings' => 'Tax Standings', ]; diff --git a/src/resources/lang/af/fitting.php b/src/resources/lang/af/fitting.php index 812b2c840..fd1ddb956 100644 --- a/src/resources/lang/af/fitting.php +++ b/src/resources/lang/af/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Name', - 'type' => 'Tipe', - 'items' => 'Items', + 'name' => 'Name', + 'type' => 'Tipe', + 'items' => 'Items', 'hull_estimated_value' => 'Hull Estimated Value', 'fitting_estimated_value' => 'Fitting Estimated Value', 'full_estimated_value' => 'Full Estimated Value', diff --git a/src/resources/lang/af/industry.php b/src/resources/lang/af/industry.php index 10aca61d1..aa6a49377 100644 --- a/src/resources/lang/af/industry.php +++ b/src/resources/lang/af/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Begin', - 'end' => 'Einde', - 'location' => 'Plek', - 'activity' => 'Aktiwiteit', - 'runs' => 'Hardloop', - 'blueprint' => 'Bouplan', - 'product' => 'Produk', + 'start' => 'Begin', + 'end' => 'Einde', + 'location' => 'Plek', + 'activity' => 'Aktiwiteit', + 'runs' => 'Hardloop', + 'blueprint' => 'Bouplan', + 'product' => 'Produk', 'material_efficiency' => 'Material Efficiency', - 'time_efficiency' => 'Time Efficiency', + 'time_efficiency' => 'Time Efficiency', ]; diff --git a/src/resources/lang/af/kills.php b/src/resources/lang/af/kills.php index 1b20f152b..637bdedc0 100644 --- a/src/resources/lang/af/kills.php +++ b/src/resources/lang/af/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Datum', - 'ship' => 'Skip', + 'date' => 'Datum', + 'ship' => 'Skip', 'solar_system' => 'Sonnestelsel', - 'victim' => 'Slagoffer', - 'killer' => 'Killer', - 'attackers' => 'Attacker|Attackers', - 'items' => 'Item|Items', + 'victim' => 'Slagoffer', + 'killer' => 'Killer', + 'attackers' => 'Attacker|Attackers', + 'items' => 'Item|Items', ]; diff --git a/src/resources/lang/af/mail.php b/src/resources/lang/af/mail.php index d2cfcf19d..380d1908c 100644 --- a/src/resources/lang/af/mail.php +++ b/src/resources/lang/af/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Lees', - 'date' => 'Datum', - 'sender' => 'Sender', - 'subject' => 'Subject', + 'read' => 'Lees', + 'date' => 'Datum', + 'sender' => 'Sender', + 'subject' => 'Subject', 'mailing_list' => 'Mailing List', - 'sent' => 'Sent', - 'author' => 'Author', - 'recipients' => 'Recipients', + 'sent' => 'Sent', + 'author' => 'Author', + 'recipients' => 'Recipients', ]; diff --git a/src/resources/lang/af/market.php b/src/resources/lang/af/market.php index 6d181eaf3..7af3f4bfc 100644 --- a/src/resources/lang/af/market.php +++ b/src/resources/lang/af/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Issued', + 'issued' => 'Issued', 'expires' => 'Expires', - 'buy' => 'Buy', - 'sell' => 'Sell', - 'order' => 'Order', - 'range' => 'Range', - 'volume' => 'Volume', - 'price' => 'Price', - 'total' => 'Total', - 'type' => 'Type', + 'buy' => 'Buy', + 'sell' => 'Sell', + 'order' => 'Order', + 'range' => 'Range', + 'volume' => 'Volume', + 'price' => 'Price', + 'total' => 'Total', + 'type' => 'Type', ]; diff --git a/src/resources/lang/af/mining.php b/src/resources/lang/af/mining.php index 4f7840f9a..c22834640 100644 --- a/src/resources/lang/af/mining.php +++ b/src/resources/lang/af/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Date', - 'time' => 'Time', - 'system' => 'System', - 'ore' => 'ORE', - 'type' => 'Type', - 'quantity' => 'Quantity', - 'volume' => 'Volume', + 'date' => 'Date', + 'time' => 'Time', + 'system' => 'System', + 'ore' => 'ORE', + 'type' => 'Type', + 'quantity' => 'Quantity', + 'volume' => 'Volume', 'estimated_value' => 'Estimated Value', - 'details' => 'Details', - 'metadata' => 'Metadata', - 'compounds' => 'Compounds', - 'history' => 'History', + 'details' => 'Details', + 'metadata' => 'Metadata', + 'compounds' => 'Compounds', + 'history' => 'History', ]; diff --git a/src/resources/lang/af/moons.php b/src/resources/lang/af/moons.php index 8ba63f024..d20cc93f3 100644 --- a/src/resources/lang/af/moons.php +++ b/src/resources/lang/af/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'Region|Regions', + 'region' => 'Region|Regions', 'constellation' => 'Constellation|Constellations', - 'system' => 'Solar System|Solar Systems', - 'planet' => 'Planet|Planets', - 'moon' => 'Moon|Moons', - 'indicator' => 'Indicator|Indicators', - 'sovereignty' => 'Sovereignty|Sovereignties', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Common', - 'uncommon' => 'Uncommon', - 'rare' => 'Rare', - 'exceptional' => 'Exceptional', + 'system' => 'Solar System|Solar Systems', + 'planet' => 'Planet|Planets', + 'moon' => 'Moon|Moons', + 'indicator' => 'Indicator|Indicators', + 'sovereignty' => 'Sovereignty|Sovereignties', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Common', + 'uncommon' => 'Uncommon', + 'rare' => 'Rare', + 'exceptional' => 'Exceptional', ]; diff --git a/src/resources/lang/af/notifications.php b/src/resources/lang/af/notifications.php index f5c312117..c8f8b5815 100644 --- a/src/resources/lang/af/notifications.php +++ b/src/resources/lang/af/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Date', - 'type' => 'Type', + 'date' => 'Date', + 'type' => 'Type', 'sender' => 'Sender', ]; diff --git a/src/resources/lang/af/permissions.php b/src/resources/lang/af/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/af/permissions.php +++ b/src/resources/lang/af/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/af/research.php b/src/resources/lang/af/research.php index 96433a52f..ee0dda8fe 100644 --- a/src/resources/lang/af/research.php +++ b/src/resources/lang/af/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Start', - 'agent' => 'Agent', - 'skill' => 'Skill', + 'start' => 'Start', + 'agent' => 'Agent', + 'skill' => 'Skill', 'point_per_day' => 'Point per day|Points per day', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/af/seat.php b/src/resources/lang/af/seat.php index c53d3a80e..4a7bb0bb0 100644 --- a/src/resources/lang/af/seat.php +++ b/src/resources/lang/af/seat.php @@ -23,737 +23,737 @@ return [ // General - 'home' => 'Tuis', - 'character' => 'Karakter|Karakters', - 'corporation' => 'Korporasie|Korporasies', - 'user' => 'Gebruiker|Gebruikers', - 'last_update' => 'Laas Opgedateer', - 'unknown' => 'Onbekend', - 'note' => 'Nota', - 'name' => 'Naam|Name', - 'granted' => 'Toegestaan', - 'denied' => 'Ontken', - 'enabled' => 'In staat gestel', - 'disabled' => 'Nie in staat nie', - 'username' => 'Gebruikersnaam', - 'email' => 'Epos', - 'close' => 'Maak Toe', - 'date' => 'Datum', - 'status' => 'Status', - 'id' => 'ID|IDs', - 'type' => 'Tipe|Tipes', - 'expiry' => 'Verstryking', - 'never' => 'Nooit', - 'detail' => 'Besonderheid|Besonderhede', - 'delete' => 'Verwyder', - 'kill' => 'Kill', - 'verify' => 'Verifieer', - 'reset' => 'Herstel', - 'back' => 'Terug', - 'summary' => 'Opsomming', - 'quantity' => 'Hoeveelheid', - 'volume' => 'Volume', - 'group' => 'Groep', - 'owner' => 'Eienaar', - 'general' => 'General', - 'description' => 'Beskrywing', - 'labels' => 'Etikette', - 'created' => 'Skep', - 'issuer' => 'Uitreiker', - 'title' => 'Titel|Titels', - 'price' => 'Prys', - 'reward' => 'Beloning', - 'collateral' => 'Collateral', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => 'Plek', - 'filter' => 'Filter|Filters', - 'clear' => 'Opruim', - 'none' => 'Geen', - 'permission' => 'Toestemming|Regte', - 'affiliation' => 'Affiliasie|Affiliasie', - 'role' => 'Rol|Rolle', - 'edit' => 'Wysig', - 'remove' => 'Verwyder', - 'yes' => 'Ja', - 'no' => 'Nee', - 'update' => 'Bring op datum', - 'action' => 'Aksie', - 'key' => 'Sleutel', - 'log' => 'Rekord|Rekords', - 'view' => 'View', - 'item' => 'Item|Items', - 'usage' => 'Usage', - 'unit' => 'Unit|Units', - 'add' => 'Add', - 'all' => 'All', - 'inverse' => 'Inverse', - 'read' => 'Read', - 'level' => 'Level', - 'token' => 'Token', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => 'Tuis', + 'character' => 'Karakter|Karakters', + 'corporation' => 'Korporasie|Korporasies', + 'user' => 'Gebruiker|Gebruikers', + 'last_update' => 'Laas Opgedateer', + 'unknown' => 'Onbekend', + 'note' => 'Nota', + 'name' => 'Naam|Name', + 'granted' => 'Toegestaan', + 'denied' => 'Ontken', + 'enabled' => 'In staat gestel', + 'disabled' => 'Nie in staat nie', + 'username' => 'Gebruikersnaam', + 'email' => 'Epos', + 'close' => 'Maak Toe', + 'date' => 'Datum', + 'status' => 'Status', + 'id' => 'ID|IDs', + 'type' => 'Tipe|Tipes', + 'expiry' => 'Verstryking', + 'never' => 'Nooit', + 'detail' => 'Besonderheid|Besonderhede', + 'delete' => 'Verwyder', + 'kill' => 'Kill', + 'verify' => 'Verifieer', + 'reset' => 'Herstel', + 'back' => 'Terug', + 'summary' => 'Opsomming', + 'quantity' => 'Hoeveelheid', + 'volume' => 'Volume', + 'group' => 'Groep', + 'owner' => 'Eienaar', + 'general' => 'General', + 'description' => 'Beskrywing', + 'labels' => 'Etikette', + 'created' => 'Skep', + 'issuer' => 'Uitreiker', + 'title' => 'Titel|Titels', + 'price' => 'Prys', + 'reward' => 'Beloning', + 'collateral' => 'Collateral', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => 'Plek', + 'filter' => 'Filter|Filters', + 'clear' => 'Opruim', + 'none' => 'Geen', + 'permission' => 'Toestemming|Regte', + 'affiliation' => 'Affiliasie|Affiliasie', + 'role' => 'Rol|Rolle', + 'edit' => 'Wysig', + 'remove' => 'Verwyder', + 'yes' => 'Ja', + 'no' => 'Nee', + 'update' => 'Bring op datum', + 'action' => 'Aksie', + 'key' => 'Sleutel', + 'log' => 'Rekord|Rekords', + 'view' => 'View', + 'item' => 'Item|Items', + 'usage' => 'Usage', + 'unit' => 'Unit|Units', + 'add' => 'Add', + 'all' => 'All', + 'inverse' => 'Inverse', + 'read' => 'Read', + 'level' => 'Level', + 'token' => 'Token', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Requirements', - 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . + 'requirements' => 'Requirements', + 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . ' them first before you can continue.', - 'php_version' => 'PHP Version', - 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . + 'php_version' => 'PHP Version', + 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . ' requirement for SeAT. Please upgrade your PHP installation.', - 'installed_version' => 'Installed Version', - 'min_version' => 'Minimum Version', + 'installed_version' => 'Installed Version', + 'min_version' => 'Minimum Version', 'admin_contact_warning' => 'An administrative contact for this install has not been set.' . ' No jobs will be queued because of this. Please configure it in the SeAT settings.', 'refresh_token_warning' => 'Your account does not have a valid refresh token recorded. ' . 'Please logout and back in to correct this as soon as possible.', - 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . + 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . 'logins are possible.', - 'sso_activation' => 'SSO Activation', - 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', + 'sso_activation' => 'SSO Activation', + 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', // Auth - 'failed' => 'Daardie kombinasie is verkeerd.', - 'throttle' => 'Te veel mislukte aanmeldpogings. Probeer asseblief weer in :seconds sekondes.', - 'login_welcome' => 'Welkom, sleutel asseblief jou verbruikersnaam en wagwoord in', - 'remember_me' => 'Onthou My', - 'password' => 'Wagwoord', - 'password_again' => 'Wagwoord Weer', - 'forgot' => 'Ek het my wagwoord vergeet', - 'register' => 'Registreer \'n nuwe lidmaatskap', - 'sign_in' => 'Teken In', - 'email_verify' => 'Email Verification', - 'email_verify_welcome' => 'Please enter a valid email address for your account.', + 'failed' => 'Daardie kombinasie is verkeerd.', + 'throttle' => 'Te veel mislukte aanmeldpogings. Probeer asseblief weer in :seconds sekondes.', + 'login_welcome' => 'Welkom, sleutel asseblief jou verbruikersnaam en wagwoord in', + 'remember_me' => 'Onthou My', + 'password' => 'Wagwoord', + 'password_again' => 'Wagwoord Weer', + 'forgot' => 'Ek het my wagwoord vergeet', + 'register' => 'Registreer \'n nuwe lidmaatskap', + 'sign_in' => 'Teken In', + 'email_verify' => 'Email Verification', + 'email_verify_welcome' => 'Please enter a valid email address for your account.', // Registration - 'new_account' => 'Nuwe Rekening', - 'register_welcome' => 'Kies \'n gebruikersnaam en \'n sterk wagwoord.', - 'register_eve_warn' => 'Moenie dieselfde wagwoord gebruik wat jy gebruik om aan te meld in Eve Online nie', - 'existing_account' => 'Ek het reeds \'n rekening', - 'register_account' => 'Registreer rekening', + 'new_account' => 'Nuwe Rekening', + 'register_welcome' => 'Kies \'n gebruikersnaam en \'n sterk wagwoord.', + 'register_eve_warn' => 'Moenie dieselfde wagwoord gebruik wat jy gebruik om aan te meld in Eve Online nie', + 'existing_account' => 'Ek het reeds \'n rekening', + 'register_account' => 'Registreer rekening', // Passwords - 'password_reset' => 'Wagwoord herstel', - 'reset_welcome' => 'Tik die e-posadres vir die rekening waarvan wagwoord herstel moet word.', - 'remember' => 'Ek onthou my wagwoord', - 'reset_topic' => 'Herstel Wagwoord', - 'reset_token_welcome' => 'Tik die e-pos en \'n nuwe wagwoord.', + 'password_reset' => 'Wagwoord herstel', + 'reset_welcome' => 'Tik die e-posadres vir die rekening waarvan wagwoord herstel moet word.', + 'remember' => 'Ek onthou my wagwoord', + 'reset_topic' => 'Herstel Wagwoord', + 'reset_token_welcome' => 'Tik die e-pos en \'n nuwe wagwoord.', // Header - 'toggle_navigation' => 'Toggle navigasie', - 'queued' => 'Tougestaan', - 'working' => 'In Werking', - 'joined' => 'Aangesluit', - 'profile' => 'Profiel', - 'sign_out' => 'Teken Uit', - 'stop_impersonation' => 'Stop Impersonation', - 'switch_character' => 'Change Main Character', + 'toggle_navigation' => 'Toggle navigasie', + 'queued' => 'Tougestaan', + 'working' => 'In Werking', + 'joined' => 'Aangesluit', + 'profile' => 'Profiel', + 'sign_out' => 'Teken Uit', + 'stop_impersonation' => 'Stop Impersonation', + 'switch_character' => 'Change Main Character', 'use_as_main_character' => 'Use as Main Character', - 'link_character' => 'Link Character', - 'characters_in_group' => 'Character in group|Characters in group', + 'link_character' => 'Link Character', + 'characters_in_group' => 'Character in group|Characters in group', // Notifications - 'critical' => 'Critical', - 'error' => 'Fout', - 'success' => 'Sukses', - 'warning' => 'Waarskuwing', - 'notice' => 'Kennisgewing', - 'info' => 'Info', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => 'Fout', + 'success' => 'Sukses', + 'warning' => 'Waarskuwing', + 'notice' => 'Kennisgewing', + 'info' => 'Info', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'API Sleutel Bestuur', - 'add_api_key' => 'Voeg \'n EVE API Sleutel', - 'list_keys' => 'Lys EVE API Sleutels', - 'all_char' => 'Alle Karakters', - 'mail_timeline' => 'Epos Tydlyn', - 'all_corp' => 'Beskikbare Korporasies', - 'all_alliance' => 'All Alliances', - 'configuration' => 'Opset', - 'access' => 'Toegang Beheer', - 'other' => 'Ander', - 'tools' => 'Tools', - 'security_logs' => 'Sekuriteit Rekords', - 'import' => 'Voer API Sleutels In', - 'settings' => 'SeAT Instellings', - 'schedule' => 'Skedule', - 'no_main_char' => 'Geen Hoofkarakter', - 'no_email' => 'No email defined', - 'hello' => 'Goeie Dag', - 'online' => 'Aanlyn', - 'search' => 'Soek', - 'main_menu' => 'Hoof Spyskaart', - 'security' => 'Sekuriteit', - 'sso' => 'Single Sign-on', - 'tracking' => 'Opsporings', - 'about' => 'About', - - 'assets' => 'Bates', - 'location_flag' => 'Location Flag', - 'calendar' => 'Kalender', - 'channels' => 'Channels', - 'contacts' => 'Kontakte', - 'contracts' => 'Kontrakte', - 'fittings' => 'Fittings', - 'fitting_items' => 'Fitting Items', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Bedryf', - 'intel' => 'Intel', - 'killmails' => 'Killmails', - 'mail' => 'Epos', - 'market' => 'Mark', - 'notifications' => 'Kennisgewings', - 'pi' => 'Planetêre Interaksie', - 'research' => 'Navorsing', - 'sheet' => 'Blad', - 'skills' => 'Vaardighede', - 'standings' => 'Puntestaat', - 'wallet' => 'Wallet', - 'wallet_journal' => 'Beursie Joernaal', - 'wallet_transactions' => 'Beursie Transaksies', + 'api_key_management' => 'API Sleutel Bestuur', + 'add_api_key' => 'Voeg \'n EVE API Sleutel', + 'list_keys' => 'Lys EVE API Sleutels', + 'all_char' => 'Alle Karakters', + 'mail_timeline' => 'Epos Tydlyn', + 'all_corp' => 'Beskikbare Korporasies', + 'all_alliance' => 'All Alliances', + 'configuration' => 'Opset', + 'access' => 'Toegang Beheer', + 'other' => 'Ander', + 'tools' => 'Tools', + 'security_logs' => 'Sekuriteit Rekords', + 'import' => 'Voer API Sleutels In', + 'settings' => 'SeAT Instellings', + 'schedule' => 'Skedule', + 'no_main_char' => 'Geen Hoofkarakter', + 'no_email' => 'No email defined', + 'hello' => 'Goeie Dag', + 'online' => 'Aanlyn', + 'search' => 'Soek', + 'main_menu' => 'Hoof Spyskaart', + 'security' => 'Sekuriteit', + 'sso' => 'Single Sign-on', + 'tracking' => 'Opsporings', + 'about' => 'About', + + 'assets' => 'Bates', + 'location_flag' => 'Location Flag', + 'calendar' => 'Kalender', + 'channels' => 'Channels', + 'contacts' => 'Kontakte', + 'contracts' => 'Kontrakte', + 'fittings' => 'Fittings', + 'fitting_items' => 'Fitting Items', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Bedryf', + 'intel' => 'Intel', + 'killmails' => 'Killmails', + 'mail' => 'Epos', + 'market' => 'Mark', + 'notifications' => 'Kennisgewings', + 'pi' => 'Planetêre Interaksie', + 'research' => 'Navorsing', + 'sheet' => 'Blad', + 'skills' => 'Vaardighede', + 'standings' => 'Puntestaat', + 'wallet' => 'Wallet', + 'wallet_journal' => 'Beursie Joernaal', + 'wallet_transactions' => 'Beursie Transaksies', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => 'Die Tuisblad', - 'online_players' => 'Spelers Aanlyn', - 'owned_api_keys' => 'Besitte API Sleutels', - 'dashboard' => 'Dashboard', - 'total_character_isk' => 'Total Character ISK', + 'home_page' => 'Die Tuisblad', + 'online_players' => 'Spelers Aanlyn', + 'owned_api_keys' => 'Besitte API Sleutels', + 'dashboard' => 'Dashboard', + 'total_character_isk' => 'Total Character ISK', 'total_character_skillpoints' => 'Total Character Skillpoints', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Total Killmails', - 'main_char_skills' => ':character_name\'s Skills', - 'main_char_skills_per_level' => 'Skills Per Level', - 'main_char_skills_coverage' => 'Skills Coverage (in percent)', - 'owned_api_keys' => 'Sleutels Besit', - 'concurrent_player_count' => 'Gelyktydige speler telling', - 'esi_response_time' => 'ESI Response Times', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Total Killmails', + 'main_char_skills' => ':character_name\'s Skills', + 'main_char_skills_per_level' => 'Skills Per Level', + 'main_char_skills_coverage' => 'Skills Coverage (in percent)', + 'owned_api_keys' => 'Sleutels Besit', + 'concurrent_player_count' => 'Gelyktydige speler telling', + 'esi_response_time' => 'ESI Response Times', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => 'Voeg \'n nuwe API Sleutel By', - 'key_id' => 'Sleutel ID', - 'v_code' => 'Bevestigingskode', - 'check_key' => 'Kontroleer Sleutel', - 'api_new_key' => 'Skep \'n nuwe API sleutel', - 'api_use_link' => 'Gebruik die volgende skakel om \'n nuwe API sleutel te skep', - 'api_full_link' => 'Volle API sleutel vir al die karakters', - 'api_full_min_mask' => 'API Key with minimum Mask needed', - 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', - 'api_key_info' => 'API sleutel informasie', - 'api_key_type' => 'API sleutel Tipe', - 'api_access_mask' => 'API Toegang Mask', - 'api_add_type_key' => 'Voeg :type Sleutel By', - 'api_add_job' => 'Toevoeging van \'n API-sleutel sal outomaties \'n nuwe taak skep om hom op datum te bring', - 'api_min_mask' => 'Min. Mask', - 'api_access' => 'Toegang', - 'api_detail' => 'API Sleutel Besonderhede', - 'api_key_status' => 'API Sleutel Status', - 'api_job_update' => 'Skeduleer \'n taak om die sleutel op datum te bring', - 'owner_info' => 'Eienaar Inligting', - 'no_owner' => 'Hierdie API Sleutel het nie \'n eienaar nie', - 'member_since' => 'Member Since', - 'last_login' => 'Laaste Aanmelding', - 'account_status' => 'Rekening Status', - 'transfer_ownership' => 'Dra Eienaarskap Oor', - 'seat_user' => 'SeAT Gebruiker', - 'transfer' => 'Dra oor', - 'mask_map_fail' => 'Kan nie toegang masker kaart laai nie', - 'recent_jobs' => 'Onlangse Take', - 'scope' => 'Omvang', - 'api_all' => 'Alle API Sleutels', - 'reveal' => 'Reveal', - 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', - 're_enable' => 'Re-enable Key', - 'disable' => 'Disable key', - 'reenable_all_disabled' => 'Re-enable all disabled keys', - 'disable_all_enabled' => 'Disable all enabled keys', - 'joblog' => 'Job Log', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Voeg \'n nuwe API Sleutel By', + 'key_id' => 'Sleutel ID', + 'v_code' => 'Bevestigingskode', + 'check_key' => 'Kontroleer Sleutel', + 'api_new_key' => 'Skep \'n nuwe API sleutel', + 'api_use_link' => 'Gebruik die volgende skakel om \'n nuwe API sleutel te skep', + 'api_full_link' => 'Volle API sleutel vir al die karakters', + 'api_full_min_mask' => 'API Key with minimum Mask needed', + 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', + 'api_key_info' => 'API sleutel informasie', + 'api_key_type' => 'API sleutel Tipe', + 'api_access_mask' => 'API Toegang Mask', + 'api_add_type_key' => 'Voeg :type Sleutel By', + 'api_add_job' => 'Toevoeging van \'n API-sleutel sal outomaties \'n nuwe taak skep om hom op datum te bring', + 'api_min_mask' => 'Min. Mask', + 'api_access' => 'Toegang', + 'api_detail' => 'API Sleutel Besonderhede', + 'api_key_status' => 'API Sleutel Status', + 'api_job_update' => 'Skeduleer \'n taak om die sleutel op datum te bring', + 'owner_info' => 'Eienaar Inligting', + 'no_owner' => 'Hierdie API Sleutel het nie \'n eienaar nie', + 'member_since' => 'Member Since', + 'last_login' => 'Laaste Aanmelding', + 'account_status' => 'Rekening Status', + 'transfer_ownership' => 'Dra Eienaarskap Oor', + 'seat_user' => 'SeAT Gebruiker', + 'transfer' => 'Dra oor', + 'mask_map_fail' => 'Kan nie toegang masker kaart laai nie', + 'recent_jobs' => 'Onlangse Take', + 'scope' => 'Omvang', + 'api_all' => 'Alle API Sleutels', + 'reveal' => 'Reveal', + 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', + 're_enable' => 'Re-enable Key', + 'disable' => 'Disable key', + 'reenable_all_disabled' => 'Re-enable all disabled keys', + 'disable_all_enabled' => 'Disable all enabled keys', + 'joblog' => 'Job Log', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'People Groups', - 'unaffiliated_keys' => 'Unaffiliated Keys', - 'add_to_existing' => 'Add to Existing', - 'add_to_existing_group' => 'Add to Existing Group', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'New Group with :name as Main', + 'people_groups' => 'People Groups', + 'unaffiliated_keys' => 'Unaffiliated Keys', + 'add_to_existing' => 'Add to Existing', + 'add_to_existing_group' => 'Add to Existing Group', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'New Group with :name as Main', // Access - 'access_mangement' => 'Toegang Beheer', - 'quick_add_role' => 'Vinnige Rol Byvoeging', - 'role_name' => 'Rol Naam', - 'add_new_role' => 'Voeg Nuwe Rol By', - 'available_roles' => 'Beskikbare Rolle', - 'quick_add_user' => 'Vinnige Gebruiker Byvoeging', - 'add_new_user' => 'Voeg Nuwe Gebruik By', - 'edit_role' => 'Wysig Rol', - 'available_permissions' => 'Beskikbare Toestemming', - 'grant_permissions' => 'Gee Toestemming', - 'inverse_permission' => 'Inverse Permission', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Huidige Toestemming', - 'has_superuser' => 'Is Administrateur', - 'permission_inherit' => 'Erf Alle Toestemming', - 'available_corporations' => 'Beskikbare Korporasies', - 'available_characters' => 'Beskikbare Karakters', - 'add_affiliations' => 'Voeg Affiliasie By', - 'current_affiliations' => 'Huidige Affiliasies', - 'available_users' => 'Beskikbare Gebruikers', - 'available_groups' => 'Available Group|Available Groups', - 'add_user' => 'Voeg Gebruiker By|Voel Gebruikers By', - 'add_group' => 'Add Group|Add Groups', - 'current_users' => 'Huidige Gebruiker', - 'current_groups' => 'Current Group|Current Groups', - 'select_item_add' => 'Kies \'n item om by te voeg', - 'impersonate' => 'Verpersoonlik', - 'edit_user' => 'Wysig Gebruiker', - 'activate_user' => 'Aktiveer Gebruiker', - 'reassign_user' => 'Reassign User', - 'reassign' => 'Reassign', - 'deactivate_user' => 'Deaktiveer Gebruiker', - 'account_status_change' => 'Die rekening status is verander', - 'user_agent' => 'Gebruikersagent', - 'login_history' => 'Aanmelding Geskiedenis', - 'role_summary' => 'Rol Opsomming', - 'user_updated' => 'Die gebruiker is opgedateer', - 'user_deleted' => 'Die gebruiker is verwyder', - 'self_delete_warning' => 'Jy kan nie jouself verwyder nie!', - 'impersonating' => 'Verpersoonlik nou :user', - 'revert_impersonation' => 'Impersonation Stopped', - 'user_created' => 'Gebruiker Geskep', - 'unauthorized_request' => 'Ongemagtigde Versoek', + 'access_mangement' => 'Toegang Beheer', + 'quick_add_role' => 'Vinnige Rol Byvoeging', + 'role_name' => 'Rol Naam', + 'add_new_role' => 'Voeg Nuwe Rol By', + 'available_roles' => 'Beskikbare Rolle', + 'quick_add_user' => 'Vinnige Gebruiker Byvoeging', + 'add_new_user' => 'Voeg Nuwe Gebruik By', + 'edit_role' => 'Wysig Rol', + 'available_permissions' => 'Beskikbare Toestemming', + 'grant_permissions' => 'Gee Toestemming', + 'inverse_permission' => 'Inverse Permission', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Huidige Toestemming', + 'has_superuser' => 'Is Administrateur', + 'permission_inherit' => 'Erf Alle Toestemming', + 'available_corporations' => 'Beskikbare Korporasies', + 'available_characters' => 'Beskikbare Karakters', + 'add_affiliations' => 'Voeg Affiliasie By', + 'current_affiliations' => 'Huidige Affiliasies', + 'available_users' => 'Beskikbare Gebruikers', + 'available_groups' => 'Available Group|Available Groups', + 'add_user' => 'Voeg Gebruiker By|Voel Gebruikers By', + 'add_group' => 'Add Group|Add Groups', + 'current_users' => 'Huidige Gebruiker', + 'current_groups' => 'Current Group|Current Groups', + 'select_item_add' => 'Kies \'n item om by te voeg', + 'impersonate' => 'Verpersoonlik', + 'edit_user' => 'Wysig Gebruiker', + 'activate_user' => 'Aktiveer Gebruiker', + 'reassign_user' => 'Reassign User', + 'reassign' => 'Reassign', + 'deactivate_user' => 'Deaktiveer Gebruiker', + 'account_status_change' => 'Die rekening status is verander', + 'user_agent' => 'Gebruikersagent', + 'login_history' => 'Aanmelding Geskiedenis', + 'role_summary' => 'Rol Opsomming', + 'user_updated' => 'Die gebruiker is opgedateer', + 'user_deleted' => 'Die gebruiker is verwyder', + 'self_delete_warning' => 'Jy kan nie jouself verwyder nie!', + 'impersonating' => 'Verpersoonlik nou :user', + 'revert_impersonation' => 'Impersonation Stopped', + 'user_created' => 'Gebruiker Geskep', + 'unauthorized_request' => 'Ongemagtigde Versoek', 'unauthorized_request_logged' => 'Hierdie poging is aangeteken.', - 'role_added' => 'Rol is bygevoeg', - 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', - 'role_removed' => 'Rol is verwyder', - 'permissions_granted' => 'Toegang is gegee', - 'permission_revoked' => 'Toegang is verwyder', - 'user_added' => 'Gebruikers is bygevoeg om hierdie rol te', - 'user_removed' => 'Gebruiker is verwyder van hierdie rol', - 'affiliations_added' => 'Affiliasies is bygevoeg om hierdie rol te', - 'affiliation_removed' => 'Affiliasies is verwyder van hierdie rol', + 'role_added' => 'Rol is bygevoeg', + 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', + 'role_removed' => 'Rol is verwyder', + 'permissions_granted' => 'Toegang is gegee', + 'permission_revoked' => 'Toegang is verwyder', + 'user_added' => 'Gebruikers is bygevoeg om hierdie rol te', + 'user_removed' => 'Gebruiker is verwyder van hierdie rol', + 'affiliations_added' => 'Affiliasies is bygevoeg om hierdie rol te', + 'affiliation_removed' => 'Affiliasies is verwyder van hierdie rol', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => 'Voer EVE API Sleutels In', - 'csv_data_source' => 'CSV Data lêer', - 'help' => 'Help', - 'importing_csv_data' => 'Voer CSV Data In', - 'csv_format_explained' => 'Die lêer formaat vir die CSV is keyID, vCode en word onder gewys', - 'important_notes' => 'Belangrike Notas', - 'curr_user_becomes_owner' => 'Die huidie gebruiker (:user) sal die eienaar van die API sleutels word.', - 'only_format_is_checked' => 'Slegs die API sleutel formaat is hier nagegaan. Geen nagang word gedoen om te ' . + 'api_import_title' => 'Voer EVE API Sleutels In', + 'csv_data_source' => 'CSV Data lêer', + 'help' => 'Help', + 'importing_csv_data' => 'Voer CSV Data In', + 'csv_format_explained' => 'Die lêer formaat vir die CSV is keyID, vCode en word onder gewys', + 'important_notes' => 'Belangrike Notas', + 'curr_user_becomes_owner' => 'Die huidie gebruiker (:user) sal die eienaar van die API sleutels word.', + 'only_format_is_checked' => 'Slegs die API sleutel formaat is hier nagegaan. Geen nagang word gedoen om te ' . 'verseker dat die minimum api maskers gekonfigureer is nie.', - 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', + 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', // Schedule - 'new_schedule' => 'Nuwe Skedule', - 'available_commands' => 'Beskikbare Opdragte', - 'cron_expression' => 'Cron Uitdrukking', - 'current_schedule' => 'Huidige Skedule', - 'command' => 'Opdrag', - 'cron' => 'Cron', - 'allow_overlap' => 'Laat Oorvleuel', - 'allow_maintenance' => 'Laat Toe onder Onderhoud', - 'scheduled_commands' => 'Geskeduleerde Opdragte', - 'choose_prepop' => 'Kies \'n vooraf bepaalde cron uitdrukking, of skryf jou eie.', - 'add_scheduled' => 'Voeg geskeduleerde opdrag by', + 'new_schedule' => 'Nuwe Skedule', + 'available_commands' => 'Beskikbare Opdragte', + 'cron_expression' => 'Cron Uitdrukking', + 'current_schedule' => 'Huidige Skedule', + 'command' => 'Opdrag', + 'cron' => 'Cron', + 'allow_overlap' => 'Laat Oorvleuel', + 'allow_maintenance' => 'Laat Toe onder Onderhoud', + 'scheduled_commands' => 'Geskeduleerde Opdragte', + 'choose_prepop' => 'Kies \'n vooraf bepaalde cron uitdrukking, of skryf jou eie.', + 'add_scheduled' => 'Voeg geskeduleerde opdrag by', // Security - 'category' => 'Kategorie', - 'message' => 'Boodskap', - 'source' => 'Bron', + 'category' => 'Kategorie', + 'message' => 'Boodskap', + 'source' => 'Bron', // Ledger - 'ledger' => 'Wallet Ledger', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Wallet Division Name', - 'wallet_summary' => 'Wallet Summary|Wallet Summaries', + 'ledger' => 'Wallet Ledger', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Wallet Division Name', + 'wallet_summary' => 'Wallet Summary|Wallet Summaries', // Users - 'user_management' => 'Gebruiker Bestuur', + 'user_management' => 'Gebruiker Bestuur', // Settings - 'admin_email' => 'Administrateur Epos', - 'admin_email_help' => 'Tik die e-posadres van die administrateur van hierdie SeAT installasie.', - 'min_access_mask' => 'Minimum Required Access Mask', - 'min_character_access_mask' => 'Minimum Required Character Access Mask', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Force Min. Access Mask', - 'registration' => 'Registrasie', - 'maintenance' => 'Maintenance', - 'cleanup_data' => 'Cleanup Stale Data', - 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . + 'admin_email' => 'Administrateur Epos', + 'admin_email_help' => 'Tik die e-posadres van die administrateur van hierdie SeAT installasie.', + 'min_access_mask' => 'Minimum Required Access Mask', + 'min_character_access_mask' => 'Minimum Required Character Access Mask', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Force Min. Access Mask', + 'registration' => 'Registrasie', + 'maintenance' => 'Maintenance', + 'cleanup_data' => 'Cleanup Stale Data', + 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . 'will delete stale data such as users and corporations without valid users from this ' . 'instance.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . ' values in the .env file as they may be empty or invalid. SSO can fail because of this!', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Laat Registrasie Toe', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => 'Email Activation', - 'require_activation' => 'Require Email Activation', - 'module_versions' => 'SeAT Module Weergawes', - 'tp_versions' => 'Third Party Versions', - 'installed' => 'Geïnstalleer', - 'current' => 'Huidige', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Allow Tracking', - 'tracking_id' => 'Unique Tracking ID', - 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Laat Registrasie Toe', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => 'Email Activation', + 'require_activation' => 'Require Email Activation', + 'module_versions' => 'SeAT Module Weergawes', + 'tp_versions' => 'Third Party Versions', + 'installed' => 'Geïnstalleer', + 'current' => 'Huidige', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Allow Tracking', + 'tracking_id' => 'Unique Tracking ID', + 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . ' document first.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO Scopes', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO Scopes', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => 'Available SSO Scopes', - 'enable_all' => 'Enable All', - 'remove_all' => 'Remove All', - 'update_sso_scopes' => 'Update SSO Scopes', + 'available_scopes' => 'Available SSO Scopes', + 'enable_all' => 'Enable All', + 'remove_all' => 'Remove All', + 'update_sso_scopes' => 'Update SSO Scopes', 'current_configuration_status' => 'Current SSO Configuration', - 'client_id_status' => 'Client ID Status', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID Not OK. Check .env file', - 'client_secret_status' => 'Client Secret Status', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', - 'callback_url_status' => 'Callback URL Status', - 'callback_url_ok' => 'Callback URL OK as :url', - 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . + 'client_id_status' => 'Client ID Status', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID Not OK. Check .env file', + 'client_secret_status' => 'Client Secret Status', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', + 'callback_url_status' => 'Callback URL Status', + 'callback_url_ok' => 'Callback URL OK as :url', + 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . 'and should maybe be :suggested', - 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', - 'update_skill_queue' => 'Update Skill Queue', - 'update_assets' => 'Update Assets', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Update Employment History', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', + 'update_skill_queue' => 'Update Skill Queue', + 'update_assets' => 'Update Assets', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Update Employment History', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => 'Aangesluit by Huidige Korporasie', - 'skillpoint' => 'Vaardigheid Punt|Vaardigheids Punte', - 'account_balance' => 'Rekening Balans', - 'current_ship' => 'Huidige Boot', - 'last_location' => 'Laaste Ligging', - 'security_status' => 'Sekuriteit Status', - 'items_taking' => 'items neem', - 'calendar_events' => 'Kalender Gebeurtenisse', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => 'Positief', - 'neutral_standings' => 'Neutrale', - 'negative_standings' => 'Negatiewe', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Begin', - 'end' => 'End', - 'installer' => 'Installeerder', - 'system' => 'Sonnestelsel', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => 'Aktiwiteit', - 'run' => 'Lopie|Lopies', - 'blueprint' => 'Bloudruk', - 'product' => 'Produk', - 'victim' => 'Slagoffer', - 'ship_type' => 'Boot Tipe', - 'transaction_type' => 'Transaksie Tipe', - 'owner_1' => 'Eienaar 1', - 'owner_2' => 'Eienaar 2', - 'amount' => 'Bedrag', - 'balance' => 'Balans', - 'corporation_name' => 'Korporasie Naam', - 'character_name' => 'Character Name', - 'from' => 'Van', - 'subject' => 'Onderwerp', - 'to' => 'Aan', - 'to_corp' => 'To Corporation', - 'missing_body' => 'Message Body not yet downloaded', - 'to_alliance' => 'To Alliance', - 'to_char' => 'Aan Karakters', - 'total' => 'Totaal', - 'updated' => 'Opgedateer', - 'planet' => 'Planeet', - 'upgrade_level' => 'Opgradering Vlak', - 'no_pins' => '# Pins', - 'agent' => 'Agent', - 'skill' => 'Vaardigheid|Vaardighede', - 'points_p_day' => 'Punte per Dag', - 'remainder' => 'Oorblywende', - 'skills_summary' => 'Vaardighede Opsomming', - 'curr_training' => 'Huidige Opleiding', - 'skill_training_end' => 'Opleiding Eindig', - 'skill_queue' => 'Opleidings Tou', - 'no_skill_training' => 'Geen vaardigheid in opleiding', - 'empty_skill_queue' => 'Geen vaardigheid in opleidings tou', - 'account_info' => 'Rekening Informasie', - 'paid_until' => 'Betaal Tot', - 'logon_count' => 'Aanteken Telling', - 'online_time' => 'Tyd Aanlyn', - 'jump_fatigue' => 'Spring Moegheid', - 'jump_clones' => 'Spring Klone', - 'jump_act_timer' => 'Spring Aktivering Timer', - 'no_jump_clones' => 'Geen Spring Klone', - 'implants' => 'Implantate', - 'no_implants' => 'No Implantate', - 'employment_history' => 'Werksgeskiedenis', - 'no_employment_information' => 'No employment information', - 'corporation_titles' => 'Corporation Title|Corporation Titles', - 'no_corporation_titles' => 'No corporation titles', - 'attribute' => 'Attribute|Attributes', - 'value' => 'Value|Values', - 'bonus_remaps' => 'Bonus Remaps', - 'last_remap_date' => 'Last Remap Date', - 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Item Tipe', - 'client_name' => 'Kliëntnaam', - 'client' => 'Klient', - 'qty' => '#', - 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => 'Channel Members', - 'motd' => 'MoTD', - 'coordinates' => 'Coordinates', - 'folder' => 'Folder', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Contract Items', - 'progress' => 'Progress', + 'joined_curr_corp' => 'Aangesluit by Huidige Korporasie', + 'skillpoint' => 'Vaardigheid Punt|Vaardigheids Punte', + 'account_balance' => 'Rekening Balans', + 'current_ship' => 'Huidige Boot', + 'last_location' => 'Laaste Ligging', + 'security_status' => 'Sekuriteit Status', + 'items_taking' => 'items neem', + 'calendar_events' => 'Kalender Gebeurtenisse', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => 'Positief', + 'neutral_standings' => 'Neutrale', + 'negative_standings' => 'Negatiewe', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Begin', + 'end' => 'End', + 'installer' => 'Installeerder', + 'system' => 'Sonnestelsel', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => 'Aktiwiteit', + 'run' => 'Lopie|Lopies', + 'blueprint' => 'Bloudruk', + 'product' => 'Produk', + 'victim' => 'Slagoffer', + 'ship_type' => 'Boot Tipe', + 'transaction_type' => 'Transaksie Tipe', + 'owner_1' => 'Eienaar 1', + 'owner_2' => 'Eienaar 2', + 'amount' => 'Bedrag', + 'balance' => 'Balans', + 'corporation_name' => 'Korporasie Naam', + 'character_name' => 'Character Name', + 'from' => 'Van', + 'subject' => 'Onderwerp', + 'to' => 'Aan', + 'to_corp' => 'To Corporation', + 'missing_body' => 'Message Body not yet downloaded', + 'to_alliance' => 'To Alliance', + 'to_char' => 'Aan Karakters', + 'total' => 'Totaal', + 'updated' => 'Opgedateer', + 'planet' => 'Planeet', + 'upgrade_level' => 'Opgradering Vlak', + 'no_pins' => '# Pins', + 'agent' => 'Agent', + 'skill' => 'Vaardigheid|Vaardighede', + 'points_p_day' => 'Punte per Dag', + 'remainder' => 'Oorblywende', + 'skills_summary' => 'Vaardighede Opsomming', + 'curr_training' => 'Huidige Opleiding', + 'skill_training_end' => 'Opleiding Eindig', + 'skill_queue' => 'Opleidings Tou', + 'no_skill_training' => 'Geen vaardigheid in opleiding', + 'empty_skill_queue' => 'Geen vaardigheid in opleidings tou', + 'account_info' => 'Rekening Informasie', + 'paid_until' => 'Betaal Tot', + 'logon_count' => 'Aanteken Telling', + 'online_time' => 'Tyd Aanlyn', + 'jump_fatigue' => 'Spring Moegheid', + 'jump_clones' => 'Spring Klone', + 'jump_act_timer' => 'Spring Aktivering Timer', + 'no_jump_clones' => 'Geen Spring Klone', + 'implants' => 'Implantate', + 'no_implants' => 'No Implantate', + 'employment_history' => 'Werksgeskiedenis', + 'no_employment_information' => 'No employment information', + 'corporation_titles' => 'Corporation Title|Corporation Titles', + 'no_corporation_titles' => 'No corporation titles', + 'attribute' => 'Attribute|Attributes', + 'value' => 'Value|Values', + 'bonus_remaps' => 'Bonus Remaps', + 'last_remap_date' => 'Last Remap Date', + 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Item Tipe', + 'client_name' => 'Kliëntnaam', + 'client' => 'Klient', + 'qty' => '#', + 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => 'Channel Members', + 'motd' => 'MoTD', + 'coordinates' => 'Coordinates', + 'folder' => 'Folder', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Contract Items', + 'progress' => 'Progress', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Alliansie', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Ticker', - 'ceo' => 'Hoof Uitvoerende Beampte', - 'home_station' => 'Huis Stasie', - 'tax_rate' => 'Belastingkoers', - 'member_count' => 'Lid Telling', - 'roles_change_log' => 'Rolveranderings Staat', - 'affected' => 'Geraak', - 'member_limit' => 'Lid Limiet', - 'shares' => 'Aandele', - 'member_capacity' => 'Lid Kapasiteit', - 'divisional_information' => 'Afdelingsraad inligting', - 'corporation_divisions' => 'Korporasie Afdelings', - 'wallet_divisions' => 'Beursie Afdelings', - 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', - 'created_by' => 'Created By', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'Starbase|Starbases', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Reinf. Week/Hour', - 'low_power' => 'Low Power', - 'state' => 'State', - 'fuel_level' => 'Fuel Level', - 'offline' => 'Offline Est.', - 'cargo_usage' => 'Cargo Usage', - 'onlined_at' => 'Onlined At', - 'services' => 'Service|Services', - 'moon' => 'Moon', - 'use_standings_from' => 'Use Standings From', - 'attack_on_agression' => 'Attack On Aggression', - 'attack_on_war' => 'Attack On War', - 'corp_member_access' => 'Corp Member Access', - 'alliance_member_access' => 'Alliance Member Access', - 'fuel_levels' => 'Fuel Levels', - 'fuel_blocks' => 'Fuel Blocks', - 'fuel_usage' => 'Fuel Usage', - 'low_fuel' => 'Low Fuel', - 'stront_usage' => 'Strontium Usage', - 'blocks_p_h' => 'Blocks p/h', - 'units_p_h' => 'Units p/h', - 'sov_bonus' => 'Sovereignty Bonus', - 'reinforce_estimate' => 'Reinforcement Estimate', - 'module' => 'Module|Modules', - 'content' => 'Content', - 'no_known_assets' => 'No Known Assets', - 'volume_usage' => 'Volume Usage', - 'loading_modules' => 'Loading Module Information...', - 'customs-offices' => 'Customs Offices', - 'reinforcement' => 'Reinforcement', - 'standing_level' => 'Standing Level', - 'tax_alliance_corp' => 'Tax: Alliance/Corp', - 'tax_standings' => 'Tax: Standings', - 'no_storage' => 'There is no storage', - 'member' => 'Member|Members', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Alliansie', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Ticker', + 'ceo' => 'Hoof Uitvoerende Beampte', + 'home_station' => 'Huis Stasie', + 'tax_rate' => 'Belastingkoers', + 'member_count' => 'Lid Telling', + 'roles_change_log' => 'Rolveranderings Staat', + 'affected' => 'Geraak', + 'member_limit' => 'Lid Limiet', + 'shares' => 'Aandele', + 'member_capacity' => 'Lid Kapasiteit', + 'divisional_information' => 'Afdelingsraad inligting', + 'corporation_divisions' => 'Korporasie Afdelings', + 'wallet_divisions' => 'Beursie Afdelings', + 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', + 'created_by' => 'Created By', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'Starbase|Starbases', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Reinf. Week/Hour', + 'low_power' => 'Low Power', + 'state' => 'State', + 'fuel_level' => 'Fuel Level', + 'offline' => 'Offline Est.', + 'cargo_usage' => 'Cargo Usage', + 'onlined_at' => 'Onlined At', + 'services' => 'Service|Services', + 'moon' => 'Moon', + 'use_standings_from' => 'Use Standings From', + 'attack_on_agression' => 'Attack On Aggression', + 'attack_on_war' => 'Attack On War', + 'corp_member_access' => 'Corp Member Access', + 'alliance_member_access' => 'Alliance Member Access', + 'fuel_levels' => 'Fuel Levels', + 'fuel_blocks' => 'Fuel Blocks', + 'fuel_usage' => 'Fuel Usage', + 'low_fuel' => 'Low Fuel', + 'stront_usage' => 'Strontium Usage', + 'blocks_p_h' => 'Blocks p/h', + 'units_p_h' => 'Units p/h', + 'sov_bonus' => 'Sovereignty Bonus', + 'reinforce_estimate' => 'Reinforcement Estimate', + 'module' => 'Module|Modules', + 'content' => 'Content', + 'no_known_assets' => 'No Known Assets', + 'volume_usage' => 'Volume Usage', + 'loading_modules' => 'Loading Module Information...', + 'customs-offices' => 'Customs Offices', + 'reinforcement' => 'Reinforcement', + 'standing_level' => 'Standing Level', + 'tax_alliance_corp' => 'Tax: Alliance/Corp', + 'tax_standings' => 'Tax: Standings', + 'no_storage' => 'There is no storage', + 'member' => 'Member|Members', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Mining', - 'mining_ledger' => 'Ledger|Ledgers', - 'available_ledger' => 'Available Ledger|Available Ledgers', - 'ore' => 'Ore', + 'mining' => 'Mining', + 'mining_ledger' => 'Ledger|Ledgers', + 'available_ledger' => 'Available Ledger|Available Ledgers', + 'ore' => 'Ore', // Profile - 'user_profile' => 'Gebruikers Profiel', - 'user_preferences' => 'Gebruikers Voorkeure', - 'user_account' => 'Gebruikers Rekening', - 'account_settings' => 'Rekening instellings', - 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', - 'change_email' => 'Change Email', - 'superuser' => 'Administrateur', - 'user_interface' => 'Gebruikerskoppelvlak', - 'main_character' => 'Hoof Karakter', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT Skin', - 'language' => 'Taal', - 'sidebar_size' => 'Systaaf Groote', - 'mail_as_threads' => 'View Mail as Threads', - 'number_format' => 'Nommer Formaat', - 'current_format' => 'Huidige Formaat', - 'thousands_seperator' => 'Duisende Skeier', - 'decimal_seperator' => 'Desimaal Skeier', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Epos Kennisgewings', - 'setup_token_now' => 'Stel Token Nou Op', - 'owned_keys' => 'Sleutels Besit', - 'account_help' => 'For any account related enquiries, including permissions amendments, ' . + 'user_profile' => 'Gebruikers Profiel', + 'user_preferences' => 'Gebruikers Voorkeure', + 'user_account' => 'Gebruikers Rekening', + 'account_settings' => 'Rekening instellings', + 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', + 'change_email' => 'Change Email', + 'superuser' => 'Administrateur', + 'user_interface' => 'Gebruikerskoppelvlak', + 'main_character' => 'Hoof Karakter', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT Skin', + 'language' => 'Taal', + 'sidebar_size' => 'Systaaf Groote', + 'mail_as_threads' => 'View Mail as Threads', + 'number_format' => 'Nommer Formaat', + 'current_format' => 'Huidige Formaat', + 'thousands_seperator' => 'Duisende Skeier', + 'decimal_seperator' => 'Desimaal Skeier', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Epos Kennisgewings', + 'setup_token_now' => 'Stel Token Nou Op', + 'owned_keys' => 'Sleutels Besit', + 'account_help' => 'For any account related enquiries, including permissions amendments, ' . 'please contact the SeAT administrator.', - 'current_email' => 'Current Email', - 'new_email' => 'New Email', - 'confirm_new_email' => 'Confirm New Email', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => 'Scan QR Kode', - 'scan_qr_help1' => 'Scan asseblief die QR-kode hieronder met jou authenticator app.', - 'scan_qr_help2' => 'Elke keer wat hierdie bladsy laai, word \'n nuwe QR-kode gegenereer.', - 'supported_apps' => 'Google Authenticator Apps', - 'preferred_apps' => 'Voorgekerude Apps', - 'other_apps' => 'Ander Apps', - 'confirm_code' => 'Bevestig \'n verifikasie Kode', - 'confirm_help' => 'Bevestig jou opstelling deur \'n bevestigings kode gegenereer deur ' . + 'current_email' => 'Current Email', + 'new_email' => 'New Email', + 'confirm_new_email' => 'Confirm New Email', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => 'Scan QR Kode', + 'scan_qr_help1' => 'Scan asseblief die QR-kode hieronder met jou authenticator app.', + 'scan_qr_help2' => 'Elke keer wat hierdie bladsy laai, word \'n nuwe QR-kode gegenereer.', + 'supported_apps' => 'Google Authenticator Apps', + 'preferred_apps' => 'Voorgekerude Apps', + 'other_apps' => 'Ander Apps', + 'confirm_code' => 'Bevestig \'n verifikasie Kode', + 'confirm_help' => 'Bevestig jou opstelling deur \'n bevestigings kode gegenereer deur ' . 'jou verifikasie app in te tik.', - 'code' => 'Kode', - 'confirm_setup' => 'Bevestig', - 'linked_characters' => 'Linked Characters', - 'link_another_character' => 'Link another character', - 'view_third_party_access' => 'View Apps on Eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Kode', + 'confirm_setup' => 'Bevestig', + 'linked_characters' => 'Linked Characters', + 'link_another_character' => 'Link another character', + 'view_third_party_access' => 'View Apps on Eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Tou Bestuur', - 'total_jobs' => 'Totale Take', - 'queued_jobs' => 'Geskeduleerde Take', - 'working_jobs' => 'Aan die werk', - 'error_jobs' => 'Probleme', - 'complete' => ' volledig.', - 'history' => 'Geskiedenis', - 'submit_jobs' => 'Voeg Taak By', - 'job_submit_desc' => 'Hierdie knoppies laat jou toe om werk met die hand te begin ' . + 'queue_manage' => 'Tou Bestuur', + 'total_jobs' => 'Totale Take', + 'queued_jobs' => 'Geskeduleerde Take', + 'working_jobs' => 'Aan die werk', + 'error_jobs' => 'Probleme', + 'complete' => ' volledig.', + 'history' => 'Geskiedenis', + 'submit_jobs' => 'Voeg Taak By', + 'job_submit_desc' => 'Hierdie knoppies laat jou toe om werk met die hand te begin ' . 'dit werk die selfde as die wat van die commandline af kom.', - 'no_working' => 'Daar is tans geen werk an die gang nie', - 'no_queue' => 'Daar wag tans geen werk nie', - 'job_error_detail' => 'Werksprobleem besonderhede', - 'error_details_desc' => 'Hierdie is die volledige fout. As hierdie nie iets is wat jy verstaan nie ' . + 'no_working' => 'Daar is tans geen werk an die gang nie', + 'no_queue' => 'Daar wag tans geen werk nie', + 'job_error_detail' => 'Werksprobleem besonderhede', + 'error_details_desc' => 'Hierdie is die volledige fout. As hierdie nie iets is wat jy verstaan nie ' . 'of \'n ontwikkelaar het daarvoor gevra, kopie en plak die hele gedeelte hier onder en sit dit ' . ' op \'n website soos as pastebin stuur die skakel aan.', - 'full_job_error' => 'Volledige Taak Probleem', - 'job_id' => 'Taak ID', - 'api' => 'Api', - 'actions' => 'Aksies', - 'owner_id' => 'Eienaar ID', - 'clear_all_errors' => 'Maak Alle Foute Skoon', - 'output' => 'Uitset', - 'last_output' => 'Laaste Uitset', - 'view_full' => 'Sien die volledige', - 'no_errors' => 'Daar is geen foute nie', - 'clear_all_history' => 'Verwyder Geskiedenis', - 'job_history' => 'Werk Geskiedenis', - 'no_history' => 'Daar is geen Geskiedenis', - 'eve_api_status' => 'Eve API Status', - 'eve_api_error_threshold' => 'EVE API Fout Drempel', + 'full_job_error' => 'Volledige Taak Probleem', + 'job_id' => 'Taak ID', + 'api' => 'Api', + 'actions' => 'Aksies', + 'owner_id' => 'Eienaar ID', + 'clear_all_errors' => 'Maak Alle Foute Skoon', + 'output' => 'Uitset', + 'last_output' => 'Laaste Uitset', + 'view_full' => 'Sien die volledige', + 'no_errors' => 'Daar is geen foute nie', + 'clear_all_history' => 'Verwyder Geskiedenis', + 'job_history' => 'Werk Geskiedenis', + 'no_history' => 'Daar is geen Geskiedenis', + 'eve_api_status' => 'Eve API Status', + 'eve_api_error_threshold' => 'EVE API Fout Drempel', 'eve_api_connection_threshold' => 'EVE API Verband Fout Drempel', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Standings Builder', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Standings Builder', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Weergawe', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Kopiereg', + 'web_version' => 'Web Weergawe', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Kopiereg', ]; diff --git a/src/resources/lang/af/settings.php b/src/resources/lang/af/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/af/settings.php +++ b/src/resources/lang/af/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/af/squads.php b/src/resources/lang/af/squads.php index a671d9dfa..e3a0403fe 100644 --- a/src/resources/lang/af/squads.php +++ b/src/resources/lang/af/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad|Squads', - 'name' => 'Name|Names', - 'description' => 'Description', - 'type' => 'Type', - 'member' => 'Member|Members', - 'moderated' => 'Moderated', - 'moderator' => 'Moderator|Moderators', - 'candidate' => 'Candidate|Candidates', + 'squad' => 'Squad|Squads', + 'name' => 'Name|Names', + 'description' => 'Description', + 'type' => 'Type', + 'member' => 'Member|Members', + 'moderated' => 'Moderated', + 'moderator' => 'Moderator|Moderators', + 'candidate' => 'Candidate|Candidates', 'member_since' => 'Member Since', - 'applied_at' => 'Applied At', - 'character' => 'Character|Characters', - 'show' => 'Show', - 'delete' => 'Delete', - 'approve' => 'Approve', - 'reject' => 'Reject', - 'kick' => 'Kick', - 'leave' => 'Leave', - 'join' => 'Join', - 'message' => 'Message', - 'remove' => 'Remove', - 'cancel' => 'Cancel', + 'applied_at' => 'Applied At', + 'character' => 'Character|Characters', + 'show' => 'Show', + 'delete' => 'Delete', + 'approve' => 'Approve', + 'reject' => 'Reject', + 'kick' => 'Kick', + 'leave' => 'Leave', + 'join' => 'Join', + 'message' => 'Message', + 'remove' => 'Remove', + 'cancel' => 'Cancel', ]; diff --git a/src/resources/lang/af/wallet.php b/src/resources/lang/af/wallet.php index e5ca14ca7..fdee030ec 100644 --- a/src/resources/lang/af/wallet.php +++ b/src/resources/lang/af/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Date', - 'ref_type' => 'Type', + 'date' => 'Date', + 'ref_type' => 'Type', 'from_party' => 'From Party', - 'to_party' => 'To Party', - 'amount' => 'Amount', - 'balance' => 'Balance', + 'to_party' => 'To Party', + 'amount' => 'Amount', + 'balance' => 'Balance', - 'order' => 'Order', - 'type' => 'Type', - 'location' => 'Location', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'total' => 'Total', - 'party' => 'Party', + 'order' => 'Order', + 'type' => 'Type', + 'location' => 'Location', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'total' => 'Total', + 'party' => 'Party', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee', diff --git a/src/resources/lang/de/about.php b/src/resources/lang/de/about.php index 5b504013f..c5787c899 100644 --- a/src/resources/lang/de/about.php +++ b/src/resources/lang/de/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Dokumentation', 'contact_widget_updated_at' => 'Zuletzt aktualisiert um :date_time', 'contact_widget_read_me' => 'Lesen', - 'contact_widget_github_issues' => ':count Issues', + 'contact_widget_github_issues' => ':count Issues', 'contact_widget_github_contribute' => 'Beitragen', // diff --git a/src/resources/lang/de/bookmark.php b/src/resources/lang/de/bookmark.php index 83ed4d7a7..6b848a86e 100644 --- a/src/resources/lang/de/bookmark.php +++ b/src/resources/lang/de/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Erstellt', - 'label' => 'Bezeichnung', - 'location' => 'Ort', - 'notes' => 'Notizen', + 'created' => 'Erstellt', + 'label' => 'Bezeichnung', + 'location' => 'Ort', + 'notes' => 'Notizen', 'coordinates' => 'Koordinaten', ]; diff --git a/src/resources/lang/de/calendar.php b/src/resources/lang/de/calendar.php index f54fe701b..a3305688e 100644 --- a/src/resources/lang/de/calendar.php +++ b/src/resources/lang/de/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Datum', - 'owner' => 'Ersteller', - 'description' => 'Beschreibung', - 'status' => 'Status', + 'date' => 'Datum', + 'owner' => 'Ersteller', + 'description' => 'Beschreibung', + 'status' => 'Status', 'not_responded' => 'Keine Rückmeldung', - 'accepted' => 'Akzeptiert', - 'tentative' => 'Ungewiss', - 'declined' => 'Abgelehnt', + 'accepted' => 'Akzeptiert', + 'tentative' => 'Ungewiss', + 'declined' => 'Abgelehnt', ]; diff --git a/src/resources/lang/de/contract.php b/src/resources/lang/de/contract.php index 780a2e1dc..f0a9c1c21 100644 --- a/src/resources/lang/de/contract.php +++ b/src/resources/lang/de/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Erstellt', - 'type' => 'Typ', - 'issuer' => 'Aussteller', - 'assignee' => 'Ausgetsellt an', - 'acceptor' => 'Angenommen von', - 'status' => 'Status', - 'price' => 'Preis', - 'reward' => 'Belohnung', + 'created' => 'Erstellt', + 'type' => 'Typ', + 'issuer' => 'Aussteller', + 'assignee' => 'Ausgetsellt an', + 'acceptor' => 'Angenommen von', + 'status' => 'Status', + 'price' => 'Preis', + 'reward' => 'Belohnung', - 'unknown' => 'Unbekannt', - 'item_exchange' => 'Gegenstandstausch', - 'auction' => 'Auktion', - 'courier' => 'Kurier', - 'loan' => 'Darlehen', + 'unknown' => 'Unbekannt', + 'item_exchange' => 'Gegenstandstausch', + 'auction' => 'Auktion', + 'courier' => 'Kurier', + 'loan' => 'Darlehen', - 'outstanding' => 'Ausstehend', - 'in_progress' => 'In Bearbeitung', - 'finished_issuer' => 'Aussteller beendet', + 'outstanding' => 'Ausstehend', + 'in_progress' => 'In Bearbeitung', + 'finished_issuer' => 'Aussteller beendet', 'finished_contractor' => 'Auftragenehmer beendet', - 'finished' => 'Beendet', - 'cancelled' => 'Abgebrochen', - 'rejected' => 'Abgelehnt', - 'failed' => 'Fehlgeschlagen', - 'deleted' => 'Gelöscht', - 'reversed' => 'Rückgängig gemacht', + 'finished' => 'Beendet', + 'cancelled' => 'Abgebrochen', + 'rejected' => 'Abgelehnt', + 'failed' => 'Fehlgeschlagen', + 'deleted' => 'Gelöscht', + 'reversed' => 'Rückgängig gemacht', - 'not_accepted' => 'Nicht akzeptiert', + 'not_accepted' => 'Nicht akzeptiert', ]; diff --git a/src/resources/lang/de/custom_offices.php b/src/resources/lang/de/custom_offices.php index 29f9b58ae..88839152a 100644 --- a/src/resources/lang/de/custom_offices.php +++ b/src/resources/lang/de/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planet', - 'reinforcement' => 'Rf. Periode', - 'alliance' => 'Erlaube Zugruff durch Allianz', - 'standings' => 'Erlaube Zugriff durch Ansehen', - 'standing_level' => 'Minimales Ansehen', + 'planet' => 'Planet', + 'reinforcement' => 'Rf. Periode', + 'alliance' => 'Erlaube Zugruff durch Allianz', + 'standings' => 'Erlaube Zugriff durch Ansehen', + 'standing_level' => 'Minimales Ansehen', 'tax_alliance_corp' => 'Steuern Allianz/Corp', - 'tax_standings' => 'Steuern Ansehen', + 'tax_standings' => 'Steuern Ansehen', ]; diff --git a/src/resources/lang/de/fitting.php b/src/resources/lang/de/fitting.php index 77df760b2..6d058f5f1 100644 --- a/src/resources/lang/de/fitting.php +++ b/src/resources/lang/de/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Name', - 'type' => 'Typ', - 'items' => 'Gegenstände', + 'name' => 'Name', + 'type' => 'Typ', + 'items' => 'Gegenstände', 'hull_estimated_value' => 'Geschätzter Preis der Hülle', 'fitting_estimated_value' => 'Geschätzter Preis der Gegenstände', 'full_estimated_value' => 'Geschätzter Preis komplett', diff --git a/src/resources/lang/de/industry.php b/src/resources/lang/de/industry.php index ba20d1b7b..288907758 100644 --- a/src/resources/lang/de/industry.php +++ b/src/resources/lang/de/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Beginn', - 'end' => 'Ende', - 'location' => 'Ort', - 'activity' => 'Aktivität', - 'runs' => 'Durchläufe', - 'blueprint' => 'Bauplan', - 'product' => 'Produkt', + 'start' => 'Beginn', + 'end' => 'Ende', + 'location' => 'Ort', + 'activity' => 'Aktivität', + 'runs' => 'Durchläufe', + 'blueprint' => 'Bauplan', + 'product' => 'Produkt', 'material_efficiency' => 'Materialeffizienz', - 'time_efficiency' => 'Zeiteffizienz', + 'time_efficiency' => 'Zeiteffizienz', ]; diff --git a/src/resources/lang/de/kills.php b/src/resources/lang/de/kills.php index 977d81ead..159b670fc 100644 --- a/src/resources/lang/de/kills.php +++ b/src/resources/lang/de/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Datum', - 'ship' => 'Schiff', + 'date' => 'Datum', + 'ship' => 'Schiff', 'solar_system' => 'Sonnensystem', - 'victim' => 'Opfer', - 'killer' => 'Killer', - 'attackers' => 'Angreifer|Angreifer', - 'items' => 'Gegenstände', + 'victim' => 'Opfer', + 'killer' => 'Killer', + 'attackers' => 'Angreifer|Angreifer', + 'items' => 'Gegenstände', ]; diff --git a/src/resources/lang/de/mail.php b/src/resources/lang/de/mail.php index d2e29ba4b..3d525c0fa 100644 --- a/src/resources/lang/de/mail.php +++ b/src/resources/lang/de/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Lesen', - 'date' => 'Datum', - 'sender' => 'Absender', - 'subject' => 'Betreff', + 'read' => 'Lesen', + 'date' => 'Datum', + 'sender' => 'Absender', + 'subject' => 'Betreff', 'mailing_list' => 'Mailing Liste', - 'sent' => 'Gesendet', - 'author' => 'Autor', - 'recipients' => 'Empfänger', + 'sent' => 'Gesendet', + 'author' => 'Autor', + 'recipients' => 'Empfänger', ]; diff --git a/src/resources/lang/de/market.php b/src/resources/lang/de/market.php index 826adeaf1..2877d6021 100644 --- a/src/resources/lang/de/market.php +++ b/src/resources/lang/de/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Ausgestellt', + 'issued' => 'Ausgestellt', 'expires' => 'Läuft ab', - 'buy' => 'Kaufen', - 'sell' => 'Verkaufen', - 'order' => 'Auftrag', - 'range' => 'Reichweite', - 'volume' => 'Volumen', - 'price' => 'Preis', - 'total' => 'Total', - 'type' => 'Typ', + 'buy' => 'Kaufen', + 'sell' => 'Verkaufen', + 'order' => 'Auftrag', + 'range' => 'Reichweite', + 'volume' => 'Volumen', + 'price' => 'Preis', + 'total' => 'Total', + 'type' => 'Typ', ]; diff --git a/src/resources/lang/de/mining.php b/src/resources/lang/de/mining.php index 5dc4b5546..75f5fdb7d 100644 --- a/src/resources/lang/de/mining.php +++ b/src/resources/lang/de/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Datum', - 'time' => 'Zeit', - 'system' => 'System', - 'ore' => 'Erz', - 'type' => 'Typ', - 'quantity' => 'Anzahl', - 'volume' => 'Volumen', + 'date' => 'Datum', + 'time' => 'Zeit', + 'system' => 'System', + 'ore' => 'Erz', + 'type' => 'Typ', + 'quantity' => 'Anzahl', + 'volume' => 'Volumen', 'estimated_value' => 'Geschätzter Wert', - 'details' => 'Details', - 'metadata' => 'Metadaten', - 'compounds' => 'Verbindungen', - 'history' => 'Vergangenheit', + 'details' => 'Details', + 'metadata' => 'Metadaten', + 'compounds' => 'Verbindungen', + 'history' => 'Vergangenheit', ]; diff --git a/src/resources/lang/de/moons.php b/src/resources/lang/de/moons.php index 7d4388c35..82a181156 100644 --- a/src/resources/lang/de/moons.php +++ b/src/resources/lang/de/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'Region(en)', + 'region' => 'Region(en)', 'constellation' => 'Konstellation(en)', - 'system' => 'Sonnensystem(e)', - 'planet' => 'Planet(en)', - 'moon' => 'Mond(e)', - 'indicator' => 'Indikator(en)', - 'sovereignty' => 'Souveränität', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Gewöhnlich', - 'uncommon' => 'Ungewöhnlich', - 'rare' => 'Selten', - 'exceptional' => 'Außergewöhnlich', + 'system' => 'Sonnensystem(e)', + 'planet' => 'Planet(en)', + 'moon' => 'Mond(e)', + 'indicator' => 'Indikator(en)', + 'sovereignty' => 'Souveränität', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Gewöhnlich', + 'uncommon' => 'Ungewöhnlich', + 'rare' => 'Selten', + 'exceptional' => 'Außergewöhnlich', ]; diff --git a/src/resources/lang/de/notifications.php b/src/resources/lang/de/notifications.php index 24edd7c4a..04077b210 100644 --- a/src/resources/lang/de/notifications.php +++ b/src/resources/lang/de/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Datum', - 'type' => 'Typ', + 'date' => 'Datum', + 'type' => 'Typ', 'sender' => 'Absender', ]; diff --git a/src/resources/lang/de/permissions.php b/src/resources/lang/de/permissions.php index b3da43d47..83f28c265 100644 --- a/src/resources/lang/de/permissions.php +++ b/src/resources/lang/de/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Alle Berechtigungen prüfen', - 'permission_limit' => 'Berechtigungslimit', - 'limits' => 'Limits', - 'members_addition' => 'Mitglied hinzufügen', + 'permissions_check_all' => 'Alle Berechtigungen prüfen', + 'permission_limit' => 'Berechtigungslimit', + 'limits' => 'Limits', + 'members_addition' => 'Mitglied hinzufügen', // Divisions - 'no_division' => 'Dieser Berechtigung ist kein Geschätfsbereich zugeordnet', - 'military_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Militär', - 'industrial_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Industrie', - 'financial_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Finanzen', - 'assets_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Besitztümer', + 'no_division' => 'Dieser Berechtigung ist kein Geschätfsbereich zugeordnet', + 'military_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Militär', + 'industrial_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Industrie', + 'financial_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Finanzen', + 'assets_division' => 'Diese Berechtigung ist Teil des Geschäftsbereichs Besitztümer', // Global Scope - 'global_standing_builder_label' => 'Gewähre Zugriff auf den Standings Builder', - 'global_standing_builder_description' => 'Der Standings Builder zeigt eine Übersicht Ihrer Charakter-, Corporation- und Allianzansehen. Es wird hauptsächlich zum Austausch von Ansehen zwischen Bündnissen einer Allianz oder Corps innerhalb einer Allianz verwendet. Auch nützlich für Charakter Intel.', - 'global_invalid_tokens_label' => 'Zugriff gewähren, ungültige Token zu sehen', - 'global_invalid_tokens_description' => 'Die Anzeige ungültiger Token ermöglicht es Ihnen, die mit einem Konto verknüpften Charaktere zu sehen, die nun ungültig sind. Normalerweise werden sie ausgeblendet.', - 'global_moons_reporter_label' => 'Mondreporter', - 'global_moons_reporter_description' => 'Der Mondreporter kann alle Monde von New Eden und ihre registrierten Kompositionsberichte anzeigen.', - 'global_moons_reporter_manager_label' => 'Mondreporter Manager', + 'global_standing_builder_label' => 'Gewähre Zugriff auf den Standings Builder', + 'global_standing_builder_description' => 'Der Standings Builder zeigt eine Übersicht Ihrer Charakter-, Corporation- und Allianzansehen. Es wird hauptsächlich zum Austausch von Ansehen zwischen Bündnissen einer Allianz oder Corps innerhalb einer Allianz verwendet. Auch nützlich für Charakter Intel.', + 'global_invalid_tokens_label' => 'Zugriff gewähren, ungültige Token zu sehen', + 'global_invalid_tokens_description' => 'Die Anzeige ungültiger Token ermöglicht es Ihnen, die mit einem Konto verknüpften Charaktere zu sehen, die nun ungültig sind. Normalerweise werden sie ausgeblendet.', + 'global_moons_reporter_label' => 'Mondreporter', + 'global_moons_reporter_description' => 'Der Mondreporter kann alle Monde von New Eden und ihre registrierten Kompositionsberichte anzeigen.', + 'global_moons_reporter_manager_label' => 'Mondreporter Manager', 'global_moons_reporter_manager_description' => 'Mondreporter Manager kann Mondreporte erstellen und aktualisieren.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'Mondberichte ansehen', - 'view_moon_reports_description' => 'Zeigt alle Monde in EVE und die enthaltenen Ressourcen, falls dazu Daten verfügbar sind.', - 'create_moon_reports_label' => 'Erstelle neue Mondberichte', - 'create_moon_reports_description' => 'Erlaubt einem Nutzer, die Resultate einer Mondprobe einzurechen.', - 'manage_moon_reports_label' => 'Verwalte Mondberichte', - 'manage_moon_reports_description' => 'Erlaubt einem Nutzer Mondberichte zu bearbeiten und zu löschen.', + 'view_moon_reports_label' => 'Mondberichte ansehen', + 'view_moon_reports_description' => 'Zeigt alle Monde in EVE und die enthaltenen Ressourcen, falls dazu Daten verfügbar sind.', + 'create_moon_reports_label' => 'Erstelle neue Mondberichte', + 'create_moon_reports_description' => 'Erlaubt einem Nutzer, die Resultate einer Mondprobe einzurechen.', + 'manage_moon_reports_label' => 'Verwalte Mondberichte', + 'manage_moon_reports_description' => 'Erlaubt einem Nutzer Mondberichte zu bearbeiten und zu löschen.', // Character Scope - 'character_asset_label' => 'Zugriff auf Charakter Besitz gewähren.', - 'character_asset_description' => 'Zeigt alle Besitztümer eines Charakter an, sowie deren Orte.', - 'character_calendar_label' => 'Zugriff auf Charakter Kalenderereignisse gewähren.', - 'character_calendar_description' => 'Zeigt alle Kalenderereignisse an die einem Character zur Verfügung stehen.', - 'character_contact_label' => 'Zugriff auf Charakter Kontakte gewähren.', - 'character_contact_description' => 'Zeigt alle Kontakte eines Charakters an, inklusive Name, Ansehen und Notizen. Enthält ebenso nützliche Links wie zum Beispiel zu zKillboard.', - 'character_contract_label' => 'Zugriff auf Charakter Verträge gewähren.', - 'character_contract_description' => 'Zeigt alle Verträge eines Charakters an, inklusive Erstelldatum, Typ, Status und Inhalt.', - 'character_fitting_label' => 'Zugriff auf Charakter Schiffsausrüstungen (Fittings) gewähren.', - 'character_fitting_description' => 'Zeigt die gespeicherten Schiffsausrüstungen (Fittings) eines Charakters an, inklusive Name, Schiffstyp und Module.', - 'character_industry_label' => 'Zugriff auf Charakter Industrie gewähren.', - 'character_industry_description' => 'Zeigt alles Industrieaufträge eines Charakters an, inklusive des Startdatum, erwartetes Ende, Ort, Aktivität, Durchläufe, verwendete Blaupause und Produkt.', - 'character_blueprint_label' => 'Zugriff auf Charakter Blaupausen gewähren.', - 'character_blueprint_description' => 'Listet alle Blaupausen auf die ein Charakter besitzt. Inklusive Name, verfügbare Durchläufe, Erforschungsstufen und Ort.', - 'character_intel_label' => 'Zugriff auf Charakter Intel gewähren.', - 'character_intel_description' => 'Zeigt ausgewählte Informationen über einen Charakter anhand eines festgelegten Profiles. Ebenso werden Interaktionen angezeigt welche innerhalb des Spiels geschehen, wie Transaktionen und Mails.', - 'character_killmail_label' => 'Zugriff zu Charakter Killmails gewähren.', - 'character_killmail_description' => 'Zeigt alle Kills und Verluste eines Charakters an.', - 'character_mail_label' => 'Zugriff auf Charakter Mails.', - 'character_mail_description' => 'Zeigt alle Mails eines Charakteres an.', - 'character_market_label' => 'Zugriff auf Charakter Marktinformationen.', - 'character_market_description' => 'Zeigt alle Kauf- und Verkaufsaufträge eines Charakters an.', - 'character_mining_label' => 'Zugriff auf Charakter Bergbau gewähren.', - 'character_mining_description' => 'Zeigt Statistiken zu den Bergbauaktivitäten eines Charakters an. Dies basiert auf der persönlichen Bergbauauswertung im Spiel und zeigt Datum, System, Erz, Menge, Volumen und geschätzten Preis an.', - 'character_notification_label' => 'Zugriff auf Charakter Mitteilungen gewähren.', + 'character_asset_label' => 'Zugriff auf Charakter Besitz gewähren.', + 'character_asset_description' => 'Zeigt alle Besitztümer eines Charakter an, sowie deren Orte.', + 'character_calendar_label' => 'Zugriff auf Charakter Kalenderereignisse gewähren.', + 'character_calendar_description' => 'Zeigt alle Kalenderereignisse an die einem Character zur Verfügung stehen.', + 'character_contact_label' => 'Zugriff auf Charakter Kontakte gewähren.', + 'character_contact_description' => 'Zeigt alle Kontakte eines Charakters an, inklusive Name, Ansehen und Notizen. Enthält ebenso nützliche Links wie zum Beispiel zu zKillboard.', + 'character_contract_label' => 'Zugriff auf Charakter Verträge gewähren.', + 'character_contract_description' => 'Zeigt alle Verträge eines Charakters an, inklusive Erstelldatum, Typ, Status und Inhalt.', + 'character_fitting_label' => 'Zugriff auf Charakter Schiffsausrüstungen (Fittings) gewähren.', + 'character_fitting_description' => 'Zeigt die gespeicherten Schiffsausrüstungen (Fittings) eines Charakters an, inklusive Name, Schiffstyp und Module.', + 'character_industry_label' => 'Zugriff auf Charakter Industrie gewähren.', + 'character_industry_description' => 'Zeigt alles Industrieaufträge eines Charakters an, inklusive des Startdatum, erwartetes Ende, Ort, Aktivität, Durchläufe, verwendete Blaupause und Produkt.', + 'character_blueprint_label' => 'Zugriff auf Charakter Blaupausen gewähren.', + 'character_blueprint_description' => 'Listet alle Blaupausen auf die ein Charakter besitzt. Inklusive Name, verfügbare Durchläufe, Erforschungsstufen und Ort.', + 'character_intel_label' => 'Zugriff auf Charakter Intel gewähren.', + 'character_intel_description' => 'Zeigt ausgewählte Informationen über einen Charakter anhand eines festgelegten Profiles. Ebenso werden Interaktionen angezeigt welche innerhalb des Spiels geschehen, wie Transaktionen und Mails.', + 'character_killmail_label' => 'Zugriff zu Charakter Killmails gewähren.', + 'character_killmail_description' => 'Zeigt alle Kills und Verluste eines Charakters an.', + 'character_mail_label' => 'Zugriff auf Charakter Mails.', + 'character_mail_description' => 'Zeigt alle Mails eines Charakteres an.', + 'character_market_label' => 'Zugriff auf Charakter Marktinformationen.', + 'character_market_description' => 'Zeigt alle Kauf- und Verkaufsaufträge eines Charakters an.', + 'character_mining_label' => 'Zugriff auf Charakter Bergbau gewähren.', + 'character_mining_description' => 'Zeigt Statistiken zu den Bergbauaktivitäten eines Charakters an. Dies basiert auf der persönlichen Bergbauauswertung im Spiel und zeigt Datum, System, Erz, Menge, Volumen und geschätzten Preis an.', + 'character_notification_label' => 'Zugriff auf Charakter Mitteilungen gewähren.', 'character_notification_description' => 'Zeigt eine Benachrichtung wie DED-Auszahlungen oder Änderungen des Ansehens', - 'character_planetary_label' => 'Zugriff auf Charakter Planetare Interaktionen gewähren.', - 'character_planetary_description' => 'Zeigt die Planeten an auf denen ein Charakter Command Center aufgestellt hat und die dazugehörigen verlinkten Installationen.', - 'character_research_label' => 'Zugriff auf Charakter Forschungsagenten gewähren.', - 'character_research_description' => 'Listet alle Forschungsagenten auf die gegenwärtig für den Charakter arbeiten.', - 'character_skill_label' => 'Zugriff auf Charakter Skills gewähren', - 'character_skill_description' => 'Zeigt alle Skills des Charakters an mit ihren bereits tranierten Level.', - 'character_standing_label' => 'Zugriff auf Charakter Standing Liste gewähren.', - 'character_standing_description' => 'Zeigt das Ansehen (Standing) des Charakter zu verschiedenen Fraktionen in New Eden.', - 'character_sheet_label' => 'Zugriff auf Charakerzusammenfassung gewähren.', - 'character_sheet_description' => 'Die Charakterzusammenfassung enthält grundlegende Informationen zu einem Charakter, wie zum Beispiel Corp-Titel, Attribuite, Implantate etc. Ebenso wird eine Zusammenfassung der Trainingswarteschlange angezeigt.', - 'character_journal_label' => 'Zugriff auf Character Kontenjournal gewähren.', - 'character_journal_description' => 'Zeigt das Journal des Kontos eines Charakters an.', - 'character_transaction_label' => 'Zugriff auf Charakter Kontentransaktionen gewähren.', - 'character_transaction_description' => 'Zeigt die Transaktionen des Kontos eines Charakters an.', - 'character_loyalty_points_label' => 'Zugriff auf Charakter Loyalitätspunkte gewähren.', + 'character_planetary_label' => 'Zugriff auf Charakter Planetare Interaktionen gewähren.', + 'character_planetary_description' => 'Zeigt die Planeten an auf denen ein Charakter Command Center aufgestellt hat und die dazugehörigen verlinkten Installationen.', + 'character_research_label' => 'Zugriff auf Charakter Forschungsagenten gewähren.', + 'character_research_description' => 'Listet alle Forschungsagenten auf die gegenwärtig für den Charakter arbeiten.', + 'character_skill_label' => 'Zugriff auf Charakter Skills gewähren', + 'character_skill_description' => 'Zeigt alle Skills des Charakters an mit ihren bereits tranierten Level.', + 'character_standing_label' => 'Zugriff auf Charakter Standing Liste gewähren.', + 'character_standing_description' => 'Zeigt das Ansehen (Standing) des Charakter zu verschiedenen Fraktionen in New Eden.', + 'character_sheet_label' => 'Zugriff auf Charakerzusammenfassung gewähren.', + 'character_sheet_description' => 'Die Charakterzusammenfassung enthält grundlegende Informationen zu einem Charakter, wie zum Beispiel Corp-Titel, Attribuite, Implantate etc. Ebenso wird eine Zusammenfassung der Trainingswarteschlange angezeigt.', + 'character_journal_label' => 'Zugriff auf Character Kontenjournal gewähren.', + 'character_journal_description' => 'Zeigt das Journal des Kontos eines Charakters an.', + 'character_transaction_label' => 'Zugriff auf Charakter Kontentransaktionen gewähren.', + 'character_transaction_description' => 'Zeigt die Transaktionen des Kontos eines Charakters an.', + 'character_loyalty_points_label' => 'Zugriff auf Charakter Loyalitätspunkte gewähren.', 'character_loyalty_points_description' => 'Zeigt die Loyalitätspunkte des Kontos eines Charakters an.', // Corporation Scope - 'corporation_asset_label' => 'Zugriff auf Corp Besitz gewähren.', - 'corporation_asset_description' => 'Zeigt die Besitztümer einer Corp an inklusive deren Orte.', - 'corporation_asset_first_division_label' => 'Zugriff Corp-Büro Abteilung 1 gewähren.', - 'corporation_asset_first_division_description' => 'Gewährt Einsicht auf die erste Abteilung eines Corp-Büros.', - 'corporation_asset_second_division_label' => 'Zugriff Corp-Büro Abteilung 2 gewähren.', - 'corporation_asset_second_division_description' => 'Gewährt Einsicht auf die zweite Abteilung eines Corp-Büros.', - 'corporation_asset_third_division_label' => 'Zugriff Corp-Büro Abteilung 3 gewähren.', - 'corporation_asset_third_division_description' => 'Gewährt Einsicht auf die dritte Abteilung eines Corp-Büros.', - 'corporation_asset_fourth_division_label' => 'Zugriff Corp-Büro Abteilung 4 gewähren.', - 'corporation_asset_fourth_division_description' => 'Gewährt Einsicht auf die vierte Abteilung eines Corp-Büros.', - 'corporation_asset_fifth_division_label' => 'Zugriff Corp-Büro Abteilung 5 gewähren.', - 'corporation_asset_fifth_division_description' => 'Gewährt Einsicht auf die fünfte Abteilung eines Corp-Büros.', - 'corporation_asset_sixth_division_label' => 'Zugriff Corp-Büro Abteilung 6 gewähren.', - 'corporation_asset_sixth_division_description' => 'Gewährt Einsicht auf die sechste Abteilung eines Corp-Büros.', - 'corporation_asset_seventh_division_label' => 'Zugriff Corp-Büro Abteilung 7 gewähren.', - 'corporation_asset_seventh_division_description' => 'Gewährt Einsicht auf die siebte Abteilung eines Corp-Büros.', - 'corporation_contact_label' => 'Zugriff auf Corp Kontakte gewähren.', - 'corporation_contact_description' => 'Zeigt die Kontaktliste einer Corp an, inklusive Name, Ansehen und links zu nützlichen Tools wie zKillboard.', - 'corporation_contract_label' => 'Zugriff auf Corp Verträge gewähren.', - 'corporation_contract_description' => 'Zeigt alle Verträge eine Corp an, inklusive Erstelldatum, Typ, Status und Inhalt.', - 'corporation_extraction_label' => 'Zugriff auf Corp Mond Extraktionen gewähren.', - 'corporation_extraction_description' => 'Zeigt alle informationen zu Extraktionen von Monderzen durch im Besitz der Corp befindlichen Raffinierien.', - 'corporation_industry_label' => 'Zugriff auf Corp Industrie gewähren.', - 'corporation_industry_description' => 'Zeigt alles Industrieaufträge im Auftrag der Corp an, inklusive des Startdatum, erwartetes Ende, Ort, Aktivität, Durchläufe, verwendete Blaupause und Produkt.', - 'corporation_blueprint_label' => 'Zugriff auf Corp Blaupausen gewähren.', - 'corporation_blueprint_description' => 'Listet alle Blaupausen auf die eine Corp besitzt. Inklusive Name, verfügbare Durchläufe, Erforschungsstufen und Ort.', - 'corporation_killmail_label' => 'Zugriff auf Corp Killmails gewähren.', - 'corporation_killmail_description' => 'Zeigt alle Abschüsse und Verluste durch Corp-Piloten an.', - 'corporation_ledger_label' => 'Zugriff auf Corporation Kontotransaktionen.', - 'corporation_ledger_description' => 'Zeigt die Transaktionen des Corp-Kontos an. Sortiert nach Gruppe per Unterkonto.', - 'corporation_market_label' => 'Zugriff auf Corp Markt gewähren.', - 'corporation_market_description' => 'Zeigt alle Kauf und Verkaufsaufträge im Namen der Corp an.', - 'corporation_mining_label' => 'Zugriff auf Corp Bergbau gewähren.', - 'corporation_mining_description' => 'Zeigt Statistiken zum Bergbau je Charakter an. Dies basiert auf der persönlichen Bergbauauswertung eines jeden Charakteres im Spiel und zeigt Datum, System, Erz, Menge, Volumen und geschätzten Preis an.', - 'corporation_security_label' => 'Zugriff auf Corp Sicherheit gewähren.', - 'corporation_security_description' => 'Stellt informationen zur Verteilung der Rollen und Titel innerhalb einer Corp zur Verfügung.', - 'corporation_standing_label' => 'Zugriff auf Corp Ansehen gewähren.', - 'corporation_standing_description' => 'Übersicht über die Corp Standings (Ansehen).', - 'corporation_tracking_label' => 'Zugriff auf Corp Tracking gewähren.', - 'corporation_tracking_description' => 'Zeigt an welche Piloten einer Corp sich im SeAT registriert haben und welche nicht.', - 'corporation_customs-office_label' => 'Zugriff auf Corp Zollämter (Customs Offices) gewähren.', - 'corporation_customs-office_description' => 'Zeigt alle Zollämter (Customs Offices) im Corp Besitz inklusive deren Ort und eingestellte Steuern und Zugriffsberechtigungen an.', - 'corporation_starbase_label' => 'Zugriff auf Corp Starbases (POS) gewähren.', - 'corporation_starbase_description' => 'Zeigt alle Starbases (POS) im Corp Besitz an, inklusive deren Ort, Module und Status an.', - 'corporation_structure_label' => 'Zugriff auf Corp Strukturen gewähreleisten.', - 'corporation_structure_description' => 'Zeigt alle im Corp Besitz befindlichen Upwell Strukturen an, inklusive deren Ort, Einstellungen und Services an.', - 'corporation_summary_label' => 'Zugriff auf die Corp Zusammenfassung gewähren.', - 'corporation_summary_description' => 'Die Corp Zusammenfassung enthält grundlegende Informationen zu einer Corp wie zum Beispiel Name, Beschreibung, Abteilungen und so weiter.', - 'corporation_wallet_first_division_label' => 'Zugriff auf das erste Corp Konto gewähren.', - 'corporation_wallet_first_division_description' => 'Zeigt das erste Corp Konto an.', - 'corporation_wallet_second_division_label' => 'Zugriff auf das zweite Corp Konto gewähren..', - 'corporation_wallet_second_division_description' => 'Zeigt das zweite Corp Konto an.', - 'corporation_wallet_third_division_label' => 'Zugriff auf das dritte Corp Konto gewähren.', - 'corporation_wallet_third_division_description' => 'Zeigt das dritte Corp Konto an.', - 'corporation_wallet_fourth_division_label' => 'Zugriff auf das vierte Corp Konto gewähren.', - 'corporation_wallet_fourth_division_description' => 'Zeigt das vierte Corp Konto an.', - 'corporation_wallet_fifth_division_label' => 'Zugriff auf das fünfte Corp Konto gewähren.', - 'corporation_wallet_fifth_division_description' => 'Zeigt das fünfte Corp Konto an.', - 'corporation_wallet_sixth_division_label' => 'Zugriff auf das sechste Corp Konto gewähren.', - 'corporation_wallet_sixth_division_description' => 'Zeigt das sechste Corp Konto an.', - 'corporation_wallet_seventh_division_label' => 'Zugriff auf das siebte Corp Konto gewähren.', + 'corporation_asset_label' => 'Zugriff auf Corp Besitz gewähren.', + 'corporation_asset_description' => 'Zeigt die Besitztümer einer Corp an inklusive deren Orte.', + 'corporation_asset_first_division_label' => 'Zugriff Corp-Büro Abteilung 1 gewähren.', + 'corporation_asset_first_division_description' => 'Gewährt Einsicht auf die erste Abteilung eines Corp-Büros.', + 'corporation_asset_second_division_label' => 'Zugriff Corp-Büro Abteilung 2 gewähren.', + 'corporation_asset_second_division_description' => 'Gewährt Einsicht auf die zweite Abteilung eines Corp-Büros.', + 'corporation_asset_third_division_label' => 'Zugriff Corp-Büro Abteilung 3 gewähren.', + 'corporation_asset_third_division_description' => 'Gewährt Einsicht auf die dritte Abteilung eines Corp-Büros.', + 'corporation_asset_fourth_division_label' => 'Zugriff Corp-Büro Abteilung 4 gewähren.', + 'corporation_asset_fourth_division_description' => 'Gewährt Einsicht auf die vierte Abteilung eines Corp-Büros.', + 'corporation_asset_fifth_division_label' => 'Zugriff Corp-Büro Abteilung 5 gewähren.', + 'corporation_asset_fifth_division_description' => 'Gewährt Einsicht auf die fünfte Abteilung eines Corp-Büros.', + 'corporation_asset_sixth_division_label' => 'Zugriff Corp-Büro Abteilung 6 gewähren.', + 'corporation_asset_sixth_division_description' => 'Gewährt Einsicht auf die sechste Abteilung eines Corp-Büros.', + 'corporation_asset_seventh_division_label' => 'Zugriff Corp-Büro Abteilung 7 gewähren.', + 'corporation_asset_seventh_division_description' => 'Gewährt Einsicht auf die siebte Abteilung eines Corp-Büros.', + 'corporation_contact_label' => 'Zugriff auf Corp Kontakte gewähren.', + 'corporation_contact_description' => 'Zeigt die Kontaktliste einer Corp an, inklusive Name, Ansehen und links zu nützlichen Tools wie zKillboard.', + 'corporation_contract_label' => 'Zugriff auf Corp Verträge gewähren.', + 'corporation_contract_description' => 'Zeigt alle Verträge eine Corp an, inklusive Erstelldatum, Typ, Status und Inhalt.', + 'corporation_extraction_label' => 'Zugriff auf Corp Mond Extraktionen gewähren.', + 'corporation_extraction_description' => 'Zeigt alle informationen zu Extraktionen von Monderzen durch im Besitz der Corp befindlichen Raffinierien.', + 'corporation_industry_label' => 'Zugriff auf Corp Industrie gewähren.', + 'corporation_industry_description' => 'Zeigt alles Industrieaufträge im Auftrag der Corp an, inklusive des Startdatum, erwartetes Ende, Ort, Aktivität, Durchläufe, verwendete Blaupause und Produkt.', + 'corporation_blueprint_label' => 'Zugriff auf Corp Blaupausen gewähren.', + 'corporation_blueprint_description' => 'Listet alle Blaupausen auf die eine Corp besitzt. Inklusive Name, verfügbare Durchläufe, Erforschungsstufen und Ort.', + 'corporation_killmail_label' => 'Zugriff auf Corp Killmails gewähren.', + 'corporation_killmail_description' => 'Zeigt alle Abschüsse und Verluste durch Corp-Piloten an.', + 'corporation_ledger_label' => 'Zugriff auf Corporation Kontotransaktionen.', + 'corporation_ledger_description' => 'Zeigt die Transaktionen des Corp-Kontos an. Sortiert nach Gruppe per Unterkonto.', + 'corporation_market_label' => 'Zugriff auf Corp Markt gewähren.', + 'corporation_market_description' => 'Zeigt alle Kauf und Verkaufsaufträge im Namen der Corp an.', + 'corporation_mining_label' => 'Zugriff auf Corp Bergbau gewähren.', + 'corporation_mining_description' => 'Zeigt Statistiken zum Bergbau je Charakter an. Dies basiert auf der persönlichen Bergbauauswertung eines jeden Charakteres im Spiel und zeigt Datum, System, Erz, Menge, Volumen und geschätzten Preis an.', + 'corporation_security_label' => 'Zugriff auf Corp Sicherheit gewähren.', + 'corporation_security_description' => 'Stellt informationen zur Verteilung der Rollen und Titel innerhalb einer Corp zur Verfügung.', + 'corporation_standing_label' => 'Zugriff auf Corp Ansehen gewähren.', + 'corporation_standing_description' => 'Übersicht über die Corp Standings (Ansehen).', + 'corporation_tracking_label' => 'Zugriff auf Corp Tracking gewähren.', + 'corporation_tracking_description' => 'Zeigt an welche Piloten einer Corp sich im SeAT registriert haben und welche nicht.', + 'corporation_customs-office_label' => 'Zugriff auf Corp Zollämter (Customs Offices) gewähren.', + 'corporation_customs-office_description' => 'Zeigt alle Zollämter (Customs Offices) im Corp Besitz inklusive deren Ort und eingestellte Steuern und Zugriffsberechtigungen an.', + 'corporation_starbase_label' => 'Zugriff auf Corp Starbases (POS) gewähren.', + 'corporation_starbase_description' => 'Zeigt alle Starbases (POS) im Corp Besitz an, inklusive deren Ort, Module und Status an.', + 'corporation_structure_label' => 'Zugriff auf Corp Strukturen gewähreleisten.', + 'corporation_structure_description' => 'Zeigt alle im Corp Besitz befindlichen Upwell Strukturen an, inklusive deren Ort, Einstellungen und Services an.', + 'corporation_summary_label' => 'Zugriff auf die Corp Zusammenfassung gewähren.', + 'corporation_summary_description' => 'Die Corp Zusammenfassung enthält grundlegende Informationen zu einer Corp wie zum Beispiel Name, Beschreibung, Abteilungen und so weiter.', + 'corporation_wallet_first_division_label' => 'Zugriff auf das erste Corp Konto gewähren.', + 'corporation_wallet_first_division_description' => 'Zeigt das erste Corp Konto an.', + 'corporation_wallet_second_division_label' => 'Zugriff auf das zweite Corp Konto gewähren..', + 'corporation_wallet_second_division_description' => 'Zeigt das zweite Corp Konto an.', + 'corporation_wallet_third_division_label' => 'Zugriff auf das dritte Corp Konto gewähren.', + 'corporation_wallet_third_division_description' => 'Zeigt das dritte Corp Konto an.', + 'corporation_wallet_fourth_division_label' => 'Zugriff auf das vierte Corp Konto gewähren.', + 'corporation_wallet_fourth_division_description' => 'Zeigt das vierte Corp Konto an.', + 'corporation_wallet_fifth_division_label' => 'Zugriff auf das fünfte Corp Konto gewähren.', + 'corporation_wallet_fifth_division_description' => 'Zeigt das fünfte Corp Konto an.', + 'corporation_wallet_sixth_division_label' => 'Zugriff auf das sechste Corp Konto gewähren.', + 'corporation_wallet_sixth_division_description' => 'Zeigt das sechste Corp Konto an.', + 'corporation_wallet_seventh_division_label' => 'Zugriff auf das siebte Corp Konto gewähren.', 'corporation_wallet_seventh_division_description' => 'Zeigt das siebte Corp Konto an.', - 'corporation_journal_label' => 'Zugriff auf das Corp Konto Journal gewähren.', - 'corporation_journal_description' => 'Zeigt das Journal des Corp Kontos an.', - 'corporation_transaction_label' => 'Zugriff auf die Corp Konto Transaktionen gewähren.', - 'corporation_transaction_description' => 'Zeigt die Transaktionen des Corp Kontos an.', + 'corporation_journal_label' => 'Zugriff auf das Corp Konto Journal gewähren.', + 'corporation_journal_description' => 'Zeigt das Journal des Corp Kontos an.', + 'corporation_transaction_label' => 'Zugriff auf die Corp Konto Transaktionen gewähren.', + 'corporation_transaction_description' => 'Zeigt die Transaktionen des Corp Kontos an.', // Alliance Scope - 'alliance_contact_label' => 'Gewährt Zugriff auf Allianzverträge', - 'alliance_contact_description' => 'Zeigt Allianzkontake an. Inkludiert sind Name, Ansehen und Links zu Drittanbieter-Platformen wie zkillboard.', - 'alliance_summary_label' => 'Erlaube Zugriff auf die Allianzübersichtsseite', - 'alliance_summary_description' => 'Die Allianzübersichtsseite enthält grundlegende Informationen wie Allianzname, Gründer, Mitglieder und mehr.', - 'alliance_tracking_label' => 'Zugriff auf Allianz Tracking gewähren.', - 'alliance_tracking_description' => 'Zeigt an welche Piloten einer Corp sich im SeAT registriert haben und welche nicht.', + 'alliance_contact_label' => 'Gewährt Zugriff auf Allianzverträge', + 'alliance_contact_description' => 'Zeigt Allianzkontake an. Inkludiert sind Name, Ansehen und Links zu Drittanbieter-Platformen wie zkillboard.', + 'alliance_summary_label' => 'Erlaube Zugriff auf die Allianzübersichtsseite', + 'alliance_summary_description' => 'Die Allianzübersichtsseite enthält grundlegende Informationen wie Allianzname, Gründer, Mitglieder und mehr.', + 'alliance_tracking_label' => 'Zugriff auf Allianz Tracking gewähren.', + 'alliance_tracking_description' => 'Zeigt an welche Piloten einer Corp sich im SeAT registriert haben und welche nicht.', // Mail Scope - 'mail_bodies_label' => 'E-Mails lesen', + 'mail_bodies_label' => 'E-Mails lesen', 'mail_subjects_label' => 'E-Mail-Betreff lesen', // People Scope 'people_create_label' => 'Erstelle einen Nutzer', - 'people_edit_label' => 'Bearbeite einen Nutzer', - 'people_view_label' => 'Betrachte Nutzer', + 'people_edit_label' => 'Bearbeite einen Nutzer', + 'people_view_label' => 'Betrachte Nutzer', // Search Scope - 'search_character_assets_label' => 'Durchsuche Charakter-Eigentum', + 'search_character_assets_label' => 'Durchsuche Charakter-Eigentum', 'search_character_contact_lists_label' => 'Durchsuche Charakter-Kontaktliste', - 'search_character_mail_label' => 'Durchsuche Charakter-Mails', - 'search_characters_label' => 'Charaktere durchsuchen', - 'search_character_skills_label' => 'Durchsuche Charakter-Skills', - 'search_character_standings_label' => 'Durchsuche Charakter-Ansehen', - 'search_corporation_assets_label' => 'Durchsuche Corporation-Gegenstände', - 'search_corporation_standings_label' => 'Durchsuche Corporation-Ansehen', + 'search_character_mail_label' => 'Durchsuche Charakter-Mails', + 'search_characters_label' => 'Charaktere durchsuchen', + 'search_character_skills_label' => 'Durchsuche Charakter-Skills', + 'search_character_standings_label' => 'Durchsuche Charakter-Ansehen', + 'search_corporation_assets_label' => 'Durchsuche Corporation-Gegenstände', + 'search_corporation_standings_label' => 'Durchsuche Corporation-Ansehen', ]; diff --git a/src/resources/lang/de/research.php b/src/resources/lang/de/research.php index 48cf93ef6..8bf7bcc65 100644 --- a/src/resources/lang/de/research.php +++ b/src/resources/lang/de/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Beginn', - 'agent' => 'Agent', - 'skill' => 'Skill', + 'start' => 'Beginn', + 'agent' => 'Agent', + 'skill' => 'Skill', 'point_per_day' => 'Punkte je Tag', - 'remainder' => 'Verbleibend', + 'remainder' => 'Verbleibend', ]; diff --git a/src/resources/lang/de/seat.php b/src/resources/lang/de/seat.php index 76fcafea1..16f28890f 100644 --- a/src/resources/lang/de/seat.php +++ b/src/resources/lang/de/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => 'Startseite', - 'character' => 'Charakter|Charaktere', - 'corporation' => 'Corporation|Coporations', - 'user' => 'Benutzer', - 'last_update' => 'Letztes Update', - 'unknown' => 'Unbekannt', - 'note' => 'Notiz', - 'name' => 'Name|Namen', - 'granted' => 'Gewährt', - 'denied' => 'Verweigert', - 'enabled' => 'Aktiviert', - 'disabled' => 'Deaktiviert', - 'username' => 'Benutzername', - 'email' => 'E-Mail', - 'close' => 'Schließen', - 'date' => 'Datum', - 'status' => 'Status', - 'id' => 'ID|IDs', - 'type' => 'Typ|Typen', - 'expiry' => 'Abgelaufen', - 'never' => 'Nie', - 'detail' => 'Detail|Details', - 'delete' => 'Löschen', - 'kill' => 'Kill', - 'verify' => 'Überprüfen', - 'reset' => 'Zurücksetzen', - 'back' => 'Zurück', - 'summary' => 'Zusammenfassung', - 'quantity' => 'Menge', - 'volume' => 'Volumen', - 'group' => 'Gruppe|Gruppen', - 'owner' => 'Besitzer', - 'general' => 'Allgemein', - 'description' => 'Beschreibung', - 'labels' => 'Bezeichnungen', - 'created' => 'Erstellt', - 'issuer' => 'Aussteller', - 'title' => 'Titel', - 'price' => 'Preis', - 'reward' => 'Belohnung', - 'collateral' => 'Collateral', - 'assignee' => 'Zugewiesener', - 'acceptor' => 'Angenommen von', - 'public' => 'Öffentlich', - 'location' => 'Ort', - 'filter' => 'Filter', - 'clear' => 'Zurücksetzen', - 'none' => 'Keine', - 'permission' => 'Berechtigung|Berechtigungen', - 'affiliation' => 'Zugehörigkeit|Zugehörigkeiten', - 'role' => 'Rolle|Rollen', - 'edit' => 'Bearbeiten', - 'remove' => 'Entfernen', - 'yes' => 'Ja', - 'no' => 'Nein', - 'update' => 'Aktualisierung', - 'action' => 'Aktion', - 'key' => 'Schlüssel', - 'log' => 'Protokoll|Protokolle', - 'view' => 'Anzeigen', - 'item' => 'Gegenstände', - 'usage' => 'Verwendung', - 'unit' => 'Einheit|Einheiten', - 'add' => 'Hinzufügen', - 'all' => 'Alle', - 'inverse' => 'Umkehren', - 'read' => 'Lesen', - 'level' => 'Level', - 'token' => 'Token', - 'token_status' => 'Token-Status', - 'token_valid' => 'Gültiges Token|Gültige Token', - 'token_status_warning' => 'Das Token wurde seit mehr als einem Tag nicht aktualisiert, Sie sollten Ihre Jobs überprüfen.', - 'token_status_valid' => 'Dieser Chahrakter hat ein gültiges Token im System registriert.', - 'token_status_invalid' => 'Sie besitzen kein gültiges Token für diesen Charakter.', - 'set_default' => 'Als Standard festlegen', + 'home' => 'Startseite', + 'character' => 'Charakter|Charaktere', + 'corporation' => 'Corporation|Coporations', + 'user' => 'Benutzer', + 'last_update' => 'Letztes Update', + 'unknown' => 'Unbekannt', + 'note' => 'Notiz', + 'name' => 'Name|Namen', + 'granted' => 'Gewährt', + 'denied' => 'Verweigert', + 'enabled' => 'Aktiviert', + 'disabled' => 'Deaktiviert', + 'username' => 'Benutzername', + 'email' => 'E-Mail', + 'close' => 'Schließen', + 'date' => 'Datum', + 'status' => 'Status', + 'id' => 'ID|IDs', + 'type' => 'Typ|Typen', + 'expiry' => 'Abgelaufen', + 'never' => 'Nie', + 'detail' => 'Detail|Details', + 'delete' => 'Löschen', + 'kill' => 'Kill', + 'verify' => 'Überprüfen', + 'reset' => 'Zurücksetzen', + 'back' => 'Zurück', + 'summary' => 'Zusammenfassung', + 'quantity' => 'Menge', + 'volume' => 'Volumen', + 'group' => 'Gruppe|Gruppen', + 'owner' => 'Besitzer', + 'general' => 'Allgemein', + 'description' => 'Beschreibung', + 'labels' => 'Bezeichnungen', + 'created' => 'Erstellt', + 'issuer' => 'Aussteller', + 'title' => 'Titel', + 'price' => 'Preis', + 'reward' => 'Belohnung', + 'collateral' => 'Collateral', + 'assignee' => 'Zugewiesener', + 'acceptor' => 'Angenommen von', + 'public' => 'Öffentlich', + 'location' => 'Ort', + 'filter' => 'Filter', + 'clear' => 'Zurücksetzen', + 'none' => 'Keine', + 'permission' => 'Berechtigung|Berechtigungen', + 'affiliation' => 'Zugehörigkeit|Zugehörigkeiten', + 'role' => 'Rolle|Rollen', + 'edit' => 'Bearbeiten', + 'remove' => 'Entfernen', + 'yes' => 'Ja', + 'no' => 'Nein', + 'update' => 'Aktualisierung', + 'action' => 'Aktion', + 'key' => 'Schlüssel', + 'log' => 'Protokoll|Protokolle', + 'view' => 'Anzeigen', + 'item' => 'Gegenstände', + 'usage' => 'Verwendung', + 'unit' => 'Einheit|Einheiten', + 'add' => 'Hinzufügen', + 'all' => 'Alle', + 'inverse' => 'Umkehren', + 'read' => 'Lesen', + 'level' => 'Level', + 'token' => 'Token', + 'token_status' => 'Token-Status', + 'token_valid' => 'Gültiges Token|Gültige Token', + 'token_status_warning' => 'Das Token wurde seit mehr als einem Tag nicht aktualisiert, Sie sollten Ihre Jobs überprüfen.', + 'token_status_valid' => 'Dieser Chahrakter hat ein gültiges Token im System registriert.', + 'token_status_invalid' => 'Sie besitzen kein gültiges Token für diesen Charakter.', + 'set_default' => 'Als Standard festlegen', // Requirements - 'requirements' => 'Voraussetzungen', - 'requirements_message' => 'Bitte installieren Sie die folgenden fehlenden PHP-Erweiterungen:' . + 'requirements' => 'Voraussetzungen', + 'requirements_message' => 'Bitte installieren Sie die folgenden fehlenden PHP-Erweiterungen:' . 'bevor Sie fortfahren können.', - 'php_version' => 'PHP-Version', - 'php_version_message' => 'Die installierte PHP-Version enspricht nicht der minimalen PHP-Version' . + 'php_version' => 'PHP-Version', + 'php_version_message' => 'Die installierte PHP-Version enspricht nicht der minimalen PHP-Version' . ' vorausgesetz für SeAT. Bitte aktualisieren Sie ihre PHP-Installation.', - 'installed_version' => 'Installierte Version', - 'min_version' => 'Minimale Version', + 'installed_version' => 'Installierte Version', + 'min_version' => 'Minimale Version', 'admin_contact_warning' => 'Es wurde kein Administrator-Kontakt für diese SeAT-Installation eingerichtet.' . ' Deshalb werden keine Jobs ausgeführt. Bitte konfiguriere es in den Einstellungen.', 'refresh_token_warning' => 'Dein Account hat kein gültiges Refresh-Token aufgezeichnet.' . 'Bitte melden Sie sich ab und wieder an um das Problem so schnell wie möglich zu lösen.', - 'sso_config_warning' => 'SSO wurde noch nicht eingerichtet. Nur administrative ' . + 'sso_config_warning' => 'SSO wurde noch nicht eingerichtet. Nur administrative ' . 'Logins sind erlaubt.', - 'sso_activation' => 'SSO-Aktivierung', - 'sso_confirmation' => 'Es scheint, als ob Sie bereits ein Konto besitzen. Bitte bestätigen Sie Ihre Anmeldeinformationen, um SSO zu aktivieren.', + 'sso_activation' => 'SSO-Aktivierung', + 'sso_confirmation' => 'Es scheint, als ob Sie bereits ein Konto besitzen. Bitte bestätigen Sie Ihre Anmeldeinformationen, um SSO zu aktivieren.', // Auth - 'failed' => 'Diese Anmeldeinformationen wurden nicht in unseren Datenbank gefunden.', - 'throttle' => 'Zu viele Login-Versuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', - 'login_welcome' => 'Herzlich willkommen, bitte geben Sie Ihre Anmeldeinformationen ein.', - 'remember_me' => 'Anmeldeinformationen Speichern', - 'password' => 'Passwort', - 'password_again' => 'Passwort Wiederholen', - 'forgot' => 'Ich habe mein Passwort vergessen', - 'register' => 'Neuen Benutzeraccount erstellen', - 'sign_in' => 'Einloggen', - 'email_verify' => 'E-Mail-Verifizierung', - 'email_verify_welcome' => 'Bitte geben Sie eine gültige E-Mail-Addresse für ihr Konto ein.', + 'failed' => 'Diese Anmeldeinformationen wurden nicht in unseren Datenbank gefunden.', + 'throttle' => 'Zu viele Login-Versuche. Bitte versuchen Sie es in :seconds Sekunden erneut.', + 'login_welcome' => 'Herzlich willkommen, bitte geben Sie Ihre Anmeldeinformationen ein.', + 'remember_me' => 'Anmeldeinformationen Speichern', + 'password' => 'Passwort', + 'password_again' => 'Passwort Wiederholen', + 'forgot' => 'Ich habe mein Passwort vergessen', + 'register' => 'Neuen Benutzeraccount erstellen', + 'sign_in' => 'Einloggen', + 'email_verify' => 'E-Mail-Verifizierung', + 'email_verify_welcome' => 'Bitte geben Sie eine gültige E-Mail-Addresse für ihr Konto ein.', // Registration - 'new_account' => 'Neuer Benutzeraccount', - 'register_welcome' => 'Bitte wählen Sie einen Benutzernamen und ein sicheres Kennwort.', - 'register_eve_warn' => 'Benutze nicht das selbe Passwort wie für dein Eve Online Account', - 'existing_account' => 'Ich habe bereits ein Benutzerkonto', - 'register_account' => 'Benutzeraccount registrieren', + 'new_account' => 'Neuer Benutzeraccount', + 'register_welcome' => 'Bitte wählen Sie einen Benutzernamen und ein sicheres Kennwort.', + 'register_eve_warn' => 'Benutze nicht das selbe Passwort wie für dein Eve Online Account', + 'existing_account' => 'Ich habe bereits ein Benutzerkonto', + 'register_account' => 'Benutzeraccount registrieren', // Passwords - 'password_reset' => 'Passwort Wiederherstellen', - 'reset_welcome' => 'Bitte geben Sie die E-Mail-Adresse für das Konto dessen Kennwort zurückgesetzt werden soll ein.', - 'remember' => 'Ich erinnere mich an meine Anmeldeinformationen', - 'reset_topic' => 'Passwort zurücksetzen', - 'reset_token_welcome' => 'Bitte geben Sie die E-Mail an und das neue Passwort.', + 'password_reset' => 'Passwort Wiederherstellen', + 'reset_welcome' => 'Bitte geben Sie die E-Mail-Adresse für das Konto dessen Kennwort zurückgesetzt werden soll ein.', + 'remember' => 'Ich erinnere mich an meine Anmeldeinformationen', + 'reset_topic' => 'Passwort zurücksetzen', + 'reset_token_welcome' => 'Bitte geben Sie die E-Mail an und das neue Passwort.', // Header - 'toggle_navigation' => 'Navigation umschalten', - 'queued' => 'in der Warteschlange', - 'working' => 'Aktiv', - 'joined' => 'Joined .DE', - 'profile' => 'Profil', - 'sign_out' => 'Ausloggen', - 'stop_impersonation' => 'Zurück zum normalem Nutzer wechseln', - 'switch_character' => 'Hauptcharakter ändern', + 'toggle_navigation' => 'Navigation umschalten', + 'queued' => 'in der Warteschlange', + 'working' => 'Aktiv', + 'joined' => 'Joined .DE', + 'profile' => 'Profil', + 'sign_out' => 'Ausloggen', + 'stop_impersonation' => 'Zurück zum normalem Nutzer wechseln', + 'switch_character' => 'Hauptcharakter ändern', 'use_as_main_character' => 'Als Hauptcharakter verwenden', - 'link_character' => 'Charakter verbinden', - 'characters_in_group' => 'Charakter in Gruppe|Charaktere in Gruppe', + 'link_character' => 'Charakter verbinden', + 'characters_in_group' => 'Charakter in Gruppe|Charaktere in Gruppe', // Notifications - 'critical' => 'Kritisch', - 'error' => 'Fehler', - 'success' => 'Erfolgreich', - 'warning' => 'Warnung', - 'notice' => 'Notiz (Notice)', - 'info' => 'Information', - 'debug_disclaimer' => 'Es sieht so aus, als wäre der Debug-Modus derzeit aktiviert.
Dies ist ein extrem gefährlicher Konfigurationszustand, der Ihre Instanz anfällig für leicht ausnutzbare Sicherheitsprobleme über die nun aktivierten Debug-Funktionen macht.


Es sei denn, Sie entwickeln für SeAT oder Debuggen ein Problem, wird dringend empfohlen, dies so schnell wie möglich wieder zu deaktivieren.
Sie können dies tun, indem Sie in ihrer .env Datei die APP_DEBUG Variable auf false setzen.
Danach müssen Sie auf einer direkten Installation php artisan config:cache ausführen oder mit Docker ihre Container neu starten, um die Änderung anzuwenden', - 'warning_disclaimer' => 'Das ist eine kritische Warnung, die die Aufmerksamkeit eines Administrators erfordert.
Bitte kontaktieren Sie ihre SeAT-Administratoren so bald wie möglich und bitte sie, sich mit einem Konto mit Admin-Privilagien anzumelden.', + 'critical' => 'Kritisch', + 'error' => 'Fehler', + 'success' => 'Erfolgreich', + 'warning' => 'Warnung', + 'notice' => 'Notiz (Notice)', + 'info' => 'Information', + 'debug_disclaimer' => 'Es sieht so aus, als wäre der Debug-Modus derzeit aktiviert.
Dies ist ein extrem gefährlicher Konfigurationszustand, der Ihre Instanz anfällig für leicht ausnutzbare Sicherheitsprobleme über die nun aktivierten Debug-Funktionen macht.


Es sei denn, Sie entwickeln für SeAT oder Debuggen ein Problem, wird dringend empfohlen, dies so schnell wie möglich wieder zu deaktivieren.
Sie können dies tun, indem Sie in ihrer .env Datei die APP_DEBUG Variable auf false setzen.
Danach müssen Sie auf einer direkten Installation php artisan config:cache ausführen oder mit Docker ihre Container neu starten, um die Änderung anzuwenden', + 'warning_disclaimer' => 'Das ist eine kritische Warnung, die die Aufmerksamkeit eines Administrators erfordert.
Bitte kontaktieren Sie ihre SeAT-Administratoren so bald wie möglich und bitte sie, sich mit einem Konto mit Admin-Privilagien anzumelden.', // Menu - 'api_key_management' => 'API Key Verwaltung', - 'add_api_key' => 'EVE API Key hinzufügen', - 'list_keys' => 'EVE API Keys auflisten', - 'all_char' => 'Alle Charakteren', - 'mail_timeline' => 'Mail Zeitlinie', - 'all_corp' => 'Alle Corporations', - 'all_alliance' => 'Alle Allianzen', - 'configuration' => 'Konfiguration', - 'access' => 'Zugangs verwaltung', - 'other' => 'Andere', - 'tools' => 'Werkzeuge', - 'security_logs' => 'Sicherheits Logs', - 'import' => 'API-Schlüssel importieren', - 'settings' => 'SeAT Einstellungen', - 'schedule' => 'Zeitplan', - 'no_main_char' => 'Kein Hauptcharakter', - 'no_email' => 'Keine E-Mail-Addresse definiert', - 'hello' => 'Hallo', - 'online' => 'Online', - 'search' => 'Suche', - 'main_menu' => 'Hauptmenu', - 'security' => 'Sicherheit', - 'sso' => 'Single Sign-on', - 'tracking' => 'Verfolgung (Tracking)', - 'about' => 'Über SeAT', - - 'assets' => 'Assets', - 'location_flag' => 'Standortflagge', - 'calendar' => 'Kalender', - 'channels' => 'Kanäle', - 'contacts' => 'Kontakte', - 'contracts' => 'Verträge', - 'fittings' => 'Fittings', - 'fitting_items' => 'Fitting Gegenstände', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Industrie', - 'intel' => 'Militärinformation', - 'killmails' => 'Abschüsse', - 'mail' => 'Mail', - 'market' => 'Markt', - 'notifications' => 'Benachrichtigungen', - 'pi' => 'PI', - 'research' => 'Forschung', - 'sheet' => 'Sheet .DE', - 'skills' => 'Skills', - 'standings' => 'Standings', - 'wallet' => 'ISK-Konto', - 'wallet_journal' => 'Konto Log', - 'wallet_transactions' => 'Konto Bewegungen', + 'api_key_management' => 'API Key Verwaltung', + 'add_api_key' => 'EVE API Key hinzufügen', + 'list_keys' => 'EVE API Keys auflisten', + 'all_char' => 'Alle Charakteren', + 'mail_timeline' => 'Mail Zeitlinie', + 'all_corp' => 'Alle Corporations', + 'all_alliance' => 'Alle Allianzen', + 'configuration' => 'Konfiguration', + 'access' => 'Zugangs verwaltung', + 'other' => 'Andere', + 'tools' => 'Werkzeuge', + 'security_logs' => 'Sicherheits Logs', + 'import' => 'API-Schlüssel importieren', + 'settings' => 'SeAT Einstellungen', + 'schedule' => 'Zeitplan', + 'no_main_char' => 'Kein Hauptcharakter', + 'no_email' => 'Keine E-Mail-Addresse definiert', + 'hello' => 'Hallo', + 'online' => 'Online', + 'search' => 'Suche', + 'main_menu' => 'Hauptmenu', + 'security' => 'Sicherheit', + 'sso' => 'Single Sign-on', + 'tracking' => 'Verfolgung (Tracking)', + 'about' => 'Über SeAT', + + 'assets' => 'Assets', + 'location_flag' => 'Standortflagge', + 'calendar' => 'Kalender', + 'channels' => 'Kanäle', + 'contacts' => 'Kontakte', + 'contracts' => 'Verträge', + 'fittings' => 'Fittings', + 'fitting_items' => 'Fitting Gegenstände', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Industrie', + 'intel' => 'Militärinformation', + 'killmails' => 'Abschüsse', + 'mail' => 'Mail', + 'market' => 'Markt', + 'notifications' => 'Benachrichtigungen', + 'pi' => 'PI', + 'research' => 'Forschung', + 'sheet' => 'Sheet .DE', + 'skills' => 'Skills', + 'standings' => 'Standings', + 'wallet' => 'ISK-Konto', + 'wallet_journal' => 'Konto Log', + 'wallet_transactions' => 'Konto Bewegungen', 'wrong_probe_report_structure' => 'Es gibt ein Problem mit der Struktur des Proben-Reports - Es werden :fields_number Felder pro Zeile erwartet. Das Problem wurde gespeichert.', - 'insert_error_probe_report' => 'Es ist ein Problem beim Speichern des Berichts aufgetreten. Bitte kontaktiere deine Administratoren.', - 'probe_report_posted' => 'Dein Proben-Bericht wurde erfolgreich gespeichert. :lines Zeile(n) über die Zusammensetzung des Monds wurden gespeichert.', + 'insert_error_probe_report' => 'Es ist ein Problem beim Speichern des Berichts aufgetreten. Bitte kontaktiere deine Administratoren.', + 'probe_report_posted' => 'Dein Proben-Bericht wurde erfolgreich gespeichert. :lines Zeile(n) über die Zusammensetzung des Monds wurden gespeichert.', // Dashboard - 'home_page' => 'Home', - 'dashboard' => 'Übersichtsseite', - 'online_players' => 'Spieler Online', - 'owned_api_keys' => 'Eigene API Keys', - 'total_character_isk' => 'Akkumulierte ISK', + 'home_page' => 'Home', + 'dashboard' => 'Übersichtsseite', + 'online_players' => 'Spieler Online', + 'owned_api_keys' => 'Eigene API Keys', + 'total_character_isk' => 'Akkumulierte ISK', 'total_character_skillpoints' => 'Akkumulierte Skillpunkte', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Total Killmails', - 'main_char_skills' => ':character_name\'s Skills', - 'main_char_skills_per_level' => 'Skills Per Level', - 'main_char_skills_coverage' => 'Skills Coverage (in percent)', - 'concurrent_player_count' => 'Anzahl gleichzeitiger Spieler', - 'esi_response_time' => 'ESI Reaktionszeiten', - 'current_month' => 'diesen Monat', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Total Killmails', + 'main_char_skills' => ':character_name\'s Skills', + 'main_char_skills_per_level' => 'Skills Per Level', + 'main_char_skills_coverage' => 'Skills Coverage (in percent)', + 'concurrent_player_count' => 'Anzahl gleichzeitiger Spieler', + 'esi_response_time' => 'ESI Reaktionszeiten', + 'current_month' => 'diesen Monat', // Api Keys - 'api_key_add' => 'Einen neuen API Key hinzufügen', - 'key_id' => 'Schlüssel-ID', - 'v_code' => 'Bestätigungscode', - 'check_key' => 'Key überprüfen', - 'api_new_key' => 'Einen neuen API Key erstellen', - 'api_use_link' => 'Verwenden Sie den folgenden Link um einen neuen API Key zu erstellen', - 'api_full_link' => 'Full API Key für alle Charakteren', - 'api_full_min_mask' => 'Es wird ein API-Schlüssel mit minimaler Maske benötigt', - 'insufficient_access_mask' => 'Dieser API-Schlüssel erfüllt die benötigte minimale Zugangsmaske nicht', - 'api_key_info' => 'API-Schlüssel-Information', - 'api_key_type' => 'API Key Typ', - 'api_access_mask' => 'API-Zugriffsmaske', - 'api_add_type_key' => ':type Api Key hinzufügen', - 'api_add_job' => 'Das hinzufügen eines API Key wird automatisch eine neue Update-Job für ihn in die Warteschlange aufnehmen', - 'api_min_mask' => 'Min. Maske', - 'api_access' => 'Zugriff (Access)', - 'api_detail' => 'API Key Details', - 'api_key_status' => 'API-Schlüsselstatus', - 'api_job_update' => 'Queue an Update Job .DE', - 'owner_info' => 'Besitzer Informationen', - 'no_owner' => 'Dieser API Key hatt keinen Besitzer', - 'member_since' => 'Mitglied seit', - 'last_login' => 'Letzer Login', - 'account_status' => 'Benutzeraccount Status', - 'transfer_ownership' => 'Besitzer Transferieren', - 'seat_user' => 'SeAT Benutzer', - 'transfer' => 'Transferieren', - 'mask_map_fail' => 'Unable to load the Access Mask map .DE', - 'recent_jobs' => 'Neuste Jobs', - 'scope' => 'Scope .DE', - 'api_all' => 'Alle API Keys', - 'reveal' => 'Zeigen', - 'add_success' => 'Api Key erfolgreich hinzugefügt. Update Job :jobid aufgegeben', - 're_enable' => 'Schlüssel wieder aktivieren', - 'disable' => 'Schlüssel deaktivieren', - 'reenable_all_disabled' => 'Alle deaktivierten Schlüssel wieder aktivieren', - 'disable_all_enabled' => 'Alle Schlüssel deaktivieren', - 'joblog' => 'Jobprotokoll', - 'job_log_config' => 'Jobs werden nur protokolliert wenn es aktiviert ist. Aktuell ' . + 'api_key_add' => 'Einen neuen API Key hinzufügen', + 'key_id' => 'Schlüssel-ID', + 'v_code' => 'Bestätigungscode', + 'check_key' => 'Key überprüfen', + 'api_new_key' => 'Einen neuen API Key erstellen', + 'api_use_link' => 'Verwenden Sie den folgenden Link um einen neuen API Key zu erstellen', + 'api_full_link' => 'Full API Key für alle Charakteren', + 'api_full_min_mask' => 'Es wird ein API-Schlüssel mit minimaler Maske benötigt', + 'insufficient_access_mask' => 'Dieser API-Schlüssel erfüllt die benötigte minimale Zugangsmaske nicht', + 'api_key_info' => 'API-Schlüssel-Information', + 'api_key_type' => 'API Key Typ', + 'api_access_mask' => 'API-Zugriffsmaske', + 'api_add_type_key' => ':type Api Key hinzufügen', + 'api_add_job' => 'Das hinzufügen eines API Key wird automatisch eine neue Update-Job für ihn in die Warteschlange aufnehmen', + 'api_min_mask' => 'Min. Maske', + 'api_access' => 'Zugriff (Access)', + 'api_detail' => 'API Key Details', + 'api_key_status' => 'API-Schlüsselstatus', + 'api_job_update' => 'Queue an Update Job .DE', + 'owner_info' => 'Besitzer Informationen', + 'no_owner' => 'Dieser API Key hatt keinen Besitzer', + 'member_since' => 'Mitglied seit', + 'last_login' => 'Letzer Login', + 'account_status' => 'Benutzeraccount Status', + 'transfer_ownership' => 'Besitzer Transferieren', + 'seat_user' => 'SeAT Benutzer', + 'transfer' => 'Transferieren', + 'mask_map_fail' => 'Unable to load the Access Mask map .DE', + 'recent_jobs' => 'Neuste Jobs', + 'scope' => 'Scope .DE', + 'api_all' => 'Alle API Keys', + 'reveal' => 'Zeigen', + 'add_success' => 'Api Key erfolgreich hinzugefügt. Update Job :jobid aufgegeben', + 're_enable' => 'Schlüssel wieder aktivieren', + 'disable' => 'Schlüssel deaktivieren', + 'reenable_all_disabled' => 'Alle deaktivierten Schlüssel wieder aktivieren', + 'disable_all_enabled' => 'Alle Schlüssel deaktivieren', + 'joblog' => 'Jobprotokoll', + 'job_log_config' => 'Jobs werden nur protokolliert wenn es aktiviert ist. Aktuell ' . 'ist es :status', // People - 'people_groups' => 'People Groups', - 'unaffiliated_keys' => 'Unzugeordnete Schlüssel', - 'add_to_existing' => 'Zu Vorhandenen hinzufügen', - 'add_to_existing_group' => 'Zu bestehender Gruppe hinzufügen', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'New Group with :name as Main', + 'people_groups' => 'People Groups', + 'unaffiliated_keys' => 'Unzugeordnete Schlüssel', + 'add_to_existing' => 'Zu Vorhandenen hinzufügen', + 'add_to_existing_group' => 'Zu bestehender Gruppe hinzufügen', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'New Group with :name as Main', // Access - 'access_mangement' => 'Zugriffsverwaltung', - 'quick_add_role' => 'Quick Rolle hinzufügen', - 'role_name' => 'Rollen Name', - 'add_new_role' => 'Neue Rolle hinzufügen', - 'available_roles' => 'Verfügbare Rollen', - 'quick_add_user' => 'Quick Benutzer erstellen', - 'add_new_user' => 'Neuen Benutzer erstellen', - 'edit_role' => 'Rolle bearbeiten', - 'available_permissions' => 'Verfügbare Berechtigungen', - 'grant_permissions' => 'Berechtigung hinzufügen', - 'inverse_permission' => 'Berechtigungen umkehren', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Derzeitige Berechtigungen', - 'has_superuser' => 'Ist Superuser', - 'permission_inherit' => 'Erbt alle Berechtigungen', - 'available_corporations' => 'Verfügbare Corporations', - 'available_characters' => 'Verfügbare Characters', - 'add_affiliations' => 'Mitgliedschaft hinzufügen (Affiliations)', - 'current_affiliations' => 'Aktuelle Mitgliedschaften', - 'available_users' => 'Verfügbare Benutzer', - 'available_groups' => 'Verfügbare Gruppe|Verfügbare Gruppen', - 'add_user' => 'Benutzer hinzufügen|Meherere Benutzer hinzufügen', - 'add_group' => 'Gruppe hinzufügen|Meherere Gruppen hinzufügen', - 'current_users' => 'Aktuelle Benutzer', - 'current_groups' => 'Aktuelle Gruppe|Aktuelle Gruppen', - 'select_item_add' => 'Wähle ein Item zum hinzufügen .DE', - 'impersonate' => 'Diesen Benutzer imitieren', - 'edit_user' => 'Benutzer bearbeiten', - 'activate_user' => 'Benutzer aktivieren', - 'reassign_user' => 'Nutzer neu zuweisen', - 'reassign' => 'Neu zuweisen', - 'deactivate_user' => 'Benutzer deaktivieren', - 'account_status_change' => 'Der Accountstatus wurde geändert', - 'user_agent' => 'User Agent String .DE', - 'login_history' => 'Anmeldeprotokoll', - 'role_summary' => 'Rollen Zusammenfassung', - 'user_updated' => 'Der Benutzer wurde aktualisiert', - 'user_deleted' => 'Der Benutzer wurde gelöscht', - 'self_delete_warning' => 'Du kannst dich nicht selber löschen!', - 'impersonating' => 'Übernimm die Identität von :user', - 'revert_impersonation' => 'Sie sind wieder mit ihrem normalen Account angemeldet', - 'user_created' => 'Benutzer erstellt', - 'unauthorized_request' => 'Unberechtigte Anfrage', + 'access_mangement' => 'Zugriffsverwaltung', + 'quick_add_role' => 'Quick Rolle hinzufügen', + 'role_name' => 'Rollen Name', + 'add_new_role' => 'Neue Rolle hinzufügen', + 'available_roles' => 'Verfügbare Rollen', + 'quick_add_user' => 'Quick Benutzer erstellen', + 'add_new_user' => 'Neuen Benutzer erstellen', + 'edit_role' => 'Rolle bearbeiten', + 'available_permissions' => 'Verfügbare Berechtigungen', + 'grant_permissions' => 'Berechtigung hinzufügen', + 'inverse_permission' => 'Berechtigungen umkehren', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Derzeitige Berechtigungen', + 'has_superuser' => 'Ist Superuser', + 'permission_inherit' => 'Erbt alle Berechtigungen', + 'available_corporations' => 'Verfügbare Corporations', + 'available_characters' => 'Verfügbare Characters', + 'add_affiliations' => 'Mitgliedschaft hinzufügen (Affiliations)', + 'current_affiliations' => 'Aktuelle Mitgliedschaften', + 'available_users' => 'Verfügbare Benutzer', + 'available_groups' => 'Verfügbare Gruppe|Verfügbare Gruppen', + 'add_user' => 'Benutzer hinzufügen|Meherere Benutzer hinzufügen', + 'add_group' => 'Gruppe hinzufügen|Meherere Gruppen hinzufügen', + 'current_users' => 'Aktuelle Benutzer', + 'current_groups' => 'Aktuelle Gruppe|Aktuelle Gruppen', + 'select_item_add' => 'Wähle ein Item zum hinzufügen .DE', + 'impersonate' => 'Diesen Benutzer imitieren', + 'edit_user' => 'Benutzer bearbeiten', + 'activate_user' => 'Benutzer aktivieren', + 'reassign_user' => 'Nutzer neu zuweisen', + 'reassign' => 'Neu zuweisen', + 'deactivate_user' => 'Benutzer deaktivieren', + 'account_status_change' => 'Der Accountstatus wurde geändert', + 'user_agent' => 'User Agent String .DE', + 'login_history' => 'Anmeldeprotokoll', + 'role_summary' => 'Rollen Zusammenfassung', + 'user_updated' => 'Der Benutzer wurde aktualisiert', + 'user_deleted' => 'Der Benutzer wurde gelöscht', + 'self_delete_warning' => 'Du kannst dich nicht selber löschen!', + 'impersonating' => 'Übernimm die Identität von :user', + 'revert_impersonation' => 'Sie sind wieder mit ihrem normalen Account angemeldet', + 'user_created' => 'Benutzer erstellt', + 'unauthorized_request' => 'Unberechtigte Anfrage', 'unauthorized_request_logged' => 'Dieser Versuch wurde protokolliert.', - 'role_added' => 'Rolle wurde hinzugefügt', - 'role_updated' => 'Die Rolle wurde aktualisiert - :added neue Berechtigungen, :removed Berechtigungen entfernt und :filtered Berechtigungen gefiltert.', - 'role_removed' => 'Rolle wurde entfernt', - 'permissions_granted' => 'Berechtigung wurden erteilt', - 'permission_revoked' => 'Berechtigung wurde entzogen', - 'user_added' => 'Benutzer wurde zu dieser Rolle hinzugefügt', - 'user_removed' => 'Benutzer wurde von dieser Rolle entfernt', - 'affiliations_added' => 'Mitgliedschaften (Affiliations) wurden zu dieser Rolle hinzugefügt', - 'affiliation_removed' => 'Mitgliedschaften (Affiliations) wurden dieser Rolle entfernt', + 'role_added' => 'Rolle wurde hinzugefügt', + 'role_updated' => 'Die Rolle wurde aktualisiert - :added neue Berechtigungen, :removed Berechtigungen entfernt und :filtered Berechtigungen gefiltert.', + 'role_removed' => 'Rolle wurde entfernt', + 'permissions_granted' => 'Berechtigung wurden erteilt', + 'permission_revoked' => 'Berechtigung wurde entzogen', + 'user_added' => 'Benutzer wurde zu dieser Rolle hinzugefügt', + 'user_removed' => 'Benutzer wurde von dieser Rolle entfernt', + 'affiliations_added' => 'Mitgliedschaften (Affiliations) wurden zu dieser Rolle hinzugefügt', + 'affiliation_removed' => 'Mitgliedschaften (Affiliations) wurden dieser Rolle entfernt', // Tokens - 'valid_token' => 'Gültiges Token|Gültige Token', - 'invalid_token' => 'Ungültiges Token|Gültiges Token', + 'valid_token' => 'Gültiges Token|Gültige Token', + 'invalid_token' => 'Ungültiges Token|Gültiges Token', // Import - 'api_import_title' => 'Eve-Online API-Schlüssel importieren', - 'csv_data_source' => 'CSV Daten Quelldatei', - 'help' => 'Hilfe', - 'importing_csv_data' => 'Import CSV Daten', - 'csv_format_explained' => 'Das Dateiformat für die CSV ist keyID,vCode. Beispiel unten.', - 'important_notes' => 'Wichtige Notizen', - 'curr_user_becomes_owner' => 'Der aktuelle Benutzer (:user) wird der Besitzer dieser API keys.', - 'only_format_is_checked' => 'Nur das API Key Format wird geprüft hier. No checking is done to ensure that .DE ' . + 'api_import_title' => 'Eve-Online API-Schlüssel importieren', + 'csv_data_source' => 'CSV Daten Quelldatei', + 'help' => 'Hilfe', + 'importing_csv_data' => 'Import CSV Daten', + 'csv_format_explained' => 'Das Dateiformat für die CSV ist keyID,vCode. Beispiel unten.', + 'important_notes' => 'Wichtige Notizen', + 'curr_user_becomes_owner' => 'Der aktuelle Benutzer (:user) wird der Besitzer dieser API keys.', + 'only_format_is_checked' => 'Nur das API Key Format wird geprüft hier. No checking is done to ensure that .DE ' . 'mindest api Masken konfiguriert sind.', - 'update_with_next_job' => 'Daten werden erst abgerufen wenn der nächste automatische API Update job läuft oder die Abfrage manuell durchgeführ wird.', + 'update_with_next_job' => 'Daten werden erst abgerufen wenn der nächste automatische API Update job läuft oder die Abfrage manuell durchgeführ wird.', // Schedule - 'new_schedule' => 'Neuer Zeitplan', - 'available_commands' => 'Verfügbare Kommandos', - 'cron_expression' => 'Cron Ausdruck', - 'current_schedule' => 'Aktueller Zeitplan', - 'command' => 'Befehl', - 'cron' => 'Cron', - 'allow_overlap' => 'Überlappen zulassen .DE', - 'allow_maintenance' => 'Im Wartungsmodus zulassen', - 'scheduled_commands' => 'Geplante Kommandos', - 'choose_prepop' => 'Wähle eine vorgefertigte cron expression, oder erstelle deine eigene.', - 'add_scheduled' => 'Geplantes Kommando hinzufügen .DE', + 'new_schedule' => 'Neuer Zeitplan', + 'available_commands' => 'Verfügbare Kommandos', + 'cron_expression' => 'Cron Ausdruck', + 'current_schedule' => 'Aktueller Zeitplan', + 'command' => 'Befehl', + 'cron' => 'Cron', + 'allow_overlap' => 'Überlappen zulassen .DE', + 'allow_maintenance' => 'Im Wartungsmodus zulassen', + 'scheduled_commands' => 'Geplante Kommandos', + 'choose_prepop' => 'Wähle eine vorgefertigte cron expression, oder erstelle deine eigene.', + 'add_scheduled' => 'Geplantes Kommando hinzufügen .DE', // Security - 'category' => 'Kategorie', - 'message' => 'Nachricht', - 'source' => 'Quelle', + 'category' => 'Kategorie', + 'message' => 'Nachricht', + 'source' => 'Quelle', // Ledger - 'ledger' => 'Wallet Ledger', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Recycling', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Wallet Division Name', - 'wallet_summary' => 'Wallet Summary|Wallet Summaries', + 'ledger' => 'Wallet Ledger', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Recycling', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Wallet Division Name', + 'wallet_summary' => 'Wallet Summary|Wallet Summaries', // Users - 'user_management' => 'Benutzerverwaltung', + 'user_management' => 'Benutzerverwaltung', // Settings - 'admin_email' => 'Administrator-E-Mail', - 'admin_email_help' => 'Bitte geben Sie die E-Mail-Adresse des Administrators dieser SeAT Installation ein.', - 'min_access_mask' => 'Minimal benötigte Zugriffsmaske', - 'min_character_access_mask' => 'Minimal benötigte Charakterzugriffsmaske', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Erzwinge minimale Zugriffsmaske', - 'registration' => 'Registrierung', - 'maintenance' => 'Wartung', - 'cleanup_data' => 'Alte Daten aufräumen', - 'cleanup_data_help' => 'Wenn Seat konfiguriert wurde, alte Daten aufzuräumen wird der Wartungs(maintenance)-Job ' . + 'admin_email' => 'Administrator-E-Mail', + 'admin_email_help' => 'Bitte geben Sie die E-Mail-Adresse des Administrators dieser SeAT Installation ein.', + 'min_access_mask' => 'Minimal benötigte Zugriffsmaske', + 'min_character_access_mask' => 'Minimal benötigte Charakterzugriffsmaske', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Erzwinge minimale Zugriffsmaske', + 'registration' => 'Registrierung', + 'maintenance' => 'Wartung', + 'cleanup_data' => 'Alte Daten aufräumen', + 'cleanup_data_help' => 'Wenn Seat konfiguriert wurde, alte Daten aufzuräumen wird der Wartungs(maintenance)-Job ' . 'alte Daten wie Benutzer und Unternehmen ohne aktive Nutzer von dieser SeAT-Installation ' . 'entfernen.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Überprüfen Sie EVE_CLIENT_ID, EVE_CLIENT_SECRET und EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Überprüfen Sie EVE_CLIENT_ID, EVE_CLIENT_SECRET und EVE_CALLBACK_URL' . ' Werte in der .env Datei, da sie leer oder ungültig sind. SSO könnte deshalb fehlschlagen!', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Registrierung Zulassen', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => 'Email Activation', - 'require_activation' => 'Require Email Activation', - 'module_versions' => 'SeAT Modul Versionen', - 'tp_versions' => 'Third Party Versions', - 'installed' => 'Installiert', - 'current' => 'Aktuell', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Tracking erlauben', - 'tracking_id' => 'Eindeutige Tracking-ID', - 'tracking_help' => 'Bevor Sie Tracking deaktivieren, bitten wir sie das folgende' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Registrierung Zulassen', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => 'Email Activation', + 'require_activation' => 'Require Email Activation', + 'module_versions' => 'SeAT Modul Versionen', + 'tp_versions' => 'Third Party Versions', + 'installed' => 'Installiert', + 'current' => 'Aktuell', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Tracking erlauben', + 'tracking_id' => 'Eindeutige Tracking-ID', + 'tracking_help' => 'Bevor Sie Tracking deaktivieren, bitten wir sie das folgende' . ' Dokument anzuschauen.', - 'customlink' => 'Benutzerdefinierte Links', - 'customlink_description' => 'Sie können hier benutzerdefinierte Links zum SeAT-Seiten-Menu hinzufügen. Optional können sie auch ein ' . + 'customlink' => 'Benutzerdefinierte Links', + 'customlink_description' => 'Sie können hier benutzerdefinierte Links zum SeAT-Seiten-Menu hinzufügen. Optional können sie auch ein ' . 'Icon von den kostenfreien :fa-link Icons hinzufügen(z.B. :icon).', - 'new_tab_question_mark' => 'Neuer Tab?', + 'new_tab_question_mark' => 'Neuer Tab?', // SSO Settings - 'sso_scopes' => 'SSO-Scopes', - 'sso_scopes_profile_name' => 'Profilname', + 'sso_scopes' => 'SSO-Scopes', + 'sso_scopes_profile_name' => 'Profilname', 'sso_scopes_profile_name_help' => 'Sie können alpha-numerische Zeichen sowie Bindestriche und Unterstriche verwenden.', - 'available_scopes' => 'Verfügbare SSO-Scopes', - 'enable_all' => 'Alle aktivieren', - 'remove_all' => 'Alle entfernen', - 'update_sso_scopes' => 'SSO-Scopes aktualisieren', + 'available_scopes' => 'Verfügbare SSO-Scopes', + 'enable_all' => 'Alle aktivieren', + 'remove_all' => 'Alle entfernen', + 'update_sso_scopes' => 'SSO-Scopes aktualisieren', 'current_configuration_status' => 'Aktuelle SSO-Konfiguration', - 'client_id_status' => 'Client-ID Status', - 'client_id_ok' => 'Client-ID OK', - 'client_id_not_ok' => 'Die Client-ID ist nicht OK. Bitte überprüfen sie ihre .env-Datei', - 'client_secret_status' => 'Client-Secret Status', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret FEHLER. Überprüfe die .env Datei', - 'callback_url_status' => 'Callback URL Status', - 'callback_url_ok' => 'Callback URL OK :url', - 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . + 'client_id_status' => 'Client-ID Status', + 'client_id_ok' => 'Client-ID OK', + 'client_id_not_ok' => 'Die Client-ID ist nicht OK. Bitte überprüfen sie ihre .env-Datei', + 'client_secret_status' => 'Client-Secret Status', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret FEHLER. Überprüfe die .env Datei', + 'callback_url_status' => 'Callback URL Status', + 'callback_url_ok' => 'Callback URL OK :url', + 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . 'and should maybe be :suggested', - 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', - 'custom_signin_page' => 'Anmeldeseite anpassen', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', + 'custom_signin_page' => 'Anmeldeseite anpassen', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', - 'update_skill_queue' => 'Update Skill Queue', - 'update_assets' => 'Update Assets', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Aktualisiere Beschäftigungshistorie', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Loyalitätspunkte neu laden', + 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', + 'update_skill_queue' => 'Update Skill Queue', + 'update_assets' => 'Update Assets', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Aktualisiere Beschäftigungshistorie', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Loyalitätspunkte neu laden', // Character - 'joined_curr_corp' => 'Derzeit registrierte Corporations .DE', - 'skillpoint' => 'Skillpunkt|Skillpunkte', - 'account_balance' => 'Kontostand', - 'current_ship' => 'Derzeitiges Schiff', - 'last_location' => 'Letzte Position', - 'security_status' => 'Sicherheits Status', - 'items_taking' => 'items taking .DE', - 'calendar_events' => 'Kalender Events', - 'loyalty_points' => 'Loyalitätspunkte', - 'loyalty_point_prices' => 'Fuzzwork LP Preise', - 'positive_standings' => 'Positive Standings', - 'neutral_standings' => 'Neutrale Standings', - 'negative_standings' => 'Negative Standings', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Start', - 'end' => 'Ende', - 'installer' => 'Installierungsprogramm', - 'system' => 'System', - 'constellation' => 'Konstellation', - 'region' => 'Region', - 'activity' => 'Aktivität', - 'run' => 'Durchlauf|Durchläufe', - 'blueprint' => 'Blueprint', - 'product' => 'Produkt', - 'victim' => 'Opfer', - 'ship_type' => 'Shiff Typ', - 'transaction_type' => 'Transaktions Typ', - 'owner_1' => 'Besitzer 1', - 'owner_2' => 'Besitzer 2', - 'amount' => 'Betrag', - 'balance' => 'Kontostand', - 'corporation_name' => 'Corporation Namen', - 'character_name' => 'Charaktername', - 'from' => 'Von', - 'subject' => 'Betreff', - 'to' => 'An', - 'to_corp' => 'To Corporation', - 'missing_body' => 'Message Body not yet downloaded', - 'to_alliance' => 'To Alliance', - 'to_char' => 'An Charakter', - 'total' => 'Gesamt', - 'updated' => 'Aktualisiert am', - 'planet' => 'Planet', - 'upgrade_level' => 'Upgrade Level', - 'no_pins' => '# Pins', - 'agent' => 'Agent', - 'skill' => 'Skill|Skills', - 'points_p_day' => 'Punkte pro Tag', - 'remainder' => 'Remainder .DE', - 'skills_summary' => 'Skills Übersicht', - 'curr_training' => 'Derzeit lernend', - 'skill_training_end' => 'Skill Training beendet', - 'skill_queue' => 'Skill Queue', - 'no_skill_training' => 'Kein Skill in Training', - 'empty_skill_queue' => 'Die Skill Warteschlange ist leer!', - 'account_info' => 'Account Informationen', - 'paid_until' => 'Bezahlt bis', - 'logon_count' => 'Login Zähler', - 'online_time' => 'Online Zeit', - 'jump_fatigue' => 'Jump Fatigue', - 'jump_clones' => 'Sprungklone', - 'jump_act_timer' => 'Jump Activiation Timer', - 'no_jump_clones' => 'Keine Sprungklone', - 'implants' => 'Implantate', - 'no_implants' => 'Keine Implantate', - 'employment_history' => 'Corporation History', - 'no_employment_information' => 'No employment information', - 'corporation_titles' => 'Corporation Title|Corporation Titles', - 'no_corporation_titles' => 'No corporation titles', - 'attribute' => 'Attribute|Attributes', - 'value' => 'Value|Values', - 'bonus_remaps' => 'Bonus Remaps', - 'last_remap_date' => 'Last Remap Date', - 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Item Typ', - 'client_name' => 'Klient Name', - 'client' => 'Klient', - 'qty' => '#', - 'unknown_character' => 'Unbekannter Charakter. Ist die API Key auf dem neusten Stand und aktuell?', - 'deleted_refresh_token' => 'Ein Refresh-Token für diesen Charakter wurde gelöscht vor :time. Als Resultat können einige Informationen veraltet sein.', - 'channel_members' => 'Kanal Mitglieder .DE', - 'motd' => 'MoTD', - 'coordinates' => 'Koordinaten', - 'folder' => 'Ordner', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Contract Items', - 'progress' => 'Progress', + 'joined_curr_corp' => 'Derzeit registrierte Corporations .DE', + 'skillpoint' => 'Skillpunkt|Skillpunkte', + 'account_balance' => 'Kontostand', + 'current_ship' => 'Derzeitiges Schiff', + 'last_location' => 'Letzte Position', + 'security_status' => 'Sicherheits Status', + 'items_taking' => 'items taking .DE', + 'calendar_events' => 'Kalender Events', + 'loyalty_points' => 'Loyalitätspunkte', + 'loyalty_point_prices' => 'Fuzzwork LP Preise', + 'positive_standings' => 'Positive Standings', + 'neutral_standings' => 'Neutrale Standings', + 'negative_standings' => 'Negative Standings', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Start', + 'end' => 'Ende', + 'installer' => 'Installierungsprogramm', + 'system' => 'System', + 'constellation' => 'Konstellation', + 'region' => 'Region', + 'activity' => 'Aktivität', + 'run' => 'Durchlauf|Durchläufe', + 'blueprint' => 'Blueprint', + 'product' => 'Produkt', + 'victim' => 'Opfer', + 'ship_type' => 'Shiff Typ', + 'transaction_type' => 'Transaktions Typ', + 'owner_1' => 'Besitzer 1', + 'owner_2' => 'Besitzer 2', + 'amount' => 'Betrag', + 'balance' => 'Kontostand', + 'corporation_name' => 'Corporation Namen', + 'character_name' => 'Charaktername', + 'from' => 'Von', + 'subject' => 'Betreff', + 'to' => 'An', + 'to_corp' => 'To Corporation', + 'missing_body' => 'Message Body not yet downloaded', + 'to_alliance' => 'To Alliance', + 'to_char' => 'An Charakter', + 'total' => 'Gesamt', + 'updated' => 'Aktualisiert am', + 'planet' => 'Planet', + 'upgrade_level' => 'Upgrade Level', + 'no_pins' => '# Pins', + 'agent' => 'Agent', + 'skill' => 'Skill|Skills', + 'points_p_day' => 'Punkte pro Tag', + 'remainder' => 'Remainder .DE', + 'skills_summary' => 'Skills Übersicht', + 'curr_training' => 'Derzeit lernend', + 'skill_training_end' => 'Skill Training beendet', + 'skill_queue' => 'Skill Queue', + 'no_skill_training' => 'Kein Skill in Training', + 'empty_skill_queue' => 'Die Skill Warteschlange ist leer!', + 'account_info' => 'Account Informationen', + 'paid_until' => 'Bezahlt bis', + 'logon_count' => 'Login Zähler', + 'online_time' => 'Online Zeit', + 'jump_fatigue' => 'Jump Fatigue', + 'jump_clones' => 'Sprungklone', + 'jump_act_timer' => 'Jump Activiation Timer', + 'no_jump_clones' => 'Keine Sprungklone', + 'implants' => 'Implantate', + 'no_implants' => 'Keine Implantate', + 'employment_history' => 'Corporation History', + 'no_employment_information' => 'No employment information', + 'corporation_titles' => 'Corporation Title|Corporation Titles', + 'no_corporation_titles' => 'No corporation titles', + 'attribute' => 'Attribute|Attributes', + 'value' => 'Value|Values', + 'bonus_remaps' => 'Bonus Remaps', + 'last_remap_date' => 'Last Remap Date', + 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Item Typ', + 'client_name' => 'Klient Name', + 'client' => 'Klient', + 'qty' => '#', + 'unknown_character' => 'Unbekannter Charakter. Ist die API Key auf dem neusten Stand und aktuell?', + 'deleted_refresh_token' => 'Ein Refresh-Token für diesen Charakter wurde gelöscht vor :time. Als Resultat können einige Informationen veraltet sein.', + 'channel_members' => 'Kanal Mitglieder .DE', + 'motd' => 'MoTD', + 'coordinates' => 'Koordinaten', + 'folder' => 'Ordner', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Contract Items', + 'progress' => 'Progress', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Allianz', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Ticker', - 'ceo' => 'CEO', - 'home_station' => 'Heimat Station', - 'tax_rate' => 'Steuerrate', - 'member_count' => 'Mitglieder', - 'roles_change_log' => 'Rollen Änderungsprotokoll', - 'affected' => 'Betroffen', - 'member_limit' => 'Mitglieder Limit', - 'shares' => 'Aktien', - 'member_capacity' => 'Mitglied Kapazität', - 'divisional_information' => 'Bereichsinformationen', - 'corporation_divisions' => 'Corporation Abteilungen', - 'wallet_divisions' => 'Kontoabteilungen', - 'unknown_corporation' => 'Unbekannte Corporation. Ist die API Key auf dem neusten Stand und aktuell?', - 'created_by' => 'Gegründet von', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'Sternenbasis|Sternenbasen', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Reinf. Week/Hour', - 'low_power' => 'Low Power', - 'state' => 'Status', - 'fuel_level' => 'Tankfüllstand', - 'offline' => 'Geschätze Offline Zeit', - 'cargo_usage' => 'Frachtgebrauch .DE', - 'onlined_at' => 'Online geschaltet am', - 'services' => 'Service|Services', - 'moon' => 'Mond', - 'use_standings_from' => 'Benutze Ansehen von', - 'attack_on_agression' => 'Angriff bei Aggressivität', - 'attack_on_war' => 'Angriff im Kriegsfall', - 'corp_member_access' => 'Corp Mitglieder Zugriff', - 'alliance_member_access' => 'Allianz Mitglieder Zugriff', - 'fuel_levels' => 'Kraftstoff Stand', - 'fuel_blocks' => 'Treibstoffblöcke', - 'fuel_usage' => 'Treibstoffbedarf', - 'low_fuel' => 'Low Fuel', - 'stront_usage' => 'Strontiumbedarf', - 'blocks_p_h' => 'Blöcke p/h', - 'units_p_h' => 'Einheiten p/h', - 'sov_bonus' => 'Souveränität Bonus', - 'reinforce_estimate' => 'Verstärkungszeit', - 'module' => 'Modul|Module', - 'content' => 'Inhalt', - 'no_known_assets' => 'Keine bekannten Assets', - 'volume_usage' => 'Lagergebrauch .DE', - 'loading_modules' => 'Lade Modul Informationen...', - 'customs-offices' => 'Customs Offices', - 'reinforcement' => 'Reinforcement', - 'standing_level' => 'Ansehen level', - 'tax_alliance_corp' => 'Tax: Alliance/Corp .DE', - 'tax_standings' => 'Tax: Standings .DE', - 'no_storage' => 'There is no storage', - 'member' => 'Member|Members', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Allianz', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Ticker', + 'ceo' => 'CEO', + 'home_station' => 'Heimat Station', + 'tax_rate' => 'Steuerrate', + 'member_count' => 'Mitglieder', + 'roles_change_log' => 'Rollen Änderungsprotokoll', + 'affected' => 'Betroffen', + 'member_limit' => 'Mitglieder Limit', + 'shares' => 'Aktien', + 'member_capacity' => 'Mitglied Kapazität', + 'divisional_information' => 'Bereichsinformationen', + 'corporation_divisions' => 'Corporation Abteilungen', + 'wallet_divisions' => 'Kontoabteilungen', + 'unknown_corporation' => 'Unbekannte Corporation. Ist die API Key auf dem neusten Stand und aktuell?', + 'created_by' => 'Gegründet von', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'Sternenbasis|Sternenbasen', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Reinf. Week/Hour', + 'low_power' => 'Low Power', + 'state' => 'Status', + 'fuel_level' => 'Tankfüllstand', + 'offline' => 'Geschätze Offline Zeit', + 'cargo_usage' => 'Frachtgebrauch .DE', + 'onlined_at' => 'Online geschaltet am', + 'services' => 'Service|Services', + 'moon' => 'Mond', + 'use_standings_from' => 'Benutze Ansehen von', + 'attack_on_agression' => 'Angriff bei Aggressivität', + 'attack_on_war' => 'Angriff im Kriegsfall', + 'corp_member_access' => 'Corp Mitglieder Zugriff', + 'alliance_member_access' => 'Allianz Mitglieder Zugriff', + 'fuel_levels' => 'Kraftstoff Stand', + 'fuel_blocks' => 'Treibstoffblöcke', + 'fuel_usage' => 'Treibstoffbedarf', + 'low_fuel' => 'Low Fuel', + 'stront_usage' => 'Strontiumbedarf', + 'blocks_p_h' => 'Blöcke p/h', + 'units_p_h' => 'Einheiten p/h', + 'sov_bonus' => 'Souveränität Bonus', + 'reinforce_estimate' => 'Verstärkungszeit', + 'module' => 'Modul|Module', + 'content' => 'Inhalt', + 'no_known_assets' => 'Keine bekannten Assets', + 'volume_usage' => 'Lagergebrauch .DE', + 'loading_modules' => 'Lade Modul Informationen...', + 'customs-offices' => 'Customs Offices', + 'reinforcement' => 'Reinforcement', + 'standing_level' => 'Ansehen level', + 'tax_alliance_corp' => 'Tax: Alliance/Corp .DE', + 'tax_standings' => 'Tax: Standings .DE', + 'no_storage' => 'There is no storage', + 'member' => 'Member|Members', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Mining', - 'mining_ledger' => 'Ledger|Ledgers', - 'available_ledger' => 'Available Ledger|Available Ledgers', - 'ore' => 'Erz', + 'mining' => 'Mining', + 'mining_ledger' => 'Ledger|Ledgers', + 'available_ledger' => 'Available Ledger|Available Ledgers', + 'ore' => 'Erz', // Profile - 'user_profile' => 'Benutzer Profil', - 'user_preferences' => 'Benutzer Einstellungen', - 'user_account' => 'Benutzer Account', - 'account_settings' => 'Account Einstellungen', - 'upgrade_sso' => 'Upgrade auf EVE Online SSO-Konto', - 'change_email' => 'E-Mail ändern', - 'superuser' => 'Admin', - 'user_interface' => 'Benutzer interface', - 'main_character' => 'Hauptcharakter', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT Skin', - 'language' => 'Sprache', - 'sidebar_size' => 'Seitenleistengrösse', - 'mail_as_threads' => 'View Mail as Threads', - 'number_format' => 'Nummer Format', - 'current_format' => 'Derzeitiges Format .DE', - 'thousands_seperator' => 'Tausender Trennzeichen', - 'decimal_seperator' => 'Dezimal Trennzeichen', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Email Benachrichtigung', - 'setup_token_now' => 'Token jetzt einrichten', - 'owned_keys' => 'Eigene Keys', - 'account_help' => 'Für alle Konto zusammenhängenden Anfragen, einschließlich Änderungen von Berechtigungen, ' . + 'user_profile' => 'Benutzer Profil', + 'user_preferences' => 'Benutzer Einstellungen', + 'user_account' => 'Benutzer Account', + 'account_settings' => 'Account Einstellungen', + 'upgrade_sso' => 'Upgrade auf EVE Online SSO-Konto', + 'change_email' => 'E-Mail ändern', + 'superuser' => 'Admin', + 'user_interface' => 'Benutzer interface', + 'main_character' => 'Hauptcharakter', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT Skin', + 'language' => 'Sprache', + 'sidebar_size' => 'Seitenleistengrösse', + 'mail_as_threads' => 'View Mail as Threads', + 'number_format' => 'Nummer Format', + 'current_format' => 'Derzeitiges Format .DE', + 'thousands_seperator' => 'Tausender Trennzeichen', + 'decimal_seperator' => 'Dezimal Trennzeichen', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Email Benachrichtigung', + 'setup_token_now' => 'Token jetzt einrichten', + 'owned_keys' => 'Eigene Keys', + 'account_help' => 'Für alle Konto zusammenhängenden Anfragen, einschließlich Änderungen von Berechtigungen, ' . 'kontaktieren Sie bitte den SeAT Administrator.', - 'current_email' => 'Aktuelle E-Mail', - 'new_email' => 'Neue E-Mail', - 'confirm_new_email' => 'Neue E-Mail bestätigen', - 'email_in_use' => 'Die E-Mail-Adresse :mail wird bereits verwendet.', - 'scan_qr' => 'QR Code Scannen', - 'scan_qr_help1' => 'Bitte scannen Sie den folgenden QR-Code mit Ihrer Authenticator Anwendung.', - 'scan_qr_help2' => 'Jedesmal wenn diese Seite geladen wird, wird ein neuer Token und QR Code generiert.', - 'supported_apps' => 'Unterstützt Google Authenticator-App', - 'preferred_apps' => 'Bevorzugte Apps', - 'other_apps' => 'Andere Apps', - 'confirm_code' => 'Authentifizierungscode bestätigen', - 'confirm_help' => 'Als nächstes bestätigen Sie Ihre Einstellung, indem Sie den generierten' . + 'current_email' => 'Aktuelle E-Mail', + 'new_email' => 'Neue E-Mail', + 'confirm_new_email' => 'Neue E-Mail bestätigen', + 'email_in_use' => 'Die E-Mail-Adresse :mail wird bereits verwendet.', + 'scan_qr' => 'QR Code Scannen', + 'scan_qr_help1' => 'Bitte scannen Sie den folgenden QR-Code mit Ihrer Authenticator Anwendung.', + 'scan_qr_help2' => 'Jedesmal wenn diese Seite geladen wird, wird ein neuer Token und QR Code generiert.', + 'supported_apps' => 'Unterstützt Google Authenticator-App', + 'preferred_apps' => 'Bevorzugte Apps', + 'other_apps' => 'Andere Apps', + 'confirm_code' => 'Authentifizierungscode bestätigen', + 'confirm_help' => 'Als nächstes bestätigen Sie Ihre Einstellung, indem Sie den generierten' . 'Authentifizierungscode der Authenticator-App eingeben.', - 'code' => 'Code', - 'confirm_setup' => 'Einrichtung bestätigen', - 'linked_characters' => 'Verknüpfte Charaktere', - 'link_another_character' => 'Verknüpfe ein neuer Charakter', - 'view_third_party_access' => 'Zeige Apps auf eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Code', + 'confirm_setup' => 'Einrichtung bestätigen', + 'linked_characters' => 'Verknüpfte Charaktere', + 'link_another_character' => 'Verknüpfe ein neuer Charakter', + 'view_third_party_access' => 'Zeige Apps auf eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Warteschlange Verwaltung', - 'total_jobs' => 'Total Jobs', - 'queued_jobs' => 'Anstehende Jobs', - 'working_jobs' => 'Laufende Jobs', - 'error_jobs' => 'Fehlgeschlagene Jobs', - 'complete' => ' komplett.', - 'history' => 'History', - 'submit_jobs' => 'Jobs aufgeben', - 'job_submit_desc' => 'Diese Buttons erlauben es Jobs manuell in die Warteschlange aufzunehmen. ' . + 'queue_manage' => 'Warteschlange Verwaltung', + 'total_jobs' => 'Total Jobs', + 'queued_jobs' => 'Anstehende Jobs', + 'working_jobs' => 'Laufende Jobs', + 'error_jobs' => 'Fehlgeschlagene Jobs', + 'complete' => ' komplett.', + 'history' => 'History', + 'submit_jobs' => 'Jobs aufgeben', + 'job_submit_desc' => 'Diese Buttons erlauben es Jobs manuell in die Warteschlange aufzunehmen. ' . 'Es werden genau die Befehle ausgeführt, wie in der Konsole oder der Warteschlange', - 'no_working' => 'Im moment laufen keine Jobs', - 'no_queue' => 'Im moment stehen keine Jobs an', - 'job_error_detail' => 'Job Fehler Details', - 'error_details_desc' => 'Die ist eine vollständige Fehleranalyse für diesen Job. Falls dies nichts ist was du verstehst, ' . + 'no_working' => 'Im moment laufen keine Jobs', + 'no_queue' => 'Im moment stehen keine Jobs an', + 'job_error_detail' => 'Job Fehler Details', + 'error_details_desc' => 'Die ist eine vollständige Fehleranalyse für diesen Job. Falls dies nichts ist was du verstehst, ' . 'oder ein Entwickler hatt danach gefragt, kopiere den Abschnitt unten ' . 'und lade ihn auf eine Seite wie pastebin rauf und schicke den Link mit.', - 'full_job_error' => 'Vollständige Job Fehler Details', - 'job_id' => 'Job ID', - 'api' => 'Api', - 'actions' => 'Aktionen', - 'owner_id' => 'Besitzer ID', - 'clear_all_errors' => 'Alle Fehler löschen', - 'output' => 'Ausgabe', - 'last_output' => 'Letzte Ausgabe', - 'view_full' => 'Vollständige Ansicht', - 'no_errors' => 'Es gibt keine bekannten Fehler', - 'clear_all_history' => 'Lösche die ganze History', - 'job_history' => 'Job History', - 'no_history' => 'Es gibt keine historischen Jobs', - 'eve_api_status' => 'Eve Api Status', - 'eve_api_error_threshold' => 'EVE API Fehlerschwelle', + 'full_job_error' => 'Vollständige Job Fehler Details', + 'job_id' => 'Job ID', + 'api' => 'Api', + 'actions' => 'Aktionen', + 'owner_id' => 'Besitzer ID', + 'clear_all_errors' => 'Alle Fehler löschen', + 'output' => 'Ausgabe', + 'last_output' => 'Letzte Ausgabe', + 'view_full' => 'Vollständige Ansicht', + 'no_errors' => 'Es gibt keine bekannten Fehler', + 'clear_all_history' => 'Lösche die ganze History', + 'job_history' => 'Job History', + 'no_history' => 'Es gibt keine historischen Jobs', + 'eve_api_status' => 'Eve Api Status', + 'eve_api_error_threshold' => 'EVE API Fehlerschwelle', 'eve_api_connection_threshold' => 'EVE API Verbindungs Fehlerschwelle', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Standings Builder', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Standings Builder', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Version', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Eigentumsrecht', + 'web_version' => 'Web Version', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Eigentumsrecht', ]; diff --git a/src/resources/lang/de/settings.php b/src/resources/lang/de/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/de/settings.php +++ b/src/resources/lang/de/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/de/squads.php b/src/resources/lang/de/squads.php index e52c4618a..06f9aa10e 100644 --- a/src/resources/lang/de/squads.php +++ b/src/resources/lang/de/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad(s)', - 'name' => 'Name(n)', - 'description' => 'Beschreibung', - 'type' => 'Typ', - 'member' => 'Mitglied(er)', - 'moderated' => 'Moderiert', - 'moderator' => 'Moderator(en)', - 'candidate' => 'Kandidat(en)', + 'squad' => 'Squad(s)', + 'name' => 'Name(n)', + 'description' => 'Beschreibung', + 'type' => 'Typ', + 'member' => 'Mitglied(er)', + 'moderated' => 'Moderiert', + 'moderator' => 'Moderator(en)', + 'candidate' => 'Kandidat(en)', 'member_since' => 'Mitglied seit', - 'applied_at' => 'Beworben', - 'character' => 'Charakter(e)', - 'show' => 'Zeige', - 'delete' => 'Löschen', - 'approve' => 'Genehmigen', - 'reject' => 'Ablehnen', - 'kick' => 'Rauswerfen', - 'leave' => 'Verlassen', - 'join' => 'Beitreten', - 'message' => 'Nachricht', - 'remove' => 'Entfernen', - 'cancel' => 'Abbrechen', + 'applied_at' => 'Beworben', + 'character' => 'Charakter(e)', + 'show' => 'Zeige', + 'delete' => 'Löschen', + 'approve' => 'Genehmigen', + 'reject' => 'Ablehnen', + 'kick' => 'Rauswerfen', + 'leave' => 'Verlassen', + 'join' => 'Beitreten', + 'message' => 'Nachricht', + 'remove' => 'Entfernen', + 'cancel' => 'Abbrechen', ]; diff --git a/src/resources/lang/de/wallet.php b/src/resources/lang/de/wallet.php index d5499ee67..d62aad688 100644 --- a/src/resources/lang/de/wallet.php +++ b/src/resources/lang/de/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Datum', - 'ref_type' => 'Typ', + 'date' => 'Datum', + 'ref_type' => 'Typ', 'from_party' => 'Von', - 'to_party' => 'An', - 'amount' => 'Betrag', - 'balance' => 'Kontostand', + 'to_party' => 'An', + 'amount' => 'Betrag', + 'balance' => 'Kontostand', - 'order' => 'Auftrag', - 'type' => 'Typ', - 'location' => 'Ort', - 'price' => 'Preis', - 'quantity' => 'Menge', - 'total' => 'Gesamt', - 'party' => 'Gruppe', + 'order' => 'Auftrag', + 'type' => 'Typ', + 'location' => 'Ort', + 'price' => 'Preis', + 'quantity' => 'Menge', + 'total' => 'Gesamt', + 'party' => 'Gruppe', 'acceleration_gate_fee' => 'Beschleunigungstorgebühr', 'advertisement_listing_fee' => 'Anzeigenauflistungsgebühr', diff --git a/src/resources/lang/en/about.php b/src/resources/lang/en/about.php index dee1f62ee..31ebb619c 100644 --- a/src/resources/lang/en/about.php +++ b/src/resources/lang/en/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Documentation', 'contact_widget_updated_at' => 'Updated :date_time', 'contact_widget_read_me' => 'Read me !', - 'contact_widget_github_issues' => ':count Issues', + 'contact_widget_github_issues' => ':count Issues', 'contact_widget_github_contribute' => 'Contribute !', // diff --git a/src/resources/lang/en/bookmark.php b/src/resources/lang/en/bookmark.php index e0afaae98..cc1ed2e95 100644 --- a/src/resources/lang/en/bookmark.php +++ b/src/resources/lang/en/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Created', - 'label' => 'Label', - 'location' => 'Location', - 'notes' => 'Notes', + 'created' => 'Created', + 'label' => 'Label', + 'location' => 'Location', + 'notes' => 'Notes', 'coordinates' => 'Coordinates', ]; diff --git a/src/resources/lang/en/calendar.php b/src/resources/lang/en/calendar.php index d1c541853..8875c9e8f 100644 --- a/src/resources/lang/en/calendar.php +++ b/src/resources/lang/en/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Date', - 'owner' => 'Owner', - 'description' => 'Description', - 'status' => 'Status', + 'date' => 'Date', + 'owner' => 'Owner', + 'description' => 'Description', + 'status' => 'Status', 'not_responded' => 'Not responded', - 'accepted' => 'Accepted', - 'tentative' => 'Tentative', - 'declined' => 'Declined', + 'accepted' => 'Accepted', + 'tentative' => 'Tentative', + 'declined' => 'Declined', ]; diff --git a/src/resources/lang/en/contract.php b/src/resources/lang/en/contract.php index bf4ddee87..877e1843f 100644 --- a/src/resources/lang/en/contract.php +++ b/src/resources/lang/en/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Created', - 'type' => 'Type', - 'issuer' => 'Issuer', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'status' => 'Status', - 'price' => 'Price', - 'reward' => 'Reward', + 'created' => 'Created', + 'type' => 'Type', + 'issuer' => 'Issuer', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'status' => 'Status', + 'price' => 'Price', + 'reward' => 'Reward', - 'unknown' => 'Unknown', - 'item_exchange' => 'Item Exchange', - 'auction' => 'Auction', - 'courier' => 'Courier', - 'loan' => 'Loan', + 'unknown' => 'Unknown', + 'item_exchange' => 'Item Exchange', + 'auction' => 'Auction', + 'courier' => 'Courier', + 'loan' => 'Loan', - 'outstanding' => 'Outstanding', - 'in_progress' => 'In Progress', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => 'Outstanding', + 'in_progress' => 'In Progress', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => 'Finished', - 'cancelled' => 'Cancelled', - 'rejected' => 'Rejected', - 'failed' => 'Failed', - 'deleted' => 'Deleted', - 'reversed' => 'Reversed', + 'finished' => 'Finished', + 'cancelled' => 'Cancelled', + 'rejected' => 'Rejected', + 'failed' => 'Failed', + 'deleted' => 'Deleted', + 'reversed' => 'Reversed', - 'not_accepted' => 'Not Accepted', + 'not_accepted' => 'Not Accepted', ]; diff --git a/src/resources/lang/en/custom_offices.php b/src/resources/lang/en/custom_offices.php index a3782b7df..3853e437e 100644 --- a/src/resources/lang/en/custom_offices.php +++ b/src/resources/lang/en/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planet', - 'reinforcement' => 'Rf. Period', - 'alliance' => 'Allow Ally.', - 'standings' => 'Allow Std.', - 'standing_level' => 'Min. Std. Lvl.', + 'planet' => 'Planet', + 'reinforcement' => 'Rf. Period', + 'alliance' => 'Allow Ally.', + 'standings' => 'Allow Std.', + 'standing_level' => 'Min. Std. Lvl.', 'tax_alliance_corp' => 'Tax Alliance/Corp', - 'tax_standings' => 'Tax Standings', + 'tax_standings' => 'Tax Standings', ]; diff --git a/src/resources/lang/en/fitting.php b/src/resources/lang/en/fitting.php index 38497218d..f353ccf3f 100644 --- a/src/resources/lang/en/fitting.php +++ b/src/resources/lang/en/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Name', - 'type' => 'Type', - 'items' => 'Items', + 'name' => 'Name', + 'type' => 'Type', + 'items' => 'Items', 'hull_estimated_value' => 'Hull Estimated Value', 'fitting_estimated_value' => 'Fitting Estimated Value', 'full_estimated_value' => 'Full Estimated Value', diff --git a/src/resources/lang/en/industry.php b/src/resources/lang/en/industry.php index ad406a35a..12f294b2a 100644 --- a/src/resources/lang/en/industry.php +++ b/src/resources/lang/en/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Start', - 'end' => 'End', - 'location' => 'Location', - 'activity' => 'Activity', - 'runs' => 'Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', + 'start' => 'Start', + 'end' => 'End', + 'location' => 'Location', + 'activity' => 'Activity', + 'runs' => 'Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', 'material_efficiency' => 'Material Efficiency', - 'time_efficiency' => 'Time Efficiency', + 'time_efficiency' => 'Time Efficiency', ]; diff --git a/src/resources/lang/en/kills.php b/src/resources/lang/en/kills.php index effb6220b..0785fdbeb 100644 --- a/src/resources/lang/en/kills.php +++ b/src/resources/lang/en/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Date', - 'ship' => 'Ship', + 'date' => 'Date', + 'ship' => 'Ship', 'solar_system' => 'Solar System', - 'victim' => 'Victim', - 'killer' => 'Killer', - 'attackers' => 'Attacker|Attackers', - 'items' => 'Item|Items', + 'victim' => 'Victim', + 'killer' => 'Killer', + 'attackers' => 'Attacker|Attackers', + 'items' => 'Item|Items', ]; diff --git a/src/resources/lang/en/mail.php b/src/resources/lang/en/mail.php index 31bc6f4a2..bf32b170f 100644 --- a/src/resources/lang/en/mail.php +++ b/src/resources/lang/en/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Read', - 'date' => 'Date', - 'sender' => 'Sender', - 'subject' => 'Subject', + 'read' => 'Read', + 'date' => 'Date', + 'sender' => 'Sender', + 'subject' => 'Subject', 'mailing_list' => 'Mailing List', - 'sent' => 'Sent', - 'author' => 'Author', - 'recipients' => 'Recipients', + 'sent' => 'Sent', + 'author' => 'Author', + 'recipients' => 'Recipients', ]; diff --git a/src/resources/lang/en/market.php b/src/resources/lang/en/market.php index 6d181eaf3..7af3f4bfc 100644 --- a/src/resources/lang/en/market.php +++ b/src/resources/lang/en/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Issued', + 'issued' => 'Issued', 'expires' => 'Expires', - 'buy' => 'Buy', - 'sell' => 'Sell', - 'order' => 'Order', - 'range' => 'Range', - 'volume' => 'Volume', - 'price' => 'Price', - 'total' => 'Total', - 'type' => 'Type', + 'buy' => 'Buy', + 'sell' => 'Sell', + 'order' => 'Order', + 'range' => 'Range', + 'volume' => 'Volume', + 'price' => 'Price', + 'total' => 'Total', + 'type' => 'Type', ]; diff --git a/src/resources/lang/en/mining.php b/src/resources/lang/en/mining.php index 4f7840f9a..c22834640 100644 --- a/src/resources/lang/en/mining.php +++ b/src/resources/lang/en/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Date', - 'time' => 'Time', - 'system' => 'System', - 'ore' => 'ORE', - 'type' => 'Type', - 'quantity' => 'Quantity', - 'volume' => 'Volume', + 'date' => 'Date', + 'time' => 'Time', + 'system' => 'System', + 'ore' => 'ORE', + 'type' => 'Type', + 'quantity' => 'Quantity', + 'volume' => 'Volume', 'estimated_value' => 'Estimated Value', - 'details' => 'Details', - 'metadata' => 'Metadata', - 'compounds' => 'Compounds', - 'history' => 'History', + 'details' => 'Details', + 'metadata' => 'Metadata', + 'compounds' => 'Compounds', + 'history' => 'History', ]; diff --git a/src/resources/lang/en/moons.php b/src/resources/lang/en/moons.php index 66c9c49fa..bb5f30b54 100644 --- a/src/resources/lang/en/moons.php +++ b/src/resources/lang/en/moons.php @@ -21,38 +21,38 @@ */ return [ - 'region' => 'Region|Regions', - 'constellation' => 'Constellation|Constellations', - 'system' => 'Solar System|Solar Systems', - 'planet' => 'Planet|Planets', - 'moon' => 'Moon|Moons', - 'indicator' => 'Indicator|Indicators', - 'sovereignty' => 'Sovereignty|Sovereignties', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Common', - 'uncommon' => 'Uncommon', - 'rare' => 'Rare', - 'exceptional' => 'Exceptional', - 'raw_value' => 'Raw Value', - 'refined_value' => 'Refined Value', - 'yield_explanation' => 'Provided figures are based on a chunk of one hour with :volume m3. Reprocessed figures are based on a :yield % reprocessing yield.', - 'outdated_data_warning' => 'This moon report contains data from before a patch that removed normal ore from moons.', - 'outdated_data_devblog_link' => 'More', - 'raw_materials' => 'Raw Materials', - 'refined_materials' => 'Refined Materials', - 'monthly_volume' => 'Volume (monthly)', - 'monthly_quantity' => 'Quantity (monthly)', - 'monthly_estimated_value' => 'Estimated Value (monthly)', - 'reactions_candidates' => 'Reactions Candidates', - 'components' => 'Components', - 'probe_report' => 'Moon probe and analysis report', - 'post_report' => 'Post report', - 'report' => 'Report', - 'moon_rank' => 'Moon Rank', - 'producing' => 'Producing', - 'filter_by_region' => 'Filter by region', - 'probe_report_instruction' => 'Use the Copy to Clipboard button from your Moon Probe and Analysis window in order to copy your moon-mining report. Then, paste into the textarea in order to retrieve information.', - 'filter_by_constellation' => 'Filter by constellation', - 'filter_by_system' => 'Filter by system', - 'import' => 'Import', + 'region' => 'Region|Regions', + 'constellation' => 'Constellation|Constellations', + 'system' => 'Solar System|Solar Systems', + 'planet' => 'Planet|Planets', + 'moon' => 'Moon|Moons', + 'indicator' => 'Indicator|Indicators', + 'sovereignty' => 'Sovereignty|Sovereignties', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Common', + 'uncommon' => 'Uncommon', + 'rare' => 'Rare', + 'exceptional' => 'Exceptional', + 'raw_value' => 'Raw Value', + 'refined_value' => 'Refined Value', + 'yield_explanation' => 'Provided figures are based on a chunk of one hour with :volume m3. Reprocessed figures are based on a :yield % reprocessing yield.', + 'outdated_data_warning' => 'This moon report contains data from before a patch that removed normal ore from moons.', + 'outdated_data_devblog_link' => 'More', + 'raw_materials' => 'Raw Materials', + 'refined_materials' => 'Refined Materials', + 'monthly_volume' => 'Volume (monthly)', + 'monthly_quantity' => 'Quantity (monthly)', + 'monthly_estimated_value' => 'Estimated Value (monthly)', + 'reactions_candidates' => 'Reactions Candidates', + 'components' => 'Components', + 'probe_report' => 'Moon probe and analysis report', + 'post_report' => 'Post report', + 'report' => 'Report', + 'moon_rank' => 'Moon Rank', + 'producing' => 'Producing', + 'filter_by_region' => 'Filter by region', + 'probe_report_instruction' => 'Use the Copy to Clipboard button from your Moon Probe and Analysis window in order to copy your moon-mining report. Then, paste into the textarea in order to retrieve information.', + 'filter_by_constellation' => 'Filter by constellation', + 'filter_by_system' => 'Filter by system', + 'import' => 'Import', ]; diff --git a/src/resources/lang/en/notifications.php b/src/resources/lang/en/notifications.php index f5c312117..c8f8b5815 100644 --- a/src/resources/lang/en/notifications.php +++ b/src/resources/lang/en/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Date', - 'type' => 'Type', + 'date' => 'Date', + 'type' => 'Type', 'sender' => 'Sender', ]; diff --git a/src/resources/lang/en/permissions.php b/src/resources/lang/en/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/en/permissions.php +++ b/src/resources/lang/en/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/en/research.php b/src/resources/lang/en/research.php index 96433a52f..ee0dda8fe 100644 --- a/src/resources/lang/en/research.php +++ b/src/resources/lang/en/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Start', - 'agent' => 'Agent', - 'skill' => 'Skill', + 'start' => 'Start', + 'agent' => 'Agent', + 'skill' => 'Skill', 'point_per_day' => 'Point per day|Points per day', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/en/seat.php b/src/resources/lang/en/seat.php index 059fbf5c2..a2ebccd92 100644 --- a/src/resources/lang/en/seat.php +++ b/src/resources/lang/en/seat.php @@ -23,737 +23,737 @@ return [ // General - 'home' => 'Home', - 'character' => 'Character|Characters', - 'corporation' => 'Corporation|Corporations', - 'user' => 'User|Users', - 'last_update' => 'Last Update', - 'last_updated' => 'Last Updated', - 'unknown' => 'Unknown', - 'note' => 'Note', - 'name' => 'Name|Names', - 'granted' => 'Granted', - 'denied' => 'Denied', - 'enabled' => 'Enabled', - 'disabled' => 'Disabled', - 'username' => 'Username', - 'email' => 'Email', - 'close' => 'Close', - 'date' => 'Date', - 'status' => 'Status', - 'id' => 'ID|IDs', - 'type' => 'Type|Types', - 'expiry' => 'Expiry', - 'never' => 'Never', - 'detail' => 'Detail|Details', - 'delete' => 'Delete', - 'kill' => 'Kill', - 'verify' => 'Verify', - 'reset' => 'Reset', - 'back' => 'Back', - 'summary' => 'Summary', - 'quantity' => 'Quantity', - 'volume' => 'Volume', - 'group' => 'Group|Groups', - 'owner' => 'Owner', - 'general' => 'General', - 'description' => 'Description', - 'labels' => 'Labels', - 'created' => 'Created', - 'issuer' => 'Issuer', - 'title' => 'Title|Titles', - 'price' => 'Price', - 'reward' => 'Reward', - 'collateral' => 'Collateral', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => 'Location', - 'filter' => 'Filter|Filters', - 'clear' => 'Clear', - 'none' => 'None', - 'permission' => 'Permission|Permissions', - 'affiliation' => 'Affiliation|Affiliations', - 'role' => 'Role|Roles', - 'edit' => 'Edit', - 'remove' => 'Remove', - 'yes' => 'Yes', - 'no' => 'No', - 'update' => 'Update', - 'action' => 'Action', - 'key' => 'Key', - 'log' => 'Log|Logs', - 'view' => 'View', - 'item' => 'Item|Items', - 'usage' => 'Usage', - 'unit' => 'Unit|Units', - 'add' => 'Add', - 'all' => 'All', - 'inverse' => 'Inverse', - 'read' => 'Read', - 'level' => 'Level', - 'token' => 'Token', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => 'Home', + 'character' => 'Character|Characters', + 'corporation' => 'Corporation|Corporations', + 'user' => 'User|Users', + 'last_update' => 'Last Update', + 'last_updated' => 'Last Updated', + 'unknown' => 'Unknown', + 'note' => 'Note', + 'name' => 'Name|Names', + 'granted' => 'Granted', + 'denied' => 'Denied', + 'enabled' => 'Enabled', + 'disabled' => 'Disabled', + 'username' => 'Username', + 'email' => 'Email', + 'close' => 'Close', + 'date' => 'Date', + 'status' => 'Status', + 'id' => 'ID|IDs', + 'type' => 'Type|Types', + 'expiry' => 'Expiry', + 'never' => 'Never', + 'detail' => 'Detail|Details', + 'delete' => 'Delete', + 'kill' => 'Kill', + 'verify' => 'Verify', + 'reset' => 'Reset', + 'back' => 'Back', + 'summary' => 'Summary', + 'quantity' => 'Quantity', + 'volume' => 'Volume', + 'group' => 'Group|Groups', + 'owner' => 'Owner', + 'general' => 'General', + 'description' => 'Description', + 'labels' => 'Labels', + 'created' => 'Created', + 'issuer' => 'Issuer', + 'title' => 'Title|Titles', + 'price' => 'Price', + 'reward' => 'Reward', + 'collateral' => 'Collateral', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => 'Location', + 'filter' => 'Filter|Filters', + 'clear' => 'Clear', + 'none' => 'None', + 'permission' => 'Permission|Permissions', + 'affiliation' => 'Affiliation|Affiliations', + 'role' => 'Role|Roles', + 'edit' => 'Edit', + 'remove' => 'Remove', + 'yes' => 'Yes', + 'no' => 'No', + 'update' => 'Update', + 'action' => 'Action', + 'key' => 'Key', + 'log' => 'Log|Logs', + 'view' => 'View', + 'item' => 'Item|Items', + 'usage' => 'Usage', + 'unit' => 'Unit|Units', + 'add' => 'Add', + 'all' => 'All', + 'inverse' => 'Inverse', + 'read' => 'Read', + 'level' => 'Level', + 'token' => 'Token', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Requirements', - 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . + 'requirements' => 'Requirements', + 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . ' them first before you can continue.', - 'php_version' => 'PHP Version', - 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . + 'php_version' => 'PHP Version', + 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . ' requirement for SeAT. Please upgrade your PHP installation.', - 'installed_version' => 'Installed Version', - 'min_version' => 'Minimum Version', + 'installed_version' => 'Installed Version', + 'min_version' => 'Minimum Version', 'admin_contact_warning' => 'An administrative contact for this install has not been set.' . ' No jobs will be queued because of this. Please configure it in the SeAT settings.', 'refresh_token_warning' => 'Your account does not have a valid refresh token recorded. ' . 'Please logout and back in to correct this as soon as possible.', - 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . + 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . 'logins are possible.', - 'sso_activation' => 'SSO Activation', - 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', + 'sso_activation' => 'SSO Activation', + 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', // Auth - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', - 'login_welcome' => 'Welcome, please login using EVE Online SSO', - 'remember_me' => 'Remember me', - 'password' => 'Password', - 'password_again' => 'Password Again', - 'forgot' => 'I forgot my password', - 'register' => 'Register a new membership', - 'sign_in' => 'Sign In', - 'email_verify' => 'Email Verification', - 'email_verify_welcome' => 'Please enter a valid email address for your account.', + 'failed' => 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'login_welcome' => 'Welcome, please login using EVE Online SSO', + 'remember_me' => 'Remember me', + 'password' => 'Password', + 'password_again' => 'Password Again', + 'forgot' => 'I forgot my password', + 'register' => 'Register a new membership', + 'sign_in' => 'Sign In', + 'email_verify' => 'Email Verification', + 'email_verify_welcome' => 'Please enter a valid email address for your account.', // Registration - 'new_account' => 'New Account', - 'register_welcome' => 'Please choose a username and a strong password.', - 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', - 'existing_account' => 'I already have an account', - 'register_account' => 'Register Account', + 'new_account' => 'New Account', + 'register_welcome' => 'Please choose a username and a strong password.', + 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', + 'existing_account' => 'I already have an account', + 'register_account' => 'Register Account', // Passwords - 'password_reset' => 'Password Reset', - 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', - 'remember' => 'I remember my credentials', - 'reset_topic' => 'Reset Password', - 'reset_token_welcome' => 'Please enter the email and new password.', + 'password_reset' => 'Password Reset', + 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', + 'remember' => 'I remember my credentials', + 'reset_topic' => 'Reset Password', + 'reset_token_welcome' => 'Please enter the email and new password.', // Header - 'toggle_navigation' => 'Toggle Navigation', - 'queued' => 'Queued', - 'working' => 'Working', - 'joined' => 'Joined', - 'profile' => 'Profile', - 'sign_out' => 'Sign Out', - 'stop_impersonation' => 'Stop Impersonation', - 'switch_character' => 'Change Main Character', + 'toggle_navigation' => 'Toggle Navigation', + 'queued' => 'Queued', + 'working' => 'Working', + 'joined' => 'Joined', + 'profile' => 'Profile', + 'sign_out' => 'Sign Out', + 'stop_impersonation' => 'Stop Impersonation', + 'switch_character' => 'Change Main Character', 'use_as_main_character' => 'Use as Main Character', - 'link_character' => 'Link Character', - 'characters_in_group' => 'Character in group|Characters in group', + 'link_character' => 'Link Character', + 'characters_in_group' => 'Character in group|Characters in group', // Notifications - 'critical' => 'Critical', - 'error' => 'Error', - 'success' => 'Success', - 'warning' => 'Warning', - 'notice' => 'Notice', - 'info' => 'Info', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => 'Error', + 'success' => 'Success', + 'warning' => 'Warning', + 'notice' => 'Notice', + 'info' => 'Info', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'API Key Management', - 'add_api_key' => 'Add a EVE API Key', - 'list_keys' => 'List EVE API Keys', - 'all_char' => 'All Characters', - 'mail_timeline' => 'Mail Timeline', - 'all_corp' => 'All Corporations', - 'all_alliance' => 'All Alliances', - 'configuration' => 'Settings', - 'access' => 'Access Management', - 'other' => 'Other', - 'tools' => 'Tools', - 'security_logs' => 'Security Logs', - 'system_logs' => 'System Logs', - 'import' => 'Import API Keys', - 'settings' => 'SeAT Settings', - 'schedule' => 'Schedule', - 'no_main_char' => 'No Main Character', - 'no_email' => 'No email defined', - 'hello' => 'Hello', - 'online' => 'Online', - 'search' => 'Search', - 'main_menu' => 'Main Menu', - 'security' => 'Security', - 'sso' => 'Single Sign-on', - 'tracking' => 'Tracking', - 'about' => 'About', - 'market_browser' => 'Market Browser', - - 'assets' => 'Assets', - 'location_flag' => 'Location Flag', - 'calendar' => 'Calendar', - 'channels' => 'Channels', - 'contacts' => 'Contacts', - 'contracts' => 'Contracts', - 'fittings' => 'Fittings', - 'fitting_items' => 'Fitting Items', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Industry', - 'intel' => 'Intel', - 'killmails' => 'Killmails', - 'mail' => 'Mail', - 'market' => 'Market', - 'notifications' => 'Notifications', - 'pi' => 'PI', - 'research' => 'Research', - 'sheet' => 'Sheet', - 'skills' => 'Skills', - 'standings' => 'Standing|Standings', - 'wallet' => 'Wallet', - 'wallet_journal' => 'Wallet Journal', - 'wallet_transactions' => 'Wallet Transactions', + 'api_key_management' => 'API Key Management', + 'add_api_key' => 'Add a EVE API Key', + 'list_keys' => 'List EVE API Keys', + 'all_char' => 'All Characters', + 'mail_timeline' => 'Mail Timeline', + 'all_corp' => 'All Corporations', + 'all_alliance' => 'All Alliances', + 'configuration' => 'Settings', + 'access' => 'Access Management', + 'other' => 'Other', + 'tools' => 'Tools', + 'security_logs' => 'Security Logs', + 'system_logs' => 'System Logs', + 'import' => 'Import API Keys', + 'settings' => 'SeAT Settings', + 'schedule' => 'Schedule', + 'no_main_char' => 'No Main Character', + 'no_email' => 'No email defined', + 'hello' => 'Hello', + 'online' => 'Online', + 'search' => 'Search', + 'main_menu' => 'Main Menu', + 'security' => 'Security', + 'sso' => 'Single Sign-on', + 'tracking' => 'Tracking', + 'about' => 'About', + 'market_browser' => 'Market Browser', + + 'assets' => 'Assets', + 'location_flag' => 'Location Flag', + 'calendar' => 'Calendar', + 'channels' => 'Channels', + 'contacts' => 'Contacts', + 'contracts' => 'Contracts', + 'fittings' => 'Fittings', + 'fitting_items' => 'Fitting Items', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Industry', + 'intel' => 'Intel', + 'killmails' => 'Killmails', + 'mail' => 'Mail', + 'market' => 'Market', + 'notifications' => 'Notifications', + 'pi' => 'PI', + 'research' => 'Research', + 'sheet' => 'Sheet', + 'skills' => 'Skills', + 'standings' => 'Standing|Standings', + 'wallet' => 'Wallet', + 'wallet_journal' => 'Wallet Journal', + 'wallet_transactions' => 'Wallet Transactions', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => 'The Home Page', - 'dashboard' => 'Dashboard', - 'online_players' => 'Online Players', - 'owned_api_keys' => 'Owned API Keys', - 'total_character_isk' => 'Total Character ISK', + 'home_page' => 'The Home Page', + 'dashboard' => 'Dashboard', + 'online_players' => 'Online Players', + 'owned_api_keys' => 'Owned API Keys', + 'total_character_isk' => 'Total Character ISK', 'total_character_skillpoints' => 'Total Character Skillpoints', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Total Killmails', - 'main_char_skills' => ':character_name\'s Skills', - 'main_char_skills_per_level' => 'Skills Per Level', - 'main_char_skills_coverage' => 'Skills Coverage (in percent)', - 'concurrent_player_count' => 'Concurrent Player Count', - 'esi_response_time' => 'ESI Response Times', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Total Killmails', + 'main_char_skills' => ':character_name\'s Skills', + 'main_char_skills_per_level' => 'Skills Per Level', + 'main_char_skills_coverage' => 'Skills Coverage (in percent)', + 'concurrent_player_count' => 'Concurrent Player Count', + 'esi_response_time' => 'ESI Response Times', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => 'Add a New API Key', - 'key_id' => 'Key ID', - 'v_code' => 'Verification Code', - 'check_key' => 'Check Key', - 'api_new_key' => 'Create a New API Key', - 'api_use_link' => 'Use the following link to create a new API Key', - 'api_full_link' => 'Full API Key for All Characters', - 'api_full_min_mask' => 'API Key with minimum Mask needed', - 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', - 'api_key_info' => 'API Key Info', - 'api_key_type' => 'API Key Type', - 'api_access_mask' => 'API Access Mask', - 'api_add_type_key' => 'Add :type Api Key', - 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', - 'api_min_mask' => 'Min. Mask', - 'api_access' => 'Access', - 'api_detail' => 'API Key Detail', - 'api_key_status' => 'API Key Status', - 'api_job_update' => 'Queue an Update Job', - 'owner_info' => 'Owner Information', - 'no_owner' => 'This API Key has no Owner', - 'member_since' => 'Member Since', - 'last_login' => 'Last Login', - 'account_status' => 'Account Status', - 'transfer_ownership' => 'Transfer Ownership', - 'seat_user' => 'SeAT User', - 'transfer' => 'Transfer', - 'mask_map_fail' => 'Unable to load the Access Mask map', - 'recent_jobs' => 'Recent Jobs', - 'scope' => 'Scope|Scopes', - 'api_all' => 'All API Keys', - 'reveal' => 'Reveal', - 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', - 're_enable' => 'Re-enable Key', - 'disable' => 'Disable key', - 'reenable_all_disabled' => 'Re-enable all disabled keys', - 'disable_all_enabled' => 'Disable all enabled keys', - 'joblog' => 'Job Log', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Add a New API Key', + 'key_id' => 'Key ID', + 'v_code' => 'Verification Code', + 'check_key' => 'Check Key', + 'api_new_key' => 'Create a New API Key', + 'api_use_link' => 'Use the following link to create a new API Key', + 'api_full_link' => 'Full API Key for All Characters', + 'api_full_min_mask' => 'API Key with minimum Mask needed', + 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', + 'api_key_info' => 'API Key Info', + 'api_key_type' => 'API Key Type', + 'api_access_mask' => 'API Access Mask', + 'api_add_type_key' => 'Add :type Api Key', + 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', + 'api_min_mask' => 'Min. Mask', + 'api_access' => 'Access', + 'api_detail' => 'API Key Detail', + 'api_key_status' => 'API Key Status', + 'api_job_update' => 'Queue an Update Job', + 'owner_info' => 'Owner Information', + 'no_owner' => 'This API Key has no Owner', + 'member_since' => 'Member Since', + 'last_login' => 'Last Login', + 'account_status' => 'Account Status', + 'transfer_ownership' => 'Transfer Ownership', + 'seat_user' => 'SeAT User', + 'transfer' => 'Transfer', + 'mask_map_fail' => 'Unable to load the Access Mask map', + 'recent_jobs' => 'Recent Jobs', + 'scope' => 'Scope|Scopes', + 'api_all' => 'All API Keys', + 'reveal' => 'Reveal', + 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', + 're_enable' => 'Re-enable Key', + 'disable' => 'Disable key', + 'reenable_all_disabled' => 'Re-enable all disabled keys', + 'disable_all_enabled' => 'Disable all enabled keys', + 'joblog' => 'Job Log', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'People Groups', - 'unaffiliated_keys' => 'Unaffiliated Keys', - 'add_to_existing' => 'Add to Existing', - 'add_to_existing_group' => 'Add to Existing Group', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'New Group with :name as Main', + 'people_groups' => 'People Groups', + 'unaffiliated_keys' => 'Unaffiliated Keys', + 'add_to_existing' => 'Add to Existing', + 'add_to_existing_group' => 'Add to Existing Group', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'New Group with :name as Main', // Access - 'access_mangement' => 'Access Management', - 'quick_add_role' => 'Quick Add Role', - 'role_name' => 'Role Name', - 'add_new_role' => 'Add New Role', - 'available_roles' => 'Available Roles', - 'quick_add_user' => 'Quick Add User', - 'add_new_user' => 'Add New User', - 'edit_role' => 'Edit Role', - 'available_permissions' => 'Available Permissions', - 'grant_permissions' => 'Grant Permissions', - 'inverse_permission' => 'Inverse Permission', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Current Permissions', - 'has_superuser' => 'Has Superuser', - 'permission_inherit' => 'Inherits All Permissions', - 'available_corporations' => 'Available Corporations', - 'available_characters' => 'Available Characters', - 'add_affiliations' => 'Add Affiliations', - 'current_affiliations' => 'Current Affiliations', - 'available_users' => 'Available Users', - 'available_groups' => 'Available Group|Available Groups', - 'add_user' => 'Add User|Add Users', - 'add_group' => 'Add Group|Add Groups', - 'current_users' => 'Current Users', - 'current_groups' => 'Current Group|Current Groups', - 'select_item_add' => 'Select a Item to Add', - 'impersonate' => 'Impersonate', - 'edit_user' => 'Edit User', - 'activate_user' => 'Activate User', - 'reassign_user' => 'Reassign User', - 'reassign' => 'Reassign', - 'deactivate_user' => 'Deactivate User', - 'account_status_change' => 'The account status has been changed', - 'user_agent' => 'User Agent String', - 'login_history' => 'Login History', - 'role_summary' => 'Role Summary', - 'user_updated' => 'The user has been updated', - 'user_deleted' => 'The user has been deleted', - 'self_delete_warning' => 'You can not delete yourself!', - 'impersonating' => 'Impersonating :user', - 'revert_impersonation' => 'Impersonation Stopped', - 'user_created' => 'User Created', - 'unauthorized_request' => 'Unauthorized Request', + 'access_mangement' => 'Access Management', + 'quick_add_role' => 'Quick Add Role', + 'role_name' => 'Role Name', + 'add_new_role' => 'Add New Role', + 'available_roles' => 'Available Roles', + 'quick_add_user' => 'Quick Add User', + 'add_new_user' => 'Add New User', + 'edit_role' => 'Edit Role', + 'available_permissions' => 'Available Permissions', + 'grant_permissions' => 'Grant Permissions', + 'inverse_permission' => 'Inverse Permission', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Current Permissions', + 'has_superuser' => 'Has Superuser', + 'permission_inherit' => 'Inherits All Permissions', + 'available_corporations' => 'Available Corporations', + 'available_characters' => 'Available Characters', + 'add_affiliations' => 'Add Affiliations', + 'current_affiliations' => 'Current Affiliations', + 'available_users' => 'Available Users', + 'available_groups' => 'Available Group|Available Groups', + 'add_user' => 'Add User|Add Users', + 'add_group' => 'Add Group|Add Groups', + 'current_users' => 'Current Users', + 'current_groups' => 'Current Group|Current Groups', + 'select_item_add' => 'Select a Item to Add', + 'impersonate' => 'Impersonate', + 'edit_user' => 'Edit User', + 'activate_user' => 'Activate User', + 'reassign_user' => 'Reassign User', + 'reassign' => 'Reassign', + 'deactivate_user' => 'Deactivate User', + 'account_status_change' => 'The account status has been changed', + 'user_agent' => 'User Agent String', + 'login_history' => 'Login History', + 'role_summary' => 'Role Summary', + 'user_updated' => 'The user has been updated', + 'user_deleted' => 'The user has been deleted', + 'self_delete_warning' => 'You can not delete yourself!', + 'impersonating' => 'Impersonating :user', + 'revert_impersonation' => 'Impersonation Stopped', + 'user_created' => 'User Created', + 'unauthorized_request' => 'Unauthorized Request', 'unauthorized_request_logged' => 'This attempt has been logged.', - 'role_added' => 'Role has been added', - 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', - 'role_removed' => 'Role has been removed', - 'permissions_granted' => 'Permissions have been granted', - 'permission_revoked' => 'Permission has been revoked', - 'user_added' => 'Users were added to this role', - 'user_removed' => 'User has been removed from this role', - 'affiliations_added' => 'Affiliations were added to this role', - 'affiliation_removed' => 'Affiliation has been removed from this role', + 'role_added' => 'Role has been added', + 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', + 'role_removed' => 'Role has been removed', + 'permissions_granted' => 'Permissions have been granted', + 'permission_revoked' => 'Permission has been revoked', + 'user_added' => 'Users were added to this role', + 'user_removed' => 'User has been removed from this role', + 'affiliations_added' => 'Affiliations were added to this role', + 'affiliation_removed' => 'Affiliation has been removed from this role', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => 'Import Eve Online API Keys', - 'csv_data_source' => 'CSV Data Source File', - 'help' => 'Help', - 'importing_csv_data' => 'Import CSV Data', - 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', - 'important_notes' => 'Important Notes', - 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', - 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . + 'api_import_title' => 'Import Eve Online API Keys', + 'csv_data_source' => 'CSV Data Source File', + 'help' => 'Help', + 'importing_csv_data' => 'Import CSV Data', + 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', + 'important_notes' => 'Important Notes', + 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', + 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . 'minimum api masks are configured.', - 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', + 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', // Schedule - 'new_schedule' => 'New Schedule', - 'available_commands' => 'Available Commands', - 'cron_expression' => 'Cron Expression', - 'current_schedule' => 'Current Schedule', - 'command' => 'Command', - 'cron' => 'Cron', - 'allow_overlap' => 'Allow Overlap', - 'allow_maintenance' => 'Allow in Maintenance Mode', - 'scheduled_commands' => 'Scheduled Commands', - 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', - 'add_scheduled' => 'Add Scheduled Command', + 'new_schedule' => 'New Schedule', + 'available_commands' => 'Available Commands', + 'cron_expression' => 'Cron Expression', + 'current_schedule' => 'Current Schedule', + 'command' => 'Command', + 'cron' => 'Cron', + 'allow_overlap' => 'Allow Overlap', + 'allow_maintenance' => 'Allow in Maintenance Mode', + 'scheduled_commands' => 'Scheduled Commands', + 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', + 'add_scheduled' => 'Add Scheduled Command', // Security - 'category' => 'Category', - 'message' => 'Message', - 'source' => 'Source', + 'category' => 'Category', + 'message' => 'Message', + 'source' => 'Source', // Ledger - 'ledger' => 'Wallet Ledger', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Wallet Division Name', - 'wallet_summary' => 'Wallet Summary|Wallet Summaries', + 'ledger' => 'Wallet Ledger', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Wallet Division Name', + 'wallet_summary' => 'Wallet Summary|Wallet Summaries', // Users - 'user_management' => 'User Management', + 'user_management' => 'User Management', // Settings - 'admin_email' => 'Administrator Email', - 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', - 'min_access_mask' => 'Minimum Required Access Mask', - 'min_character_access_mask' => 'Minimum Required Character Access Mask', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Force Min. Access Mask', - 'registration' => 'Registration', - 'maintenance' => 'Maintenance', - 'cleanup_data' => 'Cleanup Stale Data', - 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . + 'admin_email' => 'Administrator Email', + 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', + 'min_access_mask' => 'Minimum Required Access Mask', + 'min_character_access_mask' => 'Minimum Required Character Access Mask', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Force Min. Access Mask', + 'registration' => 'Registration', + 'maintenance' => 'Maintenance', + 'cleanup_data' => 'Cleanup Stale Data', + 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . 'will delete stale data such as users and corporations without valid users from this ' . 'instance.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . ' values in the .env file as they may be empty or invalid. SSO can fail because of this!', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Allow Registration', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'module_versions' => 'SeAT Module Versions', - 'tp_versions' => 'Third Party Versions', - 'installed' => 'Installed', - 'current' => 'Current', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Allow Tracking', - 'tracking_id' => 'Unique Tracking ID', - 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Allow Registration', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'module_versions' => 'SeAT Module Versions', + 'tp_versions' => 'Third Party Versions', + 'installed' => 'Installed', + 'current' => 'Current', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Allow Tracking', + 'tracking_id' => 'Unique Tracking ID', + 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . ' document first.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO Scopes', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO Scopes', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => 'Available SSO Scopes', - 'enable_all' => 'Enable All', - 'remove_all' => 'Remove All', - 'update_sso_scopes' => 'Update SSO Scopes', + 'available_scopes' => 'Available SSO Scopes', + 'enable_all' => 'Enable All', + 'remove_all' => 'Remove All', + 'update_sso_scopes' => 'Update SSO Scopes', 'current_configuration_status' => 'Current SSO Configuration', - 'client_id_status' => 'Client ID Status', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID Not OK. Check .env file', - 'client_secret_status' => 'Client Secret Status', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', - 'callback_url_status' => 'Callback URL Status', - 'callback_url_ok' => 'Callback URL OK as :url', - 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . + 'client_id_status' => 'Client ID Status', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID Not OK. Check .env file', + 'client_secret_status' => 'Client Secret Status', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', + 'callback_url_status' => 'Callback URL Status', + 'callback_url_ok' => 'Callback URL OK as :url', + 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . 'and should maybe be :suggested', - 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', - 'update_skill_queue' => 'Update Skill Queue', - 'update_assets' => 'Update Assets', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Update Employment History', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', + 'update_skill_queue' => 'Update Skill Queue', + 'update_assets' => 'Update Assets', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Update Employment History', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => 'Joined Current Corporation', - 'skillpoint' => 'Skillpoint|Skillpoints', - 'account_balance' => 'Account Balance', - 'current_ship' => 'Current Ship', - 'last_location' => 'Last Location', - 'security_status' => 'Security Status', - 'items_taking' => 'items taking', - 'calendar_events' => 'Calendar Events', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => 'Positive Standings', - 'neutral_standings' => 'Neutral Standings', - 'negative_standings' => 'Negative Standings', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Start', - 'end' => 'End', - 'installer' => 'Installer', - 'system' => 'System', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => 'Activity', - 'run' => 'Run|Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', - 'victim' => 'Victim', - 'ship_type' => 'Ship Type', - 'transaction_type' => 'Transaction Type', - 'owner_1' => 'From', - 'owner_2' => 'To', - 'amount' => 'Amount', - 'balance' => 'Balance', - 'corporation_name' => 'Corporation Name', - 'character_name' => 'Character Name', - 'from' => 'From', - 'subject' => 'Subject', - 'to' => 'To', - 'to_corp' => 'To Corporation', - 'missing_body' => 'Message Body not yet downloaded', - 'to_alliance' => 'To Alliance', - 'to_char' => 'To Characters', - 'total' => 'Total', - 'updated' => 'Updated At', - 'planet' => 'Planet', - 'upgrade_level' => 'Upgrade Level', - 'no_pins' => '# Pins', - 'agent' => 'Agent', - 'skill' => 'Skill|Skills', - 'points_p_day' => 'Points per Day', - 'remainder' => 'Remainder', - 'skills_summary' => 'Skills Summary', - 'curr_training' => 'Currently Training', - 'skill_training_end' => 'Skill Training End', - 'skill_queue' => 'Skill Queue', - 'no_skill_training' => 'No Skill in Training', - 'empty_skill_queue' => 'The Skill Queue is Empty', - 'account_info' => 'Account Information', - 'paid_until' => 'Paid Until', - 'logon_count' => 'Logon Count', - 'online_time' => 'Online Time', - 'jump_fatigue' => 'Jump Fatigue', - 'jump_clones' => 'Jump Clone|Jump Clones', - 'jump_act_timer' => 'Jump Activation Timer', - 'no_jump_clones' => 'No Jump Clones', - 'implants' => 'Implant|Implants', - 'no_implants' => 'No Implants', - 'employment_history' => 'Employment History', - 'no_employment_information' => 'No employment information', - 'corporation_titles' => 'Corporation Title|Corporation Titles', - 'no_corporation_titles' => 'No corporation titles', - 'attribute' => 'Attribute|Attributes', - 'value' => 'Value|Values', - 'bonus_remaps' => 'Bonus Remaps', - 'last_remap_date' => 'Last Remap Date', - 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Item Type', - 'client_name' => 'Client Name', - 'client' => 'Client', - 'qty' => '#', - 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => 'Channel Members', - 'motd' => 'MoTD', - 'coordinates' => 'Coordinates', - 'folder' => 'Folder', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Contract Items', - 'progress' => 'Progress', + 'joined_curr_corp' => 'Joined Current Corporation', + 'skillpoint' => 'Skillpoint|Skillpoints', + 'account_balance' => 'Account Balance', + 'current_ship' => 'Current Ship', + 'last_location' => 'Last Location', + 'security_status' => 'Security Status', + 'items_taking' => 'items taking', + 'calendar_events' => 'Calendar Events', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => 'Positive Standings', + 'neutral_standings' => 'Neutral Standings', + 'negative_standings' => 'Negative Standings', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Start', + 'end' => 'End', + 'installer' => 'Installer', + 'system' => 'System', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => 'Activity', + 'run' => 'Run|Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', + 'victim' => 'Victim', + 'ship_type' => 'Ship Type', + 'transaction_type' => 'Transaction Type', + 'owner_1' => 'From', + 'owner_2' => 'To', + 'amount' => 'Amount', + 'balance' => 'Balance', + 'corporation_name' => 'Corporation Name', + 'character_name' => 'Character Name', + 'from' => 'From', + 'subject' => 'Subject', + 'to' => 'To', + 'to_corp' => 'To Corporation', + 'missing_body' => 'Message Body not yet downloaded', + 'to_alliance' => 'To Alliance', + 'to_char' => 'To Characters', + 'total' => 'Total', + 'updated' => 'Updated At', + 'planet' => 'Planet', + 'upgrade_level' => 'Upgrade Level', + 'no_pins' => '# Pins', + 'agent' => 'Agent', + 'skill' => 'Skill|Skills', + 'points_p_day' => 'Points per Day', + 'remainder' => 'Remainder', + 'skills_summary' => 'Skills Summary', + 'curr_training' => 'Currently Training', + 'skill_training_end' => 'Skill Training End', + 'skill_queue' => 'Skill Queue', + 'no_skill_training' => 'No Skill in Training', + 'empty_skill_queue' => 'The Skill Queue is Empty', + 'account_info' => 'Account Information', + 'paid_until' => 'Paid Until', + 'logon_count' => 'Logon Count', + 'online_time' => 'Online Time', + 'jump_fatigue' => 'Jump Fatigue', + 'jump_clones' => 'Jump Clone|Jump Clones', + 'jump_act_timer' => 'Jump Activation Timer', + 'no_jump_clones' => 'No Jump Clones', + 'implants' => 'Implant|Implants', + 'no_implants' => 'No Implants', + 'employment_history' => 'Employment History', + 'no_employment_information' => 'No employment information', + 'corporation_titles' => 'Corporation Title|Corporation Titles', + 'no_corporation_titles' => 'No corporation titles', + 'attribute' => 'Attribute|Attributes', + 'value' => 'Value|Values', + 'bonus_remaps' => 'Bonus Remaps', + 'last_remap_date' => 'Last Remap Date', + 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Item Type', + 'client_name' => 'Client Name', + 'client' => 'Client', + 'qty' => '#', + 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => 'Channel Members', + 'motd' => 'MoTD', + 'coordinates' => 'Coordinates', + 'folder' => 'Folder', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Contract Items', + 'progress' => 'Progress', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Alliance|Alliances', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Ticker', - 'ceo' => 'CEO', - 'home_station' => 'Home Station', - 'tax_rate' => 'Tax Rate', - 'member_count' => 'Member Count', - 'roles_change_log' => 'Roles Change Log', - 'affected' => 'Affected', - 'member_limit' => 'Member Limit', - 'shares' => 'Shares', - 'member_capacity' => 'Member Capacity', - 'divisional_information' => 'Divisional Information', - 'corporation_divisions' => 'Corporation Divisions', - 'wallet_divisions' => 'Wallet Divisions', - 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', - 'created_by' => 'Created By', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'Starbase|Starbases', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Reinf. Week/Hour', - 'low_power' => 'Low Power', - 'state' => 'State', - 'fuel_level' => 'Fuel Level', - 'offline' => 'Offline Est.', - 'cargo_usage' => 'Cargo Usage', - 'onlined_at' => 'Onlined At', - 'services' => 'Service|Services', - 'moon' => 'Moon', - 'use_standings_from' => 'Use Standings From', - 'attack_on_agression' => 'Attack On Aggression', - 'attack_on_war' => 'Attack On War', - 'corp_member_access' => 'Corp Member Access', - 'alliance_member_access' => 'Alliance Member Access', - 'fuel_levels' => 'Fuel Levels', - 'fuel_blocks' => 'Fuel Blocks', - 'fuel_usage' => 'Fuel Usage', - 'low_fuel' => 'Low Fuel', - 'stront_usage' => 'Strontium Usage', - 'blocks_p_h' => 'Blocks p/h', - 'units_p_h' => 'Units p/h', - 'sov_bonus' => 'Sovereignty Bonus', - 'reinforce_estimate' => 'Reinforcement Estimate', - 'module' => 'Module|Modules', - 'content' => 'Content', - 'no_known_assets' => 'No Known Assets', - 'volume_usage' => 'Volume Usage', - 'loading_modules' => 'Loading Module Information...', - 'customs-offices' => 'Customs Offices', - 'reinforcement' => 'Reinforcement', - 'standing_level' => 'Standing Level', - 'tax_alliance_corp' => 'Tax: Alliance/Corp', - 'tax_standings' => 'Tax: Standings', - 'no_storage' => 'There is no storage', - 'member' => 'Member|Members', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Alliance|Alliances', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Ticker', + 'ceo' => 'CEO', + 'home_station' => 'Home Station', + 'tax_rate' => 'Tax Rate', + 'member_count' => 'Member Count', + 'roles_change_log' => 'Roles Change Log', + 'affected' => 'Affected', + 'member_limit' => 'Member Limit', + 'shares' => 'Shares', + 'member_capacity' => 'Member Capacity', + 'divisional_information' => 'Divisional Information', + 'corporation_divisions' => 'Corporation Divisions', + 'wallet_divisions' => 'Wallet Divisions', + 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', + 'created_by' => 'Created By', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'Starbase|Starbases', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Reinf. Week/Hour', + 'low_power' => 'Low Power', + 'state' => 'State', + 'fuel_level' => 'Fuel Level', + 'offline' => 'Offline Est.', + 'cargo_usage' => 'Cargo Usage', + 'onlined_at' => 'Onlined At', + 'services' => 'Service|Services', + 'moon' => 'Moon', + 'use_standings_from' => 'Use Standings From', + 'attack_on_agression' => 'Attack On Aggression', + 'attack_on_war' => 'Attack On War', + 'corp_member_access' => 'Corp Member Access', + 'alliance_member_access' => 'Alliance Member Access', + 'fuel_levels' => 'Fuel Levels', + 'fuel_blocks' => 'Fuel Blocks', + 'fuel_usage' => 'Fuel Usage', + 'low_fuel' => 'Low Fuel', + 'stront_usage' => 'Strontium Usage', + 'blocks_p_h' => 'Blocks p/h', + 'units_p_h' => 'Units p/h', + 'sov_bonus' => 'Sovereignty Bonus', + 'reinforce_estimate' => 'Reinforcement Estimate', + 'module' => 'Module|Modules', + 'content' => 'Content', + 'no_known_assets' => 'No Known Assets', + 'volume_usage' => 'Volume Usage', + 'loading_modules' => 'Loading Module Information...', + 'customs-offices' => 'Customs Offices', + 'reinforcement' => 'Reinforcement', + 'standing_level' => 'Standing Level', + 'tax_alliance_corp' => 'Tax: Alliance/Corp', + 'tax_standings' => 'Tax: Standings', + 'no_storage' => 'There is no storage', + 'member' => 'Member|Members', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Mining', - 'mining_ledger' => 'Ledger|Ledgers', - 'available_ledger' => 'Available Ledger|Available Ledgers', - 'ore' => 'Ore', + 'mining' => 'Mining', + 'mining_ledger' => 'Ledger|Ledgers', + 'available_ledger' => 'Available Ledger|Available Ledgers', + 'ore' => 'Ore', // Profile - 'user_profile' => 'User Profile', - 'user_preferences' => 'User Preferences', - 'user_account' => 'User Account', - 'account_settings' => 'Account Settings', - 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', - 'change_email' => 'Change Email', - 'superuser' => 'Superuser', - 'user_interface' => 'User Interface', - 'main_character' => 'Main Character', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT Skin', - 'language' => 'Language', - 'sidebar_size' => 'Sidebar Size', - 'mail_as_threads' => 'View Mail as Threads', - 'number_format' => 'Number Format', - 'current_format' => 'Current Format', - 'thousands_seperator' => 'Thousands Separator', - 'decimal_seperator' => 'Decimal Separator', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Email Notifications', - 'setup_token_now' => 'Setup Token Now', - 'owned_keys' => 'Owned Keys', - 'account_help' => 'For any account related enquiries, including permissions amendments, ' . + 'user_profile' => 'User Profile', + 'user_preferences' => 'User Preferences', + 'user_account' => 'User Account', + 'account_settings' => 'Account Settings', + 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', + 'change_email' => 'Change Email', + 'superuser' => 'Superuser', + 'user_interface' => 'User Interface', + 'main_character' => 'Main Character', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT Skin', + 'language' => 'Language', + 'sidebar_size' => 'Sidebar Size', + 'mail_as_threads' => 'View Mail as Threads', + 'number_format' => 'Number Format', + 'current_format' => 'Current Format', + 'thousands_seperator' => 'Thousands Separator', + 'decimal_seperator' => 'Decimal Separator', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Email Notifications', + 'setup_token_now' => 'Setup Token Now', + 'owned_keys' => 'Owned Keys', + 'account_help' => 'For any account related enquiries, including permissions amendments, ' . 'please contact the SeAT administrator.', - 'current_email' => 'Current Email', - 'new_email' => 'New Email', - 'confirm_new_email' => 'Confirm New Email', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => 'Scan QR Code', - 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', - 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', - 'supported_apps' => 'Supported Google Authenticator Apps', - 'preferred_apps' => 'Preferred Apps', - 'other_apps' => 'Other Apps', - 'confirm_code' => 'Confirm an Authentication Code', - 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . + 'current_email' => 'Current Email', + 'new_email' => 'New Email', + 'confirm_new_email' => 'Confirm New Email', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => 'Scan QR Code', + 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', + 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', + 'supported_apps' => 'Supported Google Authenticator Apps', + 'preferred_apps' => 'Preferred Apps', + 'other_apps' => 'Other Apps', + 'confirm_code' => 'Confirm an Authentication Code', + 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . 'by your authentication application.', - 'code' => 'Code', - 'confirm_setup' => 'Confirm Setup', - 'linked_characters' => 'Linked Characters', - 'link_another_character' => 'Link another character', - 'view_third_party_access' => 'View Apps on Eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Code', + 'confirm_setup' => 'Confirm Setup', + 'linked_characters' => 'Linked Characters', + 'link_another_character' => 'Link another character', + 'view_third_party_access' => 'View Apps on Eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Queue Management', - 'total_jobs' => 'Total Jobs', - 'queued_jobs' => 'Queued Jobs', - 'working_jobs' => 'Working Jobs', - 'error_jobs' => 'Errored Jobs', - 'complete' => ' complete.', - 'history' => 'History', - 'submit_jobs' => 'Submit Jobs', - 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . + 'queue_manage' => 'Queue Management', + 'total_jobs' => 'Total Jobs', + 'queued_jobs' => 'Queued Jobs', + 'working_jobs' => 'Working Jobs', + 'error_jobs' => 'Errored Jobs', + 'complete' => ' complete.', + 'history' => 'History', + 'submit_jobs' => 'Submit Jobs', + 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . 'runs exactly the same commands as you would on the commandline or via the scheduler.', - 'no_working' => 'There are currently no working jobs', - 'no_queue' => 'There are currently no queued jobs', - 'job_error_detail' => 'Job Error Details', - 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . + 'no_working' => 'There are currently no working jobs', + 'no_queue' => 'There are currently no queued jobs', + 'job_error_detail' => 'Job Error Details', + 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . 'that you understand, or a developer has asked for this, please copy the entire section below ' . 'and paste it on a site such as pastebin and send the link along.', - 'full_job_error' => 'Full Job Error Detail', - 'job_id' => 'Job ID', - 'api' => 'Api', - 'actions' => 'Actions', - 'owner_id' => 'Owner ID', - 'clear_all_errors' => 'Clear All Errors', - 'output' => 'Output', - 'last_output' => 'Last Output', - 'view_full' => 'View Full', - 'no_errors' => 'There are no known errors', - 'clear_all_history' => 'Clear All History', - 'job_history' => 'Job History', - 'no_history' => 'There are no historical jobs', - 'eve_api_status' => 'EVE API Status', - 'eve_api_error_threshold' => 'API Errors', + 'full_job_error' => 'Full Job Error Detail', + 'job_id' => 'Job ID', + 'api' => 'Api', + 'actions' => 'Actions', + 'owner_id' => 'Owner ID', + 'clear_all_errors' => 'Clear All Errors', + 'output' => 'Output', + 'last_output' => 'Last Output', + 'view_full' => 'View Full', + 'no_errors' => 'There are no known errors', + 'clear_all_history' => 'Clear All History', + 'job_history' => 'Job History', + 'no_history' => 'There are no historical jobs', + 'eve_api_status' => 'EVE API Status', + 'eve_api_error_threshold' => 'API Errors', 'eve_api_connection_threshold' => 'Connection Errors', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Standings Builder', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Standings Builder', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Version', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Copyright', + 'web_version' => 'Web Version', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Copyright', ]; diff --git a/src/resources/lang/en/settings.php b/src/resources/lang/en/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/en/settings.php +++ b/src/resources/lang/en/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/en/squads.php b/src/resources/lang/en/squads.php index a671d9dfa..e3a0403fe 100644 --- a/src/resources/lang/en/squads.php +++ b/src/resources/lang/en/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad|Squads', - 'name' => 'Name|Names', - 'description' => 'Description', - 'type' => 'Type', - 'member' => 'Member|Members', - 'moderated' => 'Moderated', - 'moderator' => 'Moderator|Moderators', - 'candidate' => 'Candidate|Candidates', + 'squad' => 'Squad|Squads', + 'name' => 'Name|Names', + 'description' => 'Description', + 'type' => 'Type', + 'member' => 'Member|Members', + 'moderated' => 'Moderated', + 'moderator' => 'Moderator|Moderators', + 'candidate' => 'Candidate|Candidates', 'member_since' => 'Member Since', - 'applied_at' => 'Applied At', - 'character' => 'Character|Characters', - 'show' => 'Show', - 'delete' => 'Delete', - 'approve' => 'Approve', - 'reject' => 'Reject', - 'kick' => 'Kick', - 'leave' => 'Leave', - 'join' => 'Join', - 'message' => 'Message', - 'remove' => 'Remove', - 'cancel' => 'Cancel', + 'applied_at' => 'Applied At', + 'character' => 'Character|Characters', + 'show' => 'Show', + 'delete' => 'Delete', + 'approve' => 'Approve', + 'reject' => 'Reject', + 'kick' => 'Kick', + 'leave' => 'Leave', + 'join' => 'Join', + 'message' => 'Message', + 'remove' => 'Remove', + 'cancel' => 'Cancel', ]; diff --git a/src/resources/lang/en/wallet.php b/src/resources/lang/en/wallet.php index e5ca14ca7..fdee030ec 100644 --- a/src/resources/lang/en/wallet.php +++ b/src/resources/lang/en/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Date', - 'ref_type' => 'Type', + 'date' => 'Date', + 'ref_type' => 'Type', 'from_party' => 'From Party', - 'to_party' => 'To Party', - 'amount' => 'Amount', - 'balance' => 'Balance', + 'to_party' => 'To Party', + 'amount' => 'Amount', + 'balance' => 'Balance', - 'order' => 'Order', - 'type' => 'Type', - 'location' => 'Location', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'total' => 'Total', - 'party' => 'Party', + 'order' => 'Order', + 'type' => 'Type', + 'location' => 'Location', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'total' => 'Total', + 'party' => 'Party', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee', diff --git a/src/resources/lang/fr/about.php b/src/resources/lang/fr/about.php index 3f7c214ed..dd9e97922 100644 --- a/src/resources/lang/fr/about.php +++ b/src/resources/lang/fr/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Documentation', 'contact_widget_updated_at' => 'mis à jour il y a :date_time', 'contact_widget_read_me' => 'Lisez-moi !', - 'contact_widget_github_issues' => ':count Tickets', + 'contact_widget_github_issues' => ':count Tickets', 'contact_widget_github_contribute' => 'Contribuez !', // diff --git a/src/resources/lang/fr/bookmark.php b/src/resources/lang/fr/bookmark.php index d6395084a..a646b9c9a 100644 --- a/src/resources/lang/fr/bookmark.php +++ b/src/resources/lang/fr/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Créé le', - 'label' => 'Étiquette', - 'location' => 'Emplacement', - 'notes' => 'Notes', + 'created' => 'Créé le', + 'label' => 'Étiquette', + 'location' => 'Emplacement', + 'notes' => 'Notes', 'coordinates' => 'Coordonnées', ]; diff --git a/src/resources/lang/fr/calendar.php b/src/resources/lang/fr/calendar.php index 81ee14471..18d376f24 100644 --- a/src/resources/lang/fr/calendar.php +++ b/src/resources/lang/fr/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Date', - 'owner' => 'Propriétaire', - 'description' => 'Description', - 'status' => 'Statut', + 'date' => 'Date', + 'owner' => 'Propriétaire', + 'description' => 'Description', + 'status' => 'Statut', 'not_responded' => 'Sans réponse', - 'accepted' => 'Accepté', - 'tentative' => 'Provisoire', - 'declined' => 'Refusé', + 'accepted' => 'Accepté', + 'tentative' => 'Provisoire', + 'declined' => 'Refusé', ]; diff --git a/src/resources/lang/fr/contract.php b/src/resources/lang/fr/contract.php index 3dd91229b..028e82d32 100644 --- a/src/resources/lang/fr/contract.php +++ b/src/resources/lang/fr/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Créé le', - 'type' => 'Type', - 'issuer' => 'Mandataire', - 'assignee' => 'Cessionnaire', - 'acceptor' => 'Approbateur', - 'status' => 'Statut', - 'price' => 'Prix', - 'reward' => 'Récompense', + 'created' => 'Créé le', + 'type' => 'Type', + 'issuer' => 'Mandataire', + 'assignee' => 'Cessionnaire', + 'acceptor' => 'Approbateur', + 'status' => 'Statut', + 'price' => 'Prix', + 'reward' => 'Récompense', - 'unknown' => 'Inconnu', - 'item_exchange' => 'Échange d\'objets', - 'auction' => 'Enchère', - 'courier' => 'Livraison', - 'loan' => 'Caution', + 'unknown' => 'Inconnu', + 'item_exchange' => 'Échange d\'objets', + 'auction' => 'Enchère', + 'courier' => 'Livraison', + 'loan' => 'Caution', - 'outstanding' => 'En attente', - 'in_progress' => 'En cours', - 'finished_issuer' => 'Finalisé par le mandataire', + 'outstanding' => 'En attente', + 'in_progress' => 'En cours', + 'finished_issuer' => 'Finalisé par le mandataire', 'finished_contractor' => 'Finalisé par le cessionnaire', - 'finished' => 'Terminé', - 'cancelled' => 'Annulé', - 'rejected' => 'Rejeté', - 'failed' => 'Échec', - 'deleted' => 'Supprimé', - 'reversed' => 'Annulé', + 'finished' => 'Terminé', + 'cancelled' => 'Annulé', + 'rejected' => 'Rejeté', + 'failed' => 'Échec', + 'deleted' => 'Supprimé', + 'reversed' => 'Annulé', - 'not_accepted' => 'Non accepté', + 'not_accepted' => 'Non accepté', ]; diff --git a/src/resources/lang/fr/custom_offices.php b/src/resources/lang/fr/custom_offices.php index 45e7e6ef8..747d268e8 100644 --- a/src/resources/lang/fr/custom_offices.php +++ b/src/resources/lang/fr/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planète', - 'reinforcement' => 'Période de renf.', - 'alliance' => 'Autoriser alliance', - 'standings' => 'Autoriser rép.', - 'standing_level' => 'Niveau rép. min.', + 'planet' => 'Planète', + 'reinforcement' => 'Période de renf.', + 'alliance' => 'Autoriser alliance', + 'standings' => 'Autoriser rép.', + 'standing_level' => 'Niveau rép. min.', 'tax_alliance_corp' => 'Taxe alliance/corp', - 'tax_standings' => 'Taxes réputations', + 'tax_standings' => 'Taxes réputations', ]; diff --git a/src/resources/lang/fr/fitting.php b/src/resources/lang/fr/fitting.php index 93d822319..6070353da 100644 --- a/src/resources/lang/fr/fitting.php +++ b/src/resources/lang/fr/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Nom', - 'type' => 'Type', - 'items' => 'Éléments', + 'name' => 'Nom', + 'type' => 'Type', + 'items' => 'Éléments', 'hull_estimated_value' => 'Valeur estimée de la coque', 'fitting_estimated_value' => 'Valeur estimée de l\'équipement', 'full_estimated_value' => 'Valeur estimée totale', diff --git a/src/resources/lang/fr/industry.php b/src/resources/lang/fr/industry.php index 768da072c..e32811e70 100644 --- a/src/resources/lang/fr/industry.php +++ b/src/resources/lang/fr/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Début', - 'end' => 'Fin', - 'location' => 'Emplacement', - 'activity' => 'Activité', - 'runs' => 'Quantité', - 'blueprint' => 'Plan', - 'product' => 'Produit', + 'start' => 'Début', + 'end' => 'Fin', + 'location' => 'Emplacement', + 'activity' => 'Activité', + 'runs' => 'Quantité', + 'blueprint' => 'Plan', + 'product' => 'Produit', 'material_efficiency' => 'Efficacité matérielle', - 'time_efficiency' => 'Rendement', + 'time_efficiency' => 'Rendement', ]; diff --git a/src/resources/lang/fr/kills.php b/src/resources/lang/fr/kills.php index c23599aec..21b00fb86 100644 --- a/src/resources/lang/fr/kills.php +++ b/src/resources/lang/fr/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Date', - 'ship' => 'Vaisseau', + 'date' => 'Date', + 'ship' => 'Vaisseau', 'solar_system' => 'Système solaire', - 'victim' => 'Victime', - 'killer' => 'Assassin', - 'attackers' => 'Attaquant|Attaquants', - 'items' => 'Élément|Éléments', + 'victim' => 'Victime', + 'killer' => 'Assassin', + 'attackers' => 'Attaquant|Attaquants', + 'items' => 'Élément|Éléments', ]; diff --git a/src/resources/lang/fr/mail.php b/src/resources/lang/fr/mail.php index d6bd014dc..cdcaaa370 100644 --- a/src/resources/lang/fr/mail.php +++ b/src/resources/lang/fr/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Lire', - 'date' => 'Date', - 'sender' => 'Expéditeur', - 'subject' => 'Objet', + 'read' => 'Lire', + 'date' => 'Date', + 'sender' => 'Expéditeur', + 'subject' => 'Objet', 'mailing_list' => 'Liste de diffusion', - 'sent' => 'Envoyé', - 'author' => 'Auteur', - 'recipients' => 'Destinataires', + 'sent' => 'Envoyé', + 'author' => 'Auteur', + 'recipients' => 'Destinataires', ]; diff --git a/src/resources/lang/fr/market.php b/src/resources/lang/fr/market.php index c96445dd7..5d70f0062 100644 --- a/src/resources/lang/fr/market.php +++ b/src/resources/lang/fr/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Émis', + 'issued' => 'Émis', 'expires' => 'Expire le', - 'buy' => 'Achat', - 'sell' => 'Vente', - 'order' => 'Commande', - 'range' => 'Portée', - 'volume' => 'Volume', - 'price' => 'Prix', - 'total' => 'Total', - 'type' => 'Type', + 'buy' => 'Achat', + 'sell' => 'Vente', + 'order' => 'Commande', + 'range' => 'Portée', + 'volume' => 'Volume', + 'price' => 'Prix', + 'total' => 'Total', + 'type' => 'Type', ]; diff --git a/src/resources/lang/fr/mining.php b/src/resources/lang/fr/mining.php index b7fc1b1f3..113ae89fc 100644 --- a/src/resources/lang/fr/mining.php +++ b/src/resources/lang/fr/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Date', - 'time' => 'Heure', - 'system' => 'Système', - 'ore' => 'Minerai', - 'type' => 'Type', - 'quantity' => 'Quantité', - 'volume' => 'Volume', + 'date' => 'Date', + 'time' => 'Heure', + 'system' => 'Système', + 'ore' => 'Minerai', + 'type' => 'Type', + 'quantity' => 'Quantité', + 'volume' => 'Volume', 'estimated_value' => 'Valeur estimée', - 'details' => 'Détails', - 'metadata' => 'Métadonnées', - 'compounds' => 'Composition', - 'history' => 'Historique', + 'details' => 'Détails', + 'metadata' => 'Métadonnées', + 'compounds' => 'Composition', + 'history' => 'Historique', ]; diff --git a/src/resources/lang/fr/moons.php b/src/resources/lang/fr/moons.php index 8007a82c0..2cf4bae73 100644 --- a/src/resources/lang/fr/moons.php +++ b/src/resources/lang/fr/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'Région|Régions', + 'region' => 'Région|Régions', 'constellation' => 'Constellation|Constellations', - 'system' => 'Système solaire|Systèmes solaires', - 'planet' => 'Planète|Planètes', - 'moon' => 'Lune|Lunes', - 'indicator' => 'Indicateur|Indicateurs', - 'sovereignty' => 'Souveraineté|Souverainetés', - 'ubiquitous' => 'Répandus', - 'common' => 'Commun', - 'uncommon' => 'Peu commun', - 'rare' => 'Rare', - 'exceptional' => 'Exceptionnel', + 'system' => 'Système solaire|Systèmes solaires', + 'planet' => 'Planète|Planètes', + 'moon' => 'Lune|Lunes', + 'indicator' => 'Indicateur|Indicateurs', + 'sovereignty' => 'Souveraineté|Souverainetés', + 'ubiquitous' => 'Répandus', + 'common' => 'Commun', + 'uncommon' => 'Peu commun', + 'rare' => 'Rare', + 'exceptional' => 'Exceptionnel', ]; diff --git a/src/resources/lang/fr/notifications.php b/src/resources/lang/fr/notifications.php index 39f846dd6..b83bd44fe 100644 --- a/src/resources/lang/fr/notifications.php +++ b/src/resources/lang/fr/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Date', - 'type' => 'Type', + 'date' => 'Date', + 'type' => 'Type', 'sender' => 'Expéditeur', ]; diff --git a/src/resources/lang/fr/permissions.php b/src/resources/lang/fr/permissions.php index 420c81a22..26e3269ee 100644 --- a/src/resources/lang/fr/permissions.php +++ b/src/resources/lang/fr/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Cocher toutes les autorisations', - 'permission_limit' => 'Restrictions', - 'limits' => 'restrictions', - 'members_addition' => 'Ajouter des membres', + 'permissions_check_all' => 'Cocher toutes les autorisations', + 'permission_limit' => 'Restrictions', + 'limits' => 'restrictions', + 'members_addition' => 'Ajouter des membres', // Divisions - 'no_division' => 'Cette autorisation n\'a aucune division affectée', - 'military_division' => 'Cette autorisation fait partie de la division militaire', - 'industrial_division' => 'Cette autorisation fait partie de la division industrielle', - 'financial_division' => 'Cette autorisation fait partie de la division financière', - 'assets_division' => 'Cette autorisation fait partie de la division des biens', + 'no_division' => 'Cette autorisation n\'a aucune division affectée', + 'military_division' => 'Cette autorisation fait partie de la division militaire', + 'industrial_division' => 'Cette autorisation fait partie de la division industrielle', + 'financial_division' => 'Cette autorisation fait partie de la division financière', + 'assets_division' => 'Cette autorisation fait partie de la division des biens', // Global Scope - 'global_standing_builder_label' => 'Accorde l\'accès au gestionnaire de réputation', - 'global_standing_builder_description' => 'Le gestionnaire de réputation fournis un aperçu des réputations de votre personnage, corporation ou alliance. Il est principalement utilisé dans l\'échange de réputation entre les alliances d\'une coalition ou des corporations au sein d\'une alliance. Il peut aussi être utile pour la base de connaissances des personnages.', - 'global_invalid_tokens_label' => 'Accorde l\'accès pour voir les jetons invalidés', - 'global_invalid_tokens_description' => 'Afficher les jetons non valides vous permet de voir les personnages associés à un compte qui sont maintenant invalides. Normalement ceux-ci ne sont pas visibles.', - 'global_moons_reporter_label' => 'Journal lunaire', - 'global_moons_reporter_description' => 'Le journal lunaire contient toutes les lunes de New Eden et les rapports de compositions associés.', - 'global_moons_reporter_manager_label' => 'Gestionnaire du journal lunaire', + 'global_standing_builder_label' => 'Accorde l\'accès au gestionnaire de réputation', + 'global_standing_builder_description' => 'Le gestionnaire de réputation fournis un aperçu des réputations de votre personnage, corporation ou alliance. Il est principalement utilisé dans l\'échange de réputation entre les alliances d\'une coalition ou des corporations au sein d\'une alliance. Il peut aussi être utile pour la base de connaissances des personnages.', + 'global_invalid_tokens_label' => 'Accorde l\'accès pour voir les jetons invalidés', + 'global_invalid_tokens_description' => 'Afficher les jetons non valides vous permet de voir les personnages associés à un compte qui sont maintenant invalides. Normalement ceux-ci ne sont pas visibles.', + 'global_moons_reporter_label' => 'Journal lunaire', + 'global_moons_reporter_description' => 'Le journal lunaire contient toutes les lunes de New Eden et les rapports de compositions associés.', + 'global_moons_reporter_manager_label' => 'Gestionnaire du journal lunaire', 'global_moons_reporter_manager_description' => 'Le gestionnaire du journal lunaire peut créer ou modifier les rapports de composition d\'une lune.', - 'global_queue_manager_label' => 'Gestionnaire de file d’attente', + 'global_queue_manager_label' => 'Gestionnaire de file d’attente', // Moon Reporter Scope - 'view_moon_reports_label' => 'Afficher les rapports de lunes', - 'view_moon_reports_description' => 'Affiche toutes les lunes dans EVE, et les ressources disponibles sur celles-ci, si ces données sont disponibles.', - 'create_moon_reports_label' => 'Créer un nouveau rapport', - 'create_moon_reports_description' => 'Permet à un utilisateur de soumettre les résultats d\'une analyse de lune.', - 'manage_moon_reports_label' => 'Gérer les rapports des lunes', - 'manage_moon_reports_description' => 'Permet à un utilisateur de modifier et/ou supprimer les rapports de lune.', + 'view_moon_reports_label' => 'Afficher les rapports de lunes', + 'view_moon_reports_description' => 'Affiche toutes les lunes dans EVE, et les ressources disponibles sur celles-ci, si ces données sont disponibles.', + 'create_moon_reports_label' => 'Créer un nouveau rapport', + 'create_moon_reports_description' => 'Permet à un utilisateur de soumettre les résultats d\'une analyse de lune.', + 'manage_moon_reports_label' => 'Gérer les rapports des lunes', + 'manage_moon_reports_description' => 'Permet à un utilisateur de modifier et/ou supprimer les rapports de lune.', // Character Scope - 'character_asset_label' => 'Accorder l\'accès aux biens de personnage', - 'character_asset_description' => 'Affiche tous les biens (objets) d\'un personnage ainsi que leur emplacement et leur quantité.', - 'character_calendar_label' => 'Accorder l\'accès aux événements du calendrier de personnage', - 'character_calendar_description' => 'Affiche chaque événement du calendrier créés par le personnage ou auxquels le personnage est abonné.', - 'character_contact_label' => 'Accorder l\'accès aux contacts du personnage', - 'character_contact_description' => 'Affiche les contacts de personnage incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', - 'character_contract_label' => 'Accorder l\'accès aux contrats de personnage ', - 'character_contract_description' => 'Affiche les contrats du personnage incluant la date de création, le type, le statut et le contenu.', - 'character_fitting_label' => 'Accorder l\'accès aux configurations d\'équipements de personnage', - 'character_fitting_description' => 'Affiche les configurations d\'équipements faits par le personnage, y compris le nom, le type de coque et les modules.', - 'character_industry_label' => 'Accorder l\'accès à l\'industrie de personnage', - 'character_industry_description' => 'Affiche une liste de toutes les opérations industrielles détenues par le personnage, y compris leur date de début, la fin prévue, l\'emplacement, l\'activité, la quantité, le plan d\'entrée et le produit de sortie.', - 'character_blueprint_label' => 'Accorder l\'accès aux plans de personnage', - 'character_blueprint_description' => 'Liste tous les plans détenus par le personnage, y compris leur nom, leurs nombres d\'opérations disponibles, le niveau de recherche et l\'emplacement.', - 'character_intel_label' => 'Accorder l\'accès à la base de connaissance de personnage', - 'character_intel_description' => 'Il s\'agit d\'un outil qui montre des informations agrégées sur un personnage, basé sur un profil pré-construit. Il vous montrera également l’interaction en jeu en fonction des transactions et des mails.', - 'character_killmail_label' => 'Accorder l\'accès aux rapports de combats de personnage', - 'character_killmail_description' => 'Affiche tous les assassinats et pertes d\'un personnage. Il affiche les données, le type de coque, l\'emplacement et les informations de la victime.', - 'character_mail_label' => 'Accorder l\'accès au courrier de personnage', - 'character_mail_description' => 'Affiche tous les mails reçus par un personnage.', - 'character_market_label' => 'Accorder l\'accès aux opérations commerciales de personnage', - 'character_market_description' => 'Affiche tous les ordres d\'achat ou de vente d\'un personnage.', - 'character_mining_label' => 'Accorder l\'accès aux opérations minières de personnage', - 'character_mining_description' => 'Affiche les statistiques concernant l\'extraction effectuée par un personnage. Il est basé sur les relevés minier personnel en jeu et affiche la date, le système, le minerai, la quantité, le volume et la valeur estimée.', - 'character_notification_label' => 'Accorder l\'accès aux notifications de personnage', + 'character_asset_label' => 'Accorder l\'accès aux biens de personnage', + 'character_asset_description' => 'Affiche tous les biens (objets) d\'un personnage ainsi que leur emplacement et leur quantité.', + 'character_calendar_label' => 'Accorder l\'accès aux événements du calendrier de personnage', + 'character_calendar_description' => 'Affiche chaque événement du calendrier créés par le personnage ou auxquels le personnage est abonné.', + 'character_contact_label' => 'Accorder l\'accès aux contacts du personnage', + 'character_contact_description' => 'Affiche les contacts de personnage incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', + 'character_contract_label' => 'Accorder l\'accès aux contrats de personnage ', + 'character_contract_description' => 'Affiche les contrats du personnage incluant la date de création, le type, le statut et le contenu.', + 'character_fitting_label' => 'Accorder l\'accès aux configurations d\'équipements de personnage', + 'character_fitting_description' => 'Affiche les configurations d\'équipements faits par le personnage, y compris le nom, le type de coque et les modules.', + 'character_industry_label' => 'Accorder l\'accès à l\'industrie de personnage', + 'character_industry_description' => 'Affiche une liste de toutes les opérations industrielles détenues par le personnage, y compris leur date de début, la fin prévue, l\'emplacement, l\'activité, la quantité, le plan d\'entrée et le produit de sortie.', + 'character_blueprint_label' => 'Accorder l\'accès aux plans de personnage', + 'character_blueprint_description' => 'Liste tous les plans détenus par le personnage, y compris leur nom, leurs nombres d\'opérations disponibles, le niveau de recherche et l\'emplacement.', + 'character_intel_label' => 'Accorder l\'accès à la base de connaissance de personnage', + 'character_intel_description' => 'Il s\'agit d\'un outil qui montre des informations agrégées sur un personnage, basé sur un profil pré-construit. Il vous montrera également l’interaction en jeu en fonction des transactions et des mails.', + 'character_killmail_label' => 'Accorder l\'accès aux rapports de combats de personnage', + 'character_killmail_description' => 'Affiche tous les assassinats et pertes d\'un personnage. Il affiche les données, le type de coque, l\'emplacement et les informations de la victime.', + 'character_mail_label' => 'Accorder l\'accès au courrier de personnage', + 'character_mail_description' => 'Affiche tous les mails reçus par un personnage.', + 'character_market_label' => 'Accorder l\'accès aux opérations commerciales de personnage', + 'character_market_description' => 'Affiche tous les ordres d\'achat ou de vente d\'un personnage.', + 'character_mining_label' => 'Accorder l\'accès aux opérations minières de personnage', + 'character_mining_description' => 'Affiche les statistiques concernant l\'extraction effectuée par un personnage. Il est basé sur les relevés minier personnel en jeu et affiche la date, le système, le minerai, la quantité, le volume et la valeur estimée.', + 'character_notification_label' => 'Accorder l\'accès aux notifications de personnage', 'character_notification_description' => 'Affiche des notifications de personnage comme les subventions de paiement DED ou les notifications de mise à jour de réputation', - 'character_planetary_label' => 'Accorder l\'accès aux interactions planétaires de personnage', - 'character_planetary_description' => 'Affiche les planètes sur lesquelles le personnage a un centre de commande et les installations liées.', - 'character_research_label' => 'Accorder l\'accès aux agents de recherche de personnage', - 'character_research_description' => 'Liste tous les agents de recherche qui travaillent actuellement pour le personnage.', - 'character_skill_label' => 'Accorder l\'accès aux compétences du personnage', - 'character_skill_description' => 'Affiche toutes les compétences connues par le personnage, y compris leur niveau entraîné.', - 'character_standing_label' => 'Accorder l\'accès à la liste de réputation des personnages', - 'character_standing_description' => 'Liste les réputations d\'un personnage par rapport aux différentes factions de New Eden.', - 'character_sheet_label' => 'Accorder l\'accès à la feuille de personnage', - 'character_sheet_description' => 'La feuille de personnage contient des informations de base telles que les attributs du personnage, ses titres, ses implants, etc. Il montre également un résumé de la file d’attente de compétences et la compétence actuellement en cours de formation.', - 'character_journal_label' => 'Afficher les transactions de personnage', - 'character_journal_description' => 'Affiche les transactions d\'un personnage', - 'character_transaction_label' => 'Accorder l\'accès aux transactions sur le marché de personnage', - 'character_transaction_description' => 'Affiche les transactions sur le marché d\'un personnage.', - 'character_loyalty_points_label' => 'Accorder l\'accès aux points de fidélité', + 'character_planetary_label' => 'Accorder l\'accès aux interactions planétaires de personnage', + 'character_planetary_description' => 'Affiche les planètes sur lesquelles le personnage a un centre de commande et les installations liées.', + 'character_research_label' => 'Accorder l\'accès aux agents de recherche de personnage', + 'character_research_description' => 'Liste tous les agents de recherche qui travaillent actuellement pour le personnage.', + 'character_skill_label' => 'Accorder l\'accès aux compétences du personnage', + 'character_skill_description' => 'Affiche toutes les compétences connues par le personnage, y compris leur niveau entraîné.', + 'character_standing_label' => 'Accorder l\'accès à la liste de réputation des personnages', + 'character_standing_description' => 'Liste les réputations d\'un personnage par rapport aux différentes factions de New Eden.', + 'character_sheet_label' => 'Accorder l\'accès à la feuille de personnage', + 'character_sheet_description' => 'La feuille de personnage contient des informations de base telles que les attributs du personnage, ses titres, ses implants, etc. Il montre également un résumé de la file d’attente de compétences et la compétence actuellement en cours de formation.', + 'character_journal_label' => 'Afficher les transactions de personnage', + 'character_journal_description' => 'Affiche les transactions d\'un personnage', + 'character_transaction_label' => 'Accorder l\'accès aux transactions sur le marché de personnage', + 'character_transaction_description' => 'Affiche les transactions sur le marché d\'un personnage.', + 'character_loyalty_points_label' => 'Accorder l\'accès aux points de fidélité', 'character_loyalty_points_description' => 'Affiche les points de fidélité du personnage.', // Corporation Scope - 'corporation_asset_label' => 'Accorder l\'accès aux biens de corporation', - 'corporation_asset_description' => 'Les biens de la corporation montrent tous les éléments lui appartenant, leur emplacement et leur quantité.', - 'corporation_asset_first_division_label' => 'Accorder l\'accès aux biens de corporation dans la première division', - 'corporation_asset_first_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la première division.', - 'corporation_asset_second_division_label' => 'Accorder l\'accès aux biens de corporation dans la seconde division', - 'corporation_asset_second_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la seconde division.', - 'corporation_asset_third_division_label' => 'Accorder l\'accès aux biens de corporation dans la troisième division', - 'corporation_asset_third_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la troisième division.', - 'corporation_asset_fourth_division_label' => 'Accorder l\'accès aux biens de corporation dans la quatrième division', - 'corporation_asset_fourth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la quatrième division.', - 'corporation_asset_fifth_division_label' => 'Accorder l\'accès aux biens de corporation dans la cinquième division', - 'corporation_asset_fifth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la cinquième division.', - 'corporation_asset_sixth_division_label' => 'Accorder l\'accès aux biens de corporation dans la sixième division', - 'corporation_asset_sixth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la sixième division.', - 'corporation_asset_seventh_division_label' => 'Accorder l\'accès aux biens de corporation dans la septième division', - 'corporation_asset_seventh_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la septième division.', - 'corporation_contact_label' => 'Accorder l\'accès aux contacts de corporation', - 'corporation_contact_description' => 'Affiche les contacts de corporation incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', - 'corporation_contract_label' => 'Accorder l\'accès aux contrats de corporation', - 'corporation_contract_description' => 'Affiche les contrats de la corporation incluant la date de création, le type, le statut et le contenu.', - 'corporation_extraction_label' => 'Accorder l\'accès aux extractions de corporation', - 'corporation_extraction_description' => 'Affiche les informations d\'extraction des raffineries détenues par une corporation.', - 'corporation_industry_label' => 'Accorder l\'accès à l\'industrie de corporation', - 'corporation_industry_description' => 'Affiche une liste de toutes les opérations industrielles détenues par la corporation, y compris leur date de début, la fin prévue, l\'emplacement, l\'activité, la quantité, le plan d\'entrée et le produit de sortie.', - 'corporation_blueprint_label' => 'Accorder l\'accès aux plans de corporation', - 'corporation_blueprint_description' => 'Afficher tous les plans détenus par la corporation, y compris leur nom, leurs nombres d\'opérations disponibles, le niveau de recherche et l\'emplacement.', - 'corporation_killmail_label' => 'Accorder l\'accès aux rapports de combat de corporation', - 'corporation_killmail_description' => 'Afficher tous les combats remportés ou perdus par le membre d\'une corporation. Il affiche les données, le type de coque, l\'emplacement et les informations de la victime.', - 'corporation_ledger_label' => 'Accorder l\'accès au grand livre de corporation', - 'corporation_ledger_description' => 'Affiche les transactions corporatives regroupées par catégorie et par division.', - 'corporation_market_label' => 'Accorder l\'accès aux opérations commerciales de corporation', - 'corporation_market_description' => 'Affiche tous les ordres d\'achat ou de vente effectués au nom d\'une corporation.', - 'corporation_mining_label' => 'Accorder l\'accès aux opérations minières de corporation', - 'corporation_mining_description' => 'Affiche les statistiques concernant l\'extraction effectuée par un personnage. Il est basé sur les relevés minier personnel de chaque membre de la corporation et affiche la date, le système, le minerai, la quantité, le volume et la valeur estimée.', - 'corporation_security_label' => 'Accorder l\'accès aux options de sécurité de corporation', - 'corporation_security_description' => 'Fournit des informations concernant la configuration des rôles, les titres et les journaux de hangar.', - 'corporation_standing_label' => 'Accorder l\'accès aux réputations de corporation', - 'corporation_standing_description' => 'Affiche toutes les réputations d\'une corporation.', - 'corporation_tracking_label' => 'Accorder l\'accès au suivi de corporation', - 'corporation_tracking_description' => 'Affiche un rapport des utilisateurs inscrits sur SeAT par rapport à tous les membres.', - 'corporation_customs-office_label' => 'Accorder l\'accès aux bureaux des douanes de corporation', - 'corporation_customs-office_description' => 'Affiche tous les bureaux de douane détenus par une corporation, y compris leur emplacement, leurs paramètres fiscaux et leur niveau d\'accessibilité.', - 'corporation_starbase_label' => 'Accorder l\'accès aux tours de contrôle de corporation', - 'corporation_starbase_description' => 'Affiche toutes les tours de contrôle détenues par la corporation, y compris le type, l\'emplacement, la période hors-ligne estimée, les paramètres de renforcement et les modules.', - 'corporation_structure_label' => 'Accorder l\'accès aux structures de corporation', - 'corporation_structure_description' => 'Affiche toutes les structures détenues par la corporation, y compris le type, l\'emplacement, la période hors-ligne estimée, les paramètres de renforcement et les services.', - 'corporation_summary_label' => 'Accorder l\'accès à la fiche de corporation', - 'corporation_summary_description' => 'La fiche de corporation contient des renseignements de base tels que le nom de la corporation, la description, les divisions, etc...', - 'corporation_wallet_first_division_label' => 'Accorder l\'accès à la première division du portefeuille de corporation.', - 'corporation_wallet_first_division_description' => 'Affiche le portefeuille de la première division de la corporation.', - 'corporation_wallet_second_division_label' => 'Accorder l\'accès à la seconde division du portefeuille de corporation.', - 'corporation_wallet_second_division_description' => 'Affiche le portefeuille de la deuxième division de la corporation.', - 'corporation_wallet_third_division_label' => 'Accorder l\'accès à la troisième division du portefeuille de corporation.', - 'corporation_wallet_third_division_description' => 'Affiche le portefeuille de la troisième division de la corporation.', - 'corporation_wallet_fourth_division_label' => 'Accorder l\'accès à la quatrième division du portefeuille de corporation.', - 'corporation_wallet_fourth_division_description' => 'Affiche le portefeuille de la quatrième division de la corporation.', - 'corporation_wallet_fifth_division_label' => 'Accorder l\'accès à la cinquième division du portefeuille de corporation.', - 'corporation_wallet_fifth_division_description' => 'Affiche le portefeuille de la cinquième division de la corporation.', - 'corporation_wallet_sixth_division_label' => 'Accorder l\'accès à la sixième division du portefeuille de corporation.', - 'corporation_wallet_sixth_division_description' => 'Affiche le portefeuille de la sixième division de la corporation.', - 'corporation_wallet_seventh_division_label' => 'Accorder l\'accès à la septième division du portefeuille de corporation.', + 'corporation_asset_label' => 'Accorder l\'accès aux biens de corporation', + 'corporation_asset_description' => 'Les biens de la corporation montrent tous les éléments lui appartenant, leur emplacement et leur quantité.', + 'corporation_asset_first_division_label' => 'Accorder l\'accès aux biens de corporation dans la première division', + 'corporation_asset_first_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la première division.', + 'corporation_asset_second_division_label' => 'Accorder l\'accès aux biens de corporation dans la seconde division', + 'corporation_asset_second_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la seconde division.', + 'corporation_asset_third_division_label' => 'Accorder l\'accès aux biens de corporation dans la troisième division', + 'corporation_asset_third_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la troisième division.', + 'corporation_asset_fourth_division_label' => 'Accorder l\'accès aux biens de corporation dans la quatrième division', + 'corporation_asset_fourth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la quatrième division.', + 'corporation_asset_fifth_division_label' => 'Accorder l\'accès aux biens de corporation dans la cinquième division', + 'corporation_asset_fifth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la cinquième division.', + 'corporation_asset_sixth_division_label' => 'Accorder l\'accès aux biens de corporation dans la sixième division', + 'corporation_asset_sixth_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la sixième division.', + 'corporation_asset_seventh_division_label' => 'Accorder l\'accès aux biens de corporation dans la septième division', + 'corporation_asset_seventh_division_description' => 'Permet de consulter tous les biens d\'une corporation, présents dans la septième division.', + 'corporation_contact_label' => 'Accorder l\'accès aux contacts de corporation', + 'corporation_contact_description' => 'Affiche les contacts de corporation incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', + 'corporation_contract_label' => 'Accorder l\'accès aux contrats de corporation', + 'corporation_contract_description' => 'Affiche les contrats de la corporation incluant la date de création, le type, le statut et le contenu.', + 'corporation_extraction_label' => 'Accorder l\'accès aux extractions de corporation', + 'corporation_extraction_description' => 'Affiche les informations d\'extraction des raffineries détenues par une corporation.', + 'corporation_industry_label' => 'Accorder l\'accès à l\'industrie de corporation', + 'corporation_industry_description' => 'Affiche une liste de toutes les opérations industrielles détenues par la corporation, y compris leur date de début, la fin prévue, l\'emplacement, l\'activité, la quantité, le plan d\'entrée et le produit de sortie.', + 'corporation_blueprint_label' => 'Accorder l\'accès aux plans de corporation', + 'corporation_blueprint_description' => 'Afficher tous les plans détenus par la corporation, y compris leur nom, leurs nombres d\'opérations disponibles, le niveau de recherche et l\'emplacement.', + 'corporation_killmail_label' => 'Accorder l\'accès aux rapports de combat de corporation', + 'corporation_killmail_description' => 'Afficher tous les combats remportés ou perdus par le membre d\'une corporation. Il affiche les données, le type de coque, l\'emplacement et les informations de la victime.', + 'corporation_ledger_label' => 'Accorder l\'accès au grand livre de corporation', + 'corporation_ledger_description' => 'Affiche les transactions corporatives regroupées par catégorie et par division.', + 'corporation_market_label' => 'Accorder l\'accès aux opérations commerciales de corporation', + 'corporation_market_description' => 'Affiche tous les ordres d\'achat ou de vente effectués au nom d\'une corporation.', + 'corporation_mining_label' => 'Accorder l\'accès aux opérations minières de corporation', + 'corporation_mining_description' => 'Affiche les statistiques concernant l\'extraction effectuée par un personnage. Il est basé sur les relevés minier personnel de chaque membre de la corporation et affiche la date, le système, le minerai, la quantité, le volume et la valeur estimée.', + 'corporation_security_label' => 'Accorder l\'accès aux options de sécurité de corporation', + 'corporation_security_description' => 'Fournit des informations concernant la configuration des rôles, les titres et les journaux de hangar.', + 'corporation_standing_label' => 'Accorder l\'accès aux réputations de corporation', + 'corporation_standing_description' => 'Affiche toutes les réputations d\'une corporation.', + 'corporation_tracking_label' => 'Accorder l\'accès au suivi de corporation', + 'corporation_tracking_description' => 'Affiche un rapport des utilisateurs inscrits sur SeAT par rapport à tous les membres.', + 'corporation_customs-office_label' => 'Accorder l\'accès aux bureaux des douanes de corporation', + 'corporation_customs-office_description' => 'Affiche tous les bureaux de douane détenus par une corporation, y compris leur emplacement, leurs paramètres fiscaux et leur niveau d\'accessibilité.', + 'corporation_starbase_label' => 'Accorder l\'accès aux tours de contrôle de corporation', + 'corporation_starbase_description' => 'Affiche toutes les tours de contrôle détenues par la corporation, y compris le type, l\'emplacement, la période hors-ligne estimée, les paramètres de renforcement et les modules.', + 'corporation_structure_label' => 'Accorder l\'accès aux structures de corporation', + 'corporation_structure_description' => 'Affiche toutes les structures détenues par la corporation, y compris le type, l\'emplacement, la période hors-ligne estimée, les paramètres de renforcement et les services.', + 'corporation_summary_label' => 'Accorder l\'accès à la fiche de corporation', + 'corporation_summary_description' => 'La fiche de corporation contient des renseignements de base tels que le nom de la corporation, la description, les divisions, etc...', + 'corporation_wallet_first_division_label' => 'Accorder l\'accès à la première division du portefeuille de corporation.', + 'corporation_wallet_first_division_description' => 'Affiche le portefeuille de la première division de la corporation.', + 'corporation_wallet_second_division_label' => 'Accorder l\'accès à la seconde division du portefeuille de corporation.', + 'corporation_wallet_second_division_description' => 'Affiche le portefeuille de la deuxième division de la corporation.', + 'corporation_wallet_third_division_label' => 'Accorder l\'accès à la troisième division du portefeuille de corporation.', + 'corporation_wallet_third_division_description' => 'Affiche le portefeuille de la troisième division de la corporation.', + 'corporation_wallet_fourth_division_label' => 'Accorder l\'accès à la quatrième division du portefeuille de corporation.', + 'corporation_wallet_fourth_division_description' => 'Affiche le portefeuille de la quatrième division de la corporation.', + 'corporation_wallet_fifth_division_label' => 'Accorder l\'accès à la cinquième division du portefeuille de corporation.', + 'corporation_wallet_fifth_division_description' => 'Affiche le portefeuille de la cinquième division de la corporation.', + 'corporation_wallet_sixth_division_label' => 'Accorder l\'accès à la sixième division du portefeuille de corporation.', + 'corporation_wallet_sixth_division_description' => 'Affiche le portefeuille de la sixième division de la corporation.', + 'corporation_wallet_seventh_division_label' => 'Accorder l\'accès à la septième division du portefeuille de corporation.', 'corporation_wallet_seventh_division_description' => 'Affiche le portefeuille de la septième division de la corporation.', - 'corporation_journal_label' => 'Afficher les transactions de corporation', - 'corporation_journal_description' => 'Affiche les transactions d\'une corporation.', - 'corporation_transaction_label' => 'Accorder l\'accès aux transactions sur le marché de corporation', - 'corporation_transaction_description' => 'Affiche les transactions sur le marché d\'une corporation.', + 'corporation_journal_label' => 'Afficher les transactions de corporation', + 'corporation_journal_description' => 'Affiche les transactions d\'une corporation.', + 'corporation_transaction_label' => 'Accorder l\'accès aux transactions sur le marché de corporation', + 'corporation_transaction_description' => 'Affiche les transactions sur le marché d\'une corporation.', // Alliance Scope - 'alliance_contact_label' => 'Autoriser l\'accès aux contacts d\'Alliance', - 'alliance_contact_description' => 'Affiche les contacts d\'alliance incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', - 'alliance_summary_label' => 'Accorder l\'accès à la fiche de résumé d\'Alliance', - 'alliance_summary_description' => 'La feuille d\'alliance contient des informations de base comme le nom de l\'alliance, le fondateur, les sociétés membres, etc...', - 'alliance_tracking_label' => 'Accorder l\'accès au suivi d\'Alliance', - 'alliance_tracking_description' => 'Affiche un rapport des utilisateurs inscrits sur SeAT par rapport à tous les membres.', + 'alliance_contact_label' => 'Autoriser l\'accès aux contacts d\'Alliance', + 'alliance_contact_description' => 'Affiche les contacts d\'alliance incluant le nom, la réputation et les notes. Affiche également les liens vers des plates-formes tierces (comme zkillboard).', + 'alliance_summary_label' => 'Accorder l\'accès à la fiche de résumé d\'Alliance', + 'alliance_summary_description' => 'La feuille d\'alliance contient des informations de base comme le nom de l\'alliance, le fondateur, les sociétés membres, etc...', + 'alliance_tracking_label' => 'Accorder l\'accès au suivi d\'Alliance', + 'alliance_tracking_description' => 'Affiche un rapport des utilisateurs inscrits sur SeAT par rapport à tous les membres.', // Mail Scope - 'mail_bodies_label' => 'Lire les corps des mails', + 'mail_bodies_label' => 'Lire les corps des mails', 'mail_subjects_label' => 'Lire les objets des mails', // People Scope 'people_create_label' => 'Créer des contacts', - 'people_edit_label' => 'Modifier les contacts', - 'people_view_label' => 'Voir les contacts', + 'people_edit_label' => 'Modifier les contacts', + 'people_view_label' => 'Voir les contacts', // Search Scope - 'search_character_assets_label' => 'Rechercher des biens de personnage', + 'search_character_assets_label' => 'Rechercher des biens de personnage', 'search_character_contact_lists_label' => 'Rechercher dans la liste des contacts du personnage', - 'search_character_mail_label' => 'Rechercher dans les mails de personnage', - 'search_characters_label' => 'Rechercher dans les personnages', - 'search_character_skills_label' => 'Rechercher dans les compétences de personnage', - 'search_character_standings_label' => 'Rechercher dans la réputation des personnages', - 'search_corporation_assets_label' => 'Rechercher dans les biens de corporation', - 'search_corporation_standings_label' => 'Rechercher dans les réputations de corporation', + 'search_character_mail_label' => 'Rechercher dans les mails de personnage', + 'search_characters_label' => 'Rechercher dans les personnages', + 'search_character_skills_label' => 'Rechercher dans les compétences de personnage', + 'search_character_standings_label' => 'Rechercher dans la réputation des personnages', + 'search_corporation_assets_label' => 'Rechercher dans les biens de corporation', + 'search_corporation_standings_label' => 'Rechercher dans les réputations de corporation', ]; diff --git a/src/resources/lang/fr/research.php b/src/resources/lang/fr/research.php index 67b2e4adb..f002e5bab 100644 --- a/src/resources/lang/fr/research.php +++ b/src/resources/lang/fr/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Début', - 'agent' => 'Agent', - 'skill' => 'Compétence', + 'start' => 'Début', + 'agent' => 'Agent', + 'skill' => 'Compétence', 'point_per_day' => 'Point par jour|Points par jour', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/fr/seat.php b/src/resources/lang/fr/seat.php index dc69cc2a0..1810d047d 100644 --- a/src/resources/lang/fr/seat.php +++ b/src/resources/lang/fr/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => 'Accueil', - 'character' => 'Personnage|Personnages', - 'corporation' => 'Corporation|Corporations', - 'user' => 'Utilisateur|Utilisateurs', - 'last_update' => 'Dernière mise à jour', - 'unknown' => 'Inconnu', - 'note' => 'Note', - 'name' => 'Nom|Noms', - 'granted' => 'Autorisé', - 'denied' => 'Refusé', - 'enabled' => 'Activé', - 'disabled' => 'Désactivé', - 'username' => 'Utilisateur', - 'email' => 'Courriel', - 'close' => 'Fermer', - 'date' => 'Date', - 'status' => 'Statut', - 'id' => 'ID|IDs', - 'type' => 'Type|Types', - 'expiry' => 'Expiration', - 'never' => 'Jamais', - 'detail' => 'Détail|Détails', - 'delete' => 'Supprimer', - 'kill' => 'Kill', - 'verify' => 'Vérifier', - 'reset' => 'Réinitialiser', - 'back' => 'Retour', - 'summary' => 'Résumé', - 'quantity' => 'Quantité', - 'volume' => 'Volume', - 'group' => 'Groupe', - 'owner' => 'Propriétaire', - 'general' => 'Général', - 'description' => 'Désignation', - 'labels' => 'Libellés', - 'created' => 'Crée', - 'issuer' => 'Émétteur', - 'title' => 'Titre|Titres', - 'price' => 'Prix', - 'reward' => 'Récompense', - 'collateral' => 'Collateral', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => 'Emplacement', - 'filter' => 'Filtre|Filtres', - 'clear' => 'Vider', - 'none' => 'Aucun', - 'permission' => 'Autorisation|Autorisations', - 'affiliation' => 'Affiliation|Affiliations', - 'role' => 'Rôle|Rôles', - 'edit' => 'Modifier', - 'remove' => 'Supprimer', - 'yes' => 'Oui', - 'no' => 'Non', - 'update' => 'Mettre à jour', - 'action' => 'Action', - 'key' => 'Clé|Clés', - 'log' => 'Journal|Journaux', - 'view' => 'Voir', - 'item' => 'Article|Articles', - 'usage' => 'Utilisation', - 'unit' => 'Unité|Unités', - 'add' => 'Ajouter', - 'all' => 'Tout', - 'inverse' => 'Inverse', - 'read' => 'Lire', - 'level' => 'Niveau', - 'token' => 'Token', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => 'Accueil', + 'character' => 'Personnage|Personnages', + 'corporation' => 'Corporation|Corporations', + 'user' => 'Utilisateur|Utilisateurs', + 'last_update' => 'Dernière mise à jour', + 'unknown' => 'Inconnu', + 'note' => 'Note', + 'name' => 'Nom|Noms', + 'granted' => 'Autorisé', + 'denied' => 'Refusé', + 'enabled' => 'Activé', + 'disabled' => 'Désactivé', + 'username' => 'Utilisateur', + 'email' => 'Courriel', + 'close' => 'Fermer', + 'date' => 'Date', + 'status' => 'Statut', + 'id' => 'ID|IDs', + 'type' => 'Type|Types', + 'expiry' => 'Expiration', + 'never' => 'Jamais', + 'detail' => 'Détail|Détails', + 'delete' => 'Supprimer', + 'kill' => 'Kill', + 'verify' => 'Vérifier', + 'reset' => 'Réinitialiser', + 'back' => 'Retour', + 'summary' => 'Résumé', + 'quantity' => 'Quantité', + 'volume' => 'Volume', + 'group' => 'Groupe', + 'owner' => 'Propriétaire', + 'general' => 'Général', + 'description' => 'Désignation', + 'labels' => 'Libellés', + 'created' => 'Crée', + 'issuer' => 'Émétteur', + 'title' => 'Titre|Titres', + 'price' => 'Prix', + 'reward' => 'Récompense', + 'collateral' => 'Collateral', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => 'Emplacement', + 'filter' => 'Filtre|Filtres', + 'clear' => 'Vider', + 'none' => 'Aucun', + 'permission' => 'Autorisation|Autorisations', + 'affiliation' => 'Affiliation|Affiliations', + 'role' => 'Rôle|Rôles', + 'edit' => 'Modifier', + 'remove' => 'Supprimer', + 'yes' => 'Oui', + 'no' => 'Non', + 'update' => 'Mettre à jour', + 'action' => 'Action', + 'key' => 'Clé|Clés', + 'log' => 'Journal|Journaux', + 'view' => 'Voir', + 'item' => 'Article|Articles', + 'usage' => 'Utilisation', + 'unit' => 'Unité|Unités', + 'add' => 'Ajouter', + 'all' => 'Tout', + 'inverse' => 'Inverse', + 'read' => 'Lire', + 'level' => 'Niveau', + 'token' => 'Token', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Prérequis', - 'requirements_message' => 'La liste suivante montre les extensions PHP manquantes. Veuillez les installer ' . + 'requirements' => 'Prérequis', + 'requirements_message' => 'La liste suivante montre les extensions PHP manquantes. Veuillez les installer ' . 'avant de continuer.', - 'php_version' => 'Version PHP', - 'php_version_message' => 'La version PHP installée ne respecte pas la version minimum ' . + 'php_version' => 'Version PHP', + 'php_version_message' => 'La version PHP installée ne respecte pas la version minimum ' . 'requise pour SeAT. Veuillez mettre votre installation de PHP à jour.', - 'installed_version' => 'Version installée', - 'min_version' => 'Version minimum', + 'installed_version' => 'Version installée', + 'min_version' => 'Version minimum', 'admin_contact_warning' => 'Un contact administratif pour cette installation n\'a pas été défini.' . ' Aucune tâche ne sera mise en file d\'attente à cause de cela. Veuillez le définir dans les paramètres SeAT.', 'refresh_token_warning' => 'Votre compte n\'a pas de jeton de rafraîchissement valide enregistré. ' . 'Veuillez vous déconnecter et revenir pour corriger cela dès que possible.', - 'sso_config_warning' => 'SSO ne semble pas encore avoir été configuré. Seuls les administrateurs ' . + 'sso_config_warning' => 'SSO ne semble pas encore avoir été configuré. Seuls les administrateurs ' . 'logins are possible.', - 'sso_activation' => 'SSO Activation', - 'sso_confirmation' => 'Il semble que vous possédiez déjà un compte. Veuillez confirmer vos identifiants afin d\'activer SSO.', + 'sso_activation' => 'SSO Activation', + 'sso_confirmation' => 'Il semble que vous possédiez déjà un compte. Veuillez confirmer vos identifiants afin d\'activer SSO.', // Auth - 'failed' => 'Ces identifiants ne correspondent pas à nos informations.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez essayer de nouveau dans :seconds secondes.', - 'login_welcome' => 'Bienvenue, veuillez saisir vos identifiants.', - 'remember_me' => 'Se souvenir de moi', - 'password' => 'Mot de passe', - 'password_again' => 'Confirmer le mot de passe', - 'forgot' => 'J\'ai oublié mon mot de passe', - 'register' => 'S\'inscrire', - 'sign_in' => 'Se connecter', - 'email_verify' => 'Email Verification', - 'email_verify_welcome' => 'Veuillez entrer une adresse e-mail valide pour votre compte.', + 'failed' => 'Ces identifiants ne correspondent pas à nos informations.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez essayer de nouveau dans :seconds secondes.', + 'login_welcome' => 'Bienvenue, veuillez saisir vos identifiants.', + 'remember_me' => 'Se souvenir de moi', + 'password' => 'Mot de passe', + 'password_again' => 'Confirmer le mot de passe', + 'forgot' => 'J\'ai oublié mon mot de passe', + 'register' => 'S\'inscrire', + 'sign_in' => 'Se connecter', + 'email_verify' => 'Email Verification', + 'email_verify_welcome' => 'Veuillez entrer une adresse e-mail valide pour votre compte.', // Registration - 'new_account' => 'Nouveau compte', - 'register_welcome' => 'Veuillez saisir un nom d\'utilisateur et un mot de passe fort.', - 'register_eve_warn' => 'N\'utilisez pas le même mot de passe que celui que vous utilisez pour vous identifier à Eve Online', - 'existing_account' => 'J\'ai déjà un compte', - 'register_account' => 'Créer un compte', + 'new_account' => 'Nouveau compte', + 'register_welcome' => 'Veuillez saisir un nom d\'utilisateur et un mot de passe fort.', + 'register_eve_warn' => 'N\'utilisez pas le même mot de passe que celui que vous utilisez pour vous identifier à Eve Online', + 'existing_account' => 'J\'ai déjà un compte', + 'register_account' => 'Créer un compte', // Passwords - 'password_reset' => 'Réinitialiser le mot de passe', - 'reset_welcome' => 'Veuillez indiquer l\'adresse mail liée au compte pour lequel le mot de passe doit être réinitialisé.', - 'remember' => 'Je me souviens de mes identifiants', - 'reset_topic' => 'Réinitialisation du mot de passe', - 'reset_token_welcome' => 'Veuillez saisir l\'adresse mail et un nouveau mot de passe.', + 'password_reset' => 'Réinitialiser le mot de passe', + 'reset_welcome' => 'Veuillez indiquer l\'adresse mail liée au compte pour lequel le mot de passe doit être réinitialisé.', + 'remember' => 'Je me souviens de mes identifiants', + 'reset_topic' => 'Réinitialisation du mot de passe', + 'reset_token_welcome' => 'Veuillez saisir l\'adresse mail et un nouveau mot de passe.', // Header - 'toggle_navigation' => 'Masquer le ruban', - 'queued' => 'En attente', - 'working' => 'En cours', - 'joined' => 'Rejoint', - 'profile' => 'Profil', - 'sign_out' => 'Se déconnecter', - 'stop_impersonation' => 'Arrêter l\'usurpation d\'identité', - 'switch_character' => 'Changer le personnage principal', + 'toggle_navigation' => 'Masquer le ruban', + 'queued' => 'En attente', + 'working' => 'En cours', + 'joined' => 'Rejoint', + 'profile' => 'Profil', + 'sign_out' => 'Se déconnecter', + 'stop_impersonation' => 'Arrêter l\'usurpation d\'identité', + 'switch_character' => 'Changer le personnage principal', 'use_as_main_character' => 'Utiliser comme personnage principal', - 'link_character' => 'Lier un personnage', - 'characters_in_group' => 'Personnage dans le groupe|Personnages dans le groupe', + 'link_character' => 'Lier un personnage', + 'characters_in_group' => 'Personnage dans le groupe|Personnages dans le groupe', // Notifications - 'critical' => 'Critique', - 'error' => 'Erreur', - 'success' => 'Succès', - 'warning' => 'Avertissement', - 'notice' => 'Notification', - 'info' => 'Information', - 'debug_disclaimer' => 'On dirait que le mode debug est actuellement activé.
Ceci est un état de configuration extrêmement dangereux qui rend votre instance vulnérable à des problèmes de sécurité facilement exploitables via les fonctionnalités de débogage qui sont maintenant activées.


Sauf si vous développez pour SeAT, ou si vous déboguez un problème, il est fortement recommandé de désactiver ceci dès que possible.
Vous pouvez le faire en définissant la valeur APP_DEBUG à false dans votre fichier .env.
Après cela, exécutez php artisan config:cache.', - 'warning_disclaimer' => 'Il y a un avertissement critique qui nécessite l\'attention de l\'administrateur !
Veuillez contacter vos administrateurs SeAT dès que possible et leur demander de se connecter en utilisant un compte avec les privilèges de super-utilisateur.', + 'critical' => 'Critique', + 'error' => 'Erreur', + 'success' => 'Succès', + 'warning' => 'Avertissement', + 'notice' => 'Notification', + 'info' => 'Information', + 'debug_disclaimer' => 'On dirait que le mode debug est actuellement activé.
Ceci est un état de configuration extrêmement dangereux qui rend votre instance vulnérable à des problèmes de sécurité facilement exploitables via les fonctionnalités de débogage qui sont maintenant activées.


Sauf si vous développez pour SeAT, ou si vous déboguez un problème, il est fortement recommandé de désactiver ceci dès que possible.
Vous pouvez le faire en définissant la valeur APP_DEBUG à false dans votre fichier .env.
Après cela, exécutez php artisan config:cache.', + 'warning_disclaimer' => 'Il y a un avertissement critique qui nécessite l\'attention de l\'administrateur !
Veuillez contacter vos administrateurs SeAT dès que possible et leur demander de se connecter en utilisant un compte avec les privilèges de super-utilisateur.', // Menu - 'api_key_management' => 'Gestion des clés API', - 'add_api_key' => 'Ajouter une clé API EVE', - 'list_keys' => 'Liste des clés API EVE', - 'all_char' => 'Tous les personnages', - 'mail_timeline' => 'Mur de Mail', - 'all_corp' => 'Toutes les corporations', - 'all_alliance' => 'Toutes les alliances', - 'configuration' => 'Configuration', - 'access' => 'Gestion d\'accès', - 'other' => 'Autre', - 'tools' => 'Outils', - 'security_logs' => 'Journaux de sécurité', - 'import' => 'Importer des clés API', - 'settings' => 'Paramètrer SeAT', - 'schedule' => 'Planifié', - 'no_main_char' => 'Aucun personnage principal', - 'no_email' => 'No email defined', - 'hello' => 'Bonjour', - 'online' => 'Connecté', - 'search' => 'Rechercher', - 'main_menu' => 'Menu principal', - 'security' => 'Securité', - 'sso' => 'Single Sign-on', - 'tracking' => 'Traçabilité', - 'about' => 'À propos', - - 'assets' => 'Biens', - 'location_flag' => 'Location Flag', - 'calendar' => 'Calendrier', - 'channels' => 'Canaux', - 'contacts' => 'Nous contacter', - 'contracts' => 'Contrats', - 'fittings' => 'Équipements', - 'fitting_items' => 'Fitting Items', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Industrie', - 'intel' => 'Renseignements', - 'killmails' => 'Rapport de combat', - 'mail' => 'Courrier', - 'market' => 'Marché', - 'notifications' => 'Communications', - 'pi' => 'Infra. Planétaire', - 'research' => 'Recherche', - 'sheet' => 'Feuille', - 'skills' => 'Compétences', - 'standings' => 'Réputation', - 'wallet' => 'Portefeuille', - 'wallet_journal' => 'Journal', - 'wallet_transactions' => 'Transactions', + 'api_key_management' => 'Gestion des clés API', + 'add_api_key' => 'Ajouter une clé API EVE', + 'list_keys' => 'Liste des clés API EVE', + 'all_char' => 'Tous les personnages', + 'mail_timeline' => 'Mur de Mail', + 'all_corp' => 'Toutes les corporations', + 'all_alliance' => 'Toutes les alliances', + 'configuration' => 'Configuration', + 'access' => 'Gestion d\'accès', + 'other' => 'Autre', + 'tools' => 'Outils', + 'security_logs' => 'Journaux de sécurité', + 'import' => 'Importer des clés API', + 'settings' => 'Paramètrer SeAT', + 'schedule' => 'Planifié', + 'no_main_char' => 'Aucun personnage principal', + 'no_email' => 'No email defined', + 'hello' => 'Bonjour', + 'online' => 'Connecté', + 'search' => 'Rechercher', + 'main_menu' => 'Menu principal', + 'security' => 'Securité', + 'sso' => 'Single Sign-on', + 'tracking' => 'Traçabilité', + 'about' => 'À propos', + + 'assets' => 'Biens', + 'location_flag' => 'Location Flag', + 'calendar' => 'Calendrier', + 'channels' => 'Canaux', + 'contacts' => 'Nous contacter', + 'contracts' => 'Contrats', + 'fittings' => 'Équipements', + 'fitting_items' => 'Fitting Items', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Industrie', + 'intel' => 'Renseignements', + 'killmails' => 'Rapport de combat', + 'mail' => 'Courrier', + 'market' => 'Marché', + 'notifications' => 'Communications', + 'pi' => 'Infra. Planétaire', + 'research' => 'Recherche', + 'sheet' => 'Feuille', + 'skills' => 'Compétences', + 'standings' => 'Réputation', + 'wallet' => 'Portefeuille', + 'wallet_journal' => 'Journal', + 'wallet_transactions' => 'Transactions', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'Un problème a été rencontré lors de la publication de votre rapport. Veuillez contacter votre administrateur.', - 'probe_report_posted' => 'Votre rapport a été publié avec succès. :lines lignes de compositions de lune ont été mises à jour.', + 'insert_error_probe_report' => 'Un problème a été rencontré lors de la publication de votre rapport. Veuillez contacter votre administrateur.', + 'probe_report_posted' => 'Votre rapport a été publié avec succès. :lines lignes de compositions de lune ont été mises à jour.', // Dashboard - 'home_page' => 'Page d\'accueil', - 'online_players' => 'Joueurs connectés', - 'dashboard' => 'Tableau de bord', - 'owned_api_keys' => 'Clés API possédées', - 'total_character_isk' => 'Total ISK du personnage', + 'home_page' => 'Page d\'accueil', + 'online_players' => 'Joueurs connectés', + 'dashboard' => 'Tableau de bord', + 'owned_api_keys' => 'Clés API possédées', + 'total_character_isk' => 'Total ISK du personnage', 'total_character_skillpoints' => 'Total des points de compétence du personnage', - 'total_character_mined_isk' => 'Total ISK miné', - 'total_character_ratted_isk' => 'Total ISK farmé', - 'total_killmails' => 'Total des rapports de combats', - 'main_char_skills' => 'Compétences de :character_name', - 'main_char_skills_per_level' => 'Compétences par niveau', - 'main_char_skills_coverage' => 'Couverture des compétences (en pourcentage)', - 'concurrent_player_count' => 'Nombre de joueurs simultanés', - 'esi_response_time' => 'Temps de réponse d\'ESI', - 'current_month' => 'ce mois-ci', + 'total_character_mined_isk' => 'Total ISK miné', + 'total_character_ratted_isk' => 'Total ISK farmé', + 'total_killmails' => 'Total des rapports de combats', + 'main_char_skills' => 'Compétences de :character_name', + 'main_char_skills_per_level' => 'Compétences par niveau', + 'main_char_skills_coverage' => 'Couverture des compétences (en pourcentage)', + 'concurrent_player_count' => 'Nombre de joueurs simultanés', + 'esi_response_time' => 'Temps de réponse d\'ESI', + 'current_month' => 'ce mois-ci', // Api Keys - 'api_key_add' => 'Ajouter une nouvelle clé', - 'key_id' => 'ID de la clé', - 'v_code' => 'Code de vérification', - 'check_key' => 'Vérifier la clé', - 'api_new_key' => 'Créer une nouvelle clé', - 'api_use_link' => 'Utilisez les liens suivant pour créer de nouvelles clés', - 'api_full_link' => 'Clé API complète pour tous les personnages', - 'api_full_min_mask' => 'API Key with minimum Mask needed', - 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', - 'api_key_info' => 'Information sur la clé', - 'api_key_type' => 'Type', - 'api_access_mask' => 'Masque d\'accès', - 'api_add_type_key' => 'Ajouter la clé de type :type', - 'api_add_job' => 'L\'ajout de la clé API va placer automatiquement un processus de mise à jour dans la fil d\'attente', - 'api_min_mask' => 'Masque minimum', - 'api_access' => 'Accès', - 'api_detail' => 'Détail de la clé', - 'api_key_status' => 'État de la clé', - 'api_job_update' => 'Placer un processus de mise à jour dans la fil d\'attente', - 'owner_info' => 'Information sur le propriétaire', - 'no_owner' => 'Cette clé n\'a pas de propriétaire', - 'member_since' => 'Membre depuis', - 'last_login' => 'Dernière connexion', - 'account_status' => 'État du compte', - 'transfer_ownership' => 'Changer le propriétaire', - 'seat_user' => 'Utilisateur SeAT', - 'transfer' => 'Transférer', - 'mask_map_fail' => 'Impossible de charger la liste des masques d\'accès', - 'recent_jobs' => 'Derniers processus de mise à jour', - 'scope' => 'Contexte', - 'api_all' => 'Toutes les clés', - 'reveal' => 'Montrer', - 'add_success' => 'La clé d\'API a été ajoutée avec succès. La tâche de mise à jour :jobid a été ajoutée', - 're_enable' => 'Réactiver', - 'disable' => 'Désactiver', - 'reenable_all_disabled' => 'Re-enable all disabled keys', - 'disable_all_enabled' => 'Disable all enabled keys', - 'joblog' => 'Journaux d\'activités', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Ajouter une nouvelle clé', + 'key_id' => 'ID de la clé', + 'v_code' => 'Code de vérification', + 'check_key' => 'Vérifier la clé', + 'api_new_key' => 'Créer une nouvelle clé', + 'api_use_link' => 'Utilisez les liens suivant pour créer de nouvelles clés', + 'api_full_link' => 'Clé API complète pour tous les personnages', + 'api_full_min_mask' => 'API Key with minimum Mask needed', + 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', + 'api_key_info' => 'Information sur la clé', + 'api_key_type' => 'Type', + 'api_access_mask' => 'Masque d\'accès', + 'api_add_type_key' => 'Ajouter la clé de type :type', + 'api_add_job' => 'L\'ajout de la clé API va placer automatiquement un processus de mise à jour dans la fil d\'attente', + 'api_min_mask' => 'Masque minimum', + 'api_access' => 'Accès', + 'api_detail' => 'Détail de la clé', + 'api_key_status' => 'État de la clé', + 'api_job_update' => 'Placer un processus de mise à jour dans la fil d\'attente', + 'owner_info' => 'Information sur le propriétaire', + 'no_owner' => 'Cette clé n\'a pas de propriétaire', + 'member_since' => 'Membre depuis', + 'last_login' => 'Dernière connexion', + 'account_status' => 'État du compte', + 'transfer_ownership' => 'Changer le propriétaire', + 'seat_user' => 'Utilisateur SeAT', + 'transfer' => 'Transférer', + 'mask_map_fail' => 'Impossible de charger la liste des masques d\'accès', + 'recent_jobs' => 'Derniers processus de mise à jour', + 'scope' => 'Contexte', + 'api_all' => 'Toutes les clés', + 'reveal' => 'Montrer', + 'add_success' => 'La clé d\'API a été ajoutée avec succès. La tâche de mise à jour :jobid a été ajoutée', + 're_enable' => 'Réactiver', + 'disable' => 'Désactiver', + 'reenable_all_disabled' => 'Re-enable all disabled keys', + 'disable_all_enabled' => 'Disable all enabled keys', + 'joblog' => 'Journaux d\'activités', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'Groupes de personnage', - 'unaffiliated_keys' => 'Clés non liées', - 'add_to_existing' => 'Add to Existing', - 'add_to_existing_group' => 'Ajouter au groupe existant', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'Nouveau groupe avec :name comme personnage principal', + 'people_groups' => 'Groupes de personnage', + 'unaffiliated_keys' => 'Clés non liées', + 'add_to_existing' => 'Add to Existing', + 'add_to_existing_group' => 'Ajouter au groupe existant', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'Nouveau groupe avec :name comme personnage principal', // Access - 'access_mangement' => 'Gestion des droits', - 'quick_add_role' => 'Ajout rapide de rôle', - 'role_name' => 'Nom du rôle', - 'add_new_role' => 'Ajouter un rôle', - 'available_roles' => 'Rôles disponibles', - 'quick_add_user' => 'Ajout rapide d\'utilisateur', - 'add_new_user' => 'Ajouter un utilisateur', - 'edit_role' => 'Modifier le rôle', - 'available_permissions' => 'Autorisations disponibles', - 'grant_permissions' => 'Ajouter des autorisations', - 'inverse_permission' => 'Inverse Permission', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Autorisations actuelles', - 'has_superuser' => 'Est administrateur', - 'permission_inherit' => 'Hériter de toutes les autorisations', - 'available_corporations' => 'Corporations disponibles', - 'available_characters' => 'Personnages disponibles', - 'add_affiliations' => 'Ajouter des affiliations', - 'current_affiliations' => 'Affiliations actuelles', - 'available_users' => 'Utilisateurs disponibles', - 'available_groups' => 'Available Group|Available Groups', - 'add_user' => 'Ajouter un utilisateur|Ajouter des utilisateurs', - 'add_group' => 'Add Group|Add Groups', - 'current_users' => 'Utilisateurs actuelles', - 'current_groups' => 'Current Group|Current Groups', - 'select_item_add' => 'Choisissez un élément à ajouter', - 'impersonate' => 'Usurper', - 'edit_user' => 'Modifier le compte', - 'activate_user' => 'Activer le compte', - 'reassign_user' => 'Reassign User', - 'reassign' => 'Reassign', - 'deactivate_user' => 'Désactiver le compte', - 'account_status_change' => 'Le statut du compte a été modifié', - 'user_agent' => 'Chaîne de l\'agent', - 'login_history' => 'Historique de connexion', - 'role_summary' => 'Résumé des rôles', - 'user_updated' => 'L\'utilisateur a été mis à jour', - 'user_deleted' => 'L\'utilisateur a été supprimé', - 'self_delete_warning' => 'Vous ne pouvez pas supprimer votre propre compte', - 'impersonating' => 'Usurpation de :user', - 'revert_impersonation' => 'Usurpation interrompue', - 'user_created' => 'Utilisateur crée', - 'unauthorized_request' => 'Requête non autorisée', + 'access_mangement' => 'Gestion des droits', + 'quick_add_role' => 'Ajout rapide de rôle', + 'role_name' => 'Nom du rôle', + 'add_new_role' => 'Ajouter un rôle', + 'available_roles' => 'Rôles disponibles', + 'quick_add_user' => 'Ajout rapide d\'utilisateur', + 'add_new_user' => 'Ajouter un utilisateur', + 'edit_role' => 'Modifier le rôle', + 'available_permissions' => 'Autorisations disponibles', + 'grant_permissions' => 'Ajouter des autorisations', + 'inverse_permission' => 'Inverse Permission', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Autorisations actuelles', + 'has_superuser' => 'Est administrateur', + 'permission_inherit' => 'Hériter de toutes les autorisations', + 'available_corporations' => 'Corporations disponibles', + 'available_characters' => 'Personnages disponibles', + 'add_affiliations' => 'Ajouter des affiliations', + 'current_affiliations' => 'Affiliations actuelles', + 'available_users' => 'Utilisateurs disponibles', + 'available_groups' => 'Available Group|Available Groups', + 'add_user' => 'Ajouter un utilisateur|Ajouter des utilisateurs', + 'add_group' => 'Add Group|Add Groups', + 'current_users' => 'Utilisateurs actuelles', + 'current_groups' => 'Current Group|Current Groups', + 'select_item_add' => 'Choisissez un élément à ajouter', + 'impersonate' => 'Usurper', + 'edit_user' => 'Modifier le compte', + 'activate_user' => 'Activer le compte', + 'reassign_user' => 'Reassign User', + 'reassign' => 'Reassign', + 'deactivate_user' => 'Désactiver le compte', + 'account_status_change' => 'Le statut du compte a été modifié', + 'user_agent' => 'Chaîne de l\'agent', + 'login_history' => 'Historique de connexion', + 'role_summary' => 'Résumé des rôles', + 'user_updated' => 'L\'utilisateur a été mis à jour', + 'user_deleted' => 'L\'utilisateur a été supprimé', + 'self_delete_warning' => 'Vous ne pouvez pas supprimer votre propre compte', + 'impersonating' => 'Usurpation de :user', + 'revert_impersonation' => 'Usurpation interrompue', + 'user_created' => 'Utilisateur crée', + 'unauthorized_request' => 'Requête non autorisée', 'unauthorized_request_logged' => 'Cette tentative a été enregistrée dans les journaux.', - 'role_added' => 'Le rôle a été ajouté', - 'role_updated' => 'Le rôle a été mis à jour - :added autorisations ajoutées, :removed autorisations retirées, :filtered autorisations restreintes', - 'role_removed' => 'Le rôle a été supprimé', - 'permissions_granted' => 'L\'autorisation a été accordée', - 'permission_revoked' => 'L\'autorisation a été révoquée', - 'user_added' => 'Les utilisateurs ont été ajoutés à ce rôle', - 'user_removed' => 'L\'utilisateur a été retiré de ce rôle', - 'affiliations_added' => 'Les affiliations ont été ajoutées à ce rôle', - 'affiliation_removed' => 'Les affiliations ont été retirées de ce rôle', + 'role_added' => 'Le rôle a été ajouté', + 'role_updated' => 'Le rôle a été mis à jour - :added autorisations ajoutées, :removed autorisations retirées, :filtered autorisations restreintes', + 'role_removed' => 'Le rôle a été supprimé', + 'permissions_granted' => 'L\'autorisation a été accordée', + 'permission_revoked' => 'L\'autorisation a été révoquée', + 'user_added' => 'Les utilisateurs ont été ajoutés à ce rôle', + 'user_removed' => 'L\'utilisateur a été retiré de ce rôle', + 'affiliations_added' => 'Les affiliations ont été ajoutées à ce rôle', + 'affiliation_removed' => 'Les affiliations ont été retirées de ce rôle', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => 'Importer des clés Eve Online', - 'csv_data_source' => 'Fichier de données CSV', - 'help' => 'Aide', - 'importing_csv_data' => 'Importer les données CSV', - 'csv_format_explained' => 'Le format du fichier CSV est keyID,vCode et resemble à ceci', - 'important_notes' => 'Avertissement', - 'curr_user_becomes_owner' => 'L\'utilisateur actuel (:user) deviendra le propriétaire de toutes les clés.', - 'only_format_is_checked' => 'Seul le format des clés est contrôlé ici. Aucune vérification n\'est faite ' . + 'api_import_title' => 'Importer des clés Eve Online', + 'csv_data_source' => 'Fichier de données CSV', + 'help' => 'Aide', + 'importing_csv_data' => 'Importer les données CSV', + 'csv_format_explained' => 'Le format du fichier CSV est keyID,vCode et resemble à ceci', + 'important_notes' => 'Avertissement', + 'curr_user_becomes_owner' => 'L\'utilisateur actuel (:user) deviendra le propriétaire de toutes les clés.', + 'only_format_is_checked' => 'Seul le format des clés est contrôlé ici. Aucune vérification n\'est faite ' . 'pour assurer que le masque correspond au masque minimum configuré.', - 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', + 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', // Schedule - 'new_schedule' => 'Planifié', - 'available_commands' => 'Commandes disponibles', - 'cron_expression' => 'Expression Cron', - 'current_schedule' => 'Planification actuelle', - 'command' => 'Commande', - 'cron' => 'Cron', - 'allow_overlap' => 'Autoriser les chevauchements', - 'allow_maintenance' => 'Autoriser mode de maintenance', - 'scheduled_commands' => 'Commandes planifiées', - 'choose_prepop' => 'Choisir une expression cron de pre-remplissage, ou écrivez la votre.', - 'add_scheduled' => 'Ajouter une planification pour cette commande', + 'new_schedule' => 'Planifié', + 'available_commands' => 'Commandes disponibles', + 'cron_expression' => 'Expression Cron', + 'current_schedule' => 'Planification actuelle', + 'command' => 'Commande', + 'cron' => 'Cron', + 'allow_overlap' => 'Autoriser les chevauchements', + 'allow_maintenance' => 'Autoriser mode de maintenance', + 'scheduled_commands' => 'Commandes planifiées', + 'choose_prepop' => 'Choisir une expression cron de pre-remplissage, ou écrivez la votre.', + 'add_scheduled' => 'Ajouter une planification pour cette commande', // Security - 'category' => 'Catégorie', - 'message' => 'Message', - 'source' => 'Origine', + 'category' => 'Catégorie', + 'message' => 'Message', + 'source' => 'Origine', // Ledger - 'ledger' => 'Bilan', - 'bounty_prizes' => 'Récompenses de prime', - 'offices_rentals' => 'Frais de location', - 'industry_facility' => 'Frais industriels', - 'reprocessing' => 'Retraitement', - 'jump_bridges' => 'Pont hyperspatial', - 'wallet_division_name' => 'Nom de la division du portefeuille', - 'wallet_summary' => 'Synthèse du portefeuille', + 'ledger' => 'Bilan', + 'bounty_prizes' => 'Récompenses de prime', + 'offices_rentals' => 'Frais de location', + 'industry_facility' => 'Frais industriels', + 'reprocessing' => 'Retraitement', + 'jump_bridges' => 'Pont hyperspatial', + 'wallet_division_name' => 'Nom de la division du portefeuille', + 'wallet_summary' => 'Synthèse du portefeuille', // Users - 'user_management' => 'Gestion utilisateur', + 'user_management' => 'Gestion utilisateur', // Settings - 'admin_email' => 'Mail administrateur', - 'admin_email_help' => 'Veuillez saisir l\'adresse mail de l\'administrateur de cette installation SeAT.', - 'min_access_mask' => 'Minimum Required Access Mask', - 'min_character_access_mask' => 'Minimum Required Character Access Mask', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Force Min. Access Mask', - 'registration' => 'Inscription', - 'maintenance' => 'Maintenance', - 'cleanup_data' => 'Nettoyer les données périmées', - 'cleanup_data_help' => 'Lorsque le nettoyage des données périmées est activé, la tâche de maintenance ' . + 'admin_email' => 'Mail administrateur', + 'admin_email_help' => 'Veuillez saisir l\'adresse mail de l\'administrateur de cette installation SeAT.', + 'min_access_mask' => 'Minimum Required Access Mask', + 'min_character_access_mask' => 'Minimum Required Character Access Mask', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Force Min. Access Mask', + 'registration' => 'Inscription', + 'maintenance' => 'Maintenance', + 'cleanup_data' => 'Nettoyer les données périmées', + 'cleanup_data_help' => 'Lorsque le nettoyage des données périmées est activé, la tâche de maintenance ' . 'supprimera les données obsolètes telles que les utilisateurs et les corporations sans utilisateurs valides dans cette ' . 'instance.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Vérifiez que les valeurs des variables EVE_CLIENT_ID, EVE_CLIENT_SECRET et EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Vérifiez que les valeurs des variables EVE_CLIENT_ID, EVE_CLIENT_SECRET et EVE_CALLBACK_URL' . ' sont correctement renseignées dans le fichier .env, car elles semblent être vides ou invalide. L\'authentification SSO peut échouer dans cette situation !', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Autoriser les inscriptions', - 'allow_user_character_unlink' => 'Autoriser les utilisateurs à délier leurs personnages', - 'unlink' => 'Délier', - 'email_activation' => 'Email Activation', - 'require_activation' => 'Require Email Activation', - 'module_versions' => 'Version des modules SeAT', - 'tp_versions' => 'Versions des composants tiers', - 'installed' => 'Installée', - 'current' => 'Actuelle', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Autorisez le suivi', - 'tracking_id' => 'ID de suivi unique', - 'tracking_help' => 'Avant de désactiver le suivi, veuillez d\'abord vous référer au' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Autoriser les inscriptions', + 'allow_user_character_unlink' => 'Autoriser les utilisateurs à délier leurs personnages', + 'unlink' => 'Délier', + 'email_activation' => 'Email Activation', + 'require_activation' => 'Require Email Activation', + 'module_versions' => 'Version des modules SeAT', + 'tp_versions' => 'Versions des composants tiers', + 'installed' => 'Installée', + 'current' => 'Actuelle', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Autorisez le suivi', + 'tracking_id' => 'ID de suivi unique', + 'tracking_help' => 'Avant de désactiver le suivi, veuillez d\'abord vous référer au' . ' document suivant.', - 'customlink' => 'Liens personnalisés', - 'customlink_description' => 'Vous pouvez ajouter des liens personnalisés au menu de la barre latérale SeAT ici. Vous pouvez éventuellement spécifier une ' . + 'customlink' => 'Liens personnalisés', + 'customlink_description' => 'Vous pouvez ajouter des liens personnalisés au menu de la barre latérale SeAT ici. Vous pouvez éventuellement spécifier une ' . 'icône à utiliser à partir des icônes gratuites de :fa-link (ex :icon).', - 'new_tab_question_mark' => 'Nouvel onglet ?', + 'new_tab_question_mark' => 'Nouvel onglet ?', // SSO Settings - 'sso_scopes' => 'Scopes SSO', - 'sso_scopes_profile_name' => 'Nom du profil', + 'sso_scopes' => 'Scopes SSO', + 'sso_scopes_profile_name' => 'Nom du profil', 'sso_scopes_profile_name_help' => 'Vous pouvez utiliser des caractères alphanumériques avec des tirets et des tirets du bas.', - 'available_scopes' => 'Scopes SSO disponibles', - 'enable_all' => 'Activer tout', - 'remove_all' => 'Enlever tout', - 'update_sso_scopes' => 'Mettre à jour les Scopes SSO', + 'available_scopes' => 'Scopes SSO disponibles', + 'enable_all' => 'Activer tout', + 'remove_all' => 'Enlever tout', + 'update_sso_scopes' => 'Mettre à jour les Scopes SSO', 'current_configuration_status' => 'Configuration SSO actuelle', - 'client_id_status' => 'État de l\'identifiant client', - 'client_id_ok' => 'Identifiant client OK', - 'client_id_not_ok' => 'L\'identifiant client n\'est pas valide. Vérifiez le fichier .env', - 'client_secret_status' => 'État de la clé secrète', - 'client_secret_ok' => 'Clé secrète OK', - 'client_secret_not_ok' => 'La clé secrète n\'est pas valide. Vérifiez le fichier .env', - 'callback_url_status' => 'État de l\'URL de redirection', - 'callback_url_ok' => 'URL de redirection valide en tant que :url', - 'callback_maybe_wrong' => 'L\'URL de redirection a été définie, mais pourrait ne pas être valide. La valeur actuellement définie est :current ' . + 'client_id_status' => 'État de l\'identifiant client', + 'client_id_ok' => 'Identifiant client OK', + 'client_id_not_ok' => 'L\'identifiant client n\'est pas valide. Vérifiez le fichier .env', + 'client_secret_status' => 'État de la clé secrète', + 'client_secret_ok' => 'Clé secrète OK', + 'client_secret_not_ok' => 'La clé secrète n\'est pas valide. Vérifiez le fichier .env', + 'callback_url_status' => 'État de l\'URL de redirection', + 'callback_url_ok' => 'URL de redirection valide en tant que :url', + 'callback_maybe_wrong' => 'L\'URL de redirection a été définie, mais pourrait ne pas être valide. La valeur actuellement définie est :current ' . 'alors que la valeur attendue est :suggested', - 'client_callback_not_ok' => 'L\'URL de redirection n\'a pas été définie. Veuillez vérifier le fichier .env et définir la valeur :url', - 'custom_signin_page' => 'Écran de connexion personnalisé', - 'custom_signin_page_desc' => 'Vous pouvez personnaliser le message sur la page de connexion et insérer des liens vers vos profils SSO ' . + 'client_callback_not_ok' => 'L\'URL de redirection n\'a pas été définie. Veuillez vérifier le fichier .env et définir la valeur :url', + 'custom_signin_page' => 'Écran de connexion personnalisé', + 'custom_signin_page_desc' => 'Vous pouvez personnaliser le message sur la page de connexion et insérer des liens vers vos profils SSO ' . 'personnalisés également. Laissez cet espace vide pour utiliser la configuration par défaut. Si vous utilisez la configuration ci-dessous, vous devez vous assurer qu\'au moins un bouton vers un profil SSO est visible.', // Updaters - 'update_dispatched' => 'Une opération de mise à jour a été mise en file d\'attente. Veuillez revenir ' . + 'update_dispatched' => 'Une opération de mise à jour a été mise en file d\'attente. Veuillez revenir ' . 'dans quelques instants.', - 'update_failed' => 'Impossible de mettre en file d\'attente l\'opération de mise à jour. Veuillez contacter votre administrateur SeAT.', - 'update_skill_queue' => 'Mettre à jour la file d\'attente des compétences', - 'update_assets' => 'Mettre à jour les biens', - 'update_blueprints' => 'Mettre à jour les plans', - 'update_calendar' => 'Mettre à jour les événements', - 'update_contacts' => 'Mettre à jour les contacts', - 'update_contracts' => 'Mettre à jour les contrats', - 'update_corp_history' => 'Mettre à jour l\'historique du travail', - 'update_customs_offices' => 'Mettre à jour les bureaux des douanes', - 'update_divisions' => 'Mettre à jour les divisions', - 'update_fittings' => 'Mettre à jour les équipements', - 'update_industry' => 'Mettre à jour les opérations industrielles', - 'update_journals' => 'Mettre à jour les transactions', - 'update_killmails' => 'Mettre à jour les rapports de combats', - 'update_mail' => 'Mettre à jour les courriers', - 'update_market' => 'Mettre à jour les opérations commerciales', - 'update_members_tracking' => 'Mettre à jour le suivi des membres', - 'update_mining' => 'Mettre à jour le relevé minier', - 'update_notifications' => 'Mettre à jour les notifications', - 'update_pi' => 'Mettre à jour les interactions planétaires', - 'update_research' => 'Mettre à jour les agents de recherche', - 'update_skills' => 'Mettre à jour les compétences', - 'update_standings' => 'Mettre à jour la réputation', - 'update_starbase' => 'Mettre à jour les tours de contrôles', - 'update_structures' => 'Mettre à jour les structures', - 'update_transactions' => 'Mettre à jour les transactions', - 'update_wallet' => 'Mettre à jour le portefeuille', - 'update_loyalty_points' => 'Mettre à jour les points de fidélité', + 'update_failed' => 'Impossible de mettre en file d\'attente l\'opération de mise à jour. Veuillez contacter votre administrateur SeAT.', + 'update_skill_queue' => 'Mettre à jour la file d\'attente des compétences', + 'update_assets' => 'Mettre à jour les biens', + 'update_blueprints' => 'Mettre à jour les plans', + 'update_calendar' => 'Mettre à jour les événements', + 'update_contacts' => 'Mettre à jour les contacts', + 'update_contracts' => 'Mettre à jour les contrats', + 'update_corp_history' => 'Mettre à jour l\'historique du travail', + 'update_customs_offices' => 'Mettre à jour les bureaux des douanes', + 'update_divisions' => 'Mettre à jour les divisions', + 'update_fittings' => 'Mettre à jour les équipements', + 'update_industry' => 'Mettre à jour les opérations industrielles', + 'update_journals' => 'Mettre à jour les transactions', + 'update_killmails' => 'Mettre à jour les rapports de combats', + 'update_mail' => 'Mettre à jour les courriers', + 'update_market' => 'Mettre à jour les opérations commerciales', + 'update_members_tracking' => 'Mettre à jour le suivi des membres', + 'update_mining' => 'Mettre à jour le relevé minier', + 'update_notifications' => 'Mettre à jour les notifications', + 'update_pi' => 'Mettre à jour les interactions planétaires', + 'update_research' => 'Mettre à jour les agents de recherche', + 'update_skills' => 'Mettre à jour les compétences', + 'update_standings' => 'Mettre à jour la réputation', + 'update_starbase' => 'Mettre à jour les tours de contrôles', + 'update_structures' => 'Mettre à jour les structures', + 'update_transactions' => 'Mettre à jour les transactions', + 'update_wallet' => 'Mettre à jour le portefeuille', + 'update_loyalty_points' => 'Mettre à jour les points de fidélité', // Character - 'joined_curr_corp' => 'A rejoint la corporation actuelle depuis', - 'skillpoint' => 'Point de compétence|Points de compétences', - 'account_balance' => 'Solde', - 'current_ship' => 'Vaisseau actuel', - 'last_location' => 'Dernière position', - 'security_status' => 'Statut de sécurité', - 'items_taking' => 'items taking', - 'calendar_events' => 'Événement', - 'loyalty_points' => 'Points de fidélité', - 'loyalty_point_prices' => 'Tarifs PL Fuzzwork', - 'positive_standings' => 'Réputation positive', - 'neutral_standings' => 'Réputation neutre', - 'negative_standings' => 'Réputation négative', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Démarrer', - 'end' => 'End', - 'installer' => 'Installateur', - 'system' => 'Système', - 'constellation' => 'Constellation', - 'region' => 'Région', - 'activity' => 'Activité', - 'run' => 'Cycles de travaux', - 'blueprint' => 'Plan de construction', - 'product' => 'Produit', - 'victim' => 'Victime', - 'ship_type' => 'Type de vaisseau', - 'transaction_type' => 'Type de transaction', - 'owner_1' => 'Débiteur', - 'owner_2' => 'Créditeur', - 'amount' => 'Montant', - 'balance' => 'Solde', - 'corporation_name' => 'Nom de la corporation', - 'character_name' => 'Nom du personnage', - 'from' => 'De', - 'subject' => 'Sujet', - 'to' => 'À', - 'to_corp' => 'A la corporation', - 'missing_body' => 'Le contenu du courrier n\'a pas encore été téléchargé', - 'to_alliance' => 'A l\'alliance', - 'to_char' => 'Aux personnages', - 'total' => 'Total', - 'updated' => 'Mis à jour le', - 'planet' => 'Planète', - 'upgrade_level' => 'Niveau', - 'no_pins' => 'Nb. Installations', - 'agent' => 'Agent', - 'skill' => 'Compétence|Compétences', - 'points_p_day' => 'Points par jour', - 'remainder' => 'Rappel', - 'skills_summary' => 'Synthèse des compétences', - 'curr_training' => 'En cours d\'apprentissage', - 'skill_training_end' => 'Fin de la fil d\'attente d\'apprentissage', - 'skill_queue' => 'Compétence dans la fil d\'attente', - 'no_skill_training' => 'Aucune compétence en cours d\'apprentissage', - 'empty_skill_queue' => 'La fil d\'attente est vide', - 'account_info' => 'Information du compte', - 'paid_until' => 'Payé jusqu\'au', - 'logon_count' => 'Nombre de connexion', - 'online_time' => 'Temps de jeu', - 'jump_fatigue' => 'Fatigue interstellaire', - 'jump_clones' => 'Clone hyperspatiaux', - 'jump_act_timer' => 'Disponibilité de saut de clone suivante', - 'no_jump_clones' => 'Aucuns clones hyperspatiaux', - 'implants' => 'Augmentations', - 'no_implants' => 'Pas d\'augmentations', - 'employment_history' => 'Historique du travail', - 'no_employment_information' => 'Aucune information d\'emploi', - 'corporation_titles' => 'Titres de corporation', - 'no_corporation_titles' => 'Aucun titre de corporation', - 'attribute' => 'Attribut|Attributs', - 'value' => 'Valeur|Valeurs', - 'bonus_remaps' => 'Reprogrammations bonus', - 'last_remap_date' => 'Date de la dernière reprogrammation', - 'accrued_remap_cooldown_date' => 'Date de la prochaine reprogrammation possible', - 'no_remap' => 'Aucune reprogrammation', - 'item_type' => 'Item Type', - 'client_name' => 'Client Name', - 'client' => 'Client', - 'qty' => 'Qté.', - 'unknown_character' => 'Personnage inconnu. La clé est-elle enregistrée et à jour ?', - 'deleted_refresh_token' => 'Les accès à ce personnage ont été supprimés il y a :time. Les informations affichées pourraient ne plus être à jour.', - 'channel_members' => 'Membres sur le canal', - 'motd' => 'Message du jour', - 'coordinates' => 'Coordonnées', - 'folder' => 'Dossier', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Informations du contrat', - 'progress' => 'Progression', + 'joined_curr_corp' => 'A rejoint la corporation actuelle depuis', + 'skillpoint' => 'Point de compétence|Points de compétences', + 'account_balance' => 'Solde', + 'current_ship' => 'Vaisseau actuel', + 'last_location' => 'Dernière position', + 'security_status' => 'Statut de sécurité', + 'items_taking' => 'items taking', + 'calendar_events' => 'Événement', + 'loyalty_points' => 'Points de fidélité', + 'loyalty_point_prices' => 'Tarifs PL Fuzzwork', + 'positive_standings' => 'Réputation positive', + 'neutral_standings' => 'Réputation neutre', + 'negative_standings' => 'Réputation négative', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Démarrer', + 'end' => 'End', + 'installer' => 'Installateur', + 'system' => 'Système', + 'constellation' => 'Constellation', + 'region' => 'Région', + 'activity' => 'Activité', + 'run' => 'Cycles de travaux', + 'blueprint' => 'Plan de construction', + 'product' => 'Produit', + 'victim' => 'Victime', + 'ship_type' => 'Type de vaisseau', + 'transaction_type' => 'Type de transaction', + 'owner_1' => 'Débiteur', + 'owner_2' => 'Créditeur', + 'amount' => 'Montant', + 'balance' => 'Solde', + 'corporation_name' => 'Nom de la corporation', + 'character_name' => 'Nom du personnage', + 'from' => 'De', + 'subject' => 'Sujet', + 'to' => 'À', + 'to_corp' => 'A la corporation', + 'missing_body' => 'Le contenu du courrier n\'a pas encore été téléchargé', + 'to_alliance' => 'A l\'alliance', + 'to_char' => 'Aux personnages', + 'total' => 'Total', + 'updated' => 'Mis à jour le', + 'planet' => 'Planète', + 'upgrade_level' => 'Niveau', + 'no_pins' => 'Nb. Installations', + 'agent' => 'Agent', + 'skill' => 'Compétence|Compétences', + 'points_p_day' => 'Points par jour', + 'remainder' => 'Rappel', + 'skills_summary' => 'Synthèse des compétences', + 'curr_training' => 'En cours d\'apprentissage', + 'skill_training_end' => 'Fin de la fil d\'attente d\'apprentissage', + 'skill_queue' => 'Compétence dans la fil d\'attente', + 'no_skill_training' => 'Aucune compétence en cours d\'apprentissage', + 'empty_skill_queue' => 'La fil d\'attente est vide', + 'account_info' => 'Information du compte', + 'paid_until' => 'Payé jusqu\'au', + 'logon_count' => 'Nombre de connexion', + 'online_time' => 'Temps de jeu', + 'jump_fatigue' => 'Fatigue interstellaire', + 'jump_clones' => 'Clone hyperspatiaux', + 'jump_act_timer' => 'Disponibilité de saut de clone suivante', + 'no_jump_clones' => 'Aucuns clones hyperspatiaux', + 'implants' => 'Augmentations', + 'no_implants' => 'Pas d\'augmentations', + 'employment_history' => 'Historique du travail', + 'no_employment_information' => 'Aucune information d\'emploi', + 'corporation_titles' => 'Titres de corporation', + 'no_corporation_titles' => 'Aucun titre de corporation', + 'attribute' => 'Attribut|Attributs', + 'value' => 'Valeur|Valeurs', + 'bonus_remaps' => 'Reprogrammations bonus', + 'last_remap_date' => 'Date de la dernière reprogrammation', + 'accrued_remap_cooldown_date' => 'Date de la prochaine reprogrammation possible', + 'no_remap' => 'Aucune reprogrammation', + 'item_type' => 'Item Type', + 'client_name' => 'Client Name', + 'client' => 'Client', + 'qty' => 'Qté.', + 'unknown_character' => 'Personnage inconnu. La clé est-elle enregistrée et à jour ?', + 'deleted_refresh_token' => 'Les accès à ce personnage ont été supprimés il y a :time. Les informations affichées pourraient ne plus être à jour.', + 'channel_members' => 'Membres sur le canal', + 'motd' => 'Message du jour', + 'coordinates' => 'Coordonnées', + 'folder' => 'Dossier', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Informations du contrat', + 'progress' => 'Progression', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Alliance', - 'corporation_count' => 'Nombre de corporations', - 'executor' => 'Exécuteur', - 'ticker' => 'Nom de l\'indicatif', - 'ceo' => 'PDG', - 'home_station' => 'Station principale', - 'tax_rate' => 'Taux de la taxe', - 'member_count' => 'Nombre de membre', - 'roles_change_log' => 'Journaux de modification des rôles', - 'affected' => 'Affecté', - 'member_limit' => 'Limite de membre', - 'shares' => 'Actions', - 'member_capacity' => 'Capacité de membre', - 'divisional_information' => 'Information de division', - 'corporation_divisions' => 'Divisions de corporation', - 'wallet_divisions' => 'Divisions du portefeuille', - 'unknown_corporation' => 'Corporation inconnue. La clé est-elle enregistrée et à jour ?', - 'created_by' => 'Crée par', - 'created_by_corporation' => 'Créée par la corporation', - 'starbase' => 'Tour de contrôle|Tours de contrôle', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Période de renforts', - 'low_power' => 'Faible puissance', - 'state' => 'Statut', - 'fuel_level' => 'Niveau de carburant', - 'offline' => 'Est. hors ligne.', - 'cargo_usage' => 'Utilisation du cargo', - 'onlined_at' => 'En ligne depuis', - 'services' => 'Service|Services', - 'moon' => 'Lune', - 'use_standings_from' => 'Utilise les réputations de', - 'attack_on_agression' => 'Attaque si le statut de sécurité diminue', - 'attack_on_war' => 'Attaque en cas de guerre', - 'corp_member_access' => 'Autoriser l\'utilisation par des membres de la corporation', - 'alliance_member_access' => 'Autoriser l\'utilisation par des membres de l\'alliance', - 'fuel_levels' => 'Niveaux de carburant', - 'fuel_blocks' => 'Blocs de carburant', - 'fuel_usage' => 'Consommation de carburant', - 'low_fuel' => 'Carburant faible', - 'stront_usage' => 'Consommation de strontium', - 'blocks_p_h' => 'Blocs/h', - 'units_p_h' => 'Unités/h', - 'sov_bonus' => 'Bonus de souveraineté', - 'reinforce_estimate' => 'Estimation du renforcement', - 'module' => 'Module|Modules', - 'content' => 'Contenu', - 'no_known_assets' => 'Aucuns biens', - 'volume_usage' => 'Utilisation', - 'loading_modules' => 'Chargement des informations...', - 'customs-offices' => 'Bureaux de douanes', - 'reinforcement' => 'Renforcé', - 'standing_level' => 'Niveau de réputation', - 'tax_alliance_corp' => 'Taxes: Alliance/Corp', - 'tax_standings' => 'Taxes: Réputations', - 'no_storage' => 'Il n\'y a pas de stockage', - 'member' => 'Membre|Membres', - 'faction' => 'Faction', - - 'start_at' => 'Débuté le', - 'drill_start' => 'Extraction débutée le', - 'chunk_arrival' => 'Arrivée du monolithe', - 'chunk_age' => 'Durée de l\'extraction', - 'self_destruct' => 'Auto-destruction', - 'auto_fracture' => 'Fracture automatique', - 'rarity' => 'Rareté', - 'rate' => 'Taux', + 'alliance' => 'Alliance', + 'corporation_count' => 'Nombre de corporations', + 'executor' => 'Exécuteur', + 'ticker' => 'Nom de l\'indicatif', + 'ceo' => 'PDG', + 'home_station' => 'Station principale', + 'tax_rate' => 'Taux de la taxe', + 'member_count' => 'Nombre de membre', + 'roles_change_log' => 'Journaux de modification des rôles', + 'affected' => 'Affecté', + 'member_limit' => 'Limite de membre', + 'shares' => 'Actions', + 'member_capacity' => 'Capacité de membre', + 'divisional_information' => 'Information de division', + 'corporation_divisions' => 'Divisions de corporation', + 'wallet_divisions' => 'Divisions du portefeuille', + 'unknown_corporation' => 'Corporation inconnue. La clé est-elle enregistrée et à jour ?', + 'created_by' => 'Crée par', + 'created_by_corporation' => 'Créée par la corporation', + 'starbase' => 'Tour de contrôle|Tours de contrôle', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Période de renforts', + 'low_power' => 'Faible puissance', + 'state' => 'Statut', + 'fuel_level' => 'Niveau de carburant', + 'offline' => 'Est. hors ligne.', + 'cargo_usage' => 'Utilisation du cargo', + 'onlined_at' => 'En ligne depuis', + 'services' => 'Service|Services', + 'moon' => 'Lune', + 'use_standings_from' => 'Utilise les réputations de', + 'attack_on_agression' => 'Attaque si le statut de sécurité diminue', + 'attack_on_war' => 'Attaque en cas de guerre', + 'corp_member_access' => 'Autoriser l\'utilisation par des membres de la corporation', + 'alliance_member_access' => 'Autoriser l\'utilisation par des membres de l\'alliance', + 'fuel_levels' => 'Niveaux de carburant', + 'fuel_blocks' => 'Blocs de carburant', + 'fuel_usage' => 'Consommation de carburant', + 'low_fuel' => 'Carburant faible', + 'stront_usage' => 'Consommation de strontium', + 'blocks_p_h' => 'Blocs/h', + 'units_p_h' => 'Unités/h', + 'sov_bonus' => 'Bonus de souveraineté', + 'reinforce_estimate' => 'Estimation du renforcement', + 'module' => 'Module|Modules', + 'content' => 'Contenu', + 'no_known_assets' => 'Aucuns biens', + 'volume_usage' => 'Utilisation', + 'loading_modules' => 'Chargement des informations...', + 'customs-offices' => 'Bureaux de douanes', + 'reinforcement' => 'Renforcé', + 'standing_level' => 'Niveau de réputation', + 'tax_alliance_corp' => 'Taxes: Alliance/Corp', + 'tax_standings' => 'Taxes: Réputations', + 'no_storage' => 'Il n\'y a pas de stockage', + 'member' => 'Membre|Membres', + 'faction' => 'Faction', + + 'start_at' => 'Débuté le', + 'drill_start' => 'Extraction débutée le', + 'chunk_arrival' => 'Arrivée du monolithe', + 'chunk_age' => 'Durée de l\'extraction', + 'self_destruct' => 'Auto-destruction', + 'auto_fracture' => 'Fracture automatique', + 'rarity' => 'Rareté', + 'rate' => 'Taux', // Mining Ledger - 'mining' => 'Exploitation minière', - 'mining_ledger' => 'Grand livre|Grands livres', - 'available_ledger' => 'Grand livre disponible|Grands livres disponibles', - 'ore' => 'Minerai', + 'mining' => 'Exploitation minière', + 'mining_ledger' => 'Grand livre|Grands livres', + 'available_ledger' => 'Grand livre disponible|Grands livres disponibles', + 'ore' => 'Minerai', // Profile - 'user_profile' => 'Profil utilisateur', - 'user_preferences' => 'Préférences utilisateur', - 'user_account' => 'Compte utilisateur', - 'account_settings' => 'Paramètres du compte', - 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', - 'change_email' => 'Modifier le courriel', - 'superuser' => 'Administrateur', - 'user_interface' => 'Interface utilisateur', - 'main_character' => 'Personne principal', - 'related_characters' => 'Personnages associés', - 'seat_skin' => 'Skin SeAT', - 'language' => 'Langue', - 'sidebar_size' => 'Taille de la sidebar', - 'mail_as_threads' => 'Afficher les courriers sous forme de fil', - 'number_format' => 'Format des nombres', - 'current_format' => 'Format actuel', - 'thousands_seperator' => 'Séparateur des milliers', - 'decimal_seperator' => 'Séparateur des décimal', - 'reprocessing_yield' => 'Taux de retraitement', - 'email_notifications' => 'Notification par mail', - 'setup_token_now' => 'Paramétrer un jeton maintenant', - 'owned_keys' => 'Clés possédées', - 'account_help' => 'Pour toute demande relative à un compte, y compris les modifications des autorisations, ' . + 'user_profile' => 'Profil utilisateur', + 'user_preferences' => 'Préférences utilisateur', + 'user_account' => 'Compte utilisateur', + 'account_settings' => 'Paramètres du compte', + 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', + 'change_email' => 'Modifier le courriel', + 'superuser' => 'Administrateur', + 'user_interface' => 'Interface utilisateur', + 'main_character' => 'Personne principal', + 'related_characters' => 'Personnages associés', + 'seat_skin' => 'Skin SeAT', + 'language' => 'Langue', + 'sidebar_size' => 'Taille de la sidebar', + 'mail_as_threads' => 'Afficher les courriers sous forme de fil', + 'number_format' => 'Format des nombres', + 'current_format' => 'Format actuel', + 'thousands_seperator' => 'Séparateur des milliers', + 'decimal_seperator' => 'Séparateur des décimal', + 'reprocessing_yield' => 'Taux de retraitement', + 'email_notifications' => 'Notification par mail', + 'setup_token_now' => 'Paramétrer un jeton maintenant', + 'owned_keys' => 'Clés possédées', + 'account_help' => 'Pour toute demande relative à un compte, y compris les modifications des autorisations, ' . 'veuillez contacter l\'administrateur SeAT.', - 'current_email' => 'Courriel actuel', - 'new_email' => 'Nouvelle adresse de courriel', - 'confirm_new_email' => 'Confirmer l\'adresse de courriel', - 'email_in_use' => 'L\'adresse de courriel :mail est déjà utilisée.', - 'scan_qr' => 'Scan QR Code', - 'scan_qr_help1' => 'Veuillez scanner le QR code ci-dessous avec votre application.', - 'scan_qr_help2' => 'Chaque fois que la page sera chargée, un nouveau jeton et un nouveau QR code sera généré.', - 'supported_apps' => 'Supporter l\'application d\'identification Google', - 'preferred_apps' => 'Applications préférée', - 'other_apps' => 'Autre application', - 'confirm_code' => 'Confirmer un code d\'identification', - 'confirm_help' => 'Prochaine étape, confirmer votre configuration en saissant le code de confirmation généré ' . + 'current_email' => 'Courriel actuel', + 'new_email' => 'Nouvelle adresse de courriel', + 'confirm_new_email' => 'Confirmer l\'adresse de courriel', + 'email_in_use' => 'L\'adresse de courriel :mail est déjà utilisée.', + 'scan_qr' => 'Scan QR Code', + 'scan_qr_help1' => 'Veuillez scanner le QR code ci-dessous avec votre application.', + 'scan_qr_help2' => 'Chaque fois que la page sera chargée, un nouveau jeton et un nouveau QR code sera généré.', + 'supported_apps' => 'Supporter l\'application d\'identification Google', + 'preferred_apps' => 'Applications préférée', + 'other_apps' => 'Autre application', + 'confirm_code' => 'Confirmer un code d\'identification', + 'confirm_help' => 'Prochaine étape, confirmer votre configuration en saissant le code de confirmation généré ' . 'par votre application.', - 'code' => 'Code', - 'confirm_setup' => 'Confirmer la configuration', - 'linked_characters' => 'Personnages associés', - 'link_another_character' => 'Lier un autre personnage', - 'view_third_party_access' => 'Consulter les applications sur eveonline.com', - 'third_party_access' => 'Vérifiez les accès qu\'ont les applications tierces (comme celle-ci) ' . + 'code' => 'Code', + 'confirm_setup' => 'Confirmer la configuration', + 'linked_characters' => 'Personnages associés', + 'link_another_character' => 'Lier un autre personnage', + 'view_third_party_access' => 'Consulter les applications sur eveonline.com', + 'third_party_access' => 'Vérifiez les accès qu\'ont les applications tierces (comme celle-ci) ' . 'sur votre compte EVE Online régulièrement.', - 'user_sharelink' => 'Partage d\'accès', - 'user_sharelink_description' => 'Vous pouvez générer un lien de partage qui peut être utilisé par un autre utilisateur de SeAT pour leur permettre d\'accéder aux informations de vos différents personnages.', - 'user_sharelink_generate' => 'Générer un lien', + 'user_sharelink' => 'Partage d\'accès', + 'user_sharelink_description' => 'Vous pouvez générer un lien de partage qui peut être utilisé par un autre utilisateur de SeAT pour leur permettre d\'accéder aux informations de vos différents personnages.', + 'user_sharelink_generate' => 'Générer un lien', // Queue - 'queue_manage' => 'Gestion de la fil d\'attente', - 'total_jobs' => 'Nb. tâche total', - 'queued_jobs' => 'Nb. tâche dans la fil d\'attente', - 'working_jobs' => 'Nb. tâche en cours', - 'error_jobs' => 'Nb. tâche en échec', - 'complete' => ' complet.', - 'history' => 'Historique', - 'submit_jobs' => 'Ajouter une tâche', - 'job_submit_desc' => 'Ces bouttons vous permettent de planifier manuellement des tâches. La commande ' . + 'queue_manage' => 'Gestion de la fil d\'attente', + 'total_jobs' => 'Nb. tâche total', + 'queued_jobs' => 'Nb. tâche dans la fil d\'attente', + 'working_jobs' => 'Nb. tâche en cours', + 'error_jobs' => 'Nb. tâche en échec', + 'complete' => ' complet.', + 'history' => 'Historique', + 'submit_jobs' => 'Ajouter une tâche', + 'job_submit_desc' => 'Ces bouttons vous permettent de planifier manuellement des tâches. La commande ' . 'lancée est exactement la même que celle que vous lanceriez en ligne de commande ou par le planificateur.', - 'no_working' => 'Il n\'y a actuellement aucune tâche en cours', - 'no_queue' => 'Il n\'y a actuellement aucune tâche dans la fil d\'attente', - 'job_error_detail' => 'Détails sur l\'erreur du processus', - 'error_details_desc' => 'Il s\'agit d\'un traçage complet pour l\'erreur de ce processus. Si ça ne vous parle pas, ' . + 'no_working' => 'Il n\'y a actuellement aucune tâche en cours', + 'no_queue' => 'Il n\'y a actuellement aucune tâche dans la fil d\'attente', + 'job_error_detail' => 'Détails sur l\'erreur du processus', + 'error_details_desc' => 'Il s\'agit d\'un traçage complet pour l\'erreur de ce processus. Si ça ne vous parle pas, ' . 'ou qu\'un développeur vous l\'a demandé, veuillez copier l\'ensemble de la section ci-dessous ' . 'et collez là sur un site tel que pastebin puis transmettez le lien.', - 'full_job_error' => 'Détails complet sur l\'erreur du processus', - 'job_id' => 'ID du processus', - 'api' => 'Api', - 'actions' => 'Actions', - 'owner_id' => 'ID du processus hôte', - 'clear_all_errors' => 'Vider toutes les erreurs', - 'output' => 'Résultat', - 'last_output' => 'Dernier résultat', - 'view_full' => 'Voir l\'ensemble', - 'no_errors' => 'Il n\'existe aucunes erreurs', - 'clear_all_history' => 'Vider tous les historiques', - 'job_history' => 'Historique des processus', - 'no_history' => 'Il n\'y a pas d\'historique de processus', - 'eve_api_status' => 'État de l\'API', - 'eve_api_error_threshold' => 'EVE API Error Threshold', + 'full_job_error' => 'Détails complet sur l\'erreur du processus', + 'job_id' => 'ID du processus', + 'api' => 'Api', + 'actions' => 'Actions', + 'owner_id' => 'ID du processus hôte', + 'clear_all_errors' => 'Vider toutes les erreurs', + 'output' => 'Résultat', + 'last_output' => 'Dernier résultat', + 'view_full' => 'Voir l\'ensemble', + 'no_errors' => 'Il n\'existe aucunes erreurs', + 'clear_all_history' => 'Vider tous les historiques', + 'job_history' => 'Historique des processus', + 'no_history' => 'Il n\'y a pas d\'historique de processus', + 'eve_api_status' => 'État de l\'API', + 'eve_api_error_threshold' => 'EVE API Error Threshold', 'eve_api_connection_threshold' => 'EVE API Connection Error Threshold', - 'supervisor_offline' => 'Hors-ligne', - 'supervisor_online' => 'En ligne', + 'supervisor_offline' => 'Hors-ligne', + 'supervisor_online' => 'En ligne', // Tools - 'standings_builder' => 'Gestionnaire de réputation', - 'moons_reporter' => 'Journal lunaire', + 'standings_builder' => 'Gestionnaire de réputation', + 'moons_reporter' => 'Journal lunaire', // Error pages - 'duplicate_account' => 'Doublons', - 'duplicate_account_msg' => 'Nous ne sommes pas parvenus à effectuer les modifications. Le personnage :name est déjà utilisé sur un autre compte. Veuillez contacter votre administrateur pour régulariser la situation.', + 'duplicate_account' => 'Doublons', + 'duplicate_account_msg' => 'Nous ne sommes pas parvenus à effectuer les modifications. Le personnage :name est déjà utilisé sur un autre compte. Veuillez contacter votre administrateur pour régulariser la situation.', // Footer - 'web_version' => 'Version du package web', - 'docker_version' => 'Version Docker', - 'sde_version' => 'Version SDE', - 'render_in' => 'Généré en', - 'copyright' => 'Copyright', + 'web_version' => 'Version du package web', + 'docker_version' => 'Version Docker', + 'sde_version' => 'Version SDE', + 'render_in' => 'Généré en', + 'copyright' => 'Copyright', ]; diff --git a/src/resources/lang/fr/settings.php b/src/resources/lang/fr/settings.php index edd845f46..8bc59746f 100644 --- a/src/resources/lang/fr/settings.php +++ b/src/resources/lang/fr/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Tâche|Tâches', - 'market_prices_region' => 'Région des prix du marché', + 'jobs' => 'Tâche|Tâches', + 'market_prices_region' => 'Région des prix du marché', 'market_prices_region_help' => 'Ceci sera utilisé par SeAT pour collecter les prix moyens du marché auprès d\'ESI. Ces prix peuvent être utilisés à des endroits différents, comme dans les contrats, les raccords ou les relevés miniers.', - 'admin' => 'Administrateur|Administrateurs', - 'admin_assist_edit' => 'Attention, si vous cochez cette case, cet utilisateur aura accès à tous les paramètres, utilisateurs et autorisations. Ils contourneront également toutes les couches de sécurité en raison de cet état. Procédez avec prudence.', + 'admin' => 'Administrateur|Administrateurs', + 'admin_assist_edit' => 'Attention, si vous cochez cette case, cet utilisateur aura accès à tous les paramètres, utilisateurs et autorisations. Ils contourneront également toutes les couches de sécurité en raison de cet état. Procédez avec prudence.', ]; diff --git a/src/resources/lang/fr/squads.php b/src/resources/lang/fr/squads.php index 80db2f365..f419b6224 100644 --- a/src/resources/lang/fr/squads.php +++ b/src/resources/lang/fr/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Brigade|Brigades', - 'name' => 'Nom|Noms', - 'description' => 'Description', - 'type' => 'Type', - 'member' => 'Membre | Membres', - 'moderated' => 'Modérés', - 'moderator' => 'Modérateur|Modérateurs', - 'candidate' => 'Candidat|Candidats', + 'squad' => 'Brigade|Brigades', + 'name' => 'Nom|Noms', + 'description' => 'Description', + 'type' => 'Type', + 'member' => 'Membre | Membres', + 'moderated' => 'Modérés', + 'moderator' => 'Modérateur|Modérateurs', + 'candidate' => 'Candidat|Candidats', 'member_since' => 'Membre depuis', - 'applied_at' => 'Postulé le', - 'character' => 'Personnage|Personnages', - 'show' => 'Afficher', - 'delete' => 'Supprimer', - 'approve' => 'Approuver', - 'reject' => 'Rejeter', - 'kick' => 'Expulser', - 'leave' => 'Quitter', - 'join' => 'Rejoindre', - 'message' => 'Message', - 'remove' => 'Retirer', - 'cancel' => 'Annuler', + 'applied_at' => 'Postulé le', + 'character' => 'Personnage|Personnages', + 'show' => 'Afficher', + 'delete' => 'Supprimer', + 'approve' => 'Approuver', + 'reject' => 'Rejeter', + 'kick' => 'Expulser', + 'leave' => 'Quitter', + 'join' => 'Rejoindre', + 'message' => 'Message', + 'remove' => 'Retirer', + 'cancel' => 'Annuler', ]; diff --git a/src/resources/lang/fr/wallet.php b/src/resources/lang/fr/wallet.php index e8f1e3a07..464719174 100644 --- a/src/resources/lang/fr/wallet.php +++ b/src/resources/lang/fr/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Date', - 'ref_type' => 'Type', + 'date' => 'Date', + 'ref_type' => 'Type', 'from_party' => 'Du tiers', - 'to_party' => 'Au tiers', - 'amount' => 'Montant', - 'balance' => 'Solde', + 'to_party' => 'Au tiers', + 'amount' => 'Montant', + 'balance' => 'Solde', - 'order' => 'Achat/Vente', - 'type' => 'Type', - 'location' => 'Emplacement', - 'price' => 'Prix', - 'quantity' => 'Quantité', - 'total' => 'Total', - 'party' => 'Tiers', + 'order' => 'Achat/Vente', + 'type' => 'Type', + 'location' => 'Emplacement', + 'price' => 'Prix', + 'quantity' => 'Quantité', + 'total' => 'Total', + 'party' => 'Tiers', 'acceleration_gate_fee' => 'Frais de portail d\'accélération', 'advertisement_listing_fee' => 'Frais d\'annonces', diff --git a/src/resources/lang/ja/about.php b/src/resources/lang/ja/about.php index a25d5a4dc..e149fe859 100644 --- a/src/resources/lang/ja/about.php +++ b/src/resources/lang/ja/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'ドキュメンテーション', 'contact_widget_updated_at' => ':date_timeを更新しました', 'contact_widget_read_me' => '最初に読んでください!', - 'contact_widget_github_issues' => ':count issues', + 'contact_widget_github_issues' => ':count issues', 'contact_widget_github_contribute' => 'Contribute !', // diff --git a/src/resources/lang/ja/bookmark.php b/src/resources/lang/ja/bookmark.php index 008cf0730..9f6d8b6da 100644 --- a/src/resources/lang/ja/bookmark.php +++ b/src/resources/lang/ja/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => '作成済み', - 'label' => 'ラベル', - 'location' => '位置', - 'notes' => '備考', + 'created' => '作成済み', + 'label' => 'ラベル', + 'location' => '位置', + 'notes' => '備考', 'coordinates' => '座標', ]; diff --git a/src/resources/lang/ja/calendar.php b/src/resources/lang/ja/calendar.php index a4e0462c3..018c964ad 100644 --- a/src/resources/lang/ja/calendar.php +++ b/src/resources/lang/ja/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => '日時', - 'owner' => '所有者', - 'description' => '説明', - 'status' => 'ステータス', + 'date' => '日時', + 'owner' => '所有者', + 'description' => '説明', + 'status' => 'ステータス', 'not_responded' => '応答なし', - 'accepted' => '承認', - 'tentative' => '仮承諾', - 'declined' => '拒否', + 'accepted' => '承認', + 'tentative' => '仮承諾', + 'declined' => '拒否', ]; diff --git a/src/resources/lang/ja/contract.php b/src/resources/lang/ja/contract.php index 1540048a9..215a4f4c0 100644 --- a/src/resources/lang/ja/contract.php +++ b/src/resources/lang/ja/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => '作成済み', - 'type' => 'タイプ', - 'issuer' => '発行者', - 'assignee' => '譲受人', - 'acceptor' => '受取人', - 'status' => 'ステータス', - 'price' => '価格', - 'reward' => '報酬', + 'created' => '作成済み', + 'type' => 'タイプ', + 'issuer' => '発行者', + 'assignee' => '譲受人', + 'acceptor' => '受取人', + 'status' => 'ステータス', + 'price' => '価格', + 'reward' => '報酬', - 'unknown' => '不明', - 'item_exchange' => 'アイテム交換', - 'auction' => 'オークション', - 'courier' => '輸送', - 'loan' => 'ローン', + 'unknown' => '不明', + 'item_exchange' => 'アイテム交換', + 'auction' => 'オークション', + 'courier' => '輸送', + 'loan' => 'ローン', - 'outstanding' => '未締結', - 'in_progress' => '進行中', - 'finished_issuer' => '完了した発行者', + 'outstanding' => '未締結', + 'in_progress' => '進行中', + 'finished_issuer' => '完了した発行者', 'finished_contractor' => '完了した契約者', - 'finished' => '完了済', - 'cancelled' => 'キャンセル済み', - 'rejected' => '拒否済み', - 'failed' => '失敗済み', - 'deleted' => '削除済み', - 'reversed' => '返金済み', + 'finished' => '完了済', + 'cancelled' => 'キャンセル済み', + 'rejected' => '拒否済み', + 'failed' => '失敗済み', + 'deleted' => '削除済み', + 'reversed' => '返金済み', - 'not_accepted' => '未承認', + 'not_accepted' => '未承認', ]; diff --git a/src/resources/lang/ja/custom_offices.php b/src/resources/lang/ja/custom_offices.php index aefb41db4..fff771e1a 100644 --- a/src/resources/lang/ja/custom_offices.php +++ b/src/resources/lang/ja/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => '惑星', - 'reinforcement' => 'リインフォース時間', - 'alliance' => 'アライアンス所属企業に使用を許可する。', - 'standings' => 'スタンディングに基づいて使用を許可する。', - 'standing_level' => '必要最低スタンディングレベル。', + 'planet' => '惑星', + 'reinforcement' => 'リインフォース時間', + 'alliance' => 'アライアンス所属企業に使用を許可する。', + 'standings' => 'スタンディングに基づいて使用を許可する。', + 'standing_level' => '必要最低スタンディングレベル。', 'tax_alliance_corp' => 'アライアンス/コーポレーションに対する税率', - 'tax_standings' => '各スタンディングに対する税率', + 'tax_standings' => '各スタンディングに対する税率', ]; diff --git a/src/resources/lang/ja/fitting.php b/src/resources/lang/ja/fitting.php index 5d9ce172c..1707883eb 100644 --- a/src/resources/lang/ja/fitting.php +++ b/src/resources/lang/ja/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => '名前', - 'type' => 'タイプ', - 'items' => '項目', + 'name' => '名前', + 'type' => 'タイプ', + 'items' => '項目', 'hull_estimated_value' => '船体推定価格', 'fitting_estimated_value' => '装備推定価格', 'full_estimated_value' => '合計推定価格', diff --git a/src/resources/lang/ja/industry.php b/src/resources/lang/ja/industry.php index 339619d79..7a1292079 100644 --- a/src/resources/lang/ja/industry.php +++ b/src/resources/lang/ja/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => '開始', - 'end' => '終了', - 'location' => '場所', - 'activity' => 'アクティビティ', - 'runs' => '実行済み', - 'blueprint' => 'ブループリント', - 'product' => '製品', + 'start' => '開始', + 'end' => '終了', + 'location' => '場所', + 'activity' => 'アクティビティ', + 'runs' => '実行済み', + 'blueprint' => 'ブループリント', + 'product' => '製品', 'material_efficiency' => '材料効率', - 'time_efficiency' => '時間効率', + 'time_efficiency' => '時間効率', ]; diff --git a/src/resources/lang/ja/kills.php b/src/resources/lang/ja/kills.php index 3a5a17ffe..cedc04b56 100644 --- a/src/resources/lang/ja/kills.php +++ b/src/resources/lang/ja/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => '日時', - 'ship' => '船', + 'date' => '日時', + 'ship' => '船', 'solar_system' => 'ソーラーシステム', - 'victim' => '犠牲者', - 'killer' => '殺害者', - 'attackers' => '攻撃者 | 一覧', - 'items' => 'アイテム | 一覧', + 'victim' => '犠牲者', + 'killer' => '殺害者', + 'attackers' => '攻撃者 | 一覧', + 'items' => 'アイテム | 一覧', ]; diff --git a/src/resources/lang/ja/mail.php b/src/resources/lang/ja/mail.php index 869ffa379..e36036f59 100644 --- a/src/resources/lang/ja/mail.php +++ b/src/resources/lang/ja/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => '読み込む', - 'date' => '日時', - 'sender' => '送信者', - 'subject' => '件名', + 'read' => '読み込む', + 'date' => '日時', + 'sender' => '送信者', + 'subject' => '件名', 'mailing_list' => 'メーリングリスト', - 'sent' => '送信済み', - 'author' => '作成者', - 'recipients' => '受信者', + 'sent' => '送信済み', + 'author' => '作成者', + 'recipients' => '受信者', ]; diff --git a/src/resources/lang/ja/market.php b/src/resources/lang/ja/market.php index da760f0f5..353f6a17b 100644 --- a/src/resources/lang/ja/market.php +++ b/src/resources/lang/ja/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => '発行済み', + 'issued' => '発行済み', 'expires' => '有効期限', - 'buy' => '購入', - 'sell' => '売却', - 'order' => '注文', - 'range' => 'ジャンプ', - 'volume' => '数量', - 'price' => '価格', - 'total' => '合計', - 'type' => '種類', + 'buy' => '購入', + 'sell' => '売却', + 'order' => '注文', + 'range' => 'ジャンプ', + 'volume' => '数量', + 'price' => '価格', + 'total' => '合計', + 'type' => '種類', ]; diff --git a/src/resources/lang/ja/mining.php b/src/resources/lang/ja/mining.php index e9e31fc2f..1dd1e22a1 100644 --- a/src/resources/lang/ja/mining.php +++ b/src/resources/lang/ja/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => '日時', - 'time' => '時間', - 'system' => 'システム', - 'ore' => '鉱石', - 'type' => 'タイプ', - 'quantity' => '数量', - 'volume' => '体積', + 'date' => '日時', + 'time' => '時間', + 'system' => 'システム', + 'ore' => '鉱石', + 'type' => 'タイプ', + 'quantity' => '数量', + 'volume' => '体積', 'estimated_value' => '推定価格', - 'details' => '詳細', - 'metadata' => 'メタデータ', - 'compounds' => '化合物', - 'history' => '履歴', + 'details' => '詳細', + 'metadata' => 'メタデータ', + 'compounds' => '化合物', + 'history' => '履歴', ]; diff --git a/src/resources/lang/ja/moons.php b/src/resources/lang/ja/moons.php index e522d0592..255dbaf7a 100644 --- a/src/resources/lang/ja/moons.php +++ b/src/resources/lang/ja/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'リージョン|リージョン一覧', + 'region' => 'リージョン|リージョン一覧', 'constellation' => 'コンステレーション|コンステレーション一覧', - 'system' => 'ソーラーシステム|ソーラーシステム一覧', - 'planet' => '惑星|惑星一覧', - 'moon' => '衛星 | 衛星一覧', - 'indicator' => '表示 | 一覧', - 'sovereignty' => '支配者 | 一覧', - 'ubiquitous' => 'レア度: ユビキタス', - 'common' => 'レア度: コモン', - 'uncommon' => 'レア度: アンコモン', - 'rare' => 'レア度: レア', - 'exceptional' => 'レア度:エクセプショナル', + 'system' => 'ソーラーシステム|ソーラーシステム一覧', + 'planet' => '惑星|惑星一覧', + 'moon' => '衛星 | 衛星一覧', + 'indicator' => '表示 | 一覧', + 'sovereignty' => '支配者 | 一覧', + 'ubiquitous' => 'レア度: ユビキタス', + 'common' => 'レア度: コモン', + 'uncommon' => 'レア度: アンコモン', + 'rare' => 'レア度: レア', + 'exceptional' => 'レア度:エクセプショナル', ]; diff --git a/src/resources/lang/ja/notifications.php b/src/resources/lang/ja/notifications.php index e3975a910..cc0613152 100644 --- a/src/resources/lang/ja/notifications.php +++ b/src/resources/lang/ja/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => '日時', - 'type' => 'タイプ', + 'date' => '日時', + 'type' => 'タイプ', 'sender' => '送信者', ]; diff --git a/src/resources/lang/ja/permissions.php b/src/resources/lang/ja/permissions.php index c671046e9..10a666e02 100644 --- a/src/resources/lang/ja/permissions.php +++ b/src/resources/lang/ja/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => '全権限にチェックを入れる', - 'permission_limit' => '権限の制限', - 'limits' => '制限', - 'members_addition' => '+ メンバーを追加', + 'permissions_check_all' => '全権限にチェックを入れる', + 'permission_limit' => '権限の制限', + 'limits' => '制限', + 'members_addition' => '+ メンバーを追加', // Divisions - 'no_division' => 'この権限には人が割り当てられていません', - 'military_division' => 'この権限は軍事部門の一部です', - 'industrial_division' => 'この権限が工業部門の一部です', - 'financial_division' => 'この権限が財政部門の一部です.', - 'assets_division' => 'この権限は資産部門の一部です', + 'no_division' => 'この権限には人が割り当てられていません', + 'military_division' => 'この権限は軍事部門の一部です', + 'industrial_division' => 'この権限が工業部門の一部です', + 'financial_division' => 'この権限が財政部門の一部です.', + 'assets_division' => 'この権限は資産部門の一部です', // Global Scope - 'global_standing_builder_label' => 'スタンディングビルダーへのアクセスを許可', - 'global_standing_builder_description' => 'スタンディングビルダーはキャラクターやコーポレーション, アライアンスのスタンディングを表示します. これは主に, コアリションのアライアンス間, アライアンスのコーポレーション間でのスタンディングの変換のために使われます. もちらん, キャラクター情報においても活用できます.', - 'global_invalid_tokens_label' => '無効なトークンの閲覧を許可する', - 'global_invalid_tokens_description' => '無効なトークンを表示すると, 現在無効なアカウントに紐づけられているキャラクターを見ることができます. 通常は非表示です.', - 'global_moons_reporter_label' => 'ムーンレポーター', - 'global_moons_reporter_description' => 'ムーンレポーターはNewEden中の全ての衛星と, それらの登録済みの組成レポートを表示することができます.', - 'global_moons_reporter_manager_label' => 'ムーンレポートマネージャー', + 'global_standing_builder_label' => 'スタンディングビルダーへのアクセスを許可', + 'global_standing_builder_description' => 'スタンディングビルダーはキャラクターやコーポレーション, アライアンスのスタンディングを表示します. これは主に, コアリションのアライアンス間, アライアンスのコーポレーション間でのスタンディングの変換のために使われます. もちらん, キャラクター情報においても活用できます.', + 'global_invalid_tokens_label' => '無効なトークンの閲覧を許可する', + 'global_invalid_tokens_description' => '無効なトークンを表示すると, 現在無効なアカウントに紐づけられているキャラクターを見ることができます. 通常は非表示です.', + 'global_moons_reporter_label' => 'ムーンレポーター', + 'global_moons_reporter_description' => 'ムーンレポーターはNewEden中の全ての衛星と, それらの登録済みの組成レポートを表示することができます.', + 'global_moons_reporter_manager_label' => 'ムーンレポートマネージャー', 'global_moons_reporter_manager_description' => 'ムーンレポートマネージャーは衛星報告書の作成と更新ができます.', - 'global_queue_manager_label' => 'キューマネージャー', + 'global_queue_manager_label' => 'キューマネージャー', // Moon Reporter Scope - 'view_moon_reports_label' => '衛星報告書を表示', - 'view_moon_reports_description' => 'データが利用可能であれば、eve内のすべての衛星と衛星内の任意の資源を表示します。', - 'create_moon_reports_label' => '新しい衛星報告書の作成', - 'create_moon_reports_description' => 'ユーザーが衛星調査プローブの結果を送信できるようにします。', - 'manage_moon_reports_label' => '衛星報告書の管理', - 'manage_moon_reports_description' => '衛星報告書の編集や削除をユーザーに許可します。', + 'view_moon_reports_label' => '衛星報告書を表示', + 'view_moon_reports_description' => 'データが利用可能であれば、eve内のすべての衛星と衛星内の任意の資源を表示します。', + 'create_moon_reports_label' => '新しい衛星報告書の作成', + 'create_moon_reports_description' => 'ユーザーが衛星調査プローブの結果を送信できるようにします。', + 'manage_moon_reports_label' => '衛星報告書の管理', + 'manage_moon_reports_description' => '衛星報告書の編集や削除をユーザーに許可します。', // Character Scope - 'character_asset_label' => 'キャラクター資産へのアクセスを許可', - 'character_asset_description' => 'キャラクターのすべての資産(アイテム) とその位置と数量を表示します。', - 'character_calendar_label' => 'キャラクターカレンダーイベントへのアクセスを許可する ', - 'character_calendar_description' => 'キャラクターが作成または購読しているカレンダーイベントをすべて表示します。', - 'character_contact_label' => 'キャラクターのコンタクトへのアクセスを許可する', - 'character_contact_description' => '名前, スタンディング, メモなどを含むキャラクターのコンタクトを表示します. また, サードパーティのプラットフォームへのリンクを表示します. ( zkillboardなど)', - 'character_contract_label' => 'キャラクターの契約へのアクセスを許可 ', - 'character_contract_description' => '日時, タイプ, ステータス, 契約内容を含むキャラクターの契約を表示します.', - 'character_fitting_label' => 'キャラクターのFitへのアクセスを許可', - 'character_fitting_description' => '名前, 船名, モジュールを含む, キャラクターによって作成されたFItを表示します.', - 'character_industry_label' => 'キャラクターのインダストリーへのアクセスを許可', - 'character_industry_description' => 'キャラクターが所有しているすべてのジョブのリストを表示します。開始日、予想される終了日、位置、アクティビティ、実行量、入力ブループリント、出力製品などが表示されます。', - 'character_blueprint_label' => 'キャラクターのブループリントへのアクセスを許可', - 'character_blueprint_description' => 'キャラクターが所有しているブループリント(名前、利用可能なラン、リサーチレベル、ロケーションなど) が一覧表示されます。', - 'character_intel_label' => 'キャラクター情報へのアクセスを許可', - 'character_intel_description' => 'これは、ゲーム内のプロフィールに基づいて、キャラクターに関する集計情報を表示するツールです。 また、トランザクションやメールに基づいたゲーム内対話も表示されます。', - 'character_killmail_label' => 'キャラクターのキルメールへのアクセスを許可する', - 'character_killmail_description' => 'キャラクターのキルとロスをすべて表示します。データ、船体のタイプ、位置、被害者情報を表示します。', - 'character_mail_label' => 'キャラクターメールへのアクセスを許可', - 'character_mail_description' => 'キャラクターが受信したすべてのメールを表示します。', - 'character_market_label' => 'キャラクターのマーケットへのアクセスを許可', - 'character_market_description' => 'キャラクターによるすべての買注文または売注文を表示します。', - 'character_mining_label' => 'キャラクターの採掘へのアクセスを許可', - 'character_mining_description' => 'キャラクターによる採掘に関する統計情報を表示します。 ゲーム内の個人採掘元帳に基づいており、日付、システム、鉱石、量、量、および推定価格を表示します。', - 'character_notification_label' => 'キャラクターの通知へのアクセスを許可', + 'character_asset_label' => 'キャラクター資産へのアクセスを許可', + 'character_asset_description' => 'キャラクターのすべての資産(アイテム) とその位置と数量を表示します。', + 'character_calendar_label' => 'キャラクターカレンダーイベントへのアクセスを許可する ', + 'character_calendar_description' => 'キャラクターが作成または購読しているカレンダーイベントをすべて表示します。', + 'character_contact_label' => 'キャラクターのコンタクトへのアクセスを許可する', + 'character_contact_description' => '名前, スタンディング, メモなどを含むキャラクターのコンタクトを表示します. また, サードパーティのプラットフォームへのリンクを表示します. ( zkillboardなど)', + 'character_contract_label' => 'キャラクターの契約へのアクセスを許可 ', + 'character_contract_description' => '日時, タイプ, ステータス, 契約内容を含むキャラクターの契約を表示します.', + 'character_fitting_label' => 'キャラクターのFitへのアクセスを許可', + 'character_fitting_description' => '名前, 船名, モジュールを含む, キャラクターによって作成されたFItを表示します.', + 'character_industry_label' => 'キャラクターのインダストリーへのアクセスを許可', + 'character_industry_description' => 'キャラクターが所有しているすべてのジョブのリストを表示します。開始日、予想される終了日、位置、アクティビティ、実行量、入力ブループリント、出力製品などが表示されます。', + 'character_blueprint_label' => 'キャラクターのブループリントへのアクセスを許可', + 'character_blueprint_description' => 'キャラクターが所有しているブループリント(名前、利用可能なラン、リサーチレベル、ロケーションなど) が一覧表示されます。', + 'character_intel_label' => 'キャラクター情報へのアクセスを許可', + 'character_intel_description' => 'これは、ゲーム内のプロフィールに基づいて、キャラクターに関する集計情報を表示するツールです。 また、トランザクションやメールに基づいたゲーム内対話も表示されます。', + 'character_killmail_label' => 'キャラクターのキルメールへのアクセスを許可する', + 'character_killmail_description' => 'キャラクターのキルとロスをすべて表示します。データ、船体のタイプ、位置、被害者情報を表示します。', + 'character_mail_label' => 'キャラクターメールへのアクセスを許可', + 'character_mail_description' => 'キャラクターが受信したすべてのメールを表示します。', + 'character_market_label' => 'キャラクターのマーケットへのアクセスを許可', + 'character_market_description' => 'キャラクターによるすべての買注文または売注文を表示します。', + 'character_mining_label' => 'キャラクターの採掘へのアクセスを許可', + 'character_mining_description' => 'キャラクターによる採掘に関する統計情報を表示します。 ゲーム内の個人採掘元帳に基づいており、日付、システム、鉱石、量、量、および推定価格を表示します。', + 'character_notification_label' => 'キャラクターの通知へのアクセスを許可', 'character_notification_description' => 'DED 支払い補助金やスタンディング更新通知などのキャラクター通知を表示します', - 'character_planetary_label' => 'キャラクターのPI情報へのアクセスを許可', - 'character_planetary_description' => 'キャラクターがコマンドセンターとリンクされた施設を持つ惑星を表示します。', - 'character_research_label' => 'キャラクターの研究エージェントへのアクセスを許可', - 'character_research_description' => 'キャラクターのために現在稼働しているすべての研究エージェントを一覧表示します。', - 'character_skill_label' => 'キャラクタースキルへのアクセスを許可', - 'character_skill_description' => 'キャラクターが習得済みのスキルをレベル込みですべて表示します。', - 'character_standing_label' => 'キャラクターのスタンディングリストへのアクセスを許可', - 'character_standing_description' => 'NewEdenの様々な勢力へのキャラクターのスタンディングを表示します.', - 'character_sheet_label' => 'キャラクターシートへのアクセスを許可', - 'character_sheet_description' => 'キャラクターシートには、キャラクター属性、タイトル、インプラントなどの基本情報が含まれています。 をクリックします。スキルキューの概要と現在トレーニング中のスキルも表示されます。', - 'character_journal_label' => 'キャラクターのウォレットジャーナルへのアクセスを許可', - 'character_journal_description' => 'キャラクターのウォレットジャーナルを表示する', - 'character_transaction_label' => 'キャラクターのウォレット取引記録へのアクセスを許可', - 'character_transaction_description' => 'キャラクターのウォレット取引記録を表示する', - 'character_loyalty_points_label' => 'ロイヤリティポイントへのアクセスを許可', + 'character_planetary_label' => 'キャラクターのPI情報へのアクセスを許可', + 'character_planetary_description' => 'キャラクターがコマンドセンターとリンクされた施設を持つ惑星を表示します。', + 'character_research_label' => 'キャラクターの研究エージェントへのアクセスを許可', + 'character_research_description' => 'キャラクターのために現在稼働しているすべての研究エージェントを一覧表示します。', + 'character_skill_label' => 'キャラクタースキルへのアクセスを許可', + 'character_skill_description' => 'キャラクターが習得済みのスキルをレベル込みですべて表示します。', + 'character_standing_label' => 'キャラクターのスタンディングリストへのアクセスを許可', + 'character_standing_description' => 'NewEdenの様々な勢力へのキャラクターのスタンディングを表示します.', + 'character_sheet_label' => 'キャラクターシートへのアクセスを許可', + 'character_sheet_description' => 'キャラクターシートには、キャラクター属性、タイトル、インプラントなどの基本情報が含まれています。 をクリックします。スキルキューの概要と現在トレーニング中のスキルも表示されます。', + 'character_journal_label' => 'キャラクターのウォレットジャーナルへのアクセスを許可', + 'character_journal_description' => 'キャラクターのウォレットジャーナルを表示する', + 'character_transaction_label' => 'キャラクターのウォレット取引記録へのアクセスを許可', + 'character_transaction_description' => 'キャラクターのウォレット取引記録を表示する', + 'character_loyalty_points_label' => 'ロイヤリティポイントへのアクセスを許可', 'character_loyalty_points_description' => 'キャラクターのロイヤリティポイントを表示します。', // Corporation Scope - 'corporation_asset_label' => 'コーポレーション資産へのアクセスを許可', - 'corporation_asset_description' => 'コーポレーション・アセットには、単独所有のすべての資産、その場所、および数量が表示されています。', - 'corporation_asset_first_division_label' => '部門1内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_first_division_description' => '部門1内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_second_division_label' => '部門2内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_second_division_description' => '部門2内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_third_division_label' => '部門3内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_third_division_description' => '部門3内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_fourth_division_label' => '部門4内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_fourth_division_description' => '部門4内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_fifth_division_label' => '部門5内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_fifth_division_description' => '部門5内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_sixth_division_label' => '部門6内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_sixth_division_description' => '部門6内のコーポレーション資産の閲覧を許可します', - 'corporation_asset_seventh_division_label' => '部門7内のコーポレーション資産へのアクセスを許可', - 'corporation_asset_seventh_division_description' => '部門7内のコーポレーション資産の閲覧を許可します', - 'corporation_contact_label' => 'コーポレーションのコンタクトへのアクセスを許可', - 'corporation_contact_description' => '名前、スタンディング、サードパーティのプラットフォーム(zkillboardなど) へのリンクなどを含むコーポレーションの連絡先を表示します。', - 'corporation_contract_label' => 'コーポレーションの契約へのアクセスを許可', - 'corporation_contract_description' => '作成日、タイプ、ステータス、コンテンツなどを含むコーポレーションの契約を表示します。', - 'corporation_extraction_label' => 'コーポレーションの月掘り情報へのアクセスを許可', - 'corporation_extraction_description' => 'コーポレーションが所有する精製所の月掘り情報を表示します。', - 'corporation_industry_label' => 'コーポレーション・インダストリーへのアクセスを許可', - 'corporation_industry_description' => 'コーポレーションによって作成されたすべての工業ジョブ及び, その開始日、予定終了日、ロケーション、アクティビティ、実行量、入力ブループリント、出力製品を表示します.', - 'corporation_blueprint_label' => 'コーポレーションのブループリントへのアクセスを許可', - 'corporation_blueprint_description' => 'コーポレーションが所有しているすべての設計図とその名前、利用可能なラン、研究レベルと場所を表示します。', - 'corporation_killmail_label' => 'コーポレーションのキルメールへのアクセス許可', - 'corporation_killmail_description' => 'コーポレーションのメンバーによる, または, メンバーのされたすべてのキルを表示します。データ、船体のタイプ、位置、犠牲者情報を表示します。', - 'corporation_ledger_label' => 'コーポレーションウォレットの元帳へのアクセスを許可', - 'corporation_ledger_description' => '部門ごとに、種別おきにコーポレーションウォレット取引を表示します。', - 'corporation_market_label' => 'コーポレーション・マーケットへのアクセスを許可', - 'corporation_market_description' => 'コーポレーションにより行われたすべての売買注文を表示します。', - 'corporation_mining_label' => 'コーポレーションの採掘へのアクセスを許可', - 'corporation_mining_description' => 'キャラクターによるマイニングに関する統計情報を表示します。 これは、各コーポレーションメンバーのゲーム内の個人用マイニング元帳に基づいており、日付、システム、鉱石、体積、および推定価格を示しています。', - 'corporation_security_label' => 'コーポレーションのセキュリティへのアクセスを許可', - 'corporation_security_description' => 'ロールの設定、タイトル、格納庫ログに関する情報を提供します。', - 'corporation_standing_label' => 'コーポレーションのスタンディングへのアクセスを許可', - 'corporation_standing_description' => 'コーポレーションから割り当てられた階級のすべてのスタンディングを表示します。', - 'corporation_tracking_label' => 'コーポレーションのトラッキングへのアクセスを許可', - 'corporation_tracking_description' => 'SeATに登録されたユーザーの全てのメンバーと比較したレポートを表示します.', - 'corporation_customs-office_label' => 'コーポレーションの税関へのアクセス許可', - 'corporation_customs-office_description' => '位置, 税率設定, アクセスレベルを含むコーポレーション所有の全ての税関を表示します.', - 'corporation_starbase_label' => 'コーポレーションのスターベースへのアクセスを許可', - 'corporation_starbase_description' => 'タイプ, 位置, 推定オフライン日時, 強化ステータス, モジュールを含むコーポレーション所有の全てのスターベースを表示します.', - 'corporation_structure_label' => 'コーポレーションのストラクチャへのアクセスの許可', - 'corporation_structure_description' => 'タイプ, タイプ, 位置, 推定オフライン日時, 強化ステータス, モジュールを含むコーポレーション所有の全てのストラクチャを表示します.', - 'corporation_summary_label' => 'コーポレーションシートへのアクセスを許可', - 'corporation_summary_description' => 'コーポレーションシートには, 名前, 説明, 部門などの基本情報が記載されています.', - 'corporation_wallet_first_division_label' => 'コーポレーションウォレットの部門1へのアクセスを許可する。', - 'corporation_wallet_first_division_description' => 'ウォレットの部門1のコーポレーションウォレットを表示します. ', - 'corporation_wallet_second_division_label' => 'コーポレーションウォレットの部門2へのアクセスを許可する。', - 'corporation_wallet_second_division_description' => 'ウォレットの部門2のコーポレーションウォレットを表示します.', - 'corporation_wallet_third_division_label' => 'コーポレーションウォレットの部門3へのアクセスを許可する。', - 'corporation_wallet_third_division_description' => 'ウォレットの部門3のコーポレーションウォレットを表示します.', - 'corporation_wallet_fourth_division_label' => 'コーポレーションウォレットの部門4へのアクセスを許可する。', - 'corporation_wallet_fourth_division_description' => 'ウォレットの部門4のコーポレーションウォレットを表示します.', - 'corporation_wallet_fifth_division_label' => 'コーポレーションウォレットの部門5へのアクセスを許可する。', - 'corporation_wallet_fifth_division_description' => 'ウォレットの部門5のコーポレーションウォレットを表示します.', - 'corporation_wallet_sixth_division_label' => 'コーポレーションウォレットの部門6へのアクセスを許可する。', - 'corporation_wallet_sixth_division_description' => 'ウォレットの部門6のコーポレーションウォレットを表示します.', - 'corporation_wallet_seventh_division_label' => 'コーポレーションウォレットの部門7へのアクセスを許可する。', + 'corporation_asset_label' => 'コーポレーション資産へのアクセスを許可', + 'corporation_asset_description' => 'コーポレーション・アセットには、単独所有のすべての資産、その場所、および数量が表示されています。', + 'corporation_asset_first_division_label' => '部門1内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_first_division_description' => '部門1内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_second_division_label' => '部門2内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_second_division_description' => '部門2内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_third_division_label' => '部門3内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_third_division_description' => '部門3内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_fourth_division_label' => '部門4内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_fourth_division_description' => '部門4内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_fifth_division_label' => '部門5内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_fifth_division_description' => '部門5内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_sixth_division_label' => '部門6内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_sixth_division_description' => '部門6内のコーポレーション資産の閲覧を許可します', + 'corporation_asset_seventh_division_label' => '部門7内のコーポレーション資産へのアクセスを許可', + 'corporation_asset_seventh_division_description' => '部門7内のコーポレーション資産の閲覧を許可します', + 'corporation_contact_label' => 'コーポレーションのコンタクトへのアクセスを許可', + 'corporation_contact_description' => '名前、スタンディング、サードパーティのプラットフォーム(zkillboardなど) へのリンクなどを含むコーポレーションの連絡先を表示します。', + 'corporation_contract_label' => 'コーポレーションの契約へのアクセスを許可', + 'corporation_contract_description' => '作成日、タイプ、ステータス、コンテンツなどを含むコーポレーションの契約を表示します。', + 'corporation_extraction_label' => 'コーポレーションの月掘り情報へのアクセスを許可', + 'corporation_extraction_description' => 'コーポレーションが所有する精製所の月掘り情報を表示します。', + 'corporation_industry_label' => 'コーポレーション・インダストリーへのアクセスを許可', + 'corporation_industry_description' => 'コーポレーションによって作成されたすべての工業ジョブ及び, その開始日、予定終了日、ロケーション、アクティビティ、実行量、入力ブループリント、出力製品を表示します.', + 'corporation_blueprint_label' => 'コーポレーションのブループリントへのアクセスを許可', + 'corporation_blueprint_description' => 'コーポレーションが所有しているすべての設計図とその名前、利用可能なラン、研究レベルと場所を表示します。', + 'corporation_killmail_label' => 'コーポレーションのキルメールへのアクセス許可', + 'corporation_killmail_description' => 'コーポレーションのメンバーによる, または, メンバーのされたすべてのキルを表示します。データ、船体のタイプ、位置、犠牲者情報を表示します。', + 'corporation_ledger_label' => 'コーポレーションウォレットの元帳へのアクセスを許可', + 'corporation_ledger_description' => '部門ごとに、種別おきにコーポレーションウォレット取引を表示します。', + 'corporation_market_label' => 'コーポレーション・マーケットへのアクセスを許可', + 'corporation_market_description' => 'コーポレーションにより行われたすべての売買注文を表示します。', + 'corporation_mining_label' => 'コーポレーションの採掘へのアクセスを許可', + 'corporation_mining_description' => 'キャラクターによるマイニングに関する統計情報を表示します。 これは、各コーポレーションメンバーのゲーム内の個人用マイニング元帳に基づいており、日付、システム、鉱石、体積、および推定価格を示しています。', + 'corporation_security_label' => 'コーポレーションのセキュリティへのアクセスを許可', + 'corporation_security_description' => 'ロールの設定、タイトル、格納庫ログに関する情報を提供します。', + 'corporation_standing_label' => 'コーポレーションのスタンディングへのアクセスを許可', + 'corporation_standing_description' => 'コーポレーションから割り当てられた階級のすべてのスタンディングを表示します。', + 'corporation_tracking_label' => 'コーポレーションのトラッキングへのアクセスを許可', + 'corporation_tracking_description' => 'SeATに登録されたユーザーの全てのメンバーと比較したレポートを表示します.', + 'corporation_customs-office_label' => 'コーポレーションの税関へのアクセス許可', + 'corporation_customs-office_description' => '位置, 税率設定, アクセスレベルを含むコーポレーション所有の全ての税関を表示します.', + 'corporation_starbase_label' => 'コーポレーションのスターベースへのアクセスを許可', + 'corporation_starbase_description' => 'タイプ, 位置, 推定オフライン日時, 強化ステータス, モジュールを含むコーポレーション所有の全てのスターベースを表示します.', + 'corporation_structure_label' => 'コーポレーションのストラクチャへのアクセスの許可', + 'corporation_structure_description' => 'タイプ, タイプ, 位置, 推定オフライン日時, 強化ステータス, モジュールを含むコーポレーション所有の全てのストラクチャを表示します.', + 'corporation_summary_label' => 'コーポレーションシートへのアクセスを許可', + 'corporation_summary_description' => 'コーポレーションシートには, 名前, 説明, 部門などの基本情報が記載されています.', + 'corporation_wallet_first_division_label' => 'コーポレーションウォレットの部門1へのアクセスを許可する。', + 'corporation_wallet_first_division_description' => 'ウォレットの部門1のコーポレーションウォレットを表示します. ', + 'corporation_wallet_second_division_label' => 'コーポレーションウォレットの部門2へのアクセスを許可する。', + 'corporation_wallet_second_division_description' => 'ウォレットの部門2のコーポレーションウォレットを表示します.', + 'corporation_wallet_third_division_label' => 'コーポレーションウォレットの部門3へのアクセスを許可する。', + 'corporation_wallet_third_division_description' => 'ウォレットの部門3のコーポレーションウォレットを表示します.', + 'corporation_wallet_fourth_division_label' => 'コーポレーションウォレットの部門4へのアクセスを許可する。', + 'corporation_wallet_fourth_division_description' => 'ウォレットの部門4のコーポレーションウォレットを表示します.', + 'corporation_wallet_fifth_division_label' => 'コーポレーションウォレットの部門5へのアクセスを許可する。', + 'corporation_wallet_fifth_division_description' => 'ウォレットの部門5のコーポレーションウォレットを表示します.', + 'corporation_wallet_sixth_division_label' => 'コーポレーションウォレットの部門6へのアクセスを許可する。', + 'corporation_wallet_sixth_division_description' => 'ウォレットの部門6のコーポレーションウォレットを表示します.', + 'corporation_wallet_seventh_division_label' => 'コーポレーションウォレットの部門7へのアクセスを許可する。', 'corporation_wallet_seventh_division_description' => 'ウォレットの部門7のコーポレーションウォレットを表示します.', - 'corporation_journal_label' => 'コーポレーションウォレットジャーナルへのアクセスを許可', - 'corporation_journal_description' => 'コーポレーションのウォレットジャーナルを表示します。', - 'corporation_transaction_label' => 'コーポレーションのウォレット取引へのアクセスを許可', - 'corporation_transaction_description' => 'コーポレーションのウォレット取引を表示します。', + 'corporation_journal_label' => 'コーポレーションウォレットジャーナルへのアクセスを許可', + 'corporation_journal_description' => 'コーポレーションのウォレットジャーナルを表示します。', + 'corporation_transaction_label' => 'コーポレーションのウォレット取引へのアクセスを許可', + 'corporation_transaction_description' => 'コーポレーションのウォレット取引を表示します。', // Alliance Scope - 'alliance_contact_label' => 'アライアンスのコンタクトへのアクセス許可', - 'alliance_contact_description' => '名前, スタンディング, サードパーティのプラットフォームへのリンク先を含むアライアンスのコンタクトを表示する.', - 'alliance_summary_label' => 'アライアンスの概要シートへのアクセスを許可', - 'alliance_summary_description' => 'アライアンスシートは名前, 設立者, 加盟コーポレーションなどの基本情報を含む', - 'alliance_tracking_label' => 'アライアンストラッキングへのアクセスを許可', - 'alliance_tracking_description' => 'すべてのメンバーと比較して、SeATに登録されたユーザーのレポートを表示します。', + 'alliance_contact_label' => 'アライアンスのコンタクトへのアクセス許可', + 'alliance_contact_description' => '名前, スタンディング, サードパーティのプラットフォームへのリンク先を含むアライアンスのコンタクトを表示する.', + 'alliance_summary_label' => 'アライアンスの概要シートへのアクセスを許可', + 'alliance_summary_description' => 'アライアンスシートは名前, 設立者, 加盟コーポレーションなどの基本情報を含む', + 'alliance_tracking_label' => 'アライアンストラッキングへのアクセスを許可', + 'alliance_tracking_description' => 'すべてのメンバーと比較して、SeATに登録されたユーザーのレポートを表示します。', // Mail Scope - 'mail_bodies_label' => 'メール本文を読む', + 'mail_bodies_label' => 'メール本文を読む', 'mail_subjects_label' => 'メールの件名を読む', // People Scope 'people_create_label' => '人を作成', - 'people_edit_label' => 'ユーザーを編集', - 'people_view_label' => '人物を表示', + 'people_edit_label' => 'ユーザーを編集', + 'people_view_label' => '人物を表示', // Search Scope - 'search_character_assets_label' => 'キャラクターアセットを検索', + 'search_character_assets_label' => 'キャラクターアセットを検索', 'search_character_contact_lists_label' => 'キャラクターのコンタクトリストを検索', - 'search_character_mail_label' => 'キャラクターメールを検索', - 'search_characters_label' => 'キャラクターを検索', - 'search_character_skills_label' => 'キャラクタースキルを検索', - 'search_character_standings_label' => 'キャラクタースタンディングを検索', - 'search_corporation_assets_label' => 'コーポレーション資産を検索', - 'search_corporation_standings_label' => 'コーポレーションスタンディングを検索', + 'search_character_mail_label' => 'キャラクターメールを検索', + 'search_characters_label' => 'キャラクターを検索', + 'search_character_skills_label' => 'キャラクタースキルを検索', + 'search_character_standings_label' => 'キャラクタースタンディングを検索', + 'search_corporation_assets_label' => 'コーポレーション資産を検索', + 'search_corporation_standings_label' => 'コーポレーションスタンディングを検索', ]; diff --git a/src/resources/lang/ja/research.php b/src/resources/lang/ja/research.php index 76c5aa075..7084ee461 100644 --- a/src/resources/lang/ja/research.php +++ b/src/resources/lang/ja/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => '開始', - 'agent' => '代理人', - 'skill' => 'スキル', + 'start' => '開始', + 'agent' => '代理人', + 'skill' => 'スキル', 'point_per_day' => '1日あたりのポイント|一覧', - 'remainder' => '残り', + 'remainder' => '残り', ]; diff --git a/src/resources/lang/ja/seat.php b/src/resources/lang/ja/seat.php index 276a12776..ee9dd0c3f 100644 --- a/src/resources/lang/ja/seat.php +++ b/src/resources/lang/ja/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => 'ホーム', - 'character' => 'キャラクター|一覧', - 'corporation' => 'コーポレーション', - 'user' => 'ユーザー | 一覧', - 'last_update' => '最終アップデート', - 'unknown' => '不明', - 'note' => 'メモ', - 'name' => '名前| 一覧', - 'granted' => '許可', - 'denied' => '拒否', - 'enabled' => '有効化', - 'disabled' => '無効化', - 'username' => 'ユーザー名', - 'email' => 'Eメール', - 'close' => '閉じる', - 'date' => '日時', - 'status' => 'ステータス', - 'id' => 'ID|一覧', - 'type' => 'タイプ|一覧', - 'expiry' => '期限切れ', - 'never' => '一切なし', - 'detail' => '詳細|一覧', - 'delete' => '削除', - 'kill' => 'キル', - 'verify' => '検証', - 'reset' => 'リセット', - 'back' => '戻る', - 'summary' => '概要', - 'quantity' => '数量', - 'volume' => '体積', - 'group' => 'グループ| 一覧', - 'owner' => '所有者', - 'general' => '全般', - 'description' => '説明', - 'labels' => 'ラベル', - 'created' => '作成済み', - 'issuer' => '発行者', - 'title' => 'タイトル|一覧', - 'price' => '価格', - 'reward' => '報酬', - 'collateral' => '担保', - 'assignee' => '譲受人', - 'acceptor' => '受取人', - 'public' => '公開', - 'location' => '場所', - 'filter' => 'フィルター|一覧', - 'clear' => 'クリア', - 'none' => 'なし', - 'permission' => '権限|一覧', - 'affiliation' => '加入者 | 一覧', - 'role' => 'ロール|一覧', - 'edit' => '編集', - 'remove' => '削除', - 'yes' => 'Yes', - 'no' => 'No', - 'update' => '更新', - 'action' => 'アクション', - 'key' => 'キー', - 'log' => 'ログ|一覧', - 'view' => '表示', - 'item' => 'アイテム | 一覧', - 'usage' => '使用法', - 'unit' => '単位|一覧', - 'add' => '追加', - 'all' => 'すべて', - 'inverse' => '反転', - 'read' => '読み込む', - 'level' => 'レベル', - 'token' => 'トークン', - 'token_status' => 'トークンの状態', - 'token_valid' => '有効なトークン|有効なトークン一覧', - 'token_status_warning' => 'トークンが1日以上更新されていません。ジョブを確認してください。', - 'token_status_valid' => 'この文字には有効な登録済みトークンがあります。', - 'token_status_invalid' => '貴方はこのキャラクターの有効なトークンを持っていません。', - 'set_default' => 'デフォルトに戻す', + 'home' => 'ホーム', + 'character' => 'キャラクター|一覧', + 'corporation' => 'コーポレーション', + 'user' => 'ユーザー | 一覧', + 'last_update' => '最終アップデート', + 'unknown' => '不明', + 'note' => 'メモ', + 'name' => '名前| 一覧', + 'granted' => '許可', + 'denied' => '拒否', + 'enabled' => '有効化', + 'disabled' => '無効化', + 'username' => 'ユーザー名', + 'email' => 'Eメール', + 'close' => '閉じる', + 'date' => '日時', + 'status' => 'ステータス', + 'id' => 'ID|一覧', + 'type' => 'タイプ|一覧', + 'expiry' => '期限切れ', + 'never' => '一切なし', + 'detail' => '詳細|一覧', + 'delete' => '削除', + 'kill' => 'キル', + 'verify' => '検証', + 'reset' => 'リセット', + 'back' => '戻る', + 'summary' => '概要', + 'quantity' => '数量', + 'volume' => '体積', + 'group' => 'グループ| 一覧', + 'owner' => '所有者', + 'general' => '全般', + 'description' => '説明', + 'labels' => 'ラベル', + 'created' => '作成済み', + 'issuer' => '発行者', + 'title' => 'タイトル|一覧', + 'price' => '価格', + 'reward' => '報酬', + 'collateral' => '担保', + 'assignee' => '譲受人', + 'acceptor' => '受取人', + 'public' => '公開', + 'location' => '場所', + 'filter' => 'フィルター|一覧', + 'clear' => 'クリア', + 'none' => 'なし', + 'permission' => '権限|一覧', + 'affiliation' => '加入者 | 一覧', + 'role' => 'ロール|一覧', + 'edit' => '編集', + 'remove' => '削除', + 'yes' => 'Yes', + 'no' => 'No', + 'update' => '更新', + 'action' => 'アクション', + 'key' => 'キー', + 'log' => 'ログ|一覧', + 'view' => '表示', + 'item' => 'アイテム | 一覧', + 'usage' => '使用法', + 'unit' => '単位|一覧', + 'add' => '追加', + 'all' => 'すべて', + 'inverse' => '反転', + 'read' => '読み込む', + 'level' => 'レベル', + 'token' => 'トークン', + 'token_status' => 'トークンの状態', + 'token_valid' => '有効なトークン|有効なトークン一覧', + 'token_status_warning' => 'トークンが1日以上更新されていません。ジョブを確認してください。', + 'token_status_valid' => 'この文字には有効な登録済みトークンがあります。', + 'token_status_invalid' => '貴方はこのキャラクターの有効なトークンを持っていません。', + 'set_default' => 'デフォルトに戻す', // Requirements - 'requirements' => '要件', - 'requirements_message' => '次のリストは不足しているPHP拡張を表示します.' . + 'requirements' => '要件', + 'requirements_message' => '次のリストは不足しているPHP拡張を表示します.' . ' 進む前にこれらをインストールしてください', - 'php_version' => 'PHP バージョン', - 'php_version_message' => 'インストールされているPHPのバージョンが最小要件を満たしていません。' . + 'php_version' => 'PHP バージョン', + 'php_version_message' => 'インストールされているPHPのバージョンが最小要件を満たしていません。' . ' seATへの要求。PHPをバージョンアップしてください。', - 'installed_version' => 'インストールされているバージョン', - 'min_version' => '最低バージョン', + 'installed_version' => 'インストールされているバージョン', + 'min_version' => '最低バージョン', 'admin_contact_warning' => 'このシステムの管理者連絡先が設定されていません。' . ' したがって、ジョブをキューに投入できません。SeATの設定を見直してください。', 'refresh_token_warning' => '貴方のアカウントには有効なリフレッシュトークンが設定されていません。 ' . '可及的速やかに修正するため、ログアウトしたのち再びログインしてください。', - 'sso_config_warning' => 'SSO が設定されていないようです。 ' . + 'sso_config_warning' => 'SSO が設定されていないようです。 ' . '管理者のみがログイン可能です', - 'sso_activation' => 'SSO 有効化', - 'sso_confirmation' => '既にアカウントをお持ちのようです。SSO を有効にするには、認証情報を確認してください。', + 'sso_activation' => 'SSO 有効化', + 'sso_confirmation' => '既にアカウントをお持ちのようです。SSO を有効にするには、認証情報を確認してください。', // Auth - 'failed' => 'これらのログイン情報はレコードと一致しません。', - 'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。', - 'login_welcome' => 'ようこそ、EVE Online SSOを使用してログインしてください', - 'remember_me' => 'ログイン状態を維持する', - 'password' => 'パスワード', - 'password_again' => 'パスワードを再入力してください。', - 'forgot' => 'パスワードをお忘れですか?', - 'register' => '新規メンバーシップ登録', - 'sign_in' => 'サインイン', - 'email_verify' => 'メール認証', - 'email_verify_welcome' => '有効なメールアドレスを入力してください。', + 'failed' => 'これらのログイン情報はレコードと一致しません。', + 'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。', + 'login_welcome' => 'ようこそ、EVE Online SSOを使用してログインしてください', + 'remember_me' => 'ログイン状態を維持する', + 'password' => 'パスワード', + 'password_again' => 'パスワードを再入力してください。', + 'forgot' => 'パスワードをお忘れですか?', + 'register' => '新規メンバーシップ登録', + 'sign_in' => 'サインイン', + 'email_verify' => 'メール認証', + 'email_verify_welcome' => '有効なメールアドレスを入力してください。', // Registration - 'new_account' => '新規アカウント', - 'register_welcome' => 'ユーザー名と強力なパスワードを選択してください。', - 'register_eve_warn' => 'Eve Online にログインするのに使用する同じパスワードを使用しないでください', - 'existing_account' => '既にアカウントがあります', - 'register_account' => 'アカウントを登録', + 'new_account' => '新規アカウント', + 'register_welcome' => 'ユーザー名と強力なパスワードを選択してください。', + 'register_eve_warn' => 'Eve Online にログインするのに使用する同じパスワードを使用しないでください', + 'existing_account' => '既にアカウントがあります', + 'register_account' => 'アカウントを登録', // Passwords - 'password_reset' => 'パスワードのリセット', - 'reset_welcome' => 'パスワードをリセットするアカウントのメールアドレスを入力してください。', - 'remember' => 'ログイン情報を保存', - 'reset_topic' => 'パスワードのリセット', - 'reset_token_welcome' => 'メールアドレスと新しいパスワードを入力してください。', + 'password_reset' => 'パスワードのリセット', + 'reset_welcome' => 'パスワードをリセットするアカウントのメールアドレスを入力してください。', + 'remember' => 'ログイン情報を保存', + 'reset_topic' => 'パスワードのリセット', + 'reset_token_welcome' => 'メールアドレスと新しいパスワードを入力してください。', // Header - 'toggle_navigation' => 'ナビゲーションの切り替え', - 'queued' => '順番待ち', - 'working' => '作業中', - 'joined' => '参加済み', - 'profile' => 'プロフィール', - 'sign_out' => 'サインアウト', - 'stop_impersonation' => 'なりすましの停止', - 'switch_character' => 'メインキャラクターを変更', + 'toggle_navigation' => 'ナビゲーションの切り替え', + 'queued' => '順番待ち', + 'working' => '作業中', + 'joined' => '参加済み', + 'profile' => 'プロフィール', + 'sign_out' => 'サインアウト', + 'stop_impersonation' => 'なりすましの停止', + 'switch_character' => 'メインキャラクターを変更', 'use_as_main_character' => 'メインキャラクターとして使用', - 'link_character' => 'キャラクターをリンクする', - 'characters_in_group' => 'グループ内のキャラクター | 一覧', + 'link_character' => 'キャラクターをリンクする', + 'characters_in_group' => 'グループ内のキャラクター | 一覧', // Notifications - 'critical' => '致命的', - 'error' => 'エラー', - 'success' => '成功', - 'warning' => '警告', - 'notice' => '通知', - 'info' => 'Info', - 'debug_disclaimer' => 'デバックモード有効になっているようです.
これはとてつもなく危険な設定状況です. というのも貴方のSeATインスタンスを脆弱にしているためです. このSeATは現在有効になっているデバッグ機能を介して簡単に悪用できるセキュリティ的問題をはらんでいます.


もし, SeATの開発や, デバッグをしていないのならば, 可及的速やかにデバッグモードをOFFにすることをお勧めします.
.envファイル内のAPP_DEBUGの値をfalseにすることでOFFにすることができます.
その後, php artisan config:cacheを実行してください.', - 'warning_disclaimer' => '管理者の注意が必要な重大な警告があります!
できるだけ早くSeAT管理者に連絡し、スーパーユーザー権限を持つアカウントを使用してログインするように依頼してください。', + 'critical' => '致命的', + 'error' => 'エラー', + 'success' => '成功', + 'warning' => '警告', + 'notice' => '通知', + 'info' => 'Info', + 'debug_disclaimer' => 'デバックモード有効になっているようです.
これはとてつもなく危険な設定状況です. というのも貴方のSeATインスタンスを脆弱にしているためです. このSeATは現在有効になっているデバッグ機能を介して簡単に悪用できるセキュリティ的問題をはらんでいます.


もし, SeATの開発や, デバッグをしていないのならば, 可及的速やかにデバッグモードをOFFにすることをお勧めします.
.envファイル内のAPP_DEBUGの値をfalseにすることでOFFにすることができます.
その後, php artisan config:cacheを実行してください.', + 'warning_disclaimer' => '管理者の注意が必要な重大な警告があります!
できるだけ早くSeAT管理者に連絡し、スーパーユーザー権限を持つアカウントを使用してログインするように依頼してください。', // Menu - 'api_key_management' => 'API キー管理', - 'add_api_key' => 'EVE APIキーを追加', - 'list_keys' => 'EVE APIキーの一覧', - 'all_char' => 'すべてのキャラクター', - 'mail_timeline' => 'メールのタイムライン', - 'all_corp' => 'すべてのコーポレーション', - 'all_alliance' => '全てのアライアンス', - 'configuration' => '設定', - 'access' => 'アクセス管理', - 'other' => 'その他', - 'tools' => 'ツール', - 'security_logs' => 'セキュリティログ', - 'import' => 'API キーをインポート', - 'settings' => 'SeAT設定', - 'schedule' => 'スケジュール', - 'no_main_char' => 'メインキャラクターがいません', - 'no_email' => 'メールアドレスが定義されていません', - 'hello' => 'こんにちは', - 'online' => 'オンライン', - 'search' => '検索', - 'main_menu' => 'メインメニュー', - 'security' => 'セキュリティ', - 'sso' => 'シングルサインオン', - 'tracking' => 'トラッキング', - 'about' => 'について', - - 'assets' => '資産', - 'location_flag' => '位置情報フラグ', - 'calendar' => 'カレンダー', - 'channels' => 'チャンネル', - 'contacts' => 'コンタクト', - 'contracts' => '契約', - 'fittings' => 'Fit', - 'fitting_items' => 'Fitされたアイテム', - 'extraction' => '抽出|一覧', - 'industry' => 'インダストリー', - 'intel' => '情報', - 'killmails' => 'キルメール', - 'mail' => 'メール', - 'market' => 'マーケット', - 'notifications' => '通知', - 'pi' => 'PI', - 'research' => '研究', - 'sheet' => 'シート', - 'skills' => 'スキル', - 'standings' => 'スタンディング|一覧', - 'wallet' => 'ウォレット', - 'wallet_journal' => 'ウォレットジャーナル', - 'wallet_transactions' => 'ウォレット取引', + 'api_key_management' => 'API キー管理', + 'add_api_key' => 'EVE APIキーを追加', + 'list_keys' => 'EVE APIキーの一覧', + 'all_char' => 'すべてのキャラクター', + 'mail_timeline' => 'メールのタイムライン', + 'all_corp' => 'すべてのコーポレーション', + 'all_alliance' => '全てのアライアンス', + 'configuration' => '設定', + 'access' => 'アクセス管理', + 'other' => 'その他', + 'tools' => 'ツール', + 'security_logs' => 'セキュリティログ', + 'import' => 'API キーをインポート', + 'settings' => 'SeAT設定', + 'schedule' => 'スケジュール', + 'no_main_char' => 'メインキャラクターがいません', + 'no_email' => 'メールアドレスが定義されていません', + 'hello' => 'こんにちは', + 'online' => 'オンライン', + 'search' => '検索', + 'main_menu' => 'メインメニュー', + 'security' => 'セキュリティ', + 'sso' => 'シングルサインオン', + 'tracking' => 'トラッキング', + 'about' => 'について', + + 'assets' => '資産', + 'location_flag' => '位置情報フラグ', + 'calendar' => 'カレンダー', + 'channels' => 'チャンネル', + 'contacts' => 'コンタクト', + 'contracts' => '契約', + 'fittings' => 'Fit', + 'fitting_items' => 'Fitされたアイテム', + 'extraction' => '抽出|一覧', + 'industry' => 'インダストリー', + 'intel' => '情報', + 'killmails' => 'キルメール', + 'mail' => 'メール', + 'market' => 'マーケット', + 'notifications' => '通知', + 'pi' => 'PI', + 'research' => '研究', + 'sheet' => 'シート', + 'skills' => 'スキル', + 'standings' => 'スタンディング|一覧', + 'wallet' => 'ウォレット', + 'wallet_journal' => 'ウォレットジャーナル', + 'wallet_transactions' => 'ウォレット取引', 'wrong_probe_report_structure' => 'プローブレポートの構造に問題があります - :fields_numberフィールドは行ごとであることが必要です. この問題はSeATに記録されています。', - 'insert_error_probe_report' => 'レポートの投稿中に発生した問題です。管理者に問い合わせてください。', - 'probe_report_posted' => 'プローブレポートが正常に投稿されました。 :lines 月組成が更新されました。', + 'insert_error_probe_report' => 'レポートの投稿中に発生した問題です。管理者に問い合わせてください。', + 'probe_report_posted' => 'プローブレポートが正常に投稿されました。 :lines 月組成が更新されました。', // Dashboard - 'home_page' => 'ホームページ', - 'dashboard' => 'ダッシュボード', - 'online_layers' => 'オンラインプレイヤー', - 'owned_api_keys' => '所有している API キー', - 'total_character_isk' => '総所有ISK', + 'home_page' => 'ホームページ', + 'dashboard' => 'ダッシュボード', + 'online_layers' => 'オンラインプレイヤー', + 'owned_api_keys' => '所有している API キー', + 'total_character_isk' => '総所有ISK', 'total_character_skillpoints' => '総所有スキルポイント', - 'total_character_mined_isk' => '総採掘額', - 'total_character_ratted_isk' => '総獲得懸賞額', - 'total_killmails' => '総キルメール数', - 'main_char_skills' => ':character_name のスキル', - 'main_char_skills_per_level' => 'スキルレベルの分布', - 'main_char_skills_coverage' => 'スキルカバー率 (%)', - 'concurrent_player_count' => '同時接続プレーヤー数', - 'esi_response_time' => 'ESI応答時間', - 'current_month' => '今月', + 'total_character_mined_isk' => '総採掘額', + 'total_character_ratted_isk' => '総獲得懸賞額', + 'total_killmails' => '総キルメール数', + 'main_char_skills' => ':character_name のスキル', + 'main_char_skills_per_level' => 'スキルレベルの分布', + 'main_char_skills_coverage' => 'スキルカバー率 (%)', + 'concurrent_player_count' => '同時接続プレーヤー数', + 'esi_response_time' => 'ESI応答時間', + 'current_month' => '今月', // Api Keys - 'api_key_add' => '新しいAPIキーを追加', - 'key_id' => 'キー ID', - 'v_code' => '確認コード', - 'check_key' => 'チェックキー', - 'api_new_key' => '新しいAPIキーを作成する', - 'api_use_link' => '次のリンクを使用して、新しいAPIキーを作成します', - 'api_full_link' => '全キャラクターのフルAPIキー', - 'api_full_min_mask' => '最低限のマスクを持つAPIキーが必要です', - 'insufficient_access_mask' => 'このAPIキーは必要な最小アクセスマスクを満たしていません', - 'api_key_info' => 'APIキー情報', - 'api_key_type' => 'APIキータイプ', - 'api_access_mask' => 'APIアクセスマスク', - 'api_add_type_key' => ':type Api キーを追加', - 'api_add_job' => 'Api キーを追加すると、自動的に新しい更新ジョブがキューに追加されます', - 'api_min_mask' => '最小マスク', - 'api_access' => 'アクセス', - 'api_detail' => 'APIキーの詳細', - 'api_key_status' => 'API キーのステータス', - 'api_job_update' => '更新ジョブをキューする', - 'owner_info' => '所有者情報', - 'no_owner' => 'この API キーには所有者がいません。', - 'member_since' => '登録日:', - 'last_login' => '最終ログイン', - 'account_status' => 'アカウントステータス', - 'transfer_ownership' => '所有権を譲渡', - 'seat_user' => 'SeATユーザー', - 'transfer' => '転送', - 'mask_map_fail' => 'アクセスマスクマップを読み込むことができません', - 'recent_jobs' => '最近のジョブ', - 'scope' => 'スコープ|スコープ一覧', - 'api_all' => 'すべての API キー', - 'reveal' => '公開する', - 'add_success' => 'Apiキーが正常に追加されました。ジョブの更新 :jobid 送信済み', - 're_enable' => 'キーを再度有効にする', - 'disable' => 'キーを無効にする', - 'reenable_all_disabled' => '無効化されたすべてのキーを再度有効にする', - 'disable_all_enabled' => '有効なすべてのキーを無効にする', - 'joblog' => 'ジョブのログ', - 'job_log_config' => 'ジョブのロギングは有効な場合にのみ発生します。 ' . + 'api_key_add' => '新しいAPIキーを追加', + 'key_id' => 'キー ID', + 'v_code' => '確認コード', + 'check_key' => 'チェックキー', + 'api_new_key' => '新しいAPIキーを作成する', + 'api_use_link' => '次のリンクを使用して、新しいAPIキーを作成します', + 'api_full_link' => '全キャラクターのフルAPIキー', + 'api_full_min_mask' => '最低限のマスクを持つAPIキーが必要です', + 'insufficient_access_mask' => 'このAPIキーは必要な最小アクセスマスクを満たしていません', + 'api_key_info' => 'APIキー情報', + 'api_key_type' => 'APIキータイプ', + 'api_access_mask' => 'APIアクセスマスク', + 'api_add_type_key' => ':type Api キーを追加', + 'api_add_job' => 'Api キーを追加すると、自動的に新しい更新ジョブがキューに追加されます', + 'api_min_mask' => '最小マスク', + 'api_access' => 'アクセス', + 'api_detail' => 'APIキーの詳細', + 'api_key_status' => 'API キーのステータス', + 'api_job_update' => '更新ジョブをキューする', + 'owner_info' => '所有者情報', + 'no_owner' => 'この API キーには所有者がいません。', + 'member_since' => '登録日:', + 'last_login' => '最終ログイン', + 'account_status' => 'アカウントステータス', + 'transfer_ownership' => '所有権を譲渡', + 'seat_user' => 'SeATユーザー', + 'transfer' => '転送', + 'mask_map_fail' => 'アクセスマスクマップを読み込むことができません', + 'recent_jobs' => '最近のジョブ', + 'scope' => 'スコープ|スコープ一覧', + 'api_all' => 'すべての API キー', + 'reveal' => '公開する', + 'add_success' => 'Apiキーが正常に追加されました。ジョブの更新 :jobid 送信済み', + 're_enable' => 'キーを再度有効にする', + 'disable' => 'キーを無効にする', + 'reenable_all_disabled' => '無効化されたすべてのキーを再度有効にする', + 'disable_all_enabled' => '有効なすべてのキーを無効にする', + 'joblog' => 'ジョブのログ', + 'job_log_config' => 'ジョブのロギングは有効な場合にのみ発生します。 ' . '現在のステータス: :status', // People - 'people_groups' => 'ユーザーグループ', - 'unaffiliated_keys' => '関連していないキー', - 'add_to_existing' => '既存に追加', - 'add_to_existing_group' => '既存のグループに追加', - 'group_main' => 'グループメイン', - 'new_group_with_main' => 'メインとして:nameを持つ新しいグループ', + 'people_groups' => 'ユーザーグループ', + 'unaffiliated_keys' => '関連していないキー', + 'add_to_existing' => '既存に追加', + 'add_to_existing_group' => '既存のグループに追加', + 'group_main' => 'グループメイン', + 'new_group_with_main' => 'メインとして:nameを持つ新しいグループ', // Access - 'access_mangement' => 'アクセス管理', - 'quick_add_role' => '今すぐロールを追加', - 'role_name' => '権限名', - 'add_new_role' => '新しいロールを追加', - 'available_roles' => '利用可能なロール', - 'quick_add_user' => 'ユーザーをクイック追加', - 'add_new_user' => '新規ユーザーを追加', - 'edit_role' => '権限を編集', - 'available_permissions' => '利用可能な権限', - 'grant_permissions' => 'アクセス許可を付与', - 'inverse_permission' => '権限を逆転させる', - 'inverse_affiliation' => '所属を反転させる', - 'current_permissions' => '現在の権限', - 'has_superuser' => 'スーパーユーザー持ち', - 'permission_inherit' => 'すべての権限を継承する', - 'available_corporations' => 'アクセス可能なコーポレーション', - 'available_characters' => '利用可能なキャラクター', - 'add_affiliations' => '所属の追加', - 'current_affiliations' => '現在の所属', - 'available_users' => '利用可能なユーザー', - 'available_groups' => '利用可能なグループ|一覧', - 'add_user' => 'ユーザーの追加|複数ユーザーの追加', - 'add_group' => 'グループを追加|複数グループ追加', - 'current_users' => '現在のユーザー', - 'current_groups' => '現在のグループ|現在の複数のグループ', - 'select_item_add' => '追加するアイテムを選択', - 'impersonate' => 'このユーザーで閲覧する', - 'edit_user' => 'ユーザーを編集', - 'activate_user' => 'ユーザーを有効化', - 'reassign_user' => 'ユーザーを再割り当て', - 'reassign' => '再割り当て', - 'deactivate_user' => 'ユーザーを無効化', - 'account_status_change' => 'アカウントステータスが変更されました。', - 'user_agent' => 'ユーザーエージェント文字列', - 'login_history' => 'ログイン履歴', - 'role_summary' => 'ロールの概要', - 'user_updated' => 'ユーザーが更新されました', - 'user_deleted' => 'ユーザーが削除されました', - 'self_delete_warning' => '自分自身を削除することはできません。', - 'impersonating' => ':user を偽装しています', - 'revert_impersonation' => 'なりすましを停止しました', - 'user_created' => 'ユーザーが作成されました', - 'unauthorized_request' => '認証されていないリクエスト', + 'access_mangement' => 'アクセス管理', + 'quick_add_role' => '今すぐロールを追加', + 'role_name' => '権限名', + 'add_new_role' => '新しいロールを追加', + 'available_roles' => '利用可能なロール', + 'quick_add_user' => 'ユーザーをクイック追加', + 'add_new_user' => '新規ユーザーを追加', + 'edit_role' => '権限を編集', + 'available_permissions' => '利用可能な権限', + 'grant_permissions' => 'アクセス許可を付与', + 'inverse_permission' => '権限を逆転させる', + 'inverse_affiliation' => '所属を反転させる', + 'current_permissions' => '現在の権限', + 'has_superuser' => 'スーパーユーザー持ち', + 'permission_inherit' => 'すべての権限を継承する', + 'available_corporations' => 'アクセス可能なコーポレーション', + 'available_characters' => '利用可能なキャラクター', + 'add_affiliations' => '所属の追加', + 'current_affiliations' => '現在の所属', + 'available_users' => '利用可能なユーザー', + 'available_groups' => '利用可能なグループ|一覧', + 'add_user' => 'ユーザーの追加|複数ユーザーの追加', + 'add_group' => 'グループを追加|複数グループ追加', + 'current_users' => '現在のユーザー', + 'current_groups' => '現在のグループ|現在の複数のグループ', + 'select_item_add' => '追加するアイテムを選択', + 'impersonate' => 'このユーザーで閲覧する', + 'edit_user' => 'ユーザーを編集', + 'activate_user' => 'ユーザーを有効化', + 'reassign_user' => 'ユーザーを再割り当て', + 'reassign' => '再割り当て', + 'deactivate_user' => 'ユーザーを無効化', + 'account_status_change' => 'アカウントステータスが変更されました。', + 'user_agent' => 'ユーザーエージェント文字列', + 'login_history' => 'ログイン履歴', + 'role_summary' => 'ロールの概要', + 'user_updated' => 'ユーザーが更新されました', + 'user_deleted' => 'ユーザーが削除されました', + 'self_delete_warning' => '自分自身を削除することはできません。', + 'impersonating' => ':user を偽装しています', + 'revert_impersonation' => 'なりすましを停止しました', + 'user_created' => 'ユーザーが作成されました', + 'unauthorized_request' => '認証されていないリクエスト', 'unauthorized_request_logged' => 'この試行はログに記録されました。', - 'role_added' => 'ロールが追加されました', - 'role_updated' => 'ロールが更新されました - :added new permissions, :removed removed permissions, :filtered permissions', - 'role_removed' => 'ロールが削除されました', - 'permissions_granted' => '権限が付与されました', - 'permission_revoked' => '権限が取り消されました', - 'user_added' => 'ユーザーがこのロールに追加されました', - 'user_removed' => 'ユーザーがこのロールから削除されました', - 'affiliations_added' => 'このロールに所属が追加されました', - 'affiliation_removed' => 'このロールから所属が削除されました', + 'role_added' => 'ロールが追加されました', + 'role_updated' => 'ロールが更新されました - :added new permissions, :removed removed permissions, :filtered permissions', + 'role_removed' => 'ロールが削除されました', + 'permissions_granted' => '権限が付与されました', + 'permission_revoked' => '権限が取り消されました', + 'user_added' => 'ユーザーがこのロールに追加されました', + 'user_removed' => 'ユーザーがこのロールから削除されました', + 'affiliations_added' => 'このロールに所属が追加されました', + 'affiliation_removed' => 'このロールから所属が削除されました', // Tokens - 'valid_token' => '有効なトークン|一覧', - 'invalid_token' => '無効なトークン|一覧', + 'valid_token' => '有効なトークン|一覧', + 'invalid_token' => '無効なトークン|一覧', // Import - 'api_import_title' => 'Eve Online APIキーをインポート', - 'csv_data_source' => 'CSVデータソースファイル', - 'help' => 'ヘルプ', - 'importing_csv_data' => 'CSVデータのインポート', - 'csv_format_explained' => 'CSVのファイル形式はkeyID,vCodeで、以下に例を示します.', - 'important_notes' => '重要な注意事項', - 'curr_user_becomes_owner' => '現在のユーザー (:user) は API キーの所有者になります。', - 'only_format_is_checked' => 'ここではAPIキーの形式のみがチェックされています。 ' . + 'api_import_title' => 'Eve Online APIキーをインポート', + 'csv_data_source' => 'CSVデータソースファイル', + 'help' => 'ヘルプ', + 'importing_csv_data' => 'CSVデータのインポート', + 'csv_format_explained' => 'CSVのファイル形式はkeyID,vCodeで、以下に例を示します.', + 'important_notes' => '重要な注意事項', + 'curr_user_becomes_owner' => '現在のユーザー (:user) は API キーの所有者になります。', + 'only_format_is_checked' => 'ここではAPIキーの形式のみがチェックされています。 ' . '最小限のAPIマスクが設定されているという保証は行われません。', - 'update_with_next_job' => 'キーデータは、次のアップデートジョブが来るか、手動で開始されたときにのみ、追加されます。', + 'update_with_next_job' => 'キーデータは、次のアップデートジョブが来るか、手動で開始されたときにのみ、追加されます。', // Schedule - 'new_schedule' => '新しいスケジュール', - 'available_commands' => '利用可能なコマンド', - 'cron_expression' => 'Cron式', - 'current_schedule' => '現在のスケジュール', - 'command' => 'コマンド', - 'cron' => 'Cron', - 'allow_overlap' => '重複を許可', - 'allow_maintenance' => 'メンテナンスモードで許可', - 'scheduled_commands' => 'スケジュールされたコマンド', - 'choose_prepop' => '事前に入力された cron 式を選択するか、自分で書いてください。', - 'add_scheduled' => 'スケジュールされたコマンドを追加', + 'new_schedule' => '新しいスケジュール', + 'available_commands' => '利用可能なコマンド', + 'cron_expression' => 'Cron式', + 'current_schedule' => '現在のスケジュール', + 'command' => 'コマンド', + 'cron' => 'Cron', + 'allow_overlap' => '重複を許可', + 'allow_maintenance' => 'メンテナンスモードで許可', + 'scheduled_commands' => 'スケジュールされたコマンド', + 'choose_prepop' => '事前に入力された cron 式を選択するか、自分で書いてください。', + 'add_scheduled' => 'スケジュールされたコマンドを追加', // Security - 'category' => 'カテゴリー', - 'message' => 'メッセージ', - 'source' => 'ソース', + 'category' => 'カテゴリー', + 'message' => 'メッセージ', + 'source' => 'ソース', // Ledger - 'ledger' => 'ウォレット元帳', - 'bounty_prizes' => '懸賞賞', - 'offices_rentals' => 'オフィスレンタル', - 'industry_facility' => '工業施設', - 'reprocessing' => '再処理', - 'jump_bridges' => 'ジャンプブリッジ', - 'wallet_division_name' => 'ウォレット部門名', - 'wallet_summary' => 'ウォレット概要|ウォレット概要一覧', + 'ledger' => 'ウォレット元帳', + 'bounty_prizes' => '懸賞賞', + 'offices_rentals' => 'オフィスレンタル', + 'industry_facility' => '工業施設', + 'reprocessing' => '再処理', + 'jump_bridges' => 'ジャンプブリッジ', + 'wallet_division_name' => 'ウォレット部門名', + 'wallet_summary' => 'ウォレット概要|ウォレット概要一覧', // Users - 'user_management' => 'ユーザー管理', + 'user_management' => 'ユーザー管理', // Settings - 'admin_email' => '管理者の電子メールアドレス', - 'admin_email_help' => 'SeAT管理者のメールアドレスを入力してください。', - 'min_access_mask' => '最低限必要なアクセスマスク', - 'min_character_access_mask' => '最低限必要なキャラクターアクセスマスク', - 'min_corporation_access_mask' => '最低限必要なコーポレーションアクセスマスク', - 'force_min_mask' => '最小アクセスマスクを強制する', - 'registration' => '登録', - 'maintenance' => 'メンテナンス', - 'cleanup_data' => '古いデータをクリーンアップする', - 'cleanup_data_help' => '古いデータをクリーンアップするように設定された場合、SeATメンテナンスジョブ は ' . + 'admin_email' => '管理者の電子メールアドレス', + 'admin_email_help' => 'SeAT管理者のメールアドレスを入力してください。', + 'min_access_mask' => '最低限必要なアクセスマスク', + 'min_character_access_mask' => '最低限必要なキャラクターアクセスマスク', + 'min_corporation_access_mask' => '最低限必要なコーポレーションアクセスマスク', + 'force_min_mask' => '最小アクセスマスクを強制する', + 'registration' => '登録', + 'maintenance' => 'メンテナンス', + 'cleanup_data' => '古いデータをクリーンアップする', + 'cleanup_data_help' => '古いデータをクリーンアップするように設定された場合、SeATメンテナンスジョブ は ' . 'eve Online Single Signonからの有効なユーザーを除き, ユーザーやコーポレーションの ' . '実例', - 'single_signon' => '古いデータを削除します.', - 'admin_warn_sso' => '. envファイル内のEVE_CLIENT_ID、EVE_CLIENT_SECRET、EVE_CALLBACK_URLの値を' . + 'single_signon' => '古いデータを削除します.', + 'admin_warn_sso' => '. envファイル内のEVE_CLIENT_ID、EVE_CLIENT_SECRET、EVE_CALLBACK_URLの値を' . ' を再確認してください. 空か不正な値が設定されているようです. SSOは失敗する可能性があります!', - 'allow_sso' => 'シングルサインオンを許可', - 'allow_registration' => '登録を許可', - 'allow_user_character_unlink' => 'ユーザーが自分のキャラクターのリンクを解除できるようにする', - 'unlink' => 'リンク解除', - 'email_activation' => 'メールの有効化', - 'require_activation' => 'メールのアクティベーションを要求', - 'module_versions' => 'SeATモジュールのバージョン', - 'tp_versions' => 'サードパーティのバージョン', - 'installed' => 'インストール済み', - 'current' => '現在', - 'url' => 'URL', - 'google_analytics' => 'Googleアナリティクス', - 'allow_tracking' => 'トラッキングを許可する', - 'tracking_id' => 'ユニークトラッキングID', - 'tracking_help' => '使用履歴を無効にする前に、以下を参照してください' . + 'allow_sso' => 'シングルサインオンを許可', + 'allow_registration' => '登録を許可', + 'allow_user_character_unlink' => 'ユーザーが自分のキャラクターのリンクを解除できるようにする', + 'unlink' => 'リンク解除', + 'email_activation' => 'メールの有効化', + 'require_activation' => 'メールのアクティベーションを要求', + 'module_versions' => 'SeATモジュールのバージョン', + 'tp_versions' => 'サードパーティのバージョン', + 'installed' => 'インストール済み', + 'current' => '現在', + 'url' => 'URL', + 'google_analytics' => 'Googleアナリティクス', + 'allow_tracking' => 'トラッキングを許可する', + 'tracking_id' => 'ユニークトラッキングID', + 'tracking_help' => '使用履歴を無効にする前に、以下を参照してください' . ' 最初にドキュメントを開きます。', - 'customlink' => 'カスタムリンク', - 'customlink_description' => 'ここで SeAT サイドバーメニューにカスタムリンクを追加できます。任意で ' . + 'customlink' => 'カスタムリンク', + 'customlink_description' => 'ここで SeAT サイドバーメニューにカスタムリンクを追加できます。任意で ' . ':fa-link free icons よりアイコンを使うことができます. (eg. :icon).', - 'new_tab_question_mark' => '新規タブで開く?', + 'new_tab_question_mark' => '新規タブで開く?', // SSO Settings - 'sso_scopes' => 'SSO スコープ', - 'sso_scopes_profile_name' => 'プロフィール名', + 'sso_scopes' => 'SSO スコープ', + 'sso_scopes_profile_name' => 'プロフィール名', 'sso_scopes_profile_name_help' => 'ハイフンとアンダースコアと共に英数字を使用できます。', - 'available_scopes' => '利用可能な SSO スコープ', - 'enable_all' => 'すべて有効にする', - 'remove_all' => 'すべて削除', - 'update_sso_scopes' => 'SSO スコープを更新', + 'available_scopes' => '利用可能な SSO スコープ', + 'enable_all' => 'すべて有効にする', + 'remove_all' => 'すべて削除', + 'update_sso_scopes' => 'SSO スコープを更新', 'current_configuration_status' => '現在の SSO 設定', - 'client_id_status' => 'Client ID ステータス', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID が正しくありません。 .env ファイルを確認してください。', - 'client_secret_status' => 'Client Secret ステータス', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret が正しくありません. .env ファイルを確認してください', - 'callback_url_status' => 'Callback URL ステータス', - 'callback_url_ok' => 'Callback URL OK as :url', - 'callback_maybe_wrong' => 'コールバックURLが設定されていますが、間違っている可能性があります。現在:current として設定されています ' . + 'client_id_status' => 'Client ID ステータス', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID が正しくありません。 .env ファイルを確認してください。', + 'client_secret_status' => 'Client Secret ステータス', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret が正しくありません. .env ファイルを確認してください', + 'callback_url_status' => 'Callback URL ステータス', + 'callback_url_ok' => 'Callback URL OK as :url', + 'callback_maybe_wrong' => 'コールバックURLが設定されていますが、間違っている可能性があります。現在:current として設定されています ' . 'そしておそらく:supposed', - 'client_callback_not_ok' => 'コールバックURLが設定されていません。.envを確認し、:urlとして設定してください', - 'custom_signin_page' => 'サインインページをカスタマイズ', - 'custom_signin_page_desc' => 'サインインページでメッセージをカスタマイズし、カスタム SSO スコープへのリンクを挿入することができます ' . + 'client_callback_not_ok' => 'コールバックURLが設定されていません。.envを確認し、:urlとして設定してください', + 'custom_signin_page' => 'サインインページをカスタマイズ', + 'custom_signin_page_desc' => 'サインインページでメッセージをカスタマイズし、カスタム SSO スコープへのリンクを挿入することができます ' . 'プロファイルも同様です。デフォルトを使用するには空白のままにします。以下に何か入力した場合は、少なくとも1つのボタンが表示されていることを確認する必要があります。', // Updaters - 'update_dispatched' => '更新ジョブが正常に送信されました。再度確認してください ' . + 'update_dispatched' => '更新ジョブが正常に送信されました。再度確認してください ' . 'ほんの一瞬で', - 'update_failed' => '更新作業の送信に失敗しました。SeAT管理者に連絡してください。', - 'update_skill_queue' => 'スキルキューを更新', - 'update_assets' => 'アセットを更新', - 'update_blueprints' => 'ブループリントを更新', - 'update_calendar' => 'カレンダーの更新', - 'update_contacts' => 'コンタクトの更新', - 'update_contracts' => '契約を更新', - 'update_corp_history' => '雇用履歴を更新', - 'update_customs_offices' => '税関オフィスを更新', - 'update_divisions' => '部門を更新', - 'update_fittings' => 'Fitを更新', - 'update_industry' => '工業ジョブを更新', - 'update_journals' => 'ジャーナルを更新', - 'update_killmails' => 'キルメールを更新', - 'update_mail' => 'メールを更新', - 'update_market' => 'マーケットを更新', - 'update_members_tracking' => 'メンバーの追跡を更新', - 'update_mining' => '採掘台帳を更新', - 'update_notifications' => '通知を更新', - 'update_pi' => '惑星開発を更新', - 'update_research' => 'エージェントの研究を更新', - 'update_skills' => 'スキルを更新', - 'update_standings' => 'スタンディングを更新', - 'update_starbase' => 'スターベースを更新', - 'update_structures' => 'ストラクチャーを更新', - 'update_transactions' => '取引を更新', - 'update_wallet' => 'ウォレットを更新', - 'update_loyalty_points' => 'ロイヤルティポイントを更新', + 'update_failed' => '更新作業の送信に失敗しました。SeAT管理者に連絡してください。', + 'update_skill_queue' => 'スキルキューを更新', + 'update_assets' => 'アセットを更新', + 'update_blueprints' => 'ブループリントを更新', + 'update_calendar' => 'カレンダーの更新', + 'update_contacts' => 'コンタクトの更新', + 'update_contracts' => '契約を更新', + 'update_corp_history' => '雇用履歴を更新', + 'update_customs_offices' => '税関オフィスを更新', + 'update_divisions' => '部門を更新', + 'update_fittings' => 'Fitを更新', + 'update_industry' => '工業ジョブを更新', + 'update_journals' => 'ジャーナルを更新', + 'update_killmails' => 'キルメールを更新', + 'update_mail' => 'メールを更新', + 'update_market' => 'マーケットを更新', + 'update_members_tracking' => 'メンバーの追跡を更新', + 'update_mining' => '採掘台帳を更新', + 'update_notifications' => '通知を更新', + 'update_pi' => '惑星開発を更新', + 'update_research' => 'エージェントの研究を更新', + 'update_skills' => 'スキルを更新', + 'update_standings' => 'スタンディングを更新', + 'update_starbase' => 'スターベースを更新', + 'update_structures' => 'ストラクチャーを更新', + 'update_transactions' => '取引を更新', + 'update_wallet' => 'ウォレットを更新', + 'update_loyalty_points' => 'ロイヤルティポイントを更新', // Character - 'joined_curr_corp' => '現在のコーポレーションへの参加日', - 'skillpoint' => 'スキルポイント|スキルポイント一覧', - 'account_balance' => '口座残高', - 'current_ship' => '現在の艦艇', - 'last_location' => '最新の位置情報', - 'security_status' => 'セキュリティステータス', - 'items_taking' => '取得アイテム', - 'calendar_events' => 'カレンダーイベント', - 'loyalty_points' => 'ロイヤリティポイント', - 'loyalty_point_prices' => 'Fuzzwork LP 価格', - 'positive_standings' => 'プラススタンディング', - 'neutral_standings' => '中立スタンディング', - 'negative_standings' => 'マイナススタンディング', - 'excellent_standings' => '優良スタンディング', - 'good_standings' => '良好スタンディング', - 'terrible_standings' => '険悪スタンディング', - 'bad_standings' => '不良スタンディング', - 'start' => '開始', - 'end' => '終了', - 'installer' => 'インストール済', - 'system' => '星系', - 'constellation' => 'コンステレーション', - 'region' => 'リージョン', - 'activity' => 'アクティビティ', - 'run' => 'Run|Runs', - 'blueprint' => 'ブループリント', - 'product' => '製品', - 'victim' => '犠牲者', - 'ship_type' => '船の種類', - 'transaction_type' => '取引の種類', - 'owner_1' => '取引元', - 'owner_2' => '取引先', - 'amount' => '金額', - 'balance' => '残高', - 'corporation_name' => 'コーポレーション名', - 'character_name' => 'キャラクター名', - 'from' => '送信元', - 'subject' => '件名', - 'to' => '宛先', - 'to_corp' => 'コーポレーション宛て', - 'missing_body' => 'メッセージ本文はまだダウンロードされていません', - 'to_alliance' => 'アライアンス宛て', - 'to_char' => 'キャラクターへ', - 'total' => '合計', - 'updated' => '更新日時:', - 'planet' => '惑星', - 'upgrade_level' => 'レベルを上げる', - 'no_pins' => '# ピン数', - 'agent' => 'エージェント', - 'skill' => 'スキル|一覧', - 'points_p_day' => '1日あたりのポイント', - 'remainder' => '残り', - 'skills_summary' => 'スキル概要', - 'curr_training' => '現在のトレーニング', - 'skill_training_end' => '取得済みスキル', - 'skill_queue' => 'スキルキュー', - 'no_skill_training' => 'トレーニング中にスキルがありません', - 'empty_skill_queue' => 'スキルキューが空です', - 'account_info' => 'アカウント情報', - 'paid_until' => '支払期限:', - 'logon_count' => 'ログオン数', - 'online_time' => 'オンライン時間', - 'jump_fatigue' => 'ジャンプ疲労値', - 'jump_clones' => 'ジャンプクローン|一覧', - 'jump_act_timer' => 'ジャンプ起動タイマー', - 'no_jump_clones' => 'ジャンプクローンなし', - 'implants' => 'インプラント|一覧', - 'no_implants' => 'インプラントなし', - 'employment_history' => '雇用履歴', - 'no_employment_information' => '雇用情報がありません', - 'corporation_titles' => 'コーポレーションタイトル|一覧', - 'no_corporation_titles' => 'コーポレーションタイトルなし', - 'attribute' => '属性|一覧', - 'value' => '値|一覧', - 'bonus_remaps' => 'ボーナスのリマップ', - 'last_remap_date' => '最後のリマップ日時', - 'accrued_remap_cooldown_date' => '正確なリマップのクールダウン日時', - 'no_remap' => 'リマップが見つかりませんでした', - 'item_type' => 'アイテムタイプ', - 'client_name' => 'クライアント名', - 'client' => 'クライアント', - 'qty' => '#', - 'unknown_character' => '不明なキャラクター. APIキーは記録されて更新されていますか?', - 'deleted_refresh_token' => 'このキャラクターのリフレッシュトークンは :time あたりに削除されました。その結果, 表示される情報が古くなっている可能性があります。', - 'channel_members' => 'チャンネルメンバー一覧', - 'motd' => 'MoTD', - 'coordinates' => '座標', - 'folder' => 'フォルダー', - 'skills_graph' => 'スキルグラフ', - 'contract_items' => '契約アイテム', - 'progress' => '進捗', + 'joined_curr_corp' => '現在のコーポレーションへの参加日', + 'skillpoint' => 'スキルポイント|スキルポイント一覧', + 'account_balance' => '口座残高', + 'current_ship' => '現在の艦艇', + 'last_location' => '最新の位置情報', + 'security_status' => 'セキュリティステータス', + 'items_taking' => '取得アイテム', + 'calendar_events' => 'カレンダーイベント', + 'loyalty_points' => 'ロイヤリティポイント', + 'loyalty_point_prices' => 'Fuzzwork LP 価格', + 'positive_standings' => 'プラススタンディング', + 'neutral_standings' => '中立スタンディング', + 'negative_standings' => 'マイナススタンディング', + 'excellent_standings' => '優良スタンディング', + 'good_standings' => '良好スタンディング', + 'terrible_standings' => '険悪スタンディング', + 'bad_standings' => '不良スタンディング', + 'start' => '開始', + 'end' => '終了', + 'installer' => 'インストール済', + 'system' => '星系', + 'constellation' => 'コンステレーション', + 'region' => 'リージョン', + 'activity' => 'アクティビティ', + 'run' => 'Run|Runs', + 'blueprint' => 'ブループリント', + 'product' => '製品', + 'victim' => '犠牲者', + 'ship_type' => '船の種類', + 'transaction_type' => '取引の種類', + 'owner_1' => '取引元', + 'owner_2' => '取引先', + 'amount' => '金額', + 'balance' => '残高', + 'corporation_name' => 'コーポレーション名', + 'character_name' => 'キャラクター名', + 'from' => '送信元', + 'subject' => '件名', + 'to' => '宛先', + 'to_corp' => 'コーポレーション宛て', + 'missing_body' => 'メッセージ本文はまだダウンロードされていません', + 'to_alliance' => 'アライアンス宛て', + 'to_char' => 'キャラクターへ', + 'total' => '合計', + 'updated' => '更新日時:', + 'planet' => '惑星', + 'upgrade_level' => 'レベルを上げる', + 'no_pins' => '# ピン数', + 'agent' => 'エージェント', + 'skill' => 'スキル|一覧', + 'points_p_day' => '1日あたりのポイント', + 'remainder' => '残り', + 'skills_summary' => 'スキル概要', + 'curr_training' => '現在のトレーニング', + 'skill_training_end' => '取得済みスキル', + 'skill_queue' => 'スキルキュー', + 'no_skill_training' => 'トレーニング中にスキルがありません', + 'empty_skill_queue' => 'スキルキューが空です', + 'account_info' => 'アカウント情報', + 'paid_until' => '支払期限:', + 'logon_count' => 'ログオン数', + 'online_time' => 'オンライン時間', + 'jump_fatigue' => 'ジャンプ疲労値', + 'jump_clones' => 'ジャンプクローン|一覧', + 'jump_act_timer' => 'ジャンプ起動タイマー', + 'no_jump_clones' => 'ジャンプクローンなし', + 'implants' => 'インプラント|一覧', + 'no_implants' => 'インプラントなし', + 'employment_history' => '雇用履歴', + 'no_employment_information' => '雇用情報がありません', + 'corporation_titles' => 'コーポレーションタイトル|一覧', + 'no_corporation_titles' => 'コーポレーションタイトルなし', + 'attribute' => '属性|一覧', + 'value' => '値|一覧', + 'bonus_remaps' => 'ボーナスのリマップ', + 'last_remap_date' => '最後のリマップ日時', + 'accrued_remap_cooldown_date' => '正確なリマップのクールダウン日時', + 'no_remap' => 'リマップが見つかりませんでした', + 'item_type' => 'アイテムタイプ', + 'client_name' => 'クライアント名', + 'client' => 'クライアント', + 'qty' => '#', + 'unknown_character' => '不明なキャラクター. APIキーは記録されて更新されていますか?', + 'deleted_refresh_token' => 'このキャラクターのリフレッシュトークンは :time あたりに削除されました。その結果, 表示される情報が古くなっている可能性があります。', + 'channel_members' => 'チャンネルメンバー一覧', + 'motd' => 'MoTD', + 'coordinates' => '座標', + 'folder' => 'フォルダー', + 'skills_graph' => 'スキルグラフ', + 'contract_items' => '契約アイテム', + 'progress' => '進捗', // Character Intel - 'loading_journal' => 'ジャーナルエントリーを読み込んでいます...', - 'loading_transactions' => 'トランザクションエントリーを読み込み中...', - 'loading_mail' => 'メールエントリーを読み込み中...', + 'loading_journal' => 'ジャーナルエントリーを読み込んでいます...', + 'loading_transactions' => 'トランザクションエントリーを読み込み中...', + 'loading_mail' => 'メールエントリーを読み込み中...', // Corporation - 'alliance' => 'アライアンス|一覧', - 'corporation_count' => 'コーポレーションカウント', - 'executor' => '実行者', - 'ticker' => 'ティッカー', - 'ceo' => 'CEO', - 'home_station' => 'ホームステーション', - 'tax_rate' => '税率', - 'member_count' => 'メンバー数', - 'roles_change_log' => 'ロール変更ログ', - 'affected' => '反映先', - 'member_limit' => 'メンバー制限', - 'shares' => '株式', - 'member_capacity' => 'メンバー上限', - 'divisional_information' => '部門情報', - 'corporation_divisions' => 'コーポレーション部門', - 'wallet_divisions' => 'ウォレット部門', - 'unknown_corporation' => '不明なコーポレーション. APIキーは登録されて更新されていますか?', - 'created_by' => '作成者', - 'created_by_corporation' => 'コーポレーションによって作成', - 'starbase' => 'スターベース|一覧', - 'structure' => 'ストラクチャー|一覧', - 'reinforce_week_hour' => '強化 週/時間', - 'low_power' => 'ローパワー', - 'state' => '状態', - 'fuel_level' => '残り燃料', - 'offline' => 'オフライン推定時刻', - 'cargo_usage' => 'カーゴ使用率', - 'onlined_at' => 'オンライン時間', - 'services' => 'サービス|一覧', - 'moon' => '衛星', - 'use_standings_from' => '以下からのスタンディングを使用', - 'attack_on_agression' => '侵略時の攻撃', - 'attack_on_war' => '戦争にて攻撃中', - 'corp_member_access' => 'コーポレーションメンバーアクセス', - 'alliance_member_access' => 'アライアンスメンバーアクセス', - 'fuel_levels' => '残り燃料', - 'fuel_blocks' => '燃料ブロック', - 'fuel_usage' => '燃料使用量', - 'low_fuel' => '燃料が少ない', - 'stront_usage' => 'ストロンチウムの使用量', - 'blocks_p_h' => '1時間当たりのブロック', - 'units_p_h' => '1時間当たりのユニット', - 'sov_bonus' => '支配権のボーナス', - 'reinforce_estimate' => '強化の推定時間', - 'module' => 'モジュール|一覧', - 'content' => '内容', - 'no_known_assets' => '既知の資産がありません', - 'volume_usage' => '使用体積', - 'loading_modules' => 'モジュール情報を読み込んでいます...', - 'customs-offices' => '税関オフィス', - 'reinforcement' => '強化', - 'standing_level' => 'スタンディングレベル', - 'tax_alliance_corp' => '税: アライアンス/コーポ', - 'tax_standings' => '税: スタンディング', - 'no_storage' => 'ストレージがありません', - 'member' => 'メンバー|一覧', - 'faction' => '勢力', - - 'start_at' => '開始日時', - 'drill_start' => 'ドリルスタート', - 'chunk_arrival' => 'チャンク到着', - 'chunk_age' => '抽出長さ', - 'self_destruct' => '自爆', - 'auto_fracture' => '自動破壊', - 'rarity' => 'レア度', - 'rate' => '利率', + 'alliance' => 'アライアンス|一覧', + 'corporation_count' => 'コーポレーションカウント', + 'executor' => '実行者', + 'ticker' => 'ティッカー', + 'ceo' => 'CEO', + 'home_station' => 'ホームステーション', + 'tax_rate' => '税率', + 'member_count' => 'メンバー数', + 'roles_change_log' => 'ロール変更ログ', + 'affected' => '反映先', + 'member_limit' => 'メンバー制限', + 'shares' => '株式', + 'member_capacity' => 'メンバー上限', + 'divisional_information' => '部門情報', + 'corporation_divisions' => 'コーポレーション部門', + 'wallet_divisions' => 'ウォレット部門', + 'unknown_corporation' => '不明なコーポレーション. APIキーは登録されて更新されていますか?', + 'created_by' => '作成者', + 'created_by_corporation' => 'コーポレーションによって作成', + 'starbase' => 'スターベース|一覧', + 'structure' => 'ストラクチャー|一覧', + 'reinforce_week_hour' => '強化 週/時間', + 'low_power' => 'ローパワー', + 'state' => '状態', + 'fuel_level' => '残り燃料', + 'offline' => 'オフライン推定時刻', + 'cargo_usage' => 'カーゴ使用率', + 'onlined_at' => 'オンライン時間', + 'services' => 'サービス|一覧', + 'moon' => '衛星', + 'use_standings_from' => '以下からのスタンディングを使用', + 'attack_on_agression' => '侵略時の攻撃', + 'attack_on_war' => '戦争にて攻撃中', + 'corp_member_access' => 'コーポレーションメンバーアクセス', + 'alliance_member_access' => 'アライアンスメンバーアクセス', + 'fuel_levels' => '残り燃料', + 'fuel_blocks' => '燃料ブロック', + 'fuel_usage' => '燃料使用量', + 'low_fuel' => '燃料が少ない', + 'stront_usage' => 'ストロンチウムの使用量', + 'blocks_p_h' => '1時間当たりのブロック', + 'units_p_h' => '1時間当たりのユニット', + 'sov_bonus' => '支配権のボーナス', + 'reinforce_estimate' => '強化の推定時間', + 'module' => 'モジュール|一覧', + 'content' => '内容', + 'no_known_assets' => '既知の資産がありません', + 'volume_usage' => '使用体積', + 'loading_modules' => 'モジュール情報を読み込んでいます...', + 'customs-offices' => '税関オフィス', + 'reinforcement' => '強化', + 'standing_level' => 'スタンディングレベル', + 'tax_alliance_corp' => '税: アライアンス/コーポ', + 'tax_standings' => '税: スタンディング', + 'no_storage' => 'ストレージがありません', + 'member' => 'メンバー|一覧', + 'faction' => '勢力', + + 'start_at' => '開始日時', + 'drill_start' => 'ドリルスタート', + 'chunk_arrival' => 'チャンク到着', + 'chunk_age' => '抽出長さ', + 'self_destruct' => '自爆', + 'auto_fracture' => '自動破壊', + 'rarity' => 'レア度', + 'rate' => '利率', // Mining Ledger - 'mining' => '採掘', - 'mining_ledger' => '元帳|一覧', - 'available_ledger' => '利用可能な元帳|一覧', - 'ore' => '鉱石', + 'mining' => '採掘', + 'mining_ledger' => '元帳|一覧', + 'available_ledger' => '利用可能な元帳|一覧', + 'ore' => '鉱石', // Profile - 'user_profile' => 'ユーザープロフィール', - 'user_preferences' => 'ユーザー設定', - 'user_account' => 'ユーザーアカウント', - 'account_settings' => 'アカウントの設定', - 'upgrade_sso' => 'EVE Online SSO アカウントにアップグレード', - 'change_email' => 'メールアドレスの変更', - 'superuser' => 'スーパーユーザー', - 'user_interface' => 'ユーザーインタフェース', - 'main_character' => 'メインキャラクター', - 'related_characters' => '関連するキャラクター', - 'seat_skin' => 'SeATのスキン', - 'language' => '言語', - 'sidebar_size' => 'サイドバーのサイズ', - 'mail_as_threads' => 'メールをスレッドとして表示', - 'number_format' => '数値書式', - 'current_format' => '現在のフォーマット:', - 'thousands_seperator' => '千単位の区切り', - 'decimal_seperator' => '小数点の区切り', - 'reprocessing_yield' => '再処理収率', - 'email_notifications' => 'Eメール通知', - 'setup_token_now' => '今すぐトークンをセットアップ', - 'owned_keys' => '所有している鍵', - 'account_help' => '権限の変更を含むアカウント関連のお問い合わせについて ' . + 'user_profile' => 'ユーザープロフィール', + 'user_preferences' => 'ユーザー設定', + 'user_account' => 'ユーザーアカウント', + 'account_settings' => 'アカウントの設定', + 'upgrade_sso' => 'EVE Online SSO アカウントにアップグレード', + 'change_email' => 'メールアドレスの変更', + 'superuser' => 'スーパーユーザー', + 'user_interface' => 'ユーザーインタフェース', + 'main_character' => 'メインキャラクター', + 'related_characters' => '関連するキャラクター', + 'seat_skin' => 'SeATのスキン', + 'language' => '言語', + 'sidebar_size' => 'サイドバーのサイズ', + 'mail_as_threads' => 'メールをスレッドとして表示', + 'number_format' => '数値書式', + 'current_format' => '現在のフォーマット:', + 'thousands_seperator' => '千単位の区切り', + 'decimal_seperator' => '小数点の区切り', + 'reprocessing_yield' => '再処理収率', + 'email_notifications' => 'Eメール通知', + 'setup_token_now' => '今すぐトークンをセットアップ', + 'owned_keys' => '所有している鍵', + 'account_help' => '権限の変更を含むアカウント関連のお問い合わせについて ' . 'seAT管理者にお問い合わせください。', - 'current_email' => '現在のメールアドレス', - 'new_email' => '新しいメールアドレス', - 'confirm_new_email' => '新しいメールアドレスを確認する', - 'email_in_use' => 'このメールアドレス:mailは、既に使用されています', - 'scan_qr' => 'QRコードをスキャン', - 'scan_qr_help1' => '認証アプリで以下のQRコードをスキャンしてください。', - 'scan_qr_help2' => 'このページが読み込まれるたびに、新しいトークンと qr コードが生成されます。', - 'supported_apps' => '対応するGoogle Authenticatorアプリケーション', - 'preferred_apps' => '優先アプリケーション', - 'other_apps' => 'その他のアプリ', - 'confirm_code' => '認証コードを確認', - 'confirm_help' => '次に、生成された確認コードを入力してセットアップを確認します ' . + 'current_email' => '現在のメールアドレス', + 'new_email' => '新しいメールアドレス', + 'confirm_new_email' => '新しいメールアドレスを確認する', + 'email_in_use' => 'このメールアドレス:mailは、既に使用されています', + 'scan_qr' => 'QRコードをスキャン', + 'scan_qr_help1' => '認証アプリで以下のQRコードをスキャンしてください。', + 'scan_qr_help2' => 'このページが読み込まれるたびに、新しいトークンと qr コードが生成されます。', + 'supported_apps' => '対応するGoogle Authenticatorアプリケーション', + 'preferred_apps' => '優先アプリケーション', + 'other_apps' => 'その他のアプリ', + 'confirm_code' => '認証コードを確認', + 'confirm_help' => '次に、生成された確認コードを入力してセットアップを確認します ' . 'あなたの認証アプリケーションによって。', - 'code' => 'コード', - 'confirm_setup' => 'セットアップの確認', - 'linked_characters' => 'リンク中のキャラクター', - 'link_another_character' => '他のキャラクターをリンクする', - 'view_third_party_access' => 'Eveonline.comでアプリを表示', - 'third_party_access' => 'サードパーティーアプリケーション (このアプリケーションなど) の持つ ' . + 'code' => 'コード', + 'confirm_setup' => 'セットアップの確認', + 'linked_characters' => 'リンク中のキャラクター', + 'link_another_character' => '他のキャラクターをリンクする', + 'view_third_party_access' => 'Eveonline.comでアプリを表示', + 'third_party_access' => 'サードパーティーアプリケーション (このアプリケーションなど) の持つ ' . 'あなたのEve Online アカウントへのアクセスを確認する.', - 'user_sharelink' => 'ユーザー共有', - 'user_sharelink_description' => '他のSeATユーザーと共有できる共有リンクを生成して、リンクされたキャラクター情報を表示することができます。', - 'user_sharelink_generate' => 'リンクを生成する', + 'user_sharelink' => 'ユーザー共有', + 'user_sharelink_description' => '他のSeATユーザーと共有できる共有リンクを生成して、リンクされたキャラクター情報を表示することができます。', + 'user_sharelink_generate' => 'リンクを生成する', // Queue - 'queue_manage' => 'キュー管理', - 'total_jobs' => '合計ジョブ', - 'queued_jobs' => 'キューに入れられたジョブ', - 'working_jobs' => '稼働中のジョブ', - 'error_jobs' => 'エラーになったジョブ', - 'complete' => ' 完了', - 'history' => '履歴', - 'submit_jobs' => 'ジョブを送信', - 'job_submit_desc' => 'これらのボタンを使用すると、スケジューラに手動でジョブをキューに入れることができます。 ' . + 'queue_manage' => 'キュー管理', + 'total_jobs' => '合計ジョブ', + 'queued_jobs' => 'キューに入れられたジョブ', + 'working_jobs' => '稼働中のジョブ', + 'error_jobs' => 'エラーになったジョブ', + 'complete' => ' 完了', + 'history' => '履歴', + 'submit_jobs' => 'ジョブを送信', + 'job_submit_desc' => 'これらのボタンを使用すると、スケジューラに手動でジョブをキューに入れることができます。 ' . 'このボタンはコマンドラインまたはスケジューラ経由で、コマンドとまったく同じコマンドを実行します。', - 'no_working' => '現在稼働中のジョブはありません', - 'no_queue' => '現在キューに入れられたジョブはありません', - 'job_error_detail' => 'ジョブエラーの詳細', - 'error_details_desc' => 'これはこのジョブエラーの完全なスタックトレースです。もしこれがあなたが把握できるものではない場合 ' . + 'no_working' => '現在稼働中のジョブはありません', + 'no_queue' => '現在キューに入れられたジョブはありません', + 'job_error_detail' => 'ジョブエラーの詳細', + 'error_details_desc' => 'これはこのジョブエラーの完全なスタックトレースです。もしこれがあなたが把握できるものではない場合 ' . 'または, 開発者がこれを求めている場合, 下の部分の全体をコピーして ' . 'pastebinなどのサイトに貼り付けてリンクを送信してください', - 'full_job_error' => 'ジョブエラーの完全な詳細', - 'job_id' => 'ジョブ ID', - 'api' => 'Api', - 'actions' => 'アクション', - 'owner_id' => 'オーナーID', - 'clear_all_errors' => 'すべてのエラーをクリア', - 'output' => '出力', - 'last_output' => '直近の出力', - 'view_full' => '全て表示', - 'no_errors' => '既知のエラーはありません', - 'clear_all_history' => 'すべての履歴を消去', - 'job_history' => '作業履歴', - 'no_history' => '過去に行われたジョブはありません', - 'eve_api_status' => 'EVE API ステータス', - 'eve_api_error_threshold' => 'API エラー', + 'full_job_error' => 'ジョブエラーの完全な詳細', + 'job_id' => 'ジョブ ID', + 'api' => 'Api', + 'actions' => 'アクション', + 'owner_id' => 'オーナーID', + 'clear_all_errors' => 'すべてのエラーをクリア', + 'output' => '出力', + 'last_output' => '直近の出力', + 'view_full' => '全て表示', + 'no_errors' => '既知のエラーはありません', + 'clear_all_history' => 'すべての履歴を消去', + 'job_history' => '作業履歴', + 'no_history' => '過去に行われたジョブはありません', + 'eve_api_status' => 'EVE API ステータス', + 'eve_api_error_threshold' => 'API エラー', 'eve_api_connection_threshold' => '接続エラー', - 'supervisor_offline' => 'インターネットなし', - 'supervisor_online' => 'オンライン', + 'supervisor_offline' => 'インターネットなし', + 'supervisor_online' => 'オンライン', // Tools - 'standings_builder' => 'スタンデイングビルダー', - 'moons_reporter' => 'ムーンレポーター', + 'standings_builder' => 'スタンデイングビルダー', + 'moons_reporter' => 'ムーンレポーター', // Error pages - 'duplicate_account' => 'アカウントを複製', - 'duplicate_account_msg' => '変更を進めることができません。キャラクター:nameは既に別のアカウントで使用されています。事態を把握するには管理者に問い合わせてください。', + 'duplicate_account' => 'アカウントを複製', + 'duplicate_account_msg' => '変更を進めることができません。キャラクター:nameは既に別のアカウントで使用されています。事態を把握するには管理者に問い合わせてください。', // Footer - 'web_version' => 'ウェブバージョン', - 'docker_version' => 'Docker バージョン', - 'sde_version' => 'SDEバージョン', - 'render_in' => 'レンダリング日時', - 'copyright' => 'コピーライト', + 'web_version' => 'ウェブバージョン', + 'docker_version' => 'Docker バージョン', + 'sde_version' => 'SDEバージョン', + 'render_in' => 'レンダリング日時', + 'copyright' => 'コピーライト', ]; diff --git a/src/resources/lang/ja/settings.php b/src/resources/lang/ja/settings.php index 21670d78d..4ddae5de5 100644 --- a/src/resources/lang/ja/settings.php +++ b/src/resources/lang/ja/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'ジョブ | ジョブ一覧', - 'market_prices_region' => '市場価格を取得するリージョン', + 'jobs' => 'ジョブ | ジョブ一覧', + 'market_prices_region' => '市場価格を取得するリージョン', 'market_prices_region_help' => 'ここで設定されたリージョンのESIに基づき、SeATは市場平均価格を決定する。ここで設定された価格は、契約・装備・採掘台帳を含む複数の場所で適用される。', - 'admin' => '管理者|管理者一覧', - 'admin_assist_edit' => '警告:このチェックボックスをクリックすると、当該ユーザーは全てのユーザー・設定・権限にアクセスすることが可能になる。また、当該ユーザーは全てのセキュリティを迂回することが出来る。熟考してから実行せよ。', + 'admin' => '管理者|管理者一覧', + 'admin_assist_edit' => '警告:このチェックボックスをクリックすると、当該ユーザーは全てのユーザー・設定・権限にアクセスすることが可能になる。また、当該ユーザーは全てのセキュリティを迂回することが出来る。熟考してから実行せよ。', ]; diff --git a/src/resources/lang/ja/squads.php b/src/resources/lang/ja/squads.php index 52bbb2660..c64f79997 100644 --- a/src/resources/lang/ja/squads.php +++ b/src/resources/lang/ja/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'スクワッド | 一覧', - 'name' => '名前| 一覧', - 'description' => '説明', - 'type' => 'タイプ', - 'member' => 'メンバー|一覧', - 'moderated' => 'モデレート済み', - 'moderator' => 'モデレーター | 一覧', - 'candidate' => '候補 | 一覧', + 'squad' => 'スクワッド | 一覧', + 'name' => '名前| 一覧', + 'description' => '説明', + 'type' => 'タイプ', + 'member' => 'メンバー|一覧', + 'moderated' => 'モデレート済み', + 'moderator' => 'モデレーター | 一覧', + 'candidate' => '候補 | 一覧', 'member_since' => '登録日:', - 'applied_at' => '以下に適用済み', - 'character' => 'キャラクター|一覧', - 'show' => '表示', - 'delete' => '削除', - 'approve' => '承認', - 'reject' => '拒否', - 'kick' => '追放', - 'leave' => '退室', - 'join' => '参加', - 'message' => 'メッセージ', - 'remove' => '削除', - 'cancel' => 'キャンセル', + 'applied_at' => '以下に適用済み', + 'character' => 'キャラクター|一覧', + 'show' => '表示', + 'delete' => '削除', + 'approve' => '承認', + 'reject' => '拒否', + 'kick' => '追放', + 'leave' => '退室', + 'join' => '参加', + 'message' => 'メッセージ', + 'remove' => '削除', + 'cancel' => 'キャンセル', ]; diff --git a/src/resources/lang/ja/wallet.php b/src/resources/lang/ja/wallet.php index 01025f973..a39ae255c 100644 --- a/src/resources/lang/ja/wallet.php +++ b/src/resources/lang/ja/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => '日時', - 'ref_type' => 'タイプ', + 'date' => '日時', + 'ref_type' => 'タイプ', 'from_party' => 'パーティーから', - 'to_party' => 'パーティーへ', - 'amount' => '金額', - 'balance' => '残高', + 'to_party' => 'パーティーへ', + 'amount' => '金額', + 'balance' => '残高', - 'order' => '注文', - 'type' => 'タイプ', - 'location' => '場所', - 'price' => '価格', - 'quantity' => '数量', - 'total' => '合計', - 'party' => 'パーティー', + 'order' => '注文', + 'type' => 'タイプ', + 'location' => '場所', + 'price' => '価格', + 'quantity' => '数量', + 'total' => '合計', + 'party' => 'パーティー', 'acceleration_gate_fee' => 'アクセラレーションゲート料金', 'advertisement_listing_fee' => '広告表示手数料', diff --git a/src/resources/lang/ko/about.php b/src/resources/lang/ko/about.php index 3f2772d05..7ed39618a 100644 --- a/src/resources/lang/ko/about.php +++ b/src/resources/lang/ko/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => '문서', 'contact_widget_updated_at' => 'Updated :date_time', 'contact_widget_read_me' => 'Read me !', - 'contact_widget_github_issues' => ':count Issues', + 'contact_widget_github_issues' => ':count Issues', 'contact_widget_github_contribute' => '기여하기', // diff --git a/src/resources/lang/ko/bookmark.php b/src/resources/lang/ko/bookmark.php index 2f70ed5c7..9af650195 100644 --- a/src/resources/lang/ko/bookmark.php +++ b/src/resources/lang/ko/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => '생성일', - 'label' => '라벨', - 'location' => '위치', - 'notes' => '메모', + 'created' => '생성일', + 'label' => '라벨', + 'location' => '위치', + 'notes' => '메모', 'coordinates' => '좌표', ]; diff --git a/src/resources/lang/ko/calendar.php b/src/resources/lang/ko/calendar.php index 9f56bc7d4..e319d5611 100644 --- a/src/resources/lang/ko/calendar.php +++ b/src/resources/lang/ko/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => '날짜', - 'owner' => '소유자', - 'description' => '설명', - 'status' => '상태', + 'date' => '날짜', + 'owner' => '소유자', + 'description' => '설명', + 'status' => '상태', 'not_responded' => '응답 없음', - 'accepted' => '수락됨', - 'tentative' => '미정', - 'declined' => '거절됨', + 'accepted' => '수락됨', + 'tentative' => '미정', + 'declined' => '거절됨', ]; diff --git a/src/resources/lang/ko/contract.php b/src/resources/lang/ko/contract.php index c706194f6..7de99631d 100644 --- a/src/resources/lang/ko/contract.php +++ b/src/resources/lang/ko/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => '생성일', - 'type' => '종류', - 'issuer' => '생성자', - 'assignee' => '양수인', - 'acceptor' => '인수인', - 'status' => '상태', - 'price' => '가격', - 'reward' => '보상', + 'created' => '생성일', + 'type' => '종류', + 'issuer' => '생성자', + 'assignee' => '양수인', + 'acceptor' => '인수인', + 'status' => '상태', + 'price' => '가격', + 'reward' => '보상', - 'unknown' => '알 수 없음', - 'item_exchange' => '아이템 교환', - 'auction' => '경매', - 'courier' => '운송', - 'loan' => '대출', + 'unknown' => '알 수 없음', + 'item_exchange' => '아이템 교환', + 'auction' => '경매', + 'courier' => '운송', + 'loan' => '대출', - 'outstanding' => 'Outstanding', - 'in_progress' => '진행 중', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => 'Outstanding', + 'in_progress' => '진행 중', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => '완료됨', - 'cancelled' => '취소됨', - 'rejected' => '거부됨', - 'failed' => '실패함', - 'deleted' => '삭제됨', - 'reversed' => '회수됨', + 'finished' => '완료됨', + 'cancelled' => '취소됨', + 'rejected' => '거부됨', + 'failed' => '실패함', + 'deleted' => '삭제됨', + 'reversed' => '회수됨', - 'not_accepted' => '미체결', + 'not_accepted' => '미체결', ]; diff --git a/src/resources/lang/ko/custom_offices.php b/src/resources/lang/ko/custom_offices.php index 97133ed72..bf0521e89 100644 --- a/src/resources/lang/ko/custom_offices.php +++ b/src/resources/lang/ko/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => '행성', - 'reinforcement' => '강화 기간', - 'alliance' => '얼라이언스에 접근 허용', - 'standings' => '평판에 따른 접근 허용', - 'standing_level' => '최소 평판 수치', + 'planet' => '행성', + 'reinforcement' => '강화 기간', + 'alliance' => '얼라이언스에 접근 허용', + 'standings' => '평판에 따른 접근 허용', + 'standing_level' => '최소 평판 수치', 'tax_alliance_corp' => '얼라이언스/콥 세금', - 'tax_standings' => '평판에 따른 세금', + 'tax_standings' => '평판에 따른 세금', ]; diff --git a/src/resources/lang/ko/fitting.php b/src/resources/lang/ko/fitting.php index 81229b72d..bb518d7b2 100644 --- a/src/resources/lang/ko/fitting.php +++ b/src/resources/lang/ko/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => '이름', - 'type' => '종류', - 'items' => '항목', + 'name' => '이름', + 'type' => '종류', + 'items' => '항목', 'hull_estimated_value' => '선체 예상 가치', 'fitting_estimated_value' => '피팅 예상 가치', 'full_estimated_value' => '총 예상 가치', diff --git a/src/resources/lang/ko/industry.php b/src/resources/lang/ko/industry.php index 8778c7b9f..8076b8d02 100644 --- a/src/resources/lang/ko/industry.php +++ b/src/resources/lang/ko/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => '시작시간', - 'end' => '종료시간', - 'location' => '위치', - 'activity' => '상태', - 'runs' => '작업수', - 'blueprint' => '청사진', - 'product' => '생성물', + 'start' => '시작시간', + 'end' => '종료시간', + 'location' => '위치', + 'activity' => '상태', + 'runs' => '작업수', + 'blueprint' => '청사진', + 'product' => '생성물', 'material_efficiency' => '자원 효율', - 'time_efficiency' => '시간 효율', + 'time_efficiency' => '시간 효율', ]; diff --git a/src/resources/lang/ko/kills.php b/src/resources/lang/ko/kills.php index c2b6111e6..f74e6b91a 100644 --- a/src/resources/lang/ko/kills.php +++ b/src/resources/lang/ko/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => '날짜', - 'ship' => '함선', + 'date' => '날짜', + 'ship' => '함선', 'solar_system' => '항성계', - 'victim' => '피해자', - 'killer' => '살해자', - 'attackers' => '공격자', - 'items' => '아이템', + 'victim' => '피해자', + 'killer' => '살해자', + 'attackers' => '공격자', + 'items' => '아이템', ]; diff --git a/src/resources/lang/ko/mail.php b/src/resources/lang/ko/mail.php index 76eaabe89..984cd8dcd 100644 --- a/src/resources/lang/ko/mail.php +++ b/src/resources/lang/ko/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Read', - 'date' => '날짜', - 'sender' => '발신자', - 'subject' => '제목', + 'read' => 'Read', + 'date' => '날짜', + 'sender' => '발신자', + 'subject' => '제목', 'mailing_list' => '메일링 리스트', - 'sent' => 'Sent', - 'author' => '작성자', - 'recipients' => '수신사', + 'sent' => 'Sent', + 'author' => '작성자', + 'recipients' => '수신사', ]; diff --git a/src/resources/lang/ko/market.php b/src/resources/lang/ko/market.php index 6d181eaf3..7af3f4bfc 100644 --- a/src/resources/lang/ko/market.php +++ b/src/resources/lang/ko/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Issued', + 'issued' => 'Issued', 'expires' => 'Expires', - 'buy' => 'Buy', - 'sell' => 'Sell', - 'order' => 'Order', - 'range' => 'Range', - 'volume' => 'Volume', - 'price' => 'Price', - 'total' => 'Total', - 'type' => 'Type', + 'buy' => 'Buy', + 'sell' => 'Sell', + 'order' => 'Order', + 'range' => 'Range', + 'volume' => 'Volume', + 'price' => 'Price', + 'total' => 'Total', + 'type' => 'Type', ]; diff --git a/src/resources/lang/ko/mining.php b/src/resources/lang/ko/mining.php index 4564e1944..5ed64794d 100644 --- a/src/resources/lang/ko/mining.php +++ b/src/resources/lang/ko/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => '날짜', - 'time' => '시간', - 'system' => '성계', - 'ore' => '오어', - 'type' => '종류', - 'quantity' => '수량', - 'volume' => '부피', + 'date' => '날짜', + 'time' => '시간', + 'system' => '성계', + 'ore' => '오어', + 'type' => '종류', + 'quantity' => '수량', + 'volume' => '부피', 'estimated_value' => '추정 가치', - 'details' => '세부정보', - 'metadata' => '메타데이터', - 'compounds' => 'Compounds', - 'history' => '내역', + 'details' => '세부정보', + 'metadata' => '메타데이터', + 'compounds' => 'Compounds', + 'history' => '내역', ]; diff --git a/src/resources/lang/ko/moons.php b/src/resources/lang/ko/moons.php index a8fc3470b..3ed911326 100644 --- a/src/resources/lang/ko/moons.php +++ b/src/resources/lang/ko/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => '지역', + 'region' => '지역', 'constellation' => '성좌', - 'system' => '항성계', - 'planet' => '행성|행성', - 'moon' => '위성', - 'indicator' => '지표', - 'sovereignty' => '소버린티', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Common', - 'uncommon' => 'Uncommon', - 'rare' => 'Rare', - 'exceptional' => 'Exceptional', + 'system' => '항성계', + 'planet' => '행성|행성', + 'moon' => '위성', + 'indicator' => '지표', + 'sovereignty' => '소버린티', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Common', + 'uncommon' => 'Uncommon', + 'rare' => 'Rare', + 'exceptional' => 'Exceptional', ]; diff --git a/src/resources/lang/ko/notifications.php b/src/resources/lang/ko/notifications.php index 2a3f2f195..51490fae3 100644 --- a/src/resources/lang/ko/notifications.php +++ b/src/resources/lang/ko/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => '날짜', - 'type' => '종류', + 'date' => '날짜', + 'type' => '종류', 'sender' => '발신자', ]; diff --git a/src/resources/lang/ko/permissions.php b/src/resources/lang/ko/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/ko/permissions.php +++ b/src/resources/lang/ko/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/ko/research.php b/src/resources/lang/ko/research.php index 31c870402..f2b5aa454 100644 --- a/src/resources/lang/ko/research.php +++ b/src/resources/lang/ko/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Start', - 'agent' => '에이전트', - 'skill' => '스킬', + 'start' => 'Start', + 'agent' => '에이전트', + 'skill' => '스킬', 'point_per_day' => '일 당 포인트', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/ko/seat.php b/src/resources/lang/ko/seat.php index 95d39823f..4f8f1d23a 100644 --- a/src/resources/lang/ko/seat.php +++ b/src/resources/lang/ko/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => '홈', - 'character' => '캐릭터', - 'corporation' => '코퍼레이션', - 'user' => '사용자', - 'last_update' => '마지막 갱신일', - 'unknown' => '알 수 없음', - 'note' => '알림', - 'name' => '이름', - 'granted' => '허용됨', - 'denied' => '거부됨', - 'enabled' => '활성화됨', - 'disabled' => '비활성화됨', - 'username' => '사용자 이름', - 'email' => '이메일', - 'close' => '닫기', - 'date' => '날짜', - 'status' => '생상태', - 'id' => 'ID', - 'type' => '종류', - 'expiry' => '만료', - 'never' => 'Never', - 'detail' => '세부 정보', - 'delete' => '삭제', - 'kill' => '킬', - 'verify' => '인증', - 'reset' => '초기화', - 'back' => '뒤로가기', - 'summary' => 'Summary', - 'quantity' => '수량', - 'volume' => '부피', - 'group' => 'Group|Groups', - 'owner' => 'Owner', - 'general' => 'General', - 'description' => '설명', - 'labels' => '라벨', - 'created' => '생성일', - 'issuer' => '생성자', - 'title' => 'Title|Titles', - 'price' => '가격', - 'reward' => '보상', - 'collateral' => 'Collateral', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => '위치', - 'filter' => 'Filter|Filters', - 'clear' => '초기화', - 'none' => '없음', - 'permission' => '허가', - 'affiliation' => 'Affiliation|Affiliations', - 'role' => 'Role|Roles', - 'edit' => 'Edit', - 'remove' => 'Remove', - 'yes' => 'Yes', - 'no' => 'No', - 'update' => 'Update', - 'action' => 'Action', - 'key' => 'Key', - 'log' => 'Log|Logs', - 'view' => 'View', - 'item' => '아이템', - 'usage' => 'Usage', - 'unit' => 'Unit|Units', - 'add' => 'Add', - 'all' => 'All', - 'inverse' => 'Inverse', - 'read' => 'Read', - 'level' => 'Level', - 'token' => 'Token', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => '홈', + 'character' => '캐릭터', + 'corporation' => '코퍼레이션', + 'user' => '사용자', + 'last_update' => '마지막 갱신일', + 'unknown' => '알 수 없음', + 'note' => '알림', + 'name' => '이름', + 'granted' => '허용됨', + 'denied' => '거부됨', + 'enabled' => '활성화됨', + 'disabled' => '비활성화됨', + 'username' => '사용자 이름', + 'email' => '이메일', + 'close' => '닫기', + 'date' => '날짜', + 'status' => '생상태', + 'id' => 'ID', + 'type' => '종류', + 'expiry' => '만료', + 'never' => 'Never', + 'detail' => '세부 정보', + 'delete' => '삭제', + 'kill' => '킬', + 'verify' => '인증', + 'reset' => '초기화', + 'back' => '뒤로가기', + 'summary' => 'Summary', + 'quantity' => '수량', + 'volume' => '부피', + 'group' => 'Group|Groups', + 'owner' => 'Owner', + 'general' => 'General', + 'description' => '설명', + 'labels' => '라벨', + 'created' => '생성일', + 'issuer' => '생성자', + 'title' => 'Title|Titles', + 'price' => '가격', + 'reward' => '보상', + 'collateral' => 'Collateral', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => '위치', + 'filter' => 'Filter|Filters', + 'clear' => '초기화', + 'none' => '없음', + 'permission' => '허가', + 'affiliation' => 'Affiliation|Affiliations', + 'role' => 'Role|Roles', + 'edit' => 'Edit', + 'remove' => 'Remove', + 'yes' => 'Yes', + 'no' => 'No', + 'update' => 'Update', + 'action' => 'Action', + 'key' => 'Key', + 'log' => 'Log|Logs', + 'view' => 'View', + 'item' => '아이템', + 'usage' => 'Usage', + 'unit' => 'Unit|Units', + 'add' => 'Add', + 'all' => 'All', + 'inverse' => 'Inverse', + 'read' => 'Read', + 'level' => 'Level', + 'token' => 'Token', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Requirements', - 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . + 'requirements' => 'Requirements', + 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . ' them first before you can continue.', - 'php_version' => 'PHP Version', - 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . + 'php_version' => 'PHP Version', + 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . ' requirement for SeAT. Please upgrade your PHP installation.', - 'installed_version' => 'Installed Version', - 'min_version' => 'Minimum Version', + 'installed_version' => 'Installed Version', + 'min_version' => 'Minimum Version', 'admin_contact_warning' => 'An administrative contact for this install has not been set.' . ' No jobs will be queued because of this. Please configure it in the SeAT settings.', 'refresh_token_warning' => 'Your account does not have a valid refresh token recorded. ' . 'Please logout and back in to correct this as soon as possible.', - 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . + 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . 'logins are possible.', - 'sso_activation' => 'SSO Activation', - 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', + 'sso_activation' => 'SSO Activation', + 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', // Auth - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', - 'login_welcome' => 'Welcome, please login using EVE Online SSO', - 'remember_me' => 'Remember me', - 'password' => 'Password', - 'password_again' => 'Password Again', - 'forgot' => 'I forgot my password', - 'register' => 'Register a new membership', - 'sign_in' => 'Sign In', - 'email_verify' => 'Email Verification', - 'email_verify_welcome' => 'Please enter a valid email address for your account.', + 'failed' => 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'login_welcome' => 'Welcome, please login using EVE Online SSO', + 'remember_me' => 'Remember me', + 'password' => 'Password', + 'password_again' => 'Password Again', + 'forgot' => 'I forgot my password', + 'register' => 'Register a new membership', + 'sign_in' => 'Sign In', + 'email_verify' => 'Email Verification', + 'email_verify_welcome' => 'Please enter a valid email address for your account.', // Registration - 'new_account' => 'New Account', - 'register_welcome' => 'Please choose a username and a strong password.', - 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', - 'existing_account' => 'I already have an account', - 'register_account' => 'Register Account', + 'new_account' => 'New Account', + 'register_welcome' => 'Please choose a username and a strong password.', + 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', + 'existing_account' => 'I already have an account', + 'register_account' => 'Register Account', // Passwords - 'password_reset' => 'Password Reset', - 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', - 'remember' => 'I remember my credentials', - 'reset_topic' => 'Reset Password', - 'reset_token_welcome' => 'Please enter the email and new password.', + 'password_reset' => 'Password Reset', + 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', + 'remember' => 'I remember my credentials', + 'reset_topic' => 'Reset Password', + 'reset_token_welcome' => 'Please enter the email and new password.', // Header - 'toggle_navigation' => 'Toggle Navigation', - 'queued' => 'Queued', - 'working' => 'Working', - 'joined' => 'Joined', - 'profile' => 'Profile', - 'sign_out' => 'Sign Out', - 'stop_impersonation' => 'Stop Impersonation', - 'switch_character' => 'Change Main Character', + 'toggle_navigation' => 'Toggle Navigation', + 'queued' => 'Queued', + 'working' => 'Working', + 'joined' => 'Joined', + 'profile' => 'Profile', + 'sign_out' => 'Sign Out', + 'stop_impersonation' => 'Stop Impersonation', + 'switch_character' => 'Change Main Character', 'use_as_main_character' => 'Use as Main Character', - 'link_character' => 'Link Character', - 'characters_in_group' => 'Character in group|Characters in group', + 'link_character' => 'Link Character', + 'characters_in_group' => 'Character in group|Characters in group', // Notifications - 'critical' => 'Critical', - 'error' => 'Error', - 'success' => 'Success', - 'warning' => 'Warning', - 'notice' => 'Notice', - 'info' => 'Info', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => 'Error', + 'success' => 'Success', + 'warning' => 'Warning', + 'notice' => 'Notice', + 'info' => 'Info', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'API Key Management', - 'add_api_key' => 'Add a EVE API Key', - 'list_keys' => 'List EVE API Keys', - 'all_char' => 'All Characters', - 'mail_timeline' => 'Mail Timeline', - 'all_corp' => 'All Corporations', - 'all_alliance' => 'All Alliances', - 'configuration' => 'Settings', - 'access' => 'Access Management', - 'other' => 'Other', - 'tools' => 'Tools', - 'security_logs' => 'Security Logs', - 'import' => 'Import API Keys', - 'settings' => 'SeAT Settings', - 'schedule' => 'Schedule', - 'no_main_char' => 'No Main Character', - 'no_email' => 'No email defined', - 'hello' => 'Hello', - 'online' => 'Online', - 'search' => 'Search', - 'main_menu' => 'Main Menu', - 'security' => 'Security', - 'sso' => 'Single Sign-on', - 'tracking' => 'Tracking', - 'about' => 'About', - - 'assets' => 'Assets', - 'location_flag' => 'Location Flag', - 'calendar' => 'Calendar', - 'channels' => 'Channels', - 'contacts' => 'Contacts', - 'contracts' => 'Contracts', - 'fittings' => 'Fittings', - 'fitting_items' => 'Fitting Items', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Industry', - 'intel' => 'Intel', - 'killmails' => 'Killmails', - 'mail' => 'Mail', - 'market' => 'Market', - 'notifications' => 'Notifications', - 'pi' => 'PI', - 'research' => 'Research', - 'sheet' => 'Sheet', - 'skills' => 'Skills', - 'standings' => 'Standing|Standings', - 'wallet' => 'Wallet', - 'wallet_journal' => 'Wallet Journal', - 'wallet_transactions' => 'Wallet Transactions', + 'api_key_management' => 'API Key Management', + 'add_api_key' => 'Add a EVE API Key', + 'list_keys' => 'List EVE API Keys', + 'all_char' => 'All Characters', + 'mail_timeline' => 'Mail Timeline', + 'all_corp' => 'All Corporations', + 'all_alliance' => 'All Alliances', + 'configuration' => 'Settings', + 'access' => 'Access Management', + 'other' => 'Other', + 'tools' => 'Tools', + 'security_logs' => 'Security Logs', + 'import' => 'Import API Keys', + 'settings' => 'SeAT Settings', + 'schedule' => 'Schedule', + 'no_main_char' => 'No Main Character', + 'no_email' => 'No email defined', + 'hello' => 'Hello', + 'online' => 'Online', + 'search' => 'Search', + 'main_menu' => 'Main Menu', + 'security' => 'Security', + 'sso' => 'Single Sign-on', + 'tracking' => 'Tracking', + 'about' => 'About', + + 'assets' => 'Assets', + 'location_flag' => 'Location Flag', + 'calendar' => 'Calendar', + 'channels' => 'Channels', + 'contacts' => 'Contacts', + 'contracts' => 'Contracts', + 'fittings' => 'Fittings', + 'fitting_items' => 'Fitting Items', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Industry', + 'intel' => 'Intel', + 'killmails' => 'Killmails', + 'mail' => 'Mail', + 'market' => 'Market', + 'notifications' => 'Notifications', + 'pi' => 'PI', + 'research' => 'Research', + 'sheet' => 'Sheet', + 'skills' => 'Skills', + 'standings' => 'Standing|Standings', + 'wallet' => 'Wallet', + 'wallet_journal' => 'Wallet Journal', + 'wallet_transactions' => 'Wallet Transactions', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => 'The Home Page', - 'dashboard' => 'Dashboard', - 'online_layers' => 'Online Players', - 'owned_api_keys' => 'Owned API Keys', - 'total_character_isk' => 'Total Character ISK', + 'home_page' => 'The Home Page', + 'dashboard' => 'Dashboard', + 'online_layers' => 'Online Players', + 'owned_api_keys' => 'Owned API Keys', + 'total_character_isk' => 'Total Character ISK', 'total_character_skillpoints' => 'Total Character Skillpoints', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Total Killmails', - 'main_char_skills' => ':character_name\'s Skills', - 'main_char_skills_per_level' => 'Skills Per Level', - 'main_char_skills_coverage' => 'Skills Coverage (in percent)', - 'concurrent_player_count' => 'Concurrent Player Count', - 'esi_response_time' => 'ESI Response Times', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Total Killmails', + 'main_char_skills' => ':character_name\'s Skills', + 'main_char_skills_per_level' => 'Skills Per Level', + 'main_char_skills_coverage' => 'Skills Coverage (in percent)', + 'concurrent_player_count' => 'Concurrent Player Count', + 'esi_response_time' => 'ESI Response Times', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => 'Add a New API Key', - 'key_id' => 'Key ID', - 'v_code' => 'Verification Code', - 'check_key' => 'Check Key', - 'api_new_key' => 'Create a New API Key', - 'api_use_link' => 'Use the following link to create a new API Key', - 'api_full_link' => 'Full API Key for All Characters', - 'api_full_min_mask' => 'API Key with minimum Mask needed', - 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', - 'api_key_info' => 'API Key Info', - 'api_key_type' => 'API Key Type', - 'api_access_mask' => 'API Access Mask', - 'api_add_type_key' => 'Add :type Api Key', - 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', - 'api_min_mask' => 'Min. Mask', - 'api_access' => 'Access', - 'api_detail' => 'API Key Detail', - 'api_key_status' => 'API Key Status', - 'api_job_update' => 'Queue an Update Job', - 'owner_info' => 'Owner Information', - 'no_owner' => 'This API Key has no Owner', - 'member_since' => 'Member Since', - 'last_login' => 'Last Login', - 'account_status' => 'Account Status', - 'transfer_ownership' => 'Transfer Ownership', - 'seat_user' => 'SeAT User', - 'transfer' => 'Transfer', - 'mask_map_fail' => 'Unable to load the Access Mask map', - 'recent_jobs' => 'Recent Jobs', - 'scope' => 'Scope|Scopes', - 'api_all' => 'All API Keys', - 'reveal' => 'Reveal', - 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', - 're_enable' => 'Re-enable Key', - 'disable' => 'Disable key', - 'reenable_all_disabled' => 'Re-enable all disabled keys', - 'disable_all_enabled' => 'Disable all enabled keys', - 'joblog' => 'Job Log', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Add a New API Key', + 'key_id' => 'Key ID', + 'v_code' => 'Verification Code', + 'check_key' => 'Check Key', + 'api_new_key' => 'Create a New API Key', + 'api_use_link' => 'Use the following link to create a new API Key', + 'api_full_link' => 'Full API Key for All Characters', + 'api_full_min_mask' => 'API Key with minimum Mask needed', + 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', + 'api_key_info' => 'API Key Info', + 'api_key_type' => 'API Key Type', + 'api_access_mask' => 'API Access Mask', + 'api_add_type_key' => 'Add :type Api Key', + 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', + 'api_min_mask' => 'Min. Mask', + 'api_access' => 'Access', + 'api_detail' => 'API Key Detail', + 'api_key_status' => 'API Key Status', + 'api_job_update' => 'Queue an Update Job', + 'owner_info' => 'Owner Information', + 'no_owner' => 'This API Key has no Owner', + 'member_since' => 'Member Since', + 'last_login' => 'Last Login', + 'account_status' => 'Account Status', + 'transfer_ownership' => 'Transfer Ownership', + 'seat_user' => 'SeAT User', + 'transfer' => 'Transfer', + 'mask_map_fail' => 'Unable to load the Access Mask map', + 'recent_jobs' => 'Recent Jobs', + 'scope' => 'Scope|Scopes', + 'api_all' => 'All API Keys', + 'reveal' => 'Reveal', + 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', + 're_enable' => 'Re-enable Key', + 'disable' => 'Disable key', + 'reenable_all_disabled' => 'Re-enable all disabled keys', + 'disable_all_enabled' => 'Disable all enabled keys', + 'joblog' => 'Job Log', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'People Groups', - 'unaffiliated_keys' => 'Unaffiliated Keys', - 'add_to_existing' => 'Add to Existing', - 'add_to_existing_group' => 'Add to Existing Group', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'New Group with :name as Main', + 'people_groups' => 'People Groups', + 'unaffiliated_keys' => 'Unaffiliated Keys', + 'add_to_existing' => 'Add to Existing', + 'add_to_existing_group' => 'Add to Existing Group', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'New Group with :name as Main', // Access - 'access_mangement' => 'Access Management', - 'quick_add_role' => 'Quick Add Role', - 'role_name' => 'Role Name', - 'add_new_role' => 'Add New Role', - 'available_roles' => 'Available Roles', - 'quick_add_user' => 'Quick Add User', - 'add_new_user' => 'Add New User', - 'edit_role' => 'Edit Role', - 'available_permissions' => 'Available Permissions', - 'grant_permissions' => 'Grant Permissions', - 'inverse_permission' => 'Inverse Permission', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Current Permissions', - 'has_superuser' => 'Has Superuser', - 'permission_inherit' => 'Inherits All Permissions', - 'available_corporations' => 'Available Corporations', - 'available_characters' => 'Available Characters', - 'add_affiliations' => 'Add Affiliations', - 'current_affiliations' => 'Current Affiliations', - 'available_users' => 'Available Users', - 'available_groups' => 'Available Group|Available Groups', - 'add_user' => 'Add User|Add Users', - 'add_group' => 'Add Group|Add Groups', - 'current_users' => 'Current Users', - 'current_groups' => 'Current Group|Current Groups', - 'select_item_add' => 'Select a Item to Add', - 'impersonate' => 'Impersonate', - 'edit_user' => 'Edit User', - 'activate_user' => 'Activate User', - 'reassign_user' => 'Reassign User', - 'reassign' => 'Reassign', - 'deactivate_user' => 'Deactivate User', - 'account_status_change' => 'The account status has been changed', - 'user_agent' => 'User Agent String', - 'login_history' => 'Login History', - 'role_summary' => 'Role Summary', - 'user_updated' => 'The user has been updated', - 'user_deleted' => 'The user has been deleted', - 'self_delete_warning' => 'You can not delete yourself!', - 'impersonating' => 'Impersonating :user', - 'revert_impersonation' => 'Impersonation Stopped', - 'user_created' => 'User Created', - 'unauthorized_request' => 'Unauthorized Request', + 'access_mangement' => 'Access Management', + 'quick_add_role' => 'Quick Add Role', + 'role_name' => 'Role Name', + 'add_new_role' => 'Add New Role', + 'available_roles' => 'Available Roles', + 'quick_add_user' => 'Quick Add User', + 'add_new_user' => 'Add New User', + 'edit_role' => 'Edit Role', + 'available_permissions' => 'Available Permissions', + 'grant_permissions' => 'Grant Permissions', + 'inverse_permission' => 'Inverse Permission', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Current Permissions', + 'has_superuser' => 'Has Superuser', + 'permission_inherit' => 'Inherits All Permissions', + 'available_corporations' => 'Available Corporations', + 'available_characters' => 'Available Characters', + 'add_affiliations' => 'Add Affiliations', + 'current_affiliations' => 'Current Affiliations', + 'available_users' => 'Available Users', + 'available_groups' => 'Available Group|Available Groups', + 'add_user' => 'Add User|Add Users', + 'add_group' => 'Add Group|Add Groups', + 'current_users' => 'Current Users', + 'current_groups' => 'Current Group|Current Groups', + 'select_item_add' => 'Select a Item to Add', + 'impersonate' => 'Impersonate', + 'edit_user' => 'Edit User', + 'activate_user' => 'Activate User', + 'reassign_user' => 'Reassign User', + 'reassign' => 'Reassign', + 'deactivate_user' => 'Deactivate User', + 'account_status_change' => 'The account status has been changed', + 'user_agent' => 'User Agent String', + 'login_history' => 'Login History', + 'role_summary' => 'Role Summary', + 'user_updated' => 'The user has been updated', + 'user_deleted' => 'The user has been deleted', + 'self_delete_warning' => 'You can not delete yourself!', + 'impersonating' => 'Impersonating :user', + 'revert_impersonation' => 'Impersonation Stopped', + 'user_created' => 'User Created', + 'unauthorized_request' => 'Unauthorized Request', 'unauthorized_request_logged' => 'This attempt has been logged.', - 'role_added' => 'Role has been added', - 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', - 'role_removed' => 'Role has been removed', - 'permissions_granted' => 'Permissions have been granted', - 'permission_revoked' => 'Permission has been revoked', - 'user_added' => 'Users were added to this role', - 'user_removed' => 'User has been removed from this role', - 'affiliations_added' => 'Affiliations were added to this role', - 'affiliation_removed' => 'Affiliation has been removed from this role', + 'role_added' => 'Role has been added', + 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', + 'role_removed' => 'Role has been removed', + 'permissions_granted' => 'Permissions have been granted', + 'permission_revoked' => 'Permission has been revoked', + 'user_added' => 'Users were added to this role', + 'user_removed' => 'User has been removed from this role', + 'affiliations_added' => 'Affiliations were added to this role', + 'affiliation_removed' => 'Affiliation has been removed from this role', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => 'Import Eve Online API Keys', - 'csv_data_source' => 'CSV Data Source File', - 'help' => 'Help', - 'importing_csv_data' => 'Import CSV Data', - 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', - 'important_notes' => 'Important Notes', - 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', - 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . + 'api_import_title' => 'Import Eve Online API Keys', + 'csv_data_source' => 'CSV Data Source File', + 'help' => 'Help', + 'importing_csv_data' => 'Import CSV Data', + 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', + 'important_notes' => 'Important Notes', + 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', + 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . 'minimum api masks are configured.', - 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', + 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', // Schedule - 'new_schedule' => 'New Schedule', - 'available_commands' => 'Available Commands', - 'cron_expression' => 'Cron Expression', - 'current_schedule' => 'Current Schedule', - 'command' => 'Command', - 'cron' => 'Cron', - 'allow_overlap' => 'Allow Overlap', - 'allow_maintenance' => 'Allow in Maintenance Mode', - 'scheduled_commands' => 'Scheduled Commands', - 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', - 'add_scheduled' => 'Add Scheduled Command', + 'new_schedule' => 'New Schedule', + 'available_commands' => 'Available Commands', + 'cron_expression' => 'Cron Expression', + 'current_schedule' => 'Current Schedule', + 'command' => 'Command', + 'cron' => 'Cron', + 'allow_overlap' => 'Allow Overlap', + 'allow_maintenance' => 'Allow in Maintenance Mode', + 'scheduled_commands' => 'Scheduled Commands', + 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', + 'add_scheduled' => 'Add Scheduled Command', // Security - 'category' => 'Category', - 'message' => 'Message', - 'source' => 'Source', + 'category' => 'Category', + 'message' => 'Message', + 'source' => 'Source', // Ledger - 'ledger' => 'Wallet Ledger', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Wallet Division Name', - 'wallet_summary' => 'Wallet Summary|Wallet Summaries', + 'ledger' => 'Wallet Ledger', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Wallet Division Name', + 'wallet_summary' => 'Wallet Summary|Wallet Summaries', // Users - 'user_management' => 'User Management', + 'user_management' => 'User Management', // Settings - 'admin_email' => 'Administrator Email', - 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', - 'min_access_mask' => 'Minimum Required Access Mask', - 'min_character_access_mask' => 'Minimum Required Character Access Mask', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Force Min. Access Mask', - 'registration' => 'Registration', - 'maintenance' => 'Maintenance', - 'cleanup_data' => 'Cleanup Stale Data', - 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . + 'admin_email' => 'Administrator Email', + 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', + 'min_access_mask' => 'Minimum Required Access Mask', + 'min_character_access_mask' => 'Minimum Required Character Access Mask', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Force Min. Access Mask', + 'registration' => 'Registration', + 'maintenance' => 'Maintenance', + 'cleanup_data' => 'Cleanup Stale Data', + 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . 'will delete stale data such as users and corporations without valid users from this ' . 'instance.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . ' values in the .env file as they may be empty or invalid. SSO can fail because of this!', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Allow Registration', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => 'Email Activation', - 'require_activation' => 'Require Email Activation', - 'module_versions' => 'SeAT Module Versions', - 'tp_versions' => 'Third Party Versions', - 'installed' => 'Installed', - 'current' => 'Current', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Allow Tracking', - 'tracking_id' => 'Unique Tracking ID', - 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Allow Registration', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => 'Email Activation', + 'require_activation' => 'Require Email Activation', + 'module_versions' => 'SeAT Module Versions', + 'tp_versions' => 'Third Party Versions', + 'installed' => 'Installed', + 'current' => 'Current', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Allow Tracking', + 'tracking_id' => 'Unique Tracking ID', + 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . ' document first.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO Scopes', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO Scopes', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => 'Available SSO Scopes', - 'enable_all' => 'Enable All', - 'remove_all' => 'Remove All', - 'update_sso_scopes' => 'Update SSO Scopes', + 'available_scopes' => 'Available SSO Scopes', + 'enable_all' => 'Enable All', + 'remove_all' => 'Remove All', + 'update_sso_scopes' => 'Update SSO Scopes', 'current_configuration_status' => 'Current SSO Configuration', - 'client_id_status' => 'Client ID Status', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID Not OK. Check .env file', - 'client_secret_status' => 'Client Secret Status', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', - 'callback_url_status' => 'Callback URL Status', - 'callback_url_ok' => 'Callback URL OK as :url', - 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . + 'client_id_status' => 'Client ID Status', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID Not OK. Check .env file', + 'client_secret_status' => 'Client Secret Status', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', + 'callback_url_status' => 'Callback URL Status', + 'callback_url_ok' => 'Callback URL OK as :url', + 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . 'and should maybe be :suggested', - 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', - 'update_skill_queue' => 'Update Skill Queue', - 'update_assets' => 'Update Assets', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Update Employment History', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', + 'update_skill_queue' => 'Update Skill Queue', + 'update_assets' => 'Update Assets', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Update Employment History', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => 'Joined Current Corporation', - 'skillpoint' => 'Skillpoint|Skillpoints', - 'account_balance' => 'Account Balance', - 'current_ship' => 'Current Ship', - 'last_location' => 'Last Location', - 'security_status' => 'Security Status', - 'items_taking' => 'items taking', - 'calendar_events' => 'Calendar Events', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => 'Positive Standings', - 'neutral_standings' => 'Neutral Standings', - 'negative_standings' => 'Negative Standings', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Start', - 'end' => 'End', - 'installer' => 'Installer', - 'system' => 'System', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => 'Activity', - 'run' => 'Run|Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', - 'victim' => 'Victim', - 'ship_type' => 'Ship Type', - 'transaction_type' => 'Transaction Type', - 'owner_1' => 'From', - 'owner_2' => 'To', - 'amount' => 'Amount', - 'balance' => 'Balance', - 'corporation_name' => 'Corporation Name', - 'character_name' => 'Character Name', - 'from' => 'From', - 'subject' => 'Subject', - 'to' => 'To', - 'to_corp' => 'To Corporation', - 'missing_body' => 'Message Body not yet downloaded', - 'to_alliance' => 'To Alliance', - 'to_char' => 'To Characters', - 'total' => 'Total', - 'updated' => 'Updated At', - 'planet' => 'Planet', - 'upgrade_level' => 'Upgrade Level', - 'no_pins' => '# Pins', - 'agent' => 'Agent', - 'skill' => 'Skill|Skills', - 'points_p_day' => 'Points per Day', - 'remainder' => 'Remainder', - 'skills_summary' => 'Skills Summary', - 'curr_training' => 'Currently Training', - 'skill_training_end' => 'Skill Training End', - 'skill_queue' => 'Skill Queue', - 'no_skill_training' => 'No Skill in Training', - 'empty_skill_queue' => 'The Skill Queue is Empty', - 'account_info' => 'Account Information', - 'paid_until' => 'Paid Until', - 'logon_count' => 'Logon Count', - 'online_time' => 'Online Time', - 'jump_fatigue' => 'Jump Fatigue', - 'jump_clones' => 'Jump Clone|Jump Clones', - 'jump_act_timer' => 'Jump Activation Timer', - 'no_jump_clones' => 'No Jump Clones', - 'implants' => 'Implant|Implants', - 'no_implants' => 'No Implants', - 'employment_history' => 'Employment History', - 'no_employment_information' => 'No employment information', - 'corporation_titles' => 'Corporation Title|Corporation Titles', - 'no_corporation_titles' => 'No corporation titles', - 'attribute' => 'Attribute|Attributes', - 'value' => 'Value|Values', - 'bonus_remaps' => 'Bonus Remaps', - 'last_remap_date' => 'Last Remap Date', - 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Item Type', - 'client_name' => 'Client Name', - 'client' => 'Client', - 'qty' => '#', - 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => 'Channel Members', - 'motd' => 'MoTD', - 'coordinates' => 'Coordinates', - 'folder' => 'Folder', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Contract Items', - 'progress' => 'Progress', + 'joined_curr_corp' => 'Joined Current Corporation', + 'skillpoint' => 'Skillpoint|Skillpoints', + 'account_balance' => 'Account Balance', + 'current_ship' => 'Current Ship', + 'last_location' => 'Last Location', + 'security_status' => 'Security Status', + 'items_taking' => 'items taking', + 'calendar_events' => 'Calendar Events', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => 'Positive Standings', + 'neutral_standings' => 'Neutral Standings', + 'negative_standings' => 'Negative Standings', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Start', + 'end' => 'End', + 'installer' => 'Installer', + 'system' => 'System', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => 'Activity', + 'run' => 'Run|Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', + 'victim' => 'Victim', + 'ship_type' => 'Ship Type', + 'transaction_type' => 'Transaction Type', + 'owner_1' => 'From', + 'owner_2' => 'To', + 'amount' => 'Amount', + 'balance' => 'Balance', + 'corporation_name' => 'Corporation Name', + 'character_name' => 'Character Name', + 'from' => 'From', + 'subject' => 'Subject', + 'to' => 'To', + 'to_corp' => 'To Corporation', + 'missing_body' => 'Message Body not yet downloaded', + 'to_alliance' => 'To Alliance', + 'to_char' => 'To Characters', + 'total' => 'Total', + 'updated' => 'Updated At', + 'planet' => 'Planet', + 'upgrade_level' => 'Upgrade Level', + 'no_pins' => '# Pins', + 'agent' => 'Agent', + 'skill' => 'Skill|Skills', + 'points_p_day' => 'Points per Day', + 'remainder' => 'Remainder', + 'skills_summary' => 'Skills Summary', + 'curr_training' => 'Currently Training', + 'skill_training_end' => 'Skill Training End', + 'skill_queue' => 'Skill Queue', + 'no_skill_training' => 'No Skill in Training', + 'empty_skill_queue' => 'The Skill Queue is Empty', + 'account_info' => 'Account Information', + 'paid_until' => 'Paid Until', + 'logon_count' => 'Logon Count', + 'online_time' => 'Online Time', + 'jump_fatigue' => 'Jump Fatigue', + 'jump_clones' => 'Jump Clone|Jump Clones', + 'jump_act_timer' => 'Jump Activation Timer', + 'no_jump_clones' => 'No Jump Clones', + 'implants' => 'Implant|Implants', + 'no_implants' => 'No Implants', + 'employment_history' => 'Employment History', + 'no_employment_information' => 'No employment information', + 'corporation_titles' => 'Corporation Title|Corporation Titles', + 'no_corporation_titles' => 'No corporation titles', + 'attribute' => 'Attribute|Attributes', + 'value' => 'Value|Values', + 'bonus_remaps' => 'Bonus Remaps', + 'last_remap_date' => 'Last Remap Date', + 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Item Type', + 'client_name' => 'Client Name', + 'client' => 'Client', + 'qty' => '#', + 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => 'Channel Members', + 'motd' => 'MoTD', + 'coordinates' => 'Coordinates', + 'folder' => 'Folder', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Contract Items', + 'progress' => 'Progress', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Alliance|Alliances', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Ticker', - 'ceo' => 'CEO', - 'home_station' => 'Home Station', - 'tax_rate' => 'Tax Rate', - 'member_count' => 'Member Count', - 'roles_change_log' => 'Roles Change Log', - 'affected' => 'Affected', - 'member_limit' => 'Member Limit', - 'shares' => 'Shares', - 'member_capacity' => 'Member Capacity', - 'divisional_information' => 'Divisional Information', - 'corporation_divisions' => 'Corporation Divisions', - 'wallet_divisions' => 'Wallet Divisions', - 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', - 'created_by' => 'Created By', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'Starbase|Starbases', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Reinf. Week/Hour', - 'low_power' => 'Low Power', - 'state' => 'State', - 'fuel_level' => 'Fuel Level', - 'offline' => 'Offline Est.', - 'cargo_usage' => 'Cargo Usage', - 'onlined_at' => 'Onlined At', - 'services' => 'Service|Services', - 'moon' => 'Moon', - 'use_standings_from' => 'Use Standings From', - 'attack_on_agression' => 'Attack On Aggression', - 'attack_on_war' => 'Attack On War', - 'corp_member_access' => 'Corp Member Access', - 'alliance_member_access' => 'Alliance Member Access', - 'fuel_levels' => 'Fuel Levels', - 'fuel_blocks' => 'Fuel Blocks', - 'fuel_usage' => 'Fuel Usage', - 'low_fuel' => 'Low Fuel', - 'stront_usage' => 'Strontium Usage', - 'blocks_p_h' => 'Blocks p/h', - 'units_p_h' => 'Units p/h', - 'sov_bonus' => 'Sovereignty Bonus', - 'reinforce_estimate' => 'Reinforcement Estimate', - 'module' => 'Module|Modules', - 'content' => 'Content', - 'no_known_assets' => 'No Known Assets', - 'volume_usage' => 'Volume Usage', - 'loading_modules' => 'Loading Module Information...', - 'customs-offices' => 'Customs Offices', - 'reinforcement' => 'Reinforcement', - 'standing_level' => 'Standing Level', - 'tax_alliance_corp' => 'Tax: Alliance/Corp', - 'tax_standings' => 'Tax: Standings', - 'no_storage' => 'There is no storage', - 'member' => 'Member|Members', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Alliance|Alliances', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Ticker', + 'ceo' => 'CEO', + 'home_station' => 'Home Station', + 'tax_rate' => 'Tax Rate', + 'member_count' => 'Member Count', + 'roles_change_log' => 'Roles Change Log', + 'affected' => 'Affected', + 'member_limit' => 'Member Limit', + 'shares' => 'Shares', + 'member_capacity' => 'Member Capacity', + 'divisional_information' => 'Divisional Information', + 'corporation_divisions' => 'Corporation Divisions', + 'wallet_divisions' => 'Wallet Divisions', + 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', + 'created_by' => 'Created By', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'Starbase|Starbases', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Reinf. Week/Hour', + 'low_power' => 'Low Power', + 'state' => 'State', + 'fuel_level' => 'Fuel Level', + 'offline' => 'Offline Est.', + 'cargo_usage' => 'Cargo Usage', + 'onlined_at' => 'Onlined At', + 'services' => 'Service|Services', + 'moon' => 'Moon', + 'use_standings_from' => 'Use Standings From', + 'attack_on_agression' => 'Attack On Aggression', + 'attack_on_war' => 'Attack On War', + 'corp_member_access' => 'Corp Member Access', + 'alliance_member_access' => 'Alliance Member Access', + 'fuel_levels' => 'Fuel Levels', + 'fuel_blocks' => 'Fuel Blocks', + 'fuel_usage' => 'Fuel Usage', + 'low_fuel' => 'Low Fuel', + 'stront_usage' => 'Strontium Usage', + 'blocks_p_h' => 'Blocks p/h', + 'units_p_h' => 'Units p/h', + 'sov_bonus' => 'Sovereignty Bonus', + 'reinforce_estimate' => 'Reinforcement Estimate', + 'module' => 'Module|Modules', + 'content' => 'Content', + 'no_known_assets' => 'No Known Assets', + 'volume_usage' => 'Volume Usage', + 'loading_modules' => 'Loading Module Information...', + 'customs-offices' => 'Customs Offices', + 'reinforcement' => 'Reinforcement', + 'standing_level' => 'Standing Level', + 'tax_alliance_corp' => 'Tax: Alliance/Corp', + 'tax_standings' => 'Tax: Standings', + 'no_storage' => 'There is no storage', + 'member' => 'Member|Members', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Mining', - 'mining_ledger' => 'Ledger|Ledgers', - 'available_ledger' => 'Available Ledger|Available Ledgers', - 'ore' => 'Ore', + 'mining' => 'Mining', + 'mining_ledger' => 'Ledger|Ledgers', + 'available_ledger' => 'Available Ledger|Available Ledgers', + 'ore' => 'Ore', // Profile - 'user_profile' => 'User Profile', - 'user_preferences' => 'User Preferences', - 'user_account' => 'User Account', - 'account_settings' => 'Account Settings', - 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', - 'change_email' => 'Change Email', - 'superuser' => 'Superuser', - 'user_interface' => 'User Interface', - 'main_character' => 'Main Character', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT Skin', - 'language' => 'Language', - 'sidebar_size' => 'Sidebar Size', - 'mail_as_threads' => 'View Mail as Threads', - 'number_format' => 'Number Format', - 'current_format' => 'Current Format', - 'thousands_seperator' => 'Thousands Separator', - 'decimal_seperator' => 'Decimal Separator', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Email Notifications', - 'setup_token_now' => 'Setup Token Now', - 'owned_keys' => 'Owned Keys', - 'account_help' => 'For any account related enquiries, including permissions amendments, ' . + 'user_profile' => 'User Profile', + 'user_preferences' => 'User Preferences', + 'user_account' => 'User Account', + 'account_settings' => 'Account Settings', + 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', + 'change_email' => 'Change Email', + 'superuser' => 'Superuser', + 'user_interface' => 'User Interface', + 'main_character' => 'Main Character', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT Skin', + 'language' => 'Language', + 'sidebar_size' => 'Sidebar Size', + 'mail_as_threads' => 'View Mail as Threads', + 'number_format' => 'Number Format', + 'current_format' => 'Current Format', + 'thousands_seperator' => 'Thousands Separator', + 'decimal_seperator' => 'Decimal Separator', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Email Notifications', + 'setup_token_now' => 'Setup Token Now', + 'owned_keys' => 'Owned Keys', + 'account_help' => 'For any account related enquiries, including permissions amendments, ' . 'please contact the SeAT administrator.', - 'current_email' => 'Current Email', - 'new_email' => 'New Email', - 'confirm_new_email' => 'Confirm New Email', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => 'Scan QR Code', - 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', - 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', - 'supported_apps' => 'Supported Google Authenticator Apps', - 'preferred_apps' => 'Preferred Apps', - 'other_apps' => 'Other Apps', - 'confirm_code' => 'Confirm an Authentication Code', - 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . + 'current_email' => 'Current Email', + 'new_email' => 'New Email', + 'confirm_new_email' => 'Confirm New Email', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => 'Scan QR Code', + 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', + 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', + 'supported_apps' => 'Supported Google Authenticator Apps', + 'preferred_apps' => 'Preferred Apps', + 'other_apps' => 'Other Apps', + 'confirm_code' => 'Confirm an Authentication Code', + 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . 'by your authentication application.', - 'code' => 'Code', - 'confirm_setup' => 'Confirm Setup', - 'linked_characters' => 'Linked Characters', - 'link_another_character' => 'Link another character', - 'view_third_party_access' => 'View Apps on Eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Code', + 'confirm_setup' => 'Confirm Setup', + 'linked_characters' => 'Linked Characters', + 'link_another_character' => 'Link another character', + 'view_third_party_access' => 'View Apps on Eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Queue Management', - 'total_jobs' => 'Total Jobs', - 'queued_jobs' => 'Queued Jobs', - 'working_jobs' => 'Working Jobs', - 'error_jobs' => 'Errored Jobs', - 'complete' => ' complete.', - 'history' => 'History', - 'submit_jobs' => 'Submit Jobs', - 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . + 'queue_manage' => 'Queue Management', + 'total_jobs' => 'Total Jobs', + 'queued_jobs' => 'Queued Jobs', + 'working_jobs' => 'Working Jobs', + 'error_jobs' => 'Errored Jobs', + 'complete' => ' complete.', + 'history' => 'History', + 'submit_jobs' => 'Submit Jobs', + 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . 'runs exactly the same commands as you would on the commandline or via the scheduler.', - 'no_working' => 'There are currently no working jobs', - 'no_queue' => 'There are currently no queued jobs', - 'job_error_detail' => 'Job Error Details', - 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . + 'no_working' => 'There are currently no working jobs', + 'no_queue' => 'There are currently no queued jobs', + 'job_error_detail' => 'Job Error Details', + 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . 'that you understand, or a developer has asked for this, please copy the entire section below ' . 'and paste it on a site such as pastebin and send the link along.', - 'full_job_error' => 'Full Job Error Detail', - 'job_id' => 'Job ID', - 'api' => 'Api', - 'actions' => 'Actions', - 'owner_id' => 'Owner ID', - 'clear_all_errors' => 'Clear All Errors', - 'output' => 'Output', - 'last_output' => 'Last Output', - 'view_full' => 'View Full', - 'no_errors' => 'There are no known errors', - 'clear_all_history' => 'Clear All History', - 'job_history' => 'Job History', - 'no_history' => 'There are no historical jobs', - 'eve_api_status' => 'EVE API Status', - 'eve_api_error_threshold' => 'API Errors', + 'full_job_error' => 'Full Job Error Detail', + 'job_id' => 'Job ID', + 'api' => 'Api', + 'actions' => 'Actions', + 'owner_id' => 'Owner ID', + 'clear_all_errors' => 'Clear All Errors', + 'output' => 'Output', + 'last_output' => 'Last Output', + 'view_full' => 'View Full', + 'no_errors' => 'There are no known errors', + 'clear_all_history' => 'Clear All History', + 'job_history' => 'Job History', + 'no_history' => 'There are no historical jobs', + 'eve_api_status' => 'EVE API Status', + 'eve_api_error_threshold' => 'API Errors', 'eve_api_connection_threshold' => 'Connection Errors', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Standings Builder', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Standings Builder', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Version', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Copyright', + 'web_version' => 'Web Version', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Copyright', ]; diff --git a/src/resources/lang/ko/settings.php b/src/resources/lang/ko/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/ko/settings.php +++ b/src/resources/lang/ko/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/ko/squads.php b/src/resources/lang/ko/squads.php index a671d9dfa..e3a0403fe 100644 --- a/src/resources/lang/ko/squads.php +++ b/src/resources/lang/ko/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad|Squads', - 'name' => 'Name|Names', - 'description' => 'Description', - 'type' => 'Type', - 'member' => 'Member|Members', - 'moderated' => 'Moderated', - 'moderator' => 'Moderator|Moderators', - 'candidate' => 'Candidate|Candidates', + 'squad' => 'Squad|Squads', + 'name' => 'Name|Names', + 'description' => 'Description', + 'type' => 'Type', + 'member' => 'Member|Members', + 'moderated' => 'Moderated', + 'moderator' => 'Moderator|Moderators', + 'candidate' => 'Candidate|Candidates', 'member_since' => 'Member Since', - 'applied_at' => 'Applied At', - 'character' => 'Character|Characters', - 'show' => 'Show', - 'delete' => 'Delete', - 'approve' => 'Approve', - 'reject' => 'Reject', - 'kick' => 'Kick', - 'leave' => 'Leave', - 'join' => 'Join', - 'message' => 'Message', - 'remove' => 'Remove', - 'cancel' => 'Cancel', + 'applied_at' => 'Applied At', + 'character' => 'Character|Characters', + 'show' => 'Show', + 'delete' => 'Delete', + 'approve' => 'Approve', + 'reject' => 'Reject', + 'kick' => 'Kick', + 'leave' => 'Leave', + 'join' => 'Join', + 'message' => 'Message', + 'remove' => 'Remove', + 'cancel' => 'Cancel', ]; diff --git a/src/resources/lang/ko/wallet.php b/src/resources/lang/ko/wallet.php index 11fd529e8..a3f99b5b3 100644 --- a/src/resources/lang/ko/wallet.php +++ b/src/resources/lang/ko/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => '날짜', - 'ref_type' => '타입', + 'date' => '날짜', + 'ref_type' => '타입', 'from_party' => 'From Party', - 'to_party' => 'To Party', - 'amount' => '금액', - 'balance' => '잔액', + 'to_party' => 'To Party', + 'amount' => '금액', + 'balance' => '잔액', - 'order' => 'Order', - 'type' => 'Type', - 'location' => 'Location', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'total' => 'Total', - 'party' => 'Party', + 'order' => 'Order', + 'type' => 'Type', + 'location' => 'Location', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'total' => 'Total', + 'party' => 'Party', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee', diff --git a/src/resources/lang/ro/about.php b/src/resources/lang/ro/about.php index 67f09e4fd..36bf0c545 100644 --- a/src/resources/lang/ro/about.php +++ b/src/resources/lang/ro/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Documentaţie', 'contact_widget_updated_at' => 'Updated :date_time', 'contact_widget_read_me' => 'Citeşte-mă !', - 'contact_widget_github_issues' => ':count Issues', + 'contact_widget_github_issues' => ':count Issues', 'contact_widget_github_contribute' => 'Contribuie !', // diff --git a/src/resources/lang/ro/bookmark.php b/src/resources/lang/ro/bookmark.php index e0afaae98..cc1ed2e95 100644 --- a/src/resources/lang/ro/bookmark.php +++ b/src/resources/lang/ro/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Created', - 'label' => 'Label', - 'location' => 'Location', - 'notes' => 'Notes', + 'created' => 'Created', + 'label' => 'Label', + 'location' => 'Location', + 'notes' => 'Notes', 'coordinates' => 'Coordinates', ]; diff --git a/src/resources/lang/ro/calendar.php b/src/resources/lang/ro/calendar.php index d1c541853..8875c9e8f 100644 --- a/src/resources/lang/ro/calendar.php +++ b/src/resources/lang/ro/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Date', - 'owner' => 'Owner', - 'description' => 'Description', - 'status' => 'Status', + 'date' => 'Date', + 'owner' => 'Owner', + 'description' => 'Description', + 'status' => 'Status', 'not_responded' => 'Not responded', - 'accepted' => 'Accepted', - 'tentative' => 'Tentative', - 'declined' => 'Declined', + 'accepted' => 'Accepted', + 'tentative' => 'Tentative', + 'declined' => 'Declined', ]; diff --git a/src/resources/lang/ro/contract.php b/src/resources/lang/ro/contract.php index bf4ddee87..877e1843f 100644 --- a/src/resources/lang/ro/contract.php +++ b/src/resources/lang/ro/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Created', - 'type' => 'Type', - 'issuer' => 'Issuer', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'status' => 'Status', - 'price' => 'Price', - 'reward' => 'Reward', + 'created' => 'Created', + 'type' => 'Type', + 'issuer' => 'Issuer', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'status' => 'Status', + 'price' => 'Price', + 'reward' => 'Reward', - 'unknown' => 'Unknown', - 'item_exchange' => 'Item Exchange', - 'auction' => 'Auction', - 'courier' => 'Courier', - 'loan' => 'Loan', + 'unknown' => 'Unknown', + 'item_exchange' => 'Item Exchange', + 'auction' => 'Auction', + 'courier' => 'Courier', + 'loan' => 'Loan', - 'outstanding' => 'Outstanding', - 'in_progress' => 'In Progress', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => 'Outstanding', + 'in_progress' => 'In Progress', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => 'Finished', - 'cancelled' => 'Cancelled', - 'rejected' => 'Rejected', - 'failed' => 'Failed', - 'deleted' => 'Deleted', - 'reversed' => 'Reversed', + 'finished' => 'Finished', + 'cancelled' => 'Cancelled', + 'rejected' => 'Rejected', + 'failed' => 'Failed', + 'deleted' => 'Deleted', + 'reversed' => 'Reversed', - 'not_accepted' => 'Not Accepted', + 'not_accepted' => 'Not Accepted', ]; diff --git a/src/resources/lang/ro/custom_offices.php b/src/resources/lang/ro/custom_offices.php index a3782b7df..3853e437e 100644 --- a/src/resources/lang/ro/custom_offices.php +++ b/src/resources/lang/ro/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planet', - 'reinforcement' => 'Rf. Period', - 'alliance' => 'Allow Ally.', - 'standings' => 'Allow Std.', - 'standing_level' => 'Min. Std. Lvl.', + 'planet' => 'Planet', + 'reinforcement' => 'Rf. Period', + 'alliance' => 'Allow Ally.', + 'standings' => 'Allow Std.', + 'standing_level' => 'Min. Std. Lvl.', 'tax_alliance_corp' => 'Tax Alliance/Corp', - 'tax_standings' => 'Tax Standings', + 'tax_standings' => 'Tax Standings', ]; diff --git a/src/resources/lang/ro/fitting.php b/src/resources/lang/ro/fitting.php index 38497218d..f353ccf3f 100644 --- a/src/resources/lang/ro/fitting.php +++ b/src/resources/lang/ro/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Name', - 'type' => 'Type', - 'items' => 'Items', + 'name' => 'Name', + 'type' => 'Type', + 'items' => 'Items', 'hull_estimated_value' => 'Hull Estimated Value', 'fitting_estimated_value' => 'Fitting Estimated Value', 'full_estimated_value' => 'Full Estimated Value', diff --git a/src/resources/lang/ro/industry.php b/src/resources/lang/ro/industry.php index ad406a35a..12f294b2a 100644 --- a/src/resources/lang/ro/industry.php +++ b/src/resources/lang/ro/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Start', - 'end' => 'End', - 'location' => 'Location', - 'activity' => 'Activity', - 'runs' => 'Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', + 'start' => 'Start', + 'end' => 'End', + 'location' => 'Location', + 'activity' => 'Activity', + 'runs' => 'Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', 'material_efficiency' => 'Material Efficiency', - 'time_efficiency' => 'Time Efficiency', + 'time_efficiency' => 'Time Efficiency', ]; diff --git a/src/resources/lang/ro/kills.php b/src/resources/lang/ro/kills.php index effb6220b..0785fdbeb 100644 --- a/src/resources/lang/ro/kills.php +++ b/src/resources/lang/ro/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Date', - 'ship' => 'Ship', + 'date' => 'Date', + 'ship' => 'Ship', 'solar_system' => 'Solar System', - 'victim' => 'Victim', - 'killer' => 'Killer', - 'attackers' => 'Attacker|Attackers', - 'items' => 'Item|Items', + 'victim' => 'Victim', + 'killer' => 'Killer', + 'attackers' => 'Attacker|Attackers', + 'items' => 'Item|Items', ]; diff --git a/src/resources/lang/ro/mail.php b/src/resources/lang/ro/mail.php index 31bc6f4a2..bf32b170f 100644 --- a/src/resources/lang/ro/mail.php +++ b/src/resources/lang/ro/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Read', - 'date' => 'Date', - 'sender' => 'Sender', - 'subject' => 'Subject', + 'read' => 'Read', + 'date' => 'Date', + 'sender' => 'Sender', + 'subject' => 'Subject', 'mailing_list' => 'Mailing List', - 'sent' => 'Sent', - 'author' => 'Author', - 'recipients' => 'Recipients', + 'sent' => 'Sent', + 'author' => 'Author', + 'recipients' => 'Recipients', ]; diff --git a/src/resources/lang/ro/market.php b/src/resources/lang/ro/market.php index 6d181eaf3..7af3f4bfc 100644 --- a/src/resources/lang/ro/market.php +++ b/src/resources/lang/ro/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Issued', + 'issued' => 'Issued', 'expires' => 'Expires', - 'buy' => 'Buy', - 'sell' => 'Sell', - 'order' => 'Order', - 'range' => 'Range', - 'volume' => 'Volume', - 'price' => 'Price', - 'total' => 'Total', - 'type' => 'Type', + 'buy' => 'Buy', + 'sell' => 'Sell', + 'order' => 'Order', + 'range' => 'Range', + 'volume' => 'Volume', + 'price' => 'Price', + 'total' => 'Total', + 'type' => 'Type', ]; diff --git a/src/resources/lang/ro/mining.php b/src/resources/lang/ro/mining.php index 4f7840f9a..c22834640 100644 --- a/src/resources/lang/ro/mining.php +++ b/src/resources/lang/ro/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Date', - 'time' => 'Time', - 'system' => 'System', - 'ore' => 'ORE', - 'type' => 'Type', - 'quantity' => 'Quantity', - 'volume' => 'Volume', + 'date' => 'Date', + 'time' => 'Time', + 'system' => 'System', + 'ore' => 'ORE', + 'type' => 'Type', + 'quantity' => 'Quantity', + 'volume' => 'Volume', 'estimated_value' => 'Estimated Value', - 'details' => 'Details', - 'metadata' => 'Metadata', - 'compounds' => 'Compounds', - 'history' => 'History', + 'details' => 'Details', + 'metadata' => 'Metadata', + 'compounds' => 'Compounds', + 'history' => 'History', ]; diff --git a/src/resources/lang/ro/moons.php b/src/resources/lang/ro/moons.php index 8ba63f024..d20cc93f3 100644 --- a/src/resources/lang/ro/moons.php +++ b/src/resources/lang/ro/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'Region|Regions', + 'region' => 'Region|Regions', 'constellation' => 'Constellation|Constellations', - 'system' => 'Solar System|Solar Systems', - 'planet' => 'Planet|Planets', - 'moon' => 'Moon|Moons', - 'indicator' => 'Indicator|Indicators', - 'sovereignty' => 'Sovereignty|Sovereignties', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Common', - 'uncommon' => 'Uncommon', - 'rare' => 'Rare', - 'exceptional' => 'Exceptional', + 'system' => 'Solar System|Solar Systems', + 'planet' => 'Planet|Planets', + 'moon' => 'Moon|Moons', + 'indicator' => 'Indicator|Indicators', + 'sovereignty' => 'Sovereignty|Sovereignties', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Common', + 'uncommon' => 'Uncommon', + 'rare' => 'Rare', + 'exceptional' => 'Exceptional', ]; diff --git a/src/resources/lang/ro/notifications.php b/src/resources/lang/ro/notifications.php index d2e1d90c3..76306530f 100644 --- a/src/resources/lang/ro/notifications.php +++ b/src/resources/lang/ro/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Dată', - 'type' => 'Tip', + 'date' => 'Dată', + 'type' => 'Tip', 'sender' => 'Expeditor', ]; diff --git a/src/resources/lang/ro/permissions.php b/src/resources/lang/ro/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/ro/permissions.php +++ b/src/resources/lang/ro/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/ro/research.php b/src/resources/lang/ro/research.php index 96433a52f..ee0dda8fe 100644 --- a/src/resources/lang/ro/research.php +++ b/src/resources/lang/ro/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Start', - 'agent' => 'Agent', - 'skill' => 'Skill', + 'start' => 'Start', + 'agent' => 'Agent', + 'skill' => 'Skill', 'point_per_day' => 'Point per day|Points per day', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/ro/seat.php b/src/resources/lang/ro/seat.php index 7caa9fe79..673367fa7 100644 --- a/src/resources/lang/ro/seat.php +++ b/src/resources/lang/ro/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => 'Home', - 'character' => 'Character|Characters', - 'corporation' => 'Corporation|Corporations', - 'user' => 'User|Users', - 'last_update' => 'Last Update', - 'unknown' => 'Unknown', - 'note' => 'Note', - 'name' => 'Name|Names', - 'granted' => 'Granted', - 'denied' => 'Denied', - 'enabled' => 'Enabled', - 'disabled' => 'Disabled', - 'username' => 'Username', - 'email' => 'Email', - 'close' => 'Close', - 'date' => 'Date', - 'status' => 'Status', - 'id' => 'ID|IDs', - 'type' => 'Type|Types', - 'expiry' => 'Expiry', - 'never' => 'Never', - 'detail' => 'Detail|Details', - 'delete' => 'Delete', - 'kill' => 'Kill', - 'verify' => 'Verify', - 'reset' => 'Reset', - 'back' => 'Back', - 'summary' => 'Summary', - 'quantity' => 'Quantity', - 'volume' => 'Volume', - 'group' => 'Group|Groups', - 'owner' => 'Owner', - 'general' => 'General', - 'description' => 'Description', - 'labels' => 'Labels', - 'created' => 'Created', - 'issuer' => 'Issuer', - 'title' => 'Title|Titles', - 'price' => 'Price', - 'reward' => 'Reward', - 'collateral' => 'Collateral', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => 'Location', - 'filter' => 'Filter|Filters', - 'clear' => 'Clear', - 'none' => 'None', - 'permission' => 'Permission|Permissions', - 'affiliation' => 'Affiliation|Affiliations', - 'role' => 'Role|Roles', - 'edit' => 'Edit', - 'remove' => 'Remove', - 'yes' => 'Yes', - 'no' => 'No', - 'update' => 'Update', - 'action' => 'Action', - 'key' => 'Key', - 'log' => 'Log|Logs', - 'view' => 'View', - 'item' => 'Item|Items', - 'usage' => 'Usage', - 'unit' => 'Unit|Units', - 'add' => 'Add', - 'all' => 'All', - 'inverse' => 'Inverse', - 'read' => 'Read', - 'level' => 'Level', - 'token' => 'Token', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => 'Home', + 'character' => 'Character|Characters', + 'corporation' => 'Corporation|Corporations', + 'user' => 'User|Users', + 'last_update' => 'Last Update', + 'unknown' => 'Unknown', + 'note' => 'Note', + 'name' => 'Name|Names', + 'granted' => 'Granted', + 'denied' => 'Denied', + 'enabled' => 'Enabled', + 'disabled' => 'Disabled', + 'username' => 'Username', + 'email' => 'Email', + 'close' => 'Close', + 'date' => 'Date', + 'status' => 'Status', + 'id' => 'ID|IDs', + 'type' => 'Type|Types', + 'expiry' => 'Expiry', + 'never' => 'Never', + 'detail' => 'Detail|Details', + 'delete' => 'Delete', + 'kill' => 'Kill', + 'verify' => 'Verify', + 'reset' => 'Reset', + 'back' => 'Back', + 'summary' => 'Summary', + 'quantity' => 'Quantity', + 'volume' => 'Volume', + 'group' => 'Group|Groups', + 'owner' => 'Owner', + 'general' => 'General', + 'description' => 'Description', + 'labels' => 'Labels', + 'created' => 'Created', + 'issuer' => 'Issuer', + 'title' => 'Title|Titles', + 'price' => 'Price', + 'reward' => 'Reward', + 'collateral' => 'Collateral', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => 'Location', + 'filter' => 'Filter|Filters', + 'clear' => 'Clear', + 'none' => 'None', + 'permission' => 'Permission|Permissions', + 'affiliation' => 'Affiliation|Affiliations', + 'role' => 'Role|Roles', + 'edit' => 'Edit', + 'remove' => 'Remove', + 'yes' => 'Yes', + 'no' => 'No', + 'update' => 'Update', + 'action' => 'Action', + 'key' => 'Key', + 'log' => 'Log|Logs', + 'view' => 'View', + 'item' => 'Item|Items', + 'usage' => 'Usage', + 'unit' => 'Unit|Units', + 'add' => 'Add', + 'all' => 'All', + 'inverse' => 'Inverse', + 'read' => 'Read', + 'level' => 'Level', + 'token' => 'Token', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Requirements', - 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . + 'requirements' => 'Requirements', + 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . ' them first before you can continue.', - 'php_version' => 'PHP Version', - 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . + 'php_version' => 'PHP Version', + 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . ' requirement for SeAT. Please upgrade your PHP installation.', - 'installed_version' => 'Installed Version', - 'min_version' => 'Minimum Version', + 'installed_version' => 'Installed Version', + 'min_version' => 'Minimum Version', 'admin_contact_warning' => 'An administrative contact for this install has not been set.' . ' No jobs will be queued because of this. Please configure it in the SeAT settings.', 'refresh_token_warning' => 'Your account does not have a valid refresh token recorded. ' . 'Please logout and back in to correct this as soon as possible.', - 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . + 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . 'logins are possible.', - 'sso_activation' => 'SSO Activation', - 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', + 'sso_activation' => 'SSO Activation', + 'sso_confirmation' => 'It appears you already own an account. Please confirm your credentials in order to enable SSO.', // Auth - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', - 'login_welcome' => 'Welcome, please login using EVE Online SSO', - 'remember_me' => 'Remember me', - 'password' => 'Password', - 'password_again' => 'Password Again', - 'forgot' => 'I forgot my password', - 'register' => 'Register a new membership', - 'sign_in' => 'Sign In', - 'email_verify' => 'Email Verification', - 'email_verify_welcome' => 'Please enter a valid email address for your account.', + 'failed' => 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'login_welcome' => 'Welcome, please login using EVE Online SSO', + 'remember_me' => 'Remember me', + 'password' => 'Password', + 'password_again' => 'Password Again', + 'forgot' => 'I forgot my password', + 'register' => 'Register a new membership', + 'sign_in' => 'Sign In', + 'email_verify' => 'Email Verification', + 'email_verify_welcome' => 'Please enter a valid email address for your account.', // Registration - 'new_account' => 'New Account', - 'register_welcome' => 'Please choose a username and a strong password.', - 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', - 'existing_account' => 'I already have an account', - 'register_account' => 'Register Account', + 'new_account' => 'New Account', + 'register_welcome' => 'Please choose a username and a strong password.', + 'register_eve_warn' => 'Do not use the same password that you use to log onto Eve Online', + 'existing_account' => 'I already have an account', + 'register_account' => 'Register Account', // Passwords - 'password_reset' => 'Password Reset', - 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', - 'remember' => 'I remember my credentials', - 'reset_topic' => 'Reset Password', - 'reset_token_welcome' => 'Please enter the email and new password.', + 'password_reset' => 'Password Reset', + 'reset_welcome' => 'Please enter the email address for the account who\'s password should be reset.', + 'remember' => 'I remember my credentials', + 'reset_topic' => 'Reset Password', + 'reset_token_welcome' => 'Please enter the email and new password.', // Header - 'toggle_navigation' => 'Toggle Navigation', - 'queued' => 'Queued', - 'working' => 'Working', - 'joined' => 'Joined', - 'profile' => 'Profile', - 'sign_out' => 'Sign Out', - 'stop_impersonation' => 'Stop Impersonation', - 'switch_character' => 'Change Main Character', + 'toggle_navigation' => 'Toggle Navigation', + 'queued' => 'Queued', + 'working' => 'Working', + 'joined' => 'Joined', + 'profile' => 'Profile', + 'sign_out' => 'Sign Out', + 'stop_impersonation' => 'Stop Impersonation', + 'switch_character' => 'Change Main Character', 'use_as_main_character' => 'Use as Main Character', - 'link_character' => 'Link Character', - 'characters_in_group' => 'Character in group|Characters in group', + 'link_character' => 'Link Character', + 'characters_in_group' => 'Character in group|Characters in group', // Notifications - 'critical' => 'Critical', - 'error' => 'Error', - 'success' => 'Success', - 'warning' => 'Warning', - 'notice' => 'Notice', - 'info' => 'Info', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => 'Error', + 'success' => 'Success', + 'warning' => 'Warning', + 'notice' => 'Notice', + 'info' => 'Info', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'API Key Management', - 'add_api_key' => 'Add a EVE API Key', - 'list_keys' => 'List EVE API Keys', - 'all_char' => 'All Characters', - 'mail_timeline' => 'Mail Timeline', - 'all_corp' => 'All Corporations', - 'all_alliance' => 'All Alliances', - 'configuration' => 'Settings', - 'access' => 'Access Management', - 'other' => 'Other', - 'tools' => 'Tools', - 'security_logs' => 'Security Logs', - 'import' => 'Import API Keys', - 'settings' => 'SeAT Settings', - 'schedule' => 'Schedule', - 'no_main_char' => 'No Main Character', - 'no_email' => 'No email defined', - 'hello' => 'Hello', - 'online' => 'Online', - 'search' => 'Search', - 'main_menu' => 'Main Menu', - 'security' => 'Security', - 'sso' => 'Single Sign-on', - 'tracking' => 'Tracking', - 'about' => 'About', - - 'assets' => 'Assets', - 'location_flag' => 'Location Flag', - 'calendar' => 'Calendar', - 'channels' => 'Channels', - 'contacts' => 'Contacts', - 'contracts' => 'Contracts', - 'fittings' => 'Fittings', - 'fitting_items' => 'Fitting Items', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Industry', - 'intel' => 'Intel', - 'killmails' => 'Killmails', - 'mail' => 'Mail', - 'market' => 'Market', - 'notifications' => 'Notifications', - 'pi' => 'PI', - 'research' => 'Research', - 'sheet' => 'Sheet', - 'skills' => 'Skills', - 'standings' => 'Standing|Standings', - 'wallet' => 'Wallet', - 'wallet_journal' => 'Wallet Journal', - 'wallet_transactions' => 'Wallet Transactions', + 'api_key_management' => 'API Key Management', + 'add_api_key' => 'Add a EVE API Key', + 'list_keys' => 'List EVE API Keys', + 'all_char' => 'All Characters', + 'mail_timeline' => 'Mail Timeline', + 'all_corp' => 'All Corporations', + 'all_alliance' => 'All Alliances', + 'configuration' => 'Settings', + 'access' => 'Access Management', + 'other' => 'Other', + 'tools' => 'Tools', + 'security_logs' => 'Security Logs', + 'import' => 'Import API Keys', + 'settings' => 'SeAT Settings', + 'schedule' => 'Schedule', + 'no_main_char' => 'No Main Character', + 'no_email' => 'No email defined', + 'hello' => 'Hello', + 'online' => 'Online', + 'search' => 'Search', + 'main_menu' => 'Main Menu', + 'security' => 'Security', + 'sso' => 'Single Sign-on', + 'tracking' => 'Tracking', + 'about' => 'About', + + 'assets' => 'Assets', + 'location_flag' => 'Location Flag', + 'calendar' => 'Calendar', + 'channels' => 'Channels', + 'contacts' => 'Contacts', + 'contracts' => 'Contracts', + 'fittings' => 'Fittings', + 'fitting_items' => 'Fitting Items', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Industry', + 'intel' => 'Intel', + 'killmails' => 'Killmails', + 'mail' => 'Mail', + 'market' => 'Market', + 'notifications' => 'Notifications', + 'pi' => 'PI', + 'research' => 'Research', + 'sheet' => 'Sheet', + 'skills' => 'Skills', + 'standings' => 'Standing|Standings', + 'wallet' => 'Wallet', + 'wallet_journal' => 'Wallet Journal', + 'wallet_transactions' => 'Wallet Transactions', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => 'The Home Page', - 'dashboard' => 'Dashboard', - 'online_layers' => 'Online Players', - 'owned_api_keys' => 'Owned API Keys', - 'total_character_isk' => 'Total Character ISK', + 'home_page' => 'The Home Page', + 'dashboard' => 'Dashboard', + 'online_layers' => 'Online Players', + 'owned_api_keys' => 'Owned API Keys', + 'total_character_isk' => 'Total Character ISK', 'total_character_skillpoints' => 'Total Character Skillpoints', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Total Killmails', - 'main_char_skills' => ':character_name\'s Skills', - 'main_char_skills_per_level' => 'Skills Per Level', - 'main_char_skills_coverage' => 'Skills Coverage (in percent)', - 'concurrent_player_count' => 'Concurrent Player Count', - 'esi_response_time' => 'ESI Response Times', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Total Killmails', + 'main_char_skills' => ':character_name\'s Skills', + 'main_char_skills_per_level' => 'Skills Per Level', + 'main_char_skills_coverage' => 'Skills Coverage (in percent)', + 'concurrent_player_count' => 'Concurrent Player Count', + 'esi_response_time' => 'ESI Response Times', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => 'Add a New API Key', - 'key_id' => 'Key ID', - 'v_code' => 'Verification Code', - 'check_key' => 'Check Key', - 'api_new_key' => 'Create a New API Key', - 'api_use_link' => 'Use the following link to create a new API Key', - 'api_full_link' => 'Full API Key for All Characters', - 'api_full_min_mask' => 'API Key with minimum Mask needed', - 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', - 'api_key_info' => 'API Key Info', - 'api_key_type' => 'API Key Type', - 'api_access_mask' => 'API Access Mask', - 'api_add_type_key' => 'Add :type Api Key', - 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', - 'api_min_mask' => 'Min. Mask', - 'api_access' => 'Access', - 'api_detail' => 'API Key Detail', - 'api_key_status' => 'API Key Status', - 'api_job_update' => 'Queue an Update Job', - 'owner_info' => 'Owner Information', - 'no_owner' => 'This API Key has no Owner', - 'member_since' => 'Member Since', - 'last_login' => 'Last Login', - 'account_status' => 'Account Status', - 'transfer_ownership' => 'Transfer Ownership', - 'seat_user' => 'SeAT User', - 'transfer' => 'Transfer', - 'mask_map_fail' => 'Unable to load the Access Mask map', - 'recent_jobs' => 'Recent Jobs', - 'scope' => 'Scope|Scopes', - 'api_all' => 'All API Keys', - 'reveal' => 'Reveal', - 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', - 're_enable' => 'Re-enable Key', - 'disable' => 'Disable key', - 'reenable_all_disabled' => 'Re-enable all disabled keys', - 'disable_all_enabled' => 'Disable all enabled keys', - 'joblog' => 'Job Log', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Add a New API Key', + 'key_id' => 'Key ID', + 'v_code' => 'Verification Code', + 'check_key' => 'Check Key', + 'api_new_key' => 'Create a New API Key', + 'api_use_link' => 'Use the following link to create a new API Key', + 'api_full_link' => 'Full API Key for All Characters', + 'api_full_min_mask' => 'API Key with minimum Mask needed', + 'insufficient_access_mask' => 'This API Key does not meet the minimum Access Mask required', + 'api_key_info' => 'API Key Info', + 'api_key_type' => 'API Key Type', + 'api_access_mask' => 'API Access Mask', + 'api_add_type_key' => 'Add :type Api Key', + 'api_add_job' => 'Adding an Api Key will automatically queue a new update job for it', + 'api_min_mask' => 'Min. Mask', + 'api_access' => 'Access', + 'api_detail' => 'API Key Detail', + 'api_key_status' => 'API Key Status', + 'api_job_update' => 'Queue an Update Job', + 'owner_info' => 'Owner Information', + 'no_owner' => 'This API Key has no Owner', + 'member_since' => 'Member Since', + 'last_login' => 'Last Login', + 'account_status' => 'Account Status', + 'transfer_ownership' => 'Transfer Ownership', + 'seat_user' => 'SeAT User', + 'transfer' => 'Transfer', + 'mask_map_fail' => 'Unable to load the Access Mask map', + 'recent_jobs' => 'Recent Jobs', + 'scope' => 'Scope|Scopes', + 'api_all' => 'All API Keys', + 'reveal' => 'Reveal', + 'add_success' => 'Api Key Successfully Added. Update Job :jobid Dispatched', + 're_enable' => 'Re-enable Key', + 'disable' => 'Disable key', + 'reenable_all_disabled' => 'Re-enable all disabled keys', + 'disable_all_enabled' => 'Disable all enabled keys', + 'joblog' => 'Job Log', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'People Groups', - 'unaffiliated_keys' => 'Unaffiliated Keys', - 'add_to_existing' => 'Add to Existing', - 'add_to_existing_group' => 'Add to Existing Group', - 'group_main' => 'Group Main', - 'new_group_with_main' => 'New Group with :name as Main', + 'people_groups' => 'People Groups', + 'unaffiliated_keys' => 'Unaffiliated Keys', + 'add_to_existing' => 'Add to Existing', + 'add_to_existing_group' => 'Add to Existing Group', + 'group_main' => 'Group Main', + 'new_group_with_main' => 'New Group with :name as Main', // Access - 'access_mangement' => 'Access Management', - 'quick_add_role' => 'Quick Add Role', - 'role_name' => 'Role Name', - 'add_new_role' => 'Add New Role', - 'available_roles' => 'Available Roles', - 'quick_add_user' => 'Quick Add User', - 'add_new_user' => 'Add New User', - 'edit_role' => 'Edit Role', - 'available_permissions' => 'Available Permissions', - 'grant_permissions' => 'Grant Permissions', - 'inverse_permission' => 'Inverse Permission', - 'inverse_affiliation' => 'Inverse Affiliation', - 'current_permissions' => 'Current Permissions', - 'has_superuser' => 'Has Superuser', - 'permission_inherit' => 'Inherits All Permissions', - 'available_corporations' => 'Available Corporations', - 'available_characters' => 'Available Characters', - 'add_affiliations' => 'Add Affiliations', - 'current_affiliations' => 'Current Affiliations', - 'available_users' => 'Available Users', - 'available_groups' => 'Available Group|Available Groups', - 'add_user' => 'Add User|Add Users', - 'add_group' => 'Add Group|Add Groups', - 'current_users' => 'Current Users', - 'current_groups' => 'Current Group|Current Groups', - 'select_item_add' => 'Select a Item to Add', - 'impersonate' => 'Impersonate', - 'edit_user' => 'Edit User', - 'activate_user' => 'Activate User', - 'reassign_user' => 'Reassign User', - 'reassign' => 'Reassign', - 'deactivate_user' => 'Deactivate User', - 'account_status_change' => 'The account status has been changed', - 'user_agent' => 'User Agent String', - 'login_history' => 'Login History', - 'role_summary' => 'Role Summary', - 'user_updated' => 'The user has been updated', - 'user_deleted' => 'The user has been deleted', - 'self_delete_warning' => 'You can not delete yourself!', - 'impersonating' => 'Impersonating :user', - 'revert_impersonation' => 'Impersonation Stopped', - 'user_created' => 'User Created', - 'unauthorized_request' => 'Unauthorized Request', + 'access_mangement' => 'Access Management', + 'quick_add_role' => 'Quick Add Role', + 'role_name' => 'Role Name', + 'add_new_role' => 'Add New Role', + 'available_roles' => 'Available Roles', + 'quick_add_user' => 'Quick Add User', + 'add_new_user' => 'Add New User', + 'edit_role' => 'Edit Role', + 'available_permissions' => 'Available Permissions', + 'grant_permissions' => 'Grant Permissions', + 'inverse_permission' => 'Inverse Permission', + 'inverse_affiliation' => 'Inverse Affiliation', + 'current_permissions' => 'Current Permissions', + 'has_superuser' => 'Has Superuser', + 'permission_inherit' => 'Inherits All Permissions', + 'available_corporations' => 'Available Corporations', + 'available_characters' => 'Available Characters', + 'add_affiliations' => 'Add Affiliations', + 'current_affiliations' => 'Current Affiliations', + 'available_users' => 'Available Users', + 'available_groups' => 'Available Group|Available Groups', + 'add_user' => 'Add User|Add Users', + 'add_group' => 'Add Group|Add Groups', + 'current_users' => 'Current Users', + 'current_groups' => 'Current Group|Current Groups', + 'select_item_add' => 'Select a Item to Add', + 'impersonate' => 'Impersonate', + 'edit_user' => 'Edit User', + 'activate_user' => 'Activate User', + 'reassign_user' => 'Reassign User', + 'reassign' => 'Reassign', + 'deactivate_user' => 'Deactivate User', + 'account_status_change' => 'The account status has been changed', + 'user_agent' => 'User Agent String', + 'login_history' => 'Login History', + 'role_summary' => 'Role Summary', + 'user_updated' => 'The user has been updated', + 'user_deleted' => 'The user has been deleted', + 'self_delete_warning' => 'You can not delete yourself!', + 'impersonating' => 'Impersonating :user', + 'revert_impersonation' => 'Impersonation Stopped', + 'user_created' => 'User Created', + 'unauthorized_request' => 'Unauthorized Request', 'unauthorized_request_logged' => 'This attempt has been logged.', - 'role_added' => 'Role has been added', - 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', - 'role_removed' => 'Role has been removed', - 'permissions_granted' => 'Permissions have been granted', - 'permission_revoked' => 'Permission has been revoked', - 'user_added' => 'Users were added to this role', - 'user_removed' => 'User has been removed from this role', - 'affiliations_added' => 'Affiliations were added to this role', - 'affiliation_removed' => 'Affiliation has been removed from this role', + 'role_added' => 'Role has been added', + 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', + 'role_removed' => 'Role has been removed', + 'permissions_granted' => 'Permissions have been granted', + 'permission_revoked' => 'Permission has been revoked', + 'user_added' => 'Users were added to this role', + 'user_removed' => 'User has been removed from this role', + 'affiliations_added' => 'Affiliations were added to this role', + 'affiliation_removed' => 'Affiliation has been removed from this role', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => 'Import Eve Online API Keys', - 'csv_data_source' => 'CSV Data Source File', - 'help' => 'Help', - 'importing_csv_data' => 'Import CSV Data', - 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', - 'important_notes' => 'Important Notes', - 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', - 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . + 'api_import_title' => 'Import Eve Online API Keys', + 'csv_data_source' => 'CSV Data Source File', + 'help' => 'Help', + 'importing_csv_data' => 'Import CSV Data', + 'csv_format_explained' => 'The file format for the CSV is keyID,vCode and sampled below', + 'important_notes' => 'Important Notes', + 'curr_user_becomes_owner' => 'The current user (:user) will become the owner of the API keys.', + 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . 'minimum api masks are configured.', - 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', + 'update_with_next_job' => 'Key data will only populate once the next updater job comes by, or is manually started.', // Schedule - 'new_schedule' => 'New Schedule', - 'available_commands' => 'Available Commands', - 'cron_expression' => 'Cron Expression', - 'current_schedule' => 'Current Schedule', - 'command' => 'Command', - 'cron' => 'Cron', - 'allow_overlap' => 'Allow Overlap', - 'allow_maintenance' => 'Allow in Maintenance Mode', - 'scheduled_commands' => 'Scheduled Commands', - 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', - 'add_scheduled' => 'Add Scheduled Command', + 'new_schedule' => 'New Schedule', + 'available_commands' => 'Available Commands', + 'cron_expression' => 'Cron Expression', + 'current_schedule' => 'Current Schedule', + 'command' => 'Command', + 'cron' => 'Cron', + 'allow_overlap' => 'Allow Overlap', + 'allow_maintenance' => 'Allow in Maintenance Mode', + 'scheduled_commands' => 'Scheduled Commands', + 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', + 'add_scheduled' => 'Add Scheduled Command', // Security - 'category' => 'Category', - 'message' => 'Message', - 'source' => 'Source', + 'category' => 'Category', + 'message' => 'Message', + 'source' => 'Source', // Ledger - 'ledger' => 'Wallet Ledger', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Wallet Division Name', - 'wallet_summary' => 'Wallet Summary|Wallet Summaries', + 'ledger' => 'Wallet Ledger', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Wallet Division Name', + 'wallet_summary' => 'Wallet Summary|Wallet Summaries', // Users - 'user_management' => 'User Management', + 'user_management' => 'User Management', // Settings - 'admin_email' => 'Administrator Email', - 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', - 'min_access_mask' => 'Minimum Required Access Mask', - 'min_character_access_mask' => 'Minimum Required Character Access Mask', - 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', - 'force_min_mask' => 'Force Min. Access Mask', - 'registration' => 'Registration', - 'maintenance' => 'Maintenance', - 'cleanup_data' => 'Cleanup Stale Data', - 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . + 'admin_email' => 'Administrator Email', + 'admin_email_help' => 'Please enter the email address of the administrator of this SeAT installation.', + 'min_access_mask' => 'Minimum Required Access Mask', + 'min_character_access_mask' => 'Minimum Required Character Access Mask', + 'min_corporation_access_mask' => 'Minimum Required Corporation Access Mask', + 'force_min_mask' => 'Force Min. Access Mask', + 'registration' => 'Registration', + 'maintenance' => 'Maintenance', + 'cleanup_data' => 'Cleanup Stale Data', + 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . 'will delete stale data such as users and corporations without valid users from this ' . 'instance.', - 'single_signon' => 'Eve Online Single Signon', - 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online Single Signon', + 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . ' values in the .env file as they may be empty or invalid. SSO can fail because of this!', - 'allow_sso' => 'Allow Single Signon', - 'allow_registration' => 'Allow Registration', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => 'Email Activation', - 'require_activation' => 'Require Email Activation', - 'module_versions' => 'SeAT Module Versions', - 'tp_versions' => 'Third Party Versions', - 'installed' => 'Installed', - 'current' => 'Current', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => 'Allow Tracking', - 'tracking_id' => 'Unique Tracking ID', - 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . + 'allow_sso' => 'Allow Single Signon', + 'allow_registration' => 'Allow Registration', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => 'Email Activation', + 'require_activation' => 'Require Email Activation', + 'module_versions' => 'SeAT Module Versions', + 'tp_versions' => 'Third Party Versions', + 'installed' => 'Installed', + 'current' => 'Current', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => 'Allow Tracking', + 'tracking_id' => 'Unique Tracking ID', + 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . ' document first.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO Scopes', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO Scopes', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => 'Available SSO Scopes', - 'enable_all' => 'Enable All', - 'remove_all' => 'Remove All', - 'update_sso_scopes' => 'Update SSO Scopes', + 'available_scopes' => 'Available SSO Scopes', + 'enable_all' => 'Enable All', + 'remove_all' => 'Remove All', + 'update_sso_scopes' => 'Update SSO Scopes', 'current_configuration_status' => 'Current SSO Configuration', - 'client_id_status' => 'Client ID Status', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID Not OK. Check .env file', - 'client_secret_status' => 'Client Secret Status', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', - 'callback_url_status' => 'Callback URL Status', - 'callback_url_ok' => 'Callback URL OK as :url', - 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . + 'client_id_status' => 'Client ID Status', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID Not OK. Check .env file', + 'client_secret_status' => 'Client Secret Status', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret not OK. Check .env file', + 'callback_url_status' => 'Callback URL Status', + 'callback_url_ok' => 'Callback URL OK as :url', + 'callback_maybe_wrong' => 'Callback URL set but might be incorrect. Currently set as :current ' . 'and should maybe be :suggested', - 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL not set. Check .env and set as :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', - 'update_skill_queue' => 'Update Skill Queue', - 'update_assets' => 'Update Assets', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Update Employment History', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => 'Update job dispatching failed. Please contact your SeAT administrator.', + 'update_skill_queue' => 'Update Skill Queue', + 'update_assets' => 'Update Assets', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Update Employment History', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => 'Joined Current Corporation', - 'skillpoint' => 'Skillpoint|Skillpoints', - 'account_balance' => 'Account Balance', - 'current_ship' => 'Current Ship', - 'last_location' => 'Last Location', - 'security_status' => 'Security Status', - 'items_taking' => 'items taking', - 'calendar_events' => 'Calendar Events', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => 'Positive Standings', - 'neutral_standings' => 'Neutral Standings', - 'negative_standings' => 'Negative Standings', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Start', - 'end' => 'End', - 'installer' => 'Installer', - 'system' => 'System', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => 'Activity', - 'run' => 'Run|Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', - 'victim' => 'Victim', - 'ship_type' => 'Ship Type', - 'transaction_type' => 'Transaction Type', - 'owner_1' => 'From', - 'owner_2' => 'To', - 'amount' => 'Amount', - 'balance' => 'Balance', - 'corporation_name' => 'Corporation Name', - 'character_name' => 'Character Name', - 'from' => 'From', - 'subject' => 'Subject', - 'to' => 'To', - 'to_corp' => 'To Corporation', - 'missing_body' => 'Message Body not yet downloaded', - 'to_alliance' => 'To Alliance', - 'to_char' => 'To Characters', - 'total' => 'Total', - 'updated' => 'Updated At', - 'planet' => 'Planet', - 'upgrade_level' => 'Upgrade Level', - 'no_pins' => '# Pins', - 'agent' => 'Agent', - 'skill' => 'Skill|Skills', - 'points_p_day' => 'Points per Day', - 'remainder' => 'Remainder', - 'skills_summary' => 'Skills Summary', - 'curr_training' => 'Currently Training', - 'skill_training_end' => 'Skill Training End', - 'skill_queue' => 'Skill Queue', - 'no_skill_training' => 'No Skill in Training', - 'empty_skill_queue' => 'The Skill Queue is Empty', - 'account_info' => 'Account Information', - 'paid_until' => 'Paid Until', - 'logon_count' => 'Logon Count', - 'online_time' => 'Online Time', - 'jump_fatigue' => 'Jump Fatigue', - 'jump_clones' => 'Jump Clone|Jump Clones', - 'jump_act_timer' => 'Jump Activation Timer', - 'no_jump_clones' => 'No Jump Clones', - 'implants' => 'Implant|Implants', - 'no_implants' => 'No Implants', - 'employment_history' => 'Employment History', - 'no_employment_information' => 'No employment information', - 'corporation_titles' => 'Corporation Title|Corporation Titles', - 'no_corporation_titles' => 'No corporation titles', - 'attribute' => 'Attribute|Attributes', - 'value' => 'Value|Values', - 'bonus_remaps' => 'Bonus Remaps', - 'last_remap_date' => 'Last Remap Date', - 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Item Type', - 'client_name' => 'Client Name', - 'client' => 'Client', - 'qty' => '#', - 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => 'Channel Members', - 'motd' => 'MoTD', - 'coordinates' => 'Coordinates', - 'folder' => 'Folder', - 'skills_graph' => 'Skills Graph', - 'contract_items' => 'Contract Items', - 'progress' => 'Progress', + 'joined_curr_corp' => 'Joined Current Corporation', + 'skillpoint' => 'Skillpoint|Skillpoints', + 'account_balance' => 'Account Balance', + 'current_ship' => 'Current Ship', + 'last_location' => 'Last Location', + 'security_status' => 'Security Status', + 'items_taking' => 'items taking', + 'calendar_events' => 'Calendar Events', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => 'Positive Standings', + 'neutral_standings' => 'Neutral Standings', + 'negative_standings' => 'Negative Standings', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Start', + 'end' => 'End', + 'installer' => 'Installer', + 'system' => 'System', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => 'Activity', + 'run' => 'Run|Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', + 'victim' => 'Victim', + 'ship_type' => 'Ship Type', + 'transaction_type' => 'Transaction Type', + 'owner_1' => 'From', + 'owner_2' => 'To', + 'amount' => 'Amount', + 'balance' => 'Balance', + 'corporation_name' => 'Corporation Name', + 'character_name' => 'Character Name', + 'from' => 'From', + 'subject' => 'Subject', + 'to' => 'To', + 'to_corp' => 'To Corporation', + 'missing_body' => 'Message Body not yet downloaded', + 'to_alliance' => 'To Alliance', + 'to_char' => 'To Characters', + 'total' => 'Total', + 'updated' => 'Updated At', + 'planet' => 'Planet', + 'upgrade_level' => 'Upgrade Level', + 'no_pins' => '# Pins', + 'agent' => 'Agent', + 'skill' => 'Skill|Skills', + 'points_p_day' => 'Points per Day', + 'remainder' => 'Remainder', + 'skills_summary' => 'Skills Summary', + 'curr_training' => 'Currently Training', + 'skill_training_end' => 'Skill Training End', + 'skill_queue' => 'Skill Queue', + 'no_skill_training' => 'No Skill in Training', + 'empty_skill_queue' => 'The Skill Queue is Empty', + 'account_info' => 'Account Information', + 'paid_until' => 'Paid Until', + 'logon_count' => 'Logon Count', + 'online_time' => 'Online Time', + 'jump_fatigue' => 'Jump Fatigue', + 'jump_clones' => 'Jump Clone|Jump Clones', + 'jump_act_timer' => 'Jump Activation Timer', + 'no_jump_clones' => 'No Jump Clones', + 'implants' => 'Implant|Implants', + 'no_implants' => 'No Implants', + 'employment_history' => 'Employment History', + 'no_employment_information' => 'No employment information', + 'corporation_titles' => 'Corporation Title|Corporation Titles', + 'no_corporation_titles' => 'No corporation titles', + 'attribute' => 'Attribute|Attributes', + 'value' => 'Value|Values', + 'bonus_remaps' => 'Bonus Remaps', + 'last_remap_date' => 'Last Remap Date', + 'accrued_remap_cooldown_date' => 'Accured Remap Cooldown Date', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Item Type', + 'client_name' => 'Client Name', + 'client' => 'Client', + 'qty' => '#', + 'unknown_character' => 'Unknown Character. Is the API Key on record and updated?', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => 'Channel Members', + 'motd' => 'MoTD', + 'coordinates' => 'Coordinates', + 'folder' => 'Folder', + 'skills_graph' => 'Skills Graph', + 'contract_items' => 'Contract Items', + 'progress' => 'Progress', // Character Intel - 'loading_journal' => 'Loading Journal Entries ...', - 'loading_transactions' => 'Loading Transaction Entries ...', - 'loading_mail' => 'Loading Mail Entries...', + 'loading_journal' => 'Loading Journal Entries ...', + 'loading_transactions' => 'Loading Transaction Entries ...', + 'loading_mail' => 'Loading Mail Entries...', // Corporation - 'alliance' => 'Alliance|Alliances', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Ticker', - 'ceo' => 'CEO', - 'home_station' => 'Home Station', - 'tax_rate' => 'Tax Rate', - 'member_count' => 'Member Count', - 'roles_change_log' => 'Roles Change Log', - 'affected' => 'Affected', - 'member_limit' => 'Member Limit', - 'shares' => 'Shares', - 'member_capacity' => 'Member Capacity', - 'divisional_information' => 'Divisional Information', - 'corporation_divisions' => 'Corporation Divisions', - 'wallet_divisions' => 'Wallet Divisions', - 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', - 'created_by' => 'Created By', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'Starbase|Starbases', - 'structure' => 'Structure|Structures', - 'reinforce_week_hour' => 'Reinf. Week/Hour', - 'low_power' => 'Low Power', - 'state' => 'State', - 'fuel_level' => 'Fuel Level', - 'offline' => 'Offline Est.', - 'cargo_usage' => 'Cargo Usage', - 'onlined_at' => 'Onlined At', - 'services' => 'Service|Services', - 'moon' => 'Moon', - 'use_standings_from' => 'Use Standings From', - 'attack_on_agression' => 'Attack On Aggression', - 'attack_on_war' => 'Attack On War', - 'corp_member_access' => 'Corp Member Access', - 'alliance_member_access' => 'Alliance Member Access', - 'fuel_levels' => 'Fuel Levels', - 'fuel_blocks' => 'Fuel Blocks', - 'fuel_usage' => 'Fuel Usage', - 'low_fuel' => 'Low Fuel', - 'stront_usage' => 'Strontium Usage', - 'blocks_p_h' => 'Blocks p/h', - 'units_p_h' => 'Units p/h', - 'sov_bonus' => 'Sovereignty Bonus', - 'reinforce_estimate' => 'Reinforcement Estimate', - 'module' => 'Module|Modules', - 'content' => 'Content', - 'no_known_assets' => 'No Known Assets', - 'volume_usage' => 'Volume Usage', - 'loading_modules' => 'Loading Module Information...', - 'customs-offices' => 'Customs Offices', - 'reinforcement' => 'Reinforcement', - 'standing_level' => 'Standing Level', - 'tax_alliance_corp' => 'Tax: Alliance/Corp', - 'tax_standings' => 'Tax: Standings', - 'no_storage' => 'There is no storage', - 'member' => 'Member|Members', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Alliance|Alliances', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Ticker', + 'ceo' => 'CEO', + 'home_station' => 'Home Station', + 'tax_rate' => 'Tax Rate', + 'member_count' => 'Member Count', + 'roles_change_log' => 'Roles Change Log', + 'affected' => 'Affected', + 'member_limit' => 'Member Limit', + 'shares' => 'Shares', + 'member_capacity' => 'Member Capacity', + 'divisional_information' => 'Divisional Information', + 'corporation_divisions' => 'Corporation Divisions', + 'wallet_divisions' => 'Wallet Divisions', + 'unknown_corporation' => 'Unknown Corporation. Is the API Key on record and updated?', + 'created_by' => 'Created By', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'Starbase|Starbases', + 'structure' => 'Structure|Structures', + 'reinforce_week_hour' => 'Reinf. Week/Hour', + 'low_power' => 'Low Power', + 'state' => 'State', + 'fuel_level' => 'Fuel Level', + 'offline' => 'Offline Est.', + 'cargo_usage' => 'Cargo Usage', + 'onlined_at' => 'Onlined At', + 'services' => 'Service|Services', + 'moon' => 'Moon', + 'use_standings_from' => 'Use Standings From', + 'attack_on_agression' => 'Attack On Aggression', + 'attack_on_war' => 'Attack On War', + 'corp_member_access' => 'Corp Member Access', + 'alliance_member_access' => 'Alliance Member Access', + 'fuel_levels' => 'Fuel Levels', + 'fuel_blocks' => 'Fuel Blocks', + 'fuel_usage' => 'Fuel Usage', + 'low_fuel' => 'Low Fuel', + 'stront_usage' => 'Strontium Usage', + 'blocks_p_h' => 'Blocks p/h', + 'units_p_h' => 'Units p/h', + 'sov_bonus' => 'Sovereignty Bonus', + 'reinforce_estimate' => 'Reinforcement Estimate', + 'module' => 'Module|Modules', + 'content' => 'Content', + 'no_known_assets' => 'No Known Assets', + 'volume_usage' => 'Volume Usage', + 'loading_modules' => 'Loading Module Information...', + 'customs-offices' => 'Customs Offices', + 'reinforcement' => 'Reinforcement', + 'standing_level' => 'Standing Level', + 'tax_alliance_corp' => 'Tax: Alliance/Corp', + 'tax_standings' => 'Tax: Standings', + 'no_storage' => 'There is no storage', + 'member' => 'Member|Members', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Mining', - 'mining_ledger' => 'Ledger|Ledgers', - 'available_ledger' => 'Available Ledger|Available Ledgers', - 'ore' => 'Ore', + 'mining' => 'Mining', + 'mining_ledger' => 'Ledger|Ledgers', + 'available_ledger' => 'Available Ledger|Available Ledgers', + 'ore' => 'Ore', // Profile - 'user_profile' => 'User Profile', - 'user_preferences' => 'User Preferences', - 'user_account' => 'User Account', - 'account_settings' => 'Account Settings', - 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', - 'change_email' => 'Change Email', - 'superuser' => 'Superuser', - 'user_interface' => 'User Interface', - 'main_character' => 'Main Character', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT Skin', - 'language' => 'Language', - 'sidebar_size' => 'Sidebar Size', - 'mail_as_threads' => 'View Mail as Threads', - 'number_format' => 'Number Format', - 'current_format' => 'Current Format', - 'thousands_seperator' => 'Thousands Separator', - 'decimal_seperator' => 'Decimal Separator', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Email Notifications', - 'setup_token_now' => 'Setup Token Now', - 'owned_keys' => 'Owned Keys', - 'account_help' => 'For any account related enquiries, including permissions amendments, ' . + 'user_profile' => 'User Profile', + 'user_preferences' => 'User Preferences', + 'user_account' => 'User Account', + 'account_settings' => 'Account Settings', + 'upgrade_sso' => 'Upgrade to EVE Online SSO Account', + 'change_email' => 'Change Email', + 'superuser' => 'Superuser', + 'user_interface' => 'User Interface', + 'main_character' => 'Main Character', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT Skin', + 'language' => 'Language', + 'sidebar_size' => 'Sidebar Size', + 'mail_as_threads' => 'View Mail as Threads', + 'number_format' => 'Number Format', + 'current_format' => 'Current Format', + 'thousands_seperator' => 'Thousands Separator', + 'decimal_seperator' => 'Decimal Separator', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Email Notifications', + 'setup_token_now' => 'Setup Token Now', + 'owned_keys' => 'Owned Keys', + 'account_help' => 'For any account related enquiries, including permissions amendments, ' . 'please contact the SeAT administrator.', - 'current_email' => 'Current Email', - 'new_email' => 'New Email', - 'confirm_new_email' => 'Confirm New Email', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => 'Scan QR Code', - 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', - 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', - 'supported_apps' => 'Supported Google Authenticator Apps', - 'preferred_apps' => 'Preferred Apps', - 'other_apps' => 'Other Apps', - 'confirm_code' => 'Confirm an Authentication Code', - 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . + 'current_email' => 'Current Email', + 'new_email' => 'New Email', + 'confirm_new_email' => 'Confirm New Email', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => 'Scan QR Code', + 'scan_qr_help1' => 'Please scan the below QR code with your authenticator application.', + 'scan_qr_help2' => 'Each time this page loads, a new token and qr code is generated.', + 'supported_apps' => 'Supported Google Authenticator Apps', + 'preferred_apps' => 'Preferred Apps', + 'other_apps' => 'Other Apps', + 'confirm_code' => 'Confirm an Authentication Code', + 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . 'by your authentication application.', - 'code' => 'Code', - 'confirm_setup' => 'Confirm Setup', - 'linked_characters' => 'Linked Characters', - 'link_another_character' => 'Link another character', - 'view_third_party_access' => 'View Apps on Eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Code', + 'confirm_setup' => 'Confirm Setup', + 'linked_characters' => 'Linked Characters', + 'link_another_character' => 'Link another character', + 'view_third_party_access' => 'View Apps on Eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Queue Management', - 'total_jobs' => 'Total Jobs', - 'queued_jobs' => 'Queued Jobs', - 'working_jobs' => 'Working Jobs', - 'error_jobs' => 'Errored Jobs', - 'complete' => ' complete.', - 'history' => 'History', - 'submit_jobs' => 'Submit Jobs', - 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . + 'queue_manage' => 'Queue Management', + 'total_jobs' => 'Total Jobs', + 'queued_jobs' => 'Queued Jobs', + 'working_jobs' => 'Working Jobs', + 'error_jobs' => 'Errored Jobs', + 'complete' => ' complete.', + 'history' => 'History', + 'submit_jobs' => 'Submit Jobs', + 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . 'runs exactly the same commands as you would on the commandline or via the scheduler.', - 'no_working' => 'There are currently no working jobs', - 'no_queue' => 'There are currently no queued jobs', - 'job_error_detail' => 'Job Error Details', - 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . + 'no_working' => 'There are currently no working jobs', + 'no_queue' => 'There are currently no queued jobs', + 'job_error_detail' => 'Job Error Details', + 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . 'that you understand, or a developer has asked for this, please copy the entire section below ' . 'and paste it on a site such as pastebin and send the link along.', - 'full_job_error' => 'Full Job Error Detail', - 'job_id' => 'Job ID', - 'api' => 'Api', - 'actions' => 'Actions', - 'owner_id' => 'Owner ID', - 'clear_all_errors' => 'Clear All Errors', - 'output' => 'Output', - 'last_output' => 'Last Output', - 'view_full' => 'View Full', - 'no_errors' => 'There are no known errors', - 'clear_all_history' => 'Clear All History', - 'job_history' => 'Job History', - 'no_history' => 'There are no historical jobs', - 'eve_api_status' => 'EVE API Status', - 'eve_api_error_threshold' => 'API Errors', + 'full_job_error' => 'Full Job Error Detail', + 'job_id' => 'Job ID', + 'api' => 'Api', + 'actions' => 'Actions', + 'owner_id' => 'Owner ID', + 'clear_all_errors' => 'Clear All Errors', + 'output' => 'Output', + 'last_output' => 'Last Output', + 'view_full' => 'View Full', + 'no_errors' => 'There are no known errors', + 'clear_all_history' => 'Clear All History', + 'job_history' => 'Job History', + 'no_history' => 'There are no historical jobs', + 'eve_api_status' => 'EVE API Status', + 'eve_api_error_threshold' => 'API Errors', 'eve_api_connection_threshold' => 'Connection Errors', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Standings Builder', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Standings Builder', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Version', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Copyright', + 'web_version' => 'Web Version', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Copyright', ]; diff --git a/src/resources/lang/ro/settings.php b/src/resources/lang/ro/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/ro/settings.php +++ b/src/resources/lang/ro/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/ro/squads.php b/src/resources/lang/ro/squads.php index a671d9dfa..e3a0403fe 100644 --- a/src/resources/lang/ro/squads.php +++ b/src/resources/lang/ro/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad|Squads', - 'name' => 'Name|Names', - 'description' => 'Description', - 'type' => 'Type', - 'member' => 'Member|Members', - 'moderated' => 'Moderated', - 'moderator' => 'Moderator|Moderators', - 'candidate' => 'Candidate|Candidates', + 'squad' => 'Squad|Squads', + 'name' => 'Name|Names', + 'description' => 'Description', + 'type' => 'Type', + 'member' => 'Member|Members', + 'moderated' => 'Moderated', + 'moderator' => 'Moderator|Moderators', + 'candidate' => 'Candidate|Candidates', 'member_since' => 'Member Since', - 'applied_at' => 'Applied At', - 'character' => 'Character|Characters', - 'show' => 'Show', - 'delete' => 'Delete', - 'approve' => 'Approve', - 'reject' => 'Reject', - 'kick' => 'Kick', - 'leave' => 'Leave', - 'join' => 'Join', - 'message' => 'Message', - 'remove' => 'Remove', - 'cancel' => 'Cancel', + 'applied_at' => 'Applied At', + 'character' => 'Character|Characters', + 'show' => 'Show', + 'delete' => 'Delete', + 'approve' => 'Approve', + 'reject' => 'Reject', + 'kick' => 'Kick', + 'leave' => 'Leave', + 'join' => 'Join', + 'message' => 'Message', + 'remove' => 'Remove', + 'cancel' => 'Cancel', ]; diff --git a/src/resources/lang/ro/wallet.php b/src/resources/lang/ro/wallet.php index e5ca14ca7..fdee030ec 100644 --- a/src/resources/lang/ro/wallet.php +++ b/src/resources/lang/ro/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Date', - 'ref_type' => 'Type', + 'date' => 'Date', + 'ref_type' => 'Type', 'from_party' => 'From Party', - 'to_party' => 'To Party', - 'amount' => 'Amount', - 'balance' => 'Balance', + 'to_party' => 'To Party', + 'amount' => 'Amount', + 'balance' => 'Balance', - 'order' => 'Order', - 'type' => 'Type', - 'location' => 'Location', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'total' => 'Total', - 'party' => 'Party', + 'order' => 'Order', + 'type' => 'Type', + 'location' => 'Location', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'total' => 'Total', + 'party' => 'Party', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee', diff --git a/src/resources/lang/ru/about.php b/src/resources/lang/ru/about.php index a5c781451..a253325ae 100644 --- a/src/resources/lang/ru/about.php +++ b/src/resources/lang/ru/about.php @@ -64,7 +64,7 @@ 'contact_widget_documentation' => 'Документация', 'contact_widget_updated_at' => 'Обновлено :date_time', 'contact_widget_read_me' => 'Прочитай!', - 'contact_widget_github_issues' => ':count задач', + 'contact_widget_github_issues' => ':count задач', 'contact_widget_github_contribute' => 'Внести свой вклад!', // diff --git a/src/resources/lang/ru/bookmark.php b/src/resources/lang/ru/bookmark.php index d722bd1ea..2b21eba31 100644 --- a/src/resources/lang/ru/bookmark.php +++ b/src/resources/lang/ru/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => 'Создано', - 'label' => 'Метка', - 'location' => 'Место', - 'notes' => 'Заметка', + 'created' => 'Создано', + 'label' => 'Метка', + 'location' => 'Место', + 'notes' => 'Заметка', 'coordinates' => 'Координаты', ]; diff --git a/src/resources/lang/ru/calendar.php b/src/resources/lang/ru/calendar.php index a480337af..76da89e67 100644 --- a/src/resources/lang/ru/calendar.php +++ b/src/resources/lang/ru/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => 'Дата', - 'owner' => 'Владелец', - 'description' => 'Описание', - 'status' => 'Статус', + 'date' => 'Дата', + 'owner' => 'Владелец', + 'description' => 'Описание', + 'status' => 'Статус', 'not_responded' => 'Нет ответа', - 'accepted' => 'Принято', - 'tentative' => 'Возможно', - 'declined' => 'Отклонено', + 'accepted' => 'Принято', + 'tentative' => 'Возможно', + 'declined' => 'Отклонено', ]; diff --git a/src/resources/lang/ru/contract.php b/src/resources/lang/ru/contract.php index cba363af0..074342228 100644 --- a/src/resources/lang/ru/contract.php +++ b/src/resources/lang/ru/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => 'Создано', - 'type' => 'Тип', - 'issuer' => 'Создатель', - 'assignee' => 'Назначен', - 'acceptor' => 'Получатель', - 'status' => 'Статус', - 'price' => 'Цена', - 'reward' => 'Награда', + 'created' => 'Создано', + 'type' => 'Тип', + 'issuer' => 'Создатель', + 'assignee' => 'Назначен', + 'acceptor' => 'Получатель', + 'status' => 'Статус', + 'price' => 'Цена', + 'reward' => 'Награда', - 'unknown' => 'Неизвестно', - 'item_exchange' => 'Обмен Предметов', - 'auction' => 'Аукцион', - 'courier' => 'Доставка курьером', - 'loan' => 'Залог', + 'unknown' => 'Неизвестно', + 'item_exchange' => 'Обмен Предметов', + 'auction' => 'Аукцион', + 'courier' => 'Доставка курьером', + 'loan' => 'Залог', - 'outstanding' => 'В обработке', - 'in_progress' => 'Выполняется', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => 'В обработке', + 'in_progress' => 'Выполняется', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => 'Finished', - 'cancelled' => 'Отменено', - 'rejected' => 'Отклонено', - 'failed' => 'Провален', - 'deleted' => 'Удалено', - 'reversed' => 'Возврат', + 'finished' => 'Finished', + 'cancelled' => 'Отменено', + 'rejected' => 'Отклонено', + 'failed' => 'Провален', + 'deleted' => 'Удалено', + 'reversed' => 'Возврат', - 'not_accepted' => 'Не подтвержденые', + 'not_accepted' => 'Не подтвержденые', ]; diff --git a/src/resources/lang/ru/custom_offices.php b/src/resources/lang/ru/custom_offices.php index a3782b7df..3853e437e 100644 --- a/src/resources/lang/ru/custom_offices.php +++ b/src/resources/lang/ru/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => 'Planet', - 'reinforcement' => 'Rf. Period', - 'alliance' => 'Allow Ally.', - 'standings' => 'Allow Std.', - 'standing_level' => 'Min. Std. Lvl.', + 'planet' => 'Planet', + 'reinforcement' => 'Rf. Period', + 'alliance' => 'Allow Ally.', + 'standings' => 'Allow Std.', + 'standing_level' => 'Min. Std. Lvl.', 'tax_alliance_corp' => 'Tax Alliance/Corp', - 'tax_standings' => 'Tax Standings', + 'tax_standings' => 'Tax Standings', ]; diff --git a/src/resources/lang/ru/fitting.php b/src/resources/lang/ru/fitting.php index 38497218d..f353ccf3f 100644 --- a/src/resources/lang/ru/fitting.php +++ b/src/resources/lang/ru/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => 'Name', - 'type' => 'Type', - 'items' => 'Items', + 'name' => 'Name', + 'type' => 'Type', + 'items' => 'Items', 'hull_estimated_value' => 'Hull Estimated Value', 'fitting_estimated_value' => 'Fitting Estimated Value', 'full_estimated_value' => 'Full Estimated Value', diff --git a/src/resources/lang/ru/industry.php b/src/resources/lang/ru/industry.php index ad406a35a..12f294b2a 100644 --- a/src/resources/lang/ru/industry.php +++ b/src/resources/lang/ru/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Start', - 'end' => 'End', - 'location' => 'Location', - 'activity' => 'Activity', - 'runs' => 'Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', + 'start' => 'Start', + 'end' => 'End', + 'location' => 'Location', + 'activity' => 'Activity', + 'runs' => 'Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', 'material_efficiency' => 'Material Efficiency', - 'time_efficiency' => 'Time Efficiency', + 'time_efficiency' => 'Time Efficiency', ]; diff --git a/src/resources/lang/ru/kills.php b/src/resources/lang/ru/kills.php index d34fa7ea3..fc7e3b0f6 100644 --- a/src/resources/lang/ru/kills.php +++ b/src/resources/lang/ru/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => 'Дата', - 'ship' => 'Корабль', + 'date' => 'Дата', + 'ship' => 'Корабль', 'solar_system' => 'Солнечная система', - 'victim' => 'Жертва', - 'killer' => 'Окончателный удар', - 'attackers' => 'Атакующий | Атакующие', - 'items' => 'Предмет|Предметы', + 'victim' => 'Жертва', + 'killer' => 'Окончателный удар', + 'attackers' => 'Атакующий | Атакующие', + 'items' => 'Предмет|Предметы', ]; diff --git a/src/resources/lang/ru/mail.php b/src/resources/lang/ru/mail.php index 1feec4cbf..99b9b4512 100644 --- a/src/resources/lang/ru/mail.php +++ b/src/resources/lang/ru/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => 'Прочитать', - 'date' => 'Дата', - 'sender' => 'Отправитель', - 'subject' => 'Тема', + 'read' => 'Прочитать', + 'date' => 'Дата', + 'sender' => 'Отправитель', + 'subject' => 'Тема', 'mailing_list' => 'Список рассылки', - 'sent' => 'Отправлено', - 'author' => 'Автор', - 'recipients' => 'Получатели', + 'sent' => 'Отправлено', + 'author' => 'Автор', + 'recipients' => 'Получатели', ]; diff --git a/src/resources/lang/ru/market.php b/src/resources/lang/ru/market.php index f942f628a..e2c122c2c 100644 --- a/src/resources/lang/ru/market.php +++ b/src/resources/lang/ru/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => 'Выпущен', + 'issued' => 'Выпущен', 'expires' => 'Срок истекает', - 'buy' => 'Купить', - 'sell' => 'Продать', - 'order' => 'Заказ', - 'range' => 'Дистанция', - 'volume' => 'Объем', - 'price' => 'Цена', - 'total' => 'Всего', - 'type' => 'Тип', + 'buy' => 'Купить', + 'sell' => 'Продать', + 'order' => 'Заказ', + 'range' => 'Дистанция', + 'volume' => 'Объем', + 'price' => 'Цена', + 'total' => 'Всего', + 'type' => 'Тип', ]; diff --git a/src/resources/lang/ru/mining.php b/src/resources/lang/ru/mining.php index 5ccf4c551..6a5e1d153 100644 --- a/src/resources/lang/ru/mining.php +++ b/src/resources/lang/ru/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Дата', - 'time' => 'Время', - 'system' => 'Система', - 'ore' => 'РУДА', - 'type' => 'Тип', - 'quantity' => 'Количество', - 'volume' => 'Объем', + 'date' => 'Дата', + 'time' => 'Время', + 'system' => 'Система', + 'ore' => 'РУДА', + 'type' => 'Тип', + 'quantity' => 'Количество', + 'volume' => 'Объем', 'estimated_value' => 'Ориентировочная стоимость', - 'details' => 'Детали', - 'metadata' => 'Метаданные', - 'compounds' => 'Compounds', - 'history' => 'История', + 'details' => 'Детали', + 'metadata' => 'Метаданные', + 'compounds' => 'Compounds', + 'history' => 'История', ]; diff --git a/src/resources/lang/ru/moons.php b/src/resources/lang/ru/moons.php index 70682fdfd..a4a2617f2 100644 --- a/src/resources/lang/ru/moons.php +++ b/src/resources/lang/ru/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => 'Регион|Регионы', + 'region' => 'Регион|Регионы', 'constellation' => 'Constellation|Constellations', - 'system' => 'Solar System|Solar Systems', - 'planet' => 'Planet|Planets', - 'moon' => 'Moon|Moons', - 'indicator' => 'Indicator|Indicators', - 'sovereignty' => 'Sovereignty|Sovereignties', - 'ubiquitous' => 'Ubiquitous', - 'common' => 'Common', - 'uncommon' => 'Uncommon', - 'rare' => 'Rare', - 'exceptional' => 'Exceptional', + 'system' => 'Solar System|Solar Systems', + 'planet' => 'Planet|Planets', + 'moon' => 'Moon|Moons', + 'indicator' => 'Indicator|Indicators', + 'sovereignty' => 'Sovereignty|Sovereignties', + 'ubiquitous' => 'Ubiquitous', + 'common' => 'Common', + 'uncommon' => 'Uncommon', + 'rare' => 'Rare', + 'exceptional' => 'Exceptional', ]; diff --git a/src/resources/lang/ru/notifications.php b/src/resources/lang/ru/notifications.php index 23f462c69..6451cca5e 100644 --- a/src/resources/lang/ru/notifications.php +++ b/src/resources/lang/ru/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => 'Дата', - 'type' => 'Тип', + 'date' => 'Дата', + 'type' => 'Тип', 'sender' => 'Отправитель', ]; diff --git a/src/resources/lang/ru/permissions.php b/src/resources/lang/ru/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/ru/permissions.php +++ b/src/resources/lang/ru/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/ru/research.php b/src/resources/lang/ru/research.php index 96433a52f..ee0dda8fe 100644 --- a/src/resources/lang/ru/research.php +++ b/src/resources/lang/ru/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => 'Start', - 'agent' => 'Agent', - 'skill' => 'Skill', + 'start' => 'Start', + 'agent' => 'Agent', + 'skill' => 'Skill', 'point_per_day' => 'Point per day|Points per day', - 'remainder' => 'Remainder', + 'remainder' => 'Remainder', ]; diff --git a/src/resources/lang/ru/seat.php b/src/resources/lang/ru/seat.php index 5aba8c13a..fb0af9ed3 100644 --- a/src/resources/lang/ru/seat.php +++ b/src/resources/lang/ru/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => 'Главная', - 'character' => 'Персонаж|Персонажи', - 'corporation' => 'Корпорация|Корпорации', - 'user' => 'Пользователь|Пользователи', - 'last_update' => 'Последнее обновление', - 'unknown' => 'Неизвестно', - 'note' => 'Заметка', - 'name' => 'Имя|Название', - 'granted' => 'Разрешено', - 'denied' => 'Отказано', - 'enabled' => 'Активировано', - 'disabled' => 'Деактивировано', - 'username' => 'Имя пользователя', - 'email' => 'Email', - 'close' => 'Закрыть', - 'date' => 'Дата', - 'status' => 'Статус', - 'id' => 'ID|IDs', - 'type' => 'Тип|Типы', - 'expiry' => 'Дата окончания', - 'never' => 'Никогда', - 'detail' => 'Детали|Детали', - 'delete' => 'Удалить', - 'kill' => 'Уничтожить', - 'verify' => 'Проверить', - 'reset' => 'Перезагрузить', - 'back' => 'Назад', - 'summary' => 'Итог', - 'quantity' => 'Количество', - 'volume' => 'Объем', - 'group' => 'Группа|Группы', - 'owner' => 'Владелец', - 'general' => 'General', - 'description' => 'Описание', - 'labels' => 'Закладки', - 'created' => 'Создано', - 'issuer' => 'Создатель', - 'title' => 'Титул|Титулы', - 'price' => 'Цена', - 'reward' => 'Цена', - 'collateral' => 'Гарантийный взнос', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => 'Место', - 'filter' => 'Фильтр|Фильтры', - 'clear' => 'Очистить', - 'none' => 'Ничего', - 'permission' => 'Итого разрешений|Разрешения', - 'affiliation' => 'Итого субъектов|Субъект', - 'role' => 'Роль|Роли', - 'edit' => 'Редактировать', - 'remove' => 'Удалить', - 'yes' => 'Да', - 'no' => 'Нет', - 'update' => 'Обновить', - 'action' => 'Действие', - 'key' => 'Ключ', - 'log' => 'Лог|Логи', - 'view' => 'Просмотр', - 'item' => 'Предмет|Предметы', - 'usage' => 'Использование', - 'unit' => 'Единица|Единицы', - 'add' => 'Добавить', - 'all' => 'Все', - 'inverse' => 'Инвертировать', - 'read' => 'Прочитать', - 'level' => 'Уровень', - 'token' => 'Токен', - 'token_status' => 'Token Status', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => 'This character has a valid registered token.', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => 'Главная', + 'character' => 'Персонаж|Персонажи', + 'corporation' => 'Корпорация|Корпорации', + 'user' => 'Пользователь|Пользователи', + 'last_update' => 'Последнее обновление', + 'unknown' => 'Неизвестно', + 'note' => 'Заметка', + 'name' => 'Имя|Название', + 'granted' => 'Разрешено', + 'denied' => 'Отказано', + 'enabled' => 'Активировано', + 'disabled' => 'Деактивировано', + 'username' => 'Имя пользователя', + 'email' => 'Email', + 'close' => 'Закрыть', + 'date' => 'Дата', + 'status' => 'Статус', + 'id' => 'ID|IDs', + 'type' => 'Тип|Типы', + 'expiry' => 'Дата окончания', + 'never' => 'Никогда', + 'detail' => 'Детали|Детали', + 'delete' => 'Удалить', + 'kill' => 'Уничтожить', + 'verify' => 'Проверить', + 'reset' => 'Перезагрузить', + 'back' => 'Назад', + 'summary' => 'Итог', + 'quantity' => 'Количество', + 'volume' => 'Объем', + 'group' => 'Группа|Группы', + 'owner' => 'Владелец', + 'general' => 'General', + 'description' => 'Описание', + 'labels' => 'Закладки', + 'created' => 'Создано', + 'issuer' => 'Создатель', + 'title' => 'Титул|Титулы', + 'price' => 'Цена', + 'reward' => 'Цена', + 'collateral' => 'Гарантийный взнос', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => 'Место', + 'filter' => 'Фильтр|Фильтры', + 'clear' => 'Очистить', + 'none' => 'Ничего', + 'permission' => 'Итого разрешений|Разрешения', + 'affiliation' => 'Итого субъектов|Субъект', + 'role' => 'Роль|Роли', + 'edit' => 'Редактировать', + 'remove' => 'Удалить', + 'yes' => 'Да', + 'no' => 'Нет', + 'update' => 'Обновить', + 'action' => 'Действие', + 'key' => 'Ключ', + 'log' => 'Лог|Логи', + 'view' => 'Просмотр', + 'item' => 'Предмет|Предметы', + 'usage' => 'Использование', + 'unit' => 'Единица|Единицы', + 'add' => 'Добавить', + 'all' => 'Все', + 'inverse' => 'Инвертировать', + 'read' => 'Прочитать', + 'level' => 'Уровень', + 'token' => 'Токен', + 'token_status' => 'Token Status', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => 'This character has a valid registered token.', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => 'Требования', - 'requirements_message' => ' Данный перечень отображает перечень недостающих модулей PHP. Пожалуйста, установите их' . + 'requirements' => 'Требования', + 'requirements_message' => ' Данный перечень отображает перечень недостающих модулей PHP. Пожалуйста, установите их' . ' прежде чем продолжить ', - 'php_version' => 'Версия PHP', - 'php_version_message' => 'Установленная версия PHP не соответствует минимально требуемой версии для работы с' . + 'php_version' => 'Версия PHP', + 'php_version_message' => 'Установленная версия PHP не соответствует минимально требуемой версии для работы с' . ' SeAT. Пожалуйста сделайте апгрейд PHP.', - 'installed_version' => 'Установленная версия.', - 'min_version' => 'Минимально требуемая версия.', + 'installed_version' => 'Установленная версия.', + 'min_version' => 'Минимально требуемая версия.', 'admin_contact_warning' => ' Контакты администратор для инсталляции не указаны.' . ' Задачи не будут ставить в очередь. Настройте их в настройках SEAT. ', 'refresh_token_warning' => 'Ваш аккаунт не содержит новый токен обновления.. ' . 'Пожалуйста выйдите из учетной записи, войдите и скорректируйте, как можно скорее.', - 'sso_config_warning' => 'SSO еще не настроены. Только административные ' . + 'sso_config_warning' => 'SSO еще не настроены. Только административные ' . 'аккаунты возможны.', - 'sso_activation' => 'Активация SSO', - 'sso_confirmation' => 'Видимо у вас уже есть учетная запись. Пожалуйста введите ваши параметры учетной записи для активации SSO.', + 'sso_activation' => 'Активация SSO', + 'sso_confirmation' => 'Видимо у вас уже есть учетная запись. Пожалуйста введите ваши параметры учетной записи для активации SSO.', // Auth - 'failed' => 'Данные, которые вы ввели не соответствуют записи в базе данных.', - 'throttle' => 'Слишком много попыток входа. Попробуйте чуть позже снова.', - 'login_welcome' => 'Добро пожаловать,пожалуйста войдите, используя данные учетной записи EVE Online SSO.', - 'remember_me' => 'Запомнить меня.', - 'password' => 'Пароль', - 'password_again' => 'Повторите пароль', - 'forgot' => 'Я забыл свой пароль', - 'register' => 'Регистрация новой учетной записи', - 'sign_in' => 'Войти', - 'email_verify' => 'Проверка Email', - 'email_verify_welcome' => 'Пожалуйста, введите рабочий email для вашей учетной записи', + 'failed' => 'Данные, которые вы ввели не соответствуют записи в базе данных.', + 'throttle' => 'Слишком много попыток входа. Попробуйте чуть позже снова.', + 'login_welcome' => 'Добро пожаловать,пожалуйста войдите, используя данные учетной записи EVE Online SSO.', + 'remember_me' => 'Запомнить меня.', + 'password' => 'Пароль', + 'password_again' => 'Повторите пароль', + 'forgot' => 'Я забыл свой пароль', + 'register' => 'Регистрация новой учетной записи', + 'sign_in' => 'Войти', + 'email_verify' => 'Проверка Email', + 'email_verify_welcome' => 'Пожалуйста, введите рабочий email для вашей учетной записи', // Registration - 'new_account' => 'Новая учетная запись.', - 'register_welcome' => 'Выберите название пользователя и безопасный пароль.', - 'register_eve_warn' => 'Не используйте тот пароль, который используете для входа в EVE', - 'existing_account' => 'У меня уже есть учетная запись', - 'register_account' => 'Зарегистрировать учетную запись', + 'new_account' => 'Новая учетная запись.', + 'register_welcome' => 'Выберите название пользователя и безопасный пароль.', + 'register_eve_warn' => 'Не используйте тот пароль, который используете для входа в EVE', + 'existing_account' => 'У меня уже есть учетная запись', + 'register_account' => 'Зарегистрировать учетную запись', // Passwords - 'password_reset' => 'Сбросить пароль', - 'reset_welcome' => 'Введите email учетной записи, для которой вы хотите сбросить пароль.', - 'remember' => 'Я помню данные своей учетной записи', - 'reset_topic' => 'Сбросить пароль', - 'reset_token_welcome' => 'Введите email и новый пароль.', + 'password_reset' => 'Сбросить пароль', + 'reset_welcome' => 'Введите email учетной записи, для которой вы хотите сбросить пароль.', + 'remember' => 'Я помню данные своей учетной записи', + 'reset_topic' => 'Сбросить пароль', + 'reset_token_welcome' => 'Введите email и новый пароль.', // Header - 'toggle_navigation' => 'Включить навигацию', - 'queued' => 'В очереди', - 'working' => 'Работает', - 'joined' => 'Соединен', - 'profile' => 'Профиль', - 'sign_out' => 'Выйти', - 'stop_impersonation' => 'Остановить персонализацию', - 'switch_character' => 'Переключить персонажа', + 'toggle_navigation' => 'Включить навигацию', + 'queued' => 'В очереди', + 'working' => 'Работает', + 'joined' => 'Соединен', + 'profile' => 'Профиль', + 'sign_out' => 'Выйти', + 'stop_impersonation' => 'Остановить персонализацию', + 'switch_character' => 'Переключить персонажа', 'use_as_main_character' => 'Use as Main Character', - 'link_character' => '+', - 'characters_in_group' => 'Персонаж в группе|Персонажи в группе', + 'link_character' => '+', + 'characters_in_group' => 'Персонаж в группе|Персонажи в группе', // Notifications - 'critical' => 'Critical', - 'error' => 'Ошибка', - 'success' => 'Готово', - 'warning' => 'Предупреждение', - 'notice' => 'Заметка', - 'info' => 'Информация', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => 'Ошибка', + 'success' => 'Готово', + 'warning' => 'Предупреждение', + 'notice' => 'Заметка', + 'info' => 'Информация', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'Управление API', - 'add_api_key' => 'Добавить EVE API ключ', - 'list_keys' => 'Показать перечень EVE API ключей', - 'all_char' => 'Все персонажи', - 'mail_timeline' => 'Архив почты', - 'all_corp' => 'Все корпорации', - 'all_alliance' => 'All Alliances', - 'configuration' => 'Настройки', - 'access' => 'Управление доступом', - 'other' => 'Иное', - 'tools' => 'Инструменты', - 'security_logs' => 'Логи безопасности', - 'import' => 'Импорт API ключей', - 'settings' => 'Настройки SeAT', - 'schedule' => 'Расписание', - 'no_main_char' => 'Нет основного персонажа', - 'no_email' => 'No email defined', - 'hello' => 'Привет', - 'online' => 'Онлайн', - 'search' => 'Поиск', - 'main_menu' => 'Основное меню', - 'security' => 'Безопасность', - 'sso' => 'Настройки SSO', - 'tracking' => 'Отслеживание', - 'about' => 'About', - - 'assets' => 'Активы', - 'location_flag' => 'Местонахождение', - 'calendar' => 'Календарь', - 'channels' => 'Каналы', - 'contacts' => 'Контакты', - 'contracts' => 'Контракты', - 'fittings' => 'Фитинг', - 'fitting_items' => 'Предметы комплектации', - 'extraction' => 'Extraction|Extractions', - 'industry' => 'Индустрия', - 'intel' => 'Данные разведки', - 'killmails' => 'Сообщения об уничтоженных кораблях', - 'mail' => 'Почта', - 'market' => 'Рынок', - 'notifications' => 'Уведомления', - 'pi' => 'Планетарное взаимодействие', - 'research' => 'Исследования', - 'sheet' => 'Лист', - 'skills' => 'Навыки', - 'standings' => 'Репутация', - 'wallet' => 'Кошелек', - 'wallet_journal' => 'Журнал движений в кошельке', - 'wallet_transactions' => 'Движения средств в кошельке', + 'api_key_management' => 'Управление API', + 'add_api_key' => 'Добавить EVE API ключ', + 'list_keys' => 'Показать перечень EVE API ключей', + 'all_char' => 'Все персонажи', + 'mail_timeline' => 'Архив почты', + 'all_corp' => 'Все корпорации', + 'all_alliance' => 'All Alliances', + 'configuration' => 'Настройки', + 'access' => 'Управление доступом', + 'other' => 'Иное', + 'tools' => 'Инструменты', + 'security_logs' => 'Логи безопасности', + 'import' => 'Импорт API ключей', + 'settings' => 'Настройки SeAT', + 'schedule' => 'Расписание', + 'no_main_char' => 'Нет основного персонажа', + 'no_email' => 'No email defined', + 'hello' => 'Привет', + 'online' => 'Онлайн', + 'search' => 'Поиск', + 'main_menu' => 'Основное меню', + 'security' => 'Безопасность', + 'sso' => 'Настройки SSO', + 'tracking' => 'Отслеживание', + 'about' => 'About', + + 'assets' => 'Активы', + 'location_flag' => 'Местонахождение', + 'calendar' => 'Календарь', + 'channels' => 'Каналы', + 'contacts' => 'Контакты', + 'contracts' => 'Контракты', + 'fittings' => 'Фитинг', + 'fitting_items' => 'Предметы комплектации', + 'extraction' => 'Extraction|Extractions', + 'industry' => 'Индустрия', + 'intel' => 'Данные разведки', + 'killmails' => 'Сообщения об уничтоженных кораблях', + 'mail' => 'Почта', + 'market' => 'Рынок', + 'notifications' => 'Уведомления', + 'pi' => 'Планетарное взаимодействие', + 'research' => 'Исследования', + 'sheet' => 'Лист', + 'skills' => 'Навыки', + 'standings' => 'Репутация', + 'wallet' => 'Кошелек', + 'wallet_journal' => 'Журнал движений в кошельке', + 'wallet_transactions' => 'Движения средств в кошельке', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => 'Стартовая страница', - 'dashboard' => 'Аналитика', - 'online_players' => 'Игроки онлайн', - 'owned_api_keys' => 'Введеные API ключи', - 'total_character_isk' => 'Итого (ISK)', + 'home_page' => 'Стартовая страница', + 'dashboard' => 'Аналитика', + 'online_players' => 'Игроки онлайн', + 'owned_api_keys' => 'Введеные API ключи', + 'total_character_isk' => 'Итого (ISK)', 'total_character_skillpoints' => 'Итого очков умения (SP)', - 'total_character_mined_isk' => 'Добыто (ISK)', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => 'Итого писем об уничтоженных кораблях', - 'main_char_skills' => ':character_name / умения', - 'main_char_skills_per_level' => 'Умения по уровням', - 'main_char_skills_coverage' => 'Умения в процентах', - 'concurrent_player_count' => 'Количество одновременных игроков', - 'esi_response_time' => 'Время отклика ESI', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Добыто (ISK)', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => 'Итого писем об уничтоженных кораблях', + 'main_char_skills' => ':character_name / умения', + 'main_char_skills_per_level' => 'Умения по уровням', + 'main_char_skills_coverage' => 'Умения в процентах', + 'concurrent_player_count' => 'Количество одновременных игроков', + 'esi_response_time' => 'Время отклика ESI', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => 'Добавить новый API ключ', - 'key_id' => 'Key ID', - 'v_code' => 'Verification Code', - 'check_key' => 'Check Key', - 'api_new_key' => 'Создать новый API ключ', - 'api_use_link' => 'Используйте ссылку чтобы создать API ключ', - 'api_full_link' => 'Полный API ключ для всех персонажей', - 'api_full_min_mask' => 'Необходимый API ключ с минимальной маской', - 'insufficient_access_mask' => 'Этот API ключе не содержит минимально требуемых параметров', - 'api_key_info' => 'API ключ информация', - 'api_key_type' => 'API ключ типа', - 'api_access_mask' => 'API ключ параметры', - 'api_add_type_key' => 'Добавить :тип API ключа', - 'api_add_job' => 'Добавление API ключа автоматически поставит в очередь необходимые процессы', - 'api_min_mask' => 'Минимальные параметры ключа', - 'api_access' => 'Доступ', - 'api_detail' => 'Детали API ключа', - 'api_key_status' => 'Статус API ключа', - 'api_job_update' => 'Поставить в очередь процессы', - 'owner_info' => 'Информация о владельце', - 'no_owner' => 'У API ключа нет владельца', - 'member_since' => 'Member Since', - 'last_login' => 'Последний вход', - 'account_status' => 'Статус аккаунта', - 'transfer_ownership' => 'Передать права управления', - 'seat_user' => 'Пользователь SeAT', - 'transfer' => 'Передать', - 'mask_map_fail' => 'Невозможно загрузить маску доступа', - 'recent_jobs' => 'Последние процессы', - 'scope' => 'Возможность|Возможности', - 'api_all' => 'Все API ключи', - 'reveal' => 'Показать', - 'add_success' => 'API ключе успешно создан. Update Job :jobid Dispatched', - 're_enable' => 'Реактивировать ключ', - 'disable' => 'Деактивировать ключ', - 'reenable_all_disabled' => 'Реактивировать все деактивированные ключи', - 'disable_all_enabled' => 'Деактивировать все активированные ключи', - 'joblog' => 'Перечень процессов', - 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . + 'api_key_add' => 'Добавить новый API ключ', + 'key_id' => 'Key ID', + 'v_code' => 'Verification Code', + 'check_key' => 'Check Key', + 'api_new_key' => 'Создать новый API ключ', + 'api_use_link' => 'Используйте ссылку чтобы создать API ключ', + 'api_full_link' => 'Полный API ключ для всех персонажей', + 'api_full_min_mask' => 'Необходимый API ключ с минимальной маской', + 'insufficient_access_mask' => 'Этот API ключе не содержит минимально требуемых параметров', + 'api_key_info' => 'API ключ информация', + 'api_key_type' => 'API ключ типа', + 'api_access_mask' => 'API ключ параметры', + 'api_add_type_key' => 'Добавить :тип API ключа', + 'api_add_job' => 'Добавление API ключа автоматически поставит в очередь необходимые процессы', + 'api_min_mask' => 'Минимальные параметры ключа', + 'api_access' => 'Доступ', + 'api_detail' => 'Детали API ключа', + 'api_key_status' => 'Статус API ключа', + 'api_job_update' => 'Поставить в очередь процессы', + 'owner_info' => 'Информация о владельце', + 'no_owner' => 'У API ключа нет владельца', + 'member_since' => 'Member Since', + 'last_login' => 'Последний вход', + 'account_status' => 'Статус аккаунта', + 'transfer_ownership' => 'Передать права управления', + 'seat_user' => 'Пользователь SeAT', + 'transfer' => 'Передать', + 'mask_map_fail' => 'Невозможно загрузить маску доступа', + 'recent_jobs' => 'Последние процессы', + 'scope' => 'Возможность|Возможности', + 'api_all' => 'Все API ключи', + 'reveal' => 'Показать', + 'add_success' => 'API ключе успешно создан. Update Job :jobid Dispatched', + 're_enable' => 'Реактивировать ключ', + 'disable' => 'Деактивировать ключ', + 'reenable_all_disabled' => 'Реактивировать все деактивированные ключи', + 'disable_all_enabled' => 'Деактивировать все активированные ключи', + 'joblog' => 'Перечень процессов', + 'job_log_config' => 'Job logging will only occur if it is enabled. Currently ' . 'it is: :status', // People - 'people_groups' => 'Группы людей', - 'unaffiliated_keys' => 'Непривязанные ключи', - 'add_to_existing' => 'Добавить к существующим', - 'add_to_existing_group' => 'Добавить в существующую группу', - 'group_main' => 'Основная группа', - 'new_group_with_main' => 'Новая группа с :name as Main', + 'people_groups' => 'Группы людей', + 'unaffiliated_keys' => 'Непривязанные ключи', + 'add_to_existing' => 'Добавить к существующим', + 'add_to_existing_group' => 'Добавить в существующую группу', + 'group_main' => 'Основная группа', + 'new_group_with_main' => 'Новая группа с :name as Main', // Access - 'access_mangement' => 'Управление доступом', - 'quick_add_role' => 'Добавление роли', - 'role_name' => 'Название роли', - 'add_new_role' => 'Добавить новую роль', - 'available_roles' => 'Доступные роли', - 'quick_add_user' => 'Быстро добавить пользователя', - 'add_new_user' => 'Добавить нового пользователя', - 'edit_role' => 'Редактировать роль', - 'available_permissions' => 'Доступные разрешения', - 'grant_permissions' => 'Предоставить разрешения', - 'inverse_permission' => 'Инвертировать выбранные разрешения', - 'inverse_affiliation' => 'Инвертировать выбранные субъекты', - 'current_permissions' => 'Текущие разрешения', - 'has_superuser' => 'Имеет статус Суперюзера', - 'permission_inherit' => 'Унаследовать все разрешения', - 'available_corporations' => 'Доступные корпорации', - 'available_characters' => 'Доступные персонажи', - 'add_affiliations' => 'Добавить выбранные субъекты', - 'current_affiliations' => 'Текущие субъекты', - 'available_users' => 'Доступные пользователи', - 'available_groups' => 'Доступная группа|Доступные группы', - 'add_user' => 'Добавить пользователя|Добавить пользователей', - 'add_group' => 'Добавить группу|Добавить группы', - 'current_users' => 'Текущие пользователи', - 'current_groups' => 'Текущая группа|Текущие группы', - 'select_item_add' => 'Выбрать предмет для добавления', - 'impersonate' => 'Исполнять роль', - 'edit_user' => 'Редактировать пользователя', - 'activate_user' => 'Активировать пользователя', - 'reassign_user' => 'Переназначить пользователя', - 'reassign' => 'Переназначить', - 'deactivate_user' => 'Отключить пользователя', - 'account_status_change' => 'Статус аккаунта изменен', - 'user_agent' => 'Строка пользователя', - 'login_history' => 'История входа', - 'role_summary' => 'Итоги роли', - 'user_updated' => 'Информация пользователя обновлена', - 'user_deleted' => 'Пользователь удален', - 'self_delete_warning' => 'Вы не можете удалить себя!', - 'impersonating' => 'Исполнять роль :user', - 'revert_impersonation' => 'Исполнение роли приостановлено', - 'user_created' => 'Пользователь создан', - 'unauthorized_request' => 'Неавторизованный запрос', + 'access_mangement' => 'Управление доступом', + 'quick_add_role' => 'Добавление роли', + 'role_name' => 'Название роли', + 'add_new_role' => 'Добавить новую роль', + 'available_roles' => 'Доступные роли', + 'quick_add_user' => 'Быстро добавить пользователя', + 'add_new_user' => 'Добавить нового пользователя', + 'edit_role' => 'Редактировать роль', + 'available_permissions' => 'Доступные разрешения', + 'grant_permissions' => 'Предоставить разрешения', + 'inverse_permission' => 'Инвертировать выбранные разрешения', + 'inverse_affiliation' => 'Инвертировать выбранные субъекты', + 'current_permissions' => 'Текущие разрешения', + 'has_superuser' => 'Имеет статус Суперюзера', + 'permission_inherit' => 'Унаследовать все разрешения', + 'available_corporations' => 'Доступные корпорации', + 'available_characters' => 'Доступные персонажи', + 'add_affiliations' => 'Добавить выбранные субъекты', + 'current_affiliations' => 'Текущие субъекты', + 'available_users' => 'Доступные пользователи', + 'available_groups' => 'Доступная группа|Доступные группы', + 'add_user' => 'Добавить пользователя|Добавить пользователей', + 'add_group' => 'Добавить группу|Добавить группы', + 'current_users' => 'Текущие пользователи', + 'current_groups' => 'Текущая группа|Текущие группы', + 'select_item_add' => 'Выбрать предмет для добавления', + 'impersonate' => 'Исполнять роль', + 'edit_user' => 'Редактировать пользователя', + 'activate_user' => 'Активировать пользователя', + 'reassign_user' => 'Переназначить пользователя', + 'reassign' => 'Переназначить', + 'deactivate_user' => 'Отключить пользователя', + 'account_status_change' => 'Статус аккаунта изменен', + 'user_agent' => 'Строка пользователя', + 'login_history' => 'История входа', + 'role_summary' => 'Итоги роли', + 'user_updated' => 'Информация пользователя обновлена', + 'user_deleted' => 'Пользователь удален', + 'self_delete_warning' => 'Вы не можете удалить себя!', + 'impersonating' => 'Исполнять роль :user', + 'revert_impersonation' => 'Исполнение роли приостановлено', + 'user_created' => 'Пользователь создан', + 'unauthorized_request' => 'Неавторизованный запрос', 'unauthorized_request_logged' => 'Данная попытка была сохранена в логе.', - 'role_added' => 'Роль была добавлена', - 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', - 'role_removed' => 'Роль была удалена', - 'permissions_granted' => 'Разрешения предоставлены', - 'permission_revoked' => 'Разрешения отозваны', - 'user_added' => 'Пользователю добавлена роль', - 'user_removed' => 'У пользователя удалена роль', - 'affiliations_added' => 'Связи были добавлены на эту роль', - 'affiliation_removed' => ' Связи были удалены у этой роли', + 'role_added' => 'Роль была добавлена', + 'role_updated' => 'Role has been updated - :added new permissions, :removed removed permissions, :filtered filtered permissions', + 'role_removed' => 'Роль была удалена', + 'permissions_granted' => 'Разрешения предоставлены', + 'permission_revoked' => 'Разрешения отозваны', + 'user_added' => 'Пользователю добавлена роль', + 'user_removed' => 'У пользователя удалена роль', + 'affiliations_added' => 'Связи были добавлены на эту роль', + 'affiliation_removed' => ' Связи были удалены у этой роли', // Tokens - 'valid_token' => 'Действующие токен', - 'invalid_token' => 'Недействующий токен', + 'valid_token' => 'Действующие токен', + 'invalid_token' => 'Недействующий токен', // Import - 'api_import_title' => 'Импортировать API ключи EVE', - 'csv_data_source' => 'Файл источник CSV', - 'help' => 'Помощь', - 'importing_csv_data' => 'Импортировать CSV', - 'csv_format_explained' => 'Формат файла для CSV - keyID,vCode и приведен ниже', - 'important_notes' => 'Важные заметки', - 'curr_user_becomes_owner' => 'Текущий пользователь (:user) станет владельцем API ключей.', - 'only_format_is_checked' => 'Здесь надо отметить только ключи API. Нет никаких отметок ' . + 'api_import_title' => 'Импортировать API ключи EVE', + 'csv_data_source' => 'Файл источник CSV', + 'help' => 'Помощь', + 'importing_csv_data' => 'Импортировать CSV', + 'csv_format_explained' => 'Формат файла для CSV - keyID,vCode и приведен ниже', + 'important_notes' => 'Важные заметки', + 'curr_user_becomes_owner' => 'Текущий пользователь (:user) станет владельцем API ключей.', + 'only_format_is_checked' => 'Здесь надо отметить только ключи API. Нет никаких отметок ' . 'что минимальные API маски присутствуют.', - 'update_with_next_job' => 'Ключевая информаця будет обновлены после следующего обновления или после ручного перезапуска.', + 'update_with_next_job' => 'Ключевая информаця будет обновлены после следующего обновления или после ручного перезапуска.', // Schedule - 'new_schedule' => 'Новый график', - 'available_commands' => 'Доступные команды', - 'cron_expression' => 'Cron выражение', - 'current_schedule' => 'Текущий график', - 'command' => 'Команда', - 'cron' => 'Cron', - 'allow_overlap' => 'Добавить совпадение', - 'allow_maintenance' => 'Позволить в режиме отладки', - 'scheduled_commands' => 'Запланированные команды', - 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', - 'add_scheduled' => 'Добавить запланированную команду', + 'new_schedule' => 'Новый график', + 'available_commands' => 'Доступные команды', + 'cron_expression' => 'Cron выражение', + 'current_schedule' => 'Текущий график', + 'command' => 'Команда', + 'cron' => 'Cron', + 'allow_overlap' => 'Добавить совпадение', + 'allow_maintenance' => 'Позволить в режиме отладки', + 'scheduled_commands' => 'Запланированные команды', + 'choose_prepop' => 'Choose a pre-populated cron expression, or write your own.', + 'add_scheduled' => 'Добавить запланированную команду', // Security - 'category' => 'Категория', - 'message' => 'Сообщение', - 'source' => 'Источник', + 'category' => 'Категория', + 'message' => 'Сообщение', + 'source' => 'Источник', // Ledger - 'ledger' => 'Движения средств в кошельке', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => 'Offices Rentals', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => 'Название кошелька', - 'wallet_summary' => 'Итого кошелька|Итого кошельков', + 'ledger' => 'Движения средств в кошельке', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => 'Offices Rentals', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => 'Название кошелька', + 'wallet_summary' => 'Итого кошелька|Итого кошельков', // Users - 'user_management' => 'Редактирование пользователей', + 'user_management' => 'Редактирование пользователей', // Settings - 'admin_email' => 'Email администратора', - 'admin_email_help' => 'Пожалуйста введите email администратора для установки SEAT.', - 'min_access_mask' => 'Минимально требуемая маска доступа', - 'min_character_access_mask' => 'Минимально требуемая маска доступа персонажа', - 'min_corporation_access_mask' => 'Минимально требуемая маска доступа корпорации', - 'force_min_mask' => 'Применить минимально требуемую маску доступа', - 'registration' => 'Регистрация', - 'maintenance' => 'Отладка', - 'cleanup_data' => 'Очистить данные', - 'cleanup_data_help' => 'Когда отлажен для удаления данных, процесс отладки SEAT ' . + 'admin_email' => 'Email администратора', + 'admin_email_help' => 'Пожалуйста введите email администратора для установки SEAT.', + 'min_access_mask' => 'Минимально требуемая маска доступа', + 'min_character_access_mask' => 'Минимально требуемая маска доступа персонажа', + 'min_corporation_access_mask' => 'Минимально требуемая маска доступа корпорации', + 'force_min_mask' => 'Применить минимально требуемую маску доступа', + 'registration' => 'Регистрация', + 'maintenance' => 'Отладка', + 'cleanup_data' => 'Очистить данные', + 'cleanup_data_help' => 'Когда отлажен для удаления данных, процесс отладки SEAT ' . 'удалить все данные, такие как пользователи и корпорации, без активированных пользователей для данного' . 'процесса.', - 'single_signon' => 'Eve Online одноразовый вход', - 'admin_warn_sso' => 'Перепроверьте EVE_CLIENT_ID, EVE_CLIENT_SECRET и EVE_CALLBACK_URL' . + 'single_signon' => 'Eve Online одноразовый вход', + 'admin_warn_sso' => 'Перепроверьте EVE_CLIENT_ID, EVE_CLIENT_SECRET и EVE_CALLBACK_URL' . ' значения в .env файле так он может быть пустой или с ошибками. Проблема со входом может быть связана с этим!', - 'allow_sso' => 'Разрешить одноразовый вход', - 'allow_registration' => 'Разрешить регистрацию', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => 'Активация Email', - 'require_activation' => 'Требуется активация Email', - 'module_versions' => 'SeAT версии модулей', - 'tp_versions' => 'Версии сторонних разработчиков', - 'installed' => 'Установлено', - 'current' => 'Текущее', - 'url' => 'URL', - 'google_analytics' => 'Google аналатика', - 'allow_tracking' => 'Позволить отслеживать', - 'tracking_id' => 'Уникальные ID отслеживания', - 'tracking_help' => 'Прежде чем отключить отслеживание пользователя, пожалуй посмотрите' . + 'allow_sso' => 'Разрешить одноразовый вход', + 'allow_registration' => 'Разрешить регистрацию', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => 'Активация Email', + 'require_activation' => 'Требуется активация Email', + 'module_versions' => 'SeAT версии модулей', + 'tp_versions' => 'Версии сторонних разработчиков', + 'installed' => 'Установлено', + 'current' => 'Текущее', + 'url' => 'URL', + 'google_analytics' => 'Google аналатика', + 'allow_tracking' => 'Позволить отслеживать', + 'tracking_id' => 'Уникальные ID отслеживания', + 'tracking_help' => 'Прежде чем отключить отслеживание пользователя, пожалуй посмотрите' . ' документ ниже.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO возможности', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO возможности', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => 'Все возможности SSO', - 'enable_all' => 'Включить все', - 'remove_all' => 'Отключить все', - 'update_sso_scopes' => 'Обновить возможности SSO', + 'available_scopes' => 'Все возможности SSO', + 'enable_all' => 'Включить все', + 'remove_all' => 'Отключить все', + 'update_sso_scopes' => 'Обновить возможности SSO', 'current_configuration_status' => 'Текущая конфигурация SSO', - 'client_id_status' => 'Статус ID клиента:', - 'client_id_ok' => 'ID клиента корректный', - 'client_id_not_ok' => 'ID клиента не корректный. Проверьте .env файл', - 'client_secret_status' => 'Статус ключа безопастности:', - 'client_secret_ok' => 'Ключ безопастности корректный', - 'client_secret_not_ok' => 'Ключ безопастности не корректный. Проверьте .env файл', - 'callback_url_status' => 'Статус обратной ссылки:', - 'callback_url_ok' => 'Ссылка корректна :url', - 'callback_maybe_wrong' => 'Обратная ссылка не корректна. Статус :current ' . + 'client_id_status' => 'Статус ID клиента:', + 'client_id_ok' => 'ID клиента корректный', + 'client_id_not_ok' => 'ID клиента не корректный. Проверьте .env файл', + 'client_secret_status' => 'Статус ключа безопастности:', + 'client_secret_ok' => 'Ключ безопастности корректный', + 'client_secret_not_ok' => 'Ключ безопастности не корректный. Проверьте .env файл', + 'callback_url_status' => 'Статус обратной ссылки:', + 'callback_url_ok' => 'Ссылка корректна :url', + 'callback_maybe_wrong' => 'Обратная ссылка не корректна. Статус :current ' . 'возможно должен быть :suggested', - 'client_callback_not_ok' => 'Проверьте файл .env и установите обратную ссылку :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Проверьте файл .env и установите обратную ссылку :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Обновление успешно запущено. Проверьте статус' . + 'update_dispatched' => 'Обновление успешно запущено. Проверьте статус' . 'немного позднее.', - 'update_failed' => 'Обновление прошло неудачно. Пожалуйста свяжитесь с администратором SeAT.', - 'update_skill_queue' => 'Обновить перечень умений в обучении', - 'update_assets' => 'Обновить перечень ваших активов', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => 'Обновить историю членства в корпорациях', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => 'Обновление прошло неудачно. Пожалуйста свяжитесь с администратором SeAT.', + 'update_skill_queue' => 'Обновить перечень умений в обучении', + 'update_assets' => 'Обновить перечень ваших активов', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => 'Обновить историю членства в корпорациях', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => 'Стаж в корпорации', - 'skillpoint' => 'Очка навыков|Очки навыков', - 'account_balance' => 'Баланс аккаунта (ISK)', - 'current_ship' => 'Текущий корабль', - 'last_location' => 'Последнее местонахождение', - 'security_status' => 'Статус безопасности', - 'items_taking' => 'Взял предметы', - 'calendar_events' => 'Календарь событий', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => 'Положительная репутация', - 'neutral_standings' => 'Нейтральная репутация', - 'negative_standings' => 'Отрицательная репутация', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => 'Начать', - 'end' => 'End', - 'installer' => 'Установщик', - 'system' => 'Система', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => 'Активность', - 'run' => 'Цикл|Циклы', - 'blueprint' => 'Чертеж', - 'product' => 'Продукт', - 'victim' => 'Жертва', - 'ship_type' => 'Тип корабля', - 'transaction_type' => 'Тип перевода', - 'owner_1' => 'От', - 'owner_2' => 'Кому', - 'amount' => 'Количество', - 'balance' => 'Баланс', - 'corporation_name' => 'Название корпорации', - 'character_name' => 'Имя персонажа', - 'from' => 'От', - 'subject' => 'Тема', - 'to' => 'Кому', - 'to_corp' => 'В корпорацию', - 'missing_body' => 'Текст письма еще не загружен', - 'to_alliance' => 'В альянс', - 'to_char' => 'Персонажам', - 'total' => 'Итого', - 'updated' => 'Обновлено', - 'planet' => 'Планета', - 'upgrade_level' => 'Увеличить уровень', - 'no_pins' => '# Pins', - 'agent' => 'Агент', - 'skill' => 'Навык|Навыки', - 'points_p_day' => 'Количество очков в день', - 'remainder' => 'Напоминание', - 'skills_summary' => 'Обзор навыков', - 'curr_training' => 'Сейчас изучается', - 'skill_training_end' => 'Окончание обучения', - 'skill_queue' => 'Очередь умений', - 'no_skill_training' => 'Нет умений в очереди', - 'empty_skill_queue' => 'Очередь умений пустая', - 'account_info' => 'Информация об аккаунте', - 'paid_until' => 'Оплачен до', - 'logon_count' => 'Количество входов', - 'online_time' => 'Общее время онлайн', - 'jump_fatigue' => 'Пенальти гиперпрыжков (усталость)', - 'jump_clones' => 'Клон|Клоны', - 'jump_act_timer' => 'Время до активации клона', - 'no_jump_clones' => 'Клонов нет', - 'implants' => 'Имплантанты|Имплантаты', - 'no_implants' => 'Нет имплантатов', - 'employment_history' => 'Стаж работы', - 'no_employment_information' => 'Нет информации о стаже работы', - 'corporation_titles' => 'Звание|Званий', - 'no_corporation_titles' => 'Звания отсутствуют', - 'attribute' => 'Атрибут|Атрибуты', - 'value' => 'Ценность|Ценности', - 'bonus_remaps' => 'Перераспределение атрибутов', - 'last_remap_date' => 'Последнее перераспределение атрибутов', - 'accrued_remap_cooldown_date' => 'Следующее перераспределение атрибутов', - 'no_remap' => 'No Remap Found', - 'item_type' => 'Тип предмета', - 'client_name' => 'Имя клиента', - 'client' => 'Клиент', - 'qty' => '#', - 'unknown_character' => 'Неизвестный персонаж. Проверьте актуальность API', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => 'Члены канала связи', - 'motd' => 'MoTD', - 'coordinates' => 'Координаты', - 'folder' => 'Папка', - 'skills_graph' => 'Графики навыков', - 'contract_items' => 'Создать контракт', - 'progress' => 'Прогресс развития', + 'joined_curr_corp' => 'Стаж в корпорации', + 'skillpoint' => 'Очка навыков|Очки навыков', + 'account_balance' => 'Баланс аккаунта (ISK)', + 'current_ship' => 'Текущий корабль', + 'last_location' => 'Последнее местонахождение', + 'security_status' => 'Статус безопасности', + 'items_taking' => 'Взял предметы', + 'calendar_events' => 'Календарь событий', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => 'Положительная репутация', + 'neutral_standings' => 'Нейтральная репутация', + 'negative_standings' => 'Отрицательная репутация', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => 'Начать', + 'end' => 'End', + 'installer' => 'Установщик', + 'system' => 'Система', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => 'Активность', + 'run' => 'Цикл|Циклы', + 'blueprint' => 'Чертеж', + 'product' => 'Продукт', + 'victim' => 'Жертва', + 'ship_type' => 'Тип корабля', + 'transaction_type' => 'Тип перевода', + 'owner_1' => 'От', + 'owner_2' => 'Кому', + 'amount' => 'Количество', + 'balance' => 'Баланс', + 'corporation_name' => 'Название корпорации', + 'character_name' => 'Имя персонажа', + 'from' => 'От', + 'subject' => 'Тема', + 'to' => 'Кому', + 'to_corp' => 'В корпорацию', + 'missing_body' => 'Текст письма еще не загружен', + 'to_alliance' => 'В альянс', + 'to_char' => 'Персонажам', + 'total' => 'Итого', + 'updated' => 'Обновлено', + 'planet' => 'Планета', + 'upgrade_level' => 'Увеличить уровень', + 'no_pins' => '# Pins', + 'agent' => 'Агент', + 'skill' => 'Навык|Навыки', + 'points_p_day' => 'Количество очков в день', + 'remainder' => 'Напоминание', + 'skills_summary' => 'Обзор навыков', + 'curr_training' => 'Сейчас изучается', + 'skill_training_end' => 'Окончание обучения', + 'skill_queue' => 'Очередь умений', + 'no_skill_training' => 'Нет умений в очереди', + 'empty_skill_queue' => 'Очередь умений пустая', + 'account_info' => 'Информация об аккаунте', + 'paid_until' => 'Оплачен до', + 'logon_count' => 'Количество входов', + 'online_time' => 'Общее время онлайн', + 'jump_fatigue' => 'Пенальти гиперпрыжков (усталость)', + 'jump_clones' => 'Клон|Клоны', + 'jump_act_timer' => 'Время до активации клона', + 'no_jump_clones' => 'Клонов нет', + 'implants' => 'Имплантанты|Имплантаты', + 'no_implants' => 'Нет имплантатов', + 'employment_history' => 'Стаж работы', + 'no_employment_information' => 'Нет информации о стаже работы', + 'corporation_titles' => 'Звание|Званий', + 'no_corporation_titles' => 'Звания отсутствуют', + 'attribute' => 'Атрибут|Атрибуты', + 'value' => 'Ценность|Ценности', + 'bonus_remaps' => 'Перераспределение атрибутов', + 'last_remap_date' => 'Последнее перераспределение атрибутов', + 'accrued_remap_cooldown_date' => 'Следующее перераспределение атрибутов', + 'no_remap' => 'No Remap Found', + 'item_type' => 'Тип предмета', + 'client_name' => 'Имя клиента', + 'client' => 'Клиент', + 'qty' => '#', + 'unknown_character' => 'Неизвестный персонаж. Проверьте актуальность API', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => 'Члены канала связи', + 'motd' => 'MoTD', + 'coordinates' => 'Координаты', + 'folder' => 'Папка', + 'skills_graph' => 'Графики навыков', + 'contract_items' => 'Создать контракт', + 'progress' => 'Прогресс развития', // Character Intel - 'loading_journal' => 'Загрузка журнала ...', - 'loading_transactions' => 'Загрузка истории переводов ...', - 'loading_mail' => 'Загрузка истории почты...', + 'loading_journal' => 'Загрузка журнала ...', + 'loading_transactions' => 'Загрузка истории переводов ...', + 'loading_mail' => 'Загрузка истории почты...', // Corporation - 'alliance' => 'Альянс', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => 'Краткое название', - 'ceo' => 'Директор', - 'home_station' => 'Домашняя станция', - 'tax_rate' => 'Налог', - 'member_count' => 'Количество членов', - 'roles_change_log' => 'Архив изменения ролей', - 'affected' => 'Применено', - 'member_limit' => 'Максимальное количество членов', - 'shares' => 'Акции', - 'member_capacity' => 'Возможности членов корпорации', - 'divisional_information' => 'Информация о дивизионах', - 'corporation_divisions' => 'Корпоративные дивизионы', - 'wallet_divisions' => 'Разделы кошелька корпорации', - 'unknown_corporation' => 'Неизвестная корпорация. Проверьте API ключ, он обновлен?', - 'created_by' => 'Создано', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => 'База|Базы', - 'structure' => 'Структура|Структуры', - 'reinforce_week_hour' => 'Время реинфорса. Неделя/Час', - 'low_power' => 'Low Power', - 'state' => 'Состояние', - 'fuel_level' => 'Уровень топлива', - 'offline' => 'Примерное время выхода в оффлайн', - 'cargo_usage' => 'Использование трюма', - 'onlined_at' => 'Примерно время выхода в онлайн', - 'services' => 'Service|Services', - 'moon' => 'Луна', - 'use_standings_from' => 'Использовать репутацию', - 'attack_on_agression' => 'Атаковать в случае агрессии', - 'attack_on_war' => 'Атаковать в случае войны', - 'corp_member_access' => 'Доступ членов корпорации', - 'alliance_member_access' => 'Доступ членов альянса', - 'fuel_levels' => 'Уровня топлива', - 'fuel_blocks' => 'Топливные блоки', - 'fuel_usage' => 'Использование топлива', - 'low_fuel' => 'Мало топлива', - 'stront_usage' => 'Использования Стронциума', - 'blocks_p_h' => 'Топливные блоки в час', - 'units_p_h' => 'Количество в час', - 'sov_bonus' => 'Бонус суверенитета', - 'reinforce_estimate' => 'Примерное время входа в реинфорс', - 'module' => 'Модуль|Модули', - 'content' => 'Содержимое', - 'no_known_assets' => 'Нет известных активов', - 'volume_usage' => 'Использование объёма', - 'loading_modules' => 'Загрузка информации о модуле...', - 'customs-offices' => 'Таможенные офисы', - 'reinforcement' => 'Реинфорс', - 'standing_level' => 'Уровень репутации', - 'tax_alliance_corp' => 'Налог: Альянс/Корпорация', - 'tax_standings' => 'Налог: Репутация', - 'no_storage' => 'Не хватает места', - 'member' => 'Член|Члены', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => 'Альянс', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => 'Краткое название', + 'ceo' => 'Директор', + 'home_station' => 'Домашняя станция', + 'tax_rate' => 'Налог', + 'member_count' => 'Количество членов', + 'roles_change_log' => 'Архив изменения ролей', + 'affected' => 'Применено', + 'member_limit' => 'Максимальное количество членов', + 'shares' => 'Акции', + 'member_capacity' => 'Возможности членов корпорации', + 'divisional_information' => 'Информация о дивизионах', + 'corporation_divisions' => 'Корпоративные дивизионы', + 'wallet_divisions' => 'Разделы кошелька корпорации', + 'unknown_corporation' => 'Неизвестная корпорация. Проверьте API ключ, он обновлен?', + 'created_by' => 'Создано', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => 'База|Базы', + 'structure' => 'Структура|Структуры', + 'reinforce_week_hour' => 'Время реинфорса. Неделя/Час', + 'low_power' => 'Low Power', + 'state' => 'Состояние', + 'fuel_level' => 'Уровень топлива', + 'offline' => 'Примерное время выхода в оффлайн', + 'cargo_usage' => 'Использование трюма', + 'onlined_at' => 'Примерно время выхода в онлайн', + 'services' => 'Service|Services', + 'moon' => 'Луна', + 'use_standings_from' => 'Использовать репутацию', + 'attack_on_agression' => 'Атаковать в случае агрессии', + 'attack_on_war' => 'Атаковать в случае войны', + 'corp_member_access' => 'Доступ членов корпорации', + 'alliance_member_access' => 'Доступ членов альянса', + 'fuel_levels' => 'Уровня топлива', + 'fuel_blocks' => 'Топливные блоки', + 'fuel_usage' => 'Использование топлива', + 'low_fuel' => 'Мало топлива', + 'stront_usage' => 'Использования Стронциума', + 'blocks_p_h' => 'Топливные блоки в час', + 'units_p_h' => 'Количество в час', + 'sov_bonus' => 'Бонус суверенитета', + 'reinforce_estimate' => 'Примерное время входа в реинфорс', + 'module' => 'Модуль|Модули', + 'content' => 'Содержимое', + 'no_known_assets' => 'Нет известных активов', + 'volume_usage' => 'Использование объёма', + 'loading_modules' => 'Загрузка информации о модуле...', + 'customs-offices' => 'Таможенные офисы', + 'reinforcement' => 'Реинфорс', + 'standing_level' => 'Уровень репутации', + 'tax_alliance_corp' => 'Налог: Альянс/Корпорация', + 'tax_standings' => 'Налог: Репутация', + 'no_storage' => 'Не хватает места', + 'member' => 'Член|Члены', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => 'Добыча руды', - 'mining_ledger' => 'Гроссбух|Гроссбухи', - 'available_ledger' => 'Доступный Гроссбух|Доступные Гроссбухи', - 'ore' => 'Руда', + 'mining' => 'Добыча руды', + 'mining_ledger' => 'Гроссбух|Гроссбухи', + 'available_ledger' => 'Доступный Гроссбух|Доступные Гроссбухи', + 'ore' => 'Руда', // Profile - 'user_profile' => 'Профиль', - 'user_preferences' => 'Основные настройки', - 'user_account' => 'Аккаунт', - 'account_settings' => 'Настройки аккаунта', - 'upgrade_sso' => 'Усовершенствовать до EVE Online SSO аккаунта', - 'change_email' => 'Поменять email', - 'superuser' => 'Суперпользователь', - 'user_interface' => 'Интерфейс', - 'main_character' => 'Основной персонаж', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'Стиль', - 'language' => 'Язык', - 'sidebar_size' => 'Размер экрана', - 'mail_as_threads' => 'Просмотр сообщений в виде тем', - 'number_format' => 'Формат цифр', - 'current_format' => 'Текущий формат', - 'thousands_seperator' => 'Тысячные', - 'decimal_seperator' => 'Десятичные', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => 'Уведомления по Emai', - 'setup_token_now' => 'Настроить токен сейчас', - 'owned_keys' => 'Текущие ключи', - 'account_help' => 'По любым вопросам связанным с аккаунтом, включая разрешения, ' . + 'user_profile' => 'Профиль', + 'user_preferences' => 'Основные настройки', + 'user_account' => 'Аккаунт', + 'account_settings' => 'Настройки аккаунта', + 'upgrade_sso' => 'Усовершенствовать до EVE Online SSO аккаунта', + 'change_email' => 'Поменять email', + 'superuser' => 'Суперпользователь', + 'user_interface' => 'Интерфейс', + 'main_character' => 'Основной персонаж', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'Стиль', + 'language' => 'Язык', + 'sidebar_size' => 'Размер экрана', + 'mail_as_threads' => 'Просмотр сообщений в виде тем', + 'number_format' => 'Формат цифр', + 'current_format' => 'Текущий формат', + 'thousands_seperator' => 'Тысячные', + 'decimal_seperator' => 'Десятичные', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => 'Уведомления по Emai', + 'setup_token_now' => 'Настроить токен сейчас', + 'owned_keys' => 'Текущие ключи', + 'account_help' => 'По любым вопросам связанным с аккаунтом, включая разрешения, ' . 'пожалуйста свяжитесь с администратором.', - 'current_email' => 'Текущий Email', - 'new_email' => 'Новый Email', - 'confirm_new_email' => 'Подтвердить новый Email', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => 'Сканировать QR код', - 'scan_qr_help1' => 'Пожалуйста просканируйте QR код с вашим приложением авторизации.', - 'scan_qr_help2' => 'Каждый раз, когда страница загружается, новый токен и QR код создается.', - 'supported_apps' => 'Поддерживаемые приложения авторизации Google', - 'preferred_apps' => 'Предпочтительные приложения', - 'other_apps' => 'Остальные приложения', - 'confirm_code' => 'Подтвердите код авторизации', - 'confirm_help' => 'Далее, подтвердите вашу настройку, путем ввода созданного кода' . + 'current_email' => 'Текущий Email', + 'new_email' => 'Новый Email', + 'confirm_new_email' => 'Подтвердить новый Email', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => 'Сканировать QR код', + 'scan_qr_help1' => 'Пожалуйста просканируйте QR код с вашим приложением авторизации.', + 'scan_qr_help2' => 'Каждый раз, когда страница загружается, новый токен и QR код создается.', + 'supported_apps' => 'Поддерживаемые приложения авторизации Google', + 'preferred_apps' => 'Предпочтительные приложения', + 'other_apps' => 'Остальные приложения', + 'confirm_code' => 'Подтвердите код авторизации', + 'confirm_help' => 'Далее, подтвердите вашу настройку, путем ввода созданного кода' . 'вашим приложением.', - 'code' => 'Код', - 'confirm_setup' => 'Подтвердить настройку', - 'linked_characters' => 'Связанные персонажи', - 'link_another_character' => 'Привязать еще персонажа', - 'view_third_party_access' => 'Посмотреть приложения на Eveonline.com', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Код', + 'confirm_setup' => 'Подтвердить настройку', + 'linked_characters' => 'Связанные персонажи', + 'link_another_character' => 'Привязать еще персонажа', + 'view_third_party_access' => 'Посмотреть приложения на Eveonline.com', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => 'Управление очередями производства', - 'total_jobs' => 'Всего процессов в производстве', - 'queued_jobs' => 'Производство в очереди', - 'working_jobs' => 'Производится', - 'error_jobs' => 'Ошибки в производстве', - 'complete' => 'Завершенные', - 'history' => 'История', - 'submit_jobs' => 'Назначить процесс в производство', - 'job_submit_desc' => 'Эти кнопки позволяют вручную поставить работы в очередь.' . + 'queue_manage' => 'Управление очередями производства', + 'total_jobs' => 'Всего процессов в производстве', + 'queued_jobs' => 'Производство в очереди', + 'working_jobs' => 'Производится', + 'error_jobs' => 'Ошибки в производстве', + 'complete' => 'Завершенные', + 'history' => 'История', + 'submit_jobs' => 'Назначить процесс в производство', + 'job_submit_desc' => 'Эти кнопки позволяют вручную поставить работы в очередь.' . 'Работают точно так-же, если делать через командную строку или календарь. ', - 'no_working' => 'Сейчас нет активного производства.', - 'no_queue' => ' Сейчас нет активного производства в очереди.', - 'job_error_detail' => 'Ошибка в описании работы', - 'error_details_desc' => 'Есть целый перечень причин ошибки. Если вы не понимаете, ' . + 'no_working' => 'Сейчас нет активного производства.', + 'no_queue' => ' Сейчас нет активного производства в очереди.', + 'job_error_detail' => 'Ошибка в описании работы', + 'error_details_desc' => 'Есть целый перечень причин ошибки. Если вы не понимаете, ' . 'что является причиной ошибки, или разработчик попросил об этом, скопируйте весь текст ниже ' . 'и вставьте его на сайт, отправьте ссылку.', - 'full_job_error' => 'Детали ошибки процесса производства', - 'job_id' => 'ID производства', - 'api' => 'Api', - 'actions' => 'Действия', - 'owner_id' => 'ID владельца', - 'clear_all_errors' => 'Очистить все ошибки', - 'output' => 'Выход', - 'last_output' => 'Последний выход', - 'view_full' => 'Посмотреть целиком', - 'no_errors' => 'Известных ошибок нет', - 'clear_all_history' => 'Очистить всю историю', - 'job_history' => 'История производственных процессов', - 'no_history' => 'Нет истории производственных процессов', - 'eve_api_status' => 'EVE API статус', - 'eve_api_error_threshold' => 'Ошибки API', + 'full_job_error' => 'Детали ошибки процесса производства', + 'job_id' => 'ID производства', + 'api' => 'Api', + 'actions' => 'Действия', + 'owner_id' => 'ID владельца', + 'clear_all_errors' => 'Очистить все ошибки', + 'output' => 'Выход', + 'last_output' => 'Последний выход', + 'view_full' => 'Посмотреть целиком', + 'no_errors' => 'Известных ошибок нет', + 'clear_all_history' => 'Очистить всю историю', + 'job_history' => 'История производственных процессов', + 'no_history' => 'Нет истории производственных процессов', + 'eve_api_status' => 'EVE API статус', + 'eve_api_error_threshold' => 'Ошибки API', 'eve_api_connection_threshold' => 'Ошибки соединения', - 'supervisor_offline' => 'Offline', - 'supervisor_online' => 'Online', + 'supervisor_offline' => 'Offline', + 'supervisor_online' => 'Online', // Tools - 'standings_builder' => 'Конструктор репутации', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => 'Конструктор репутации', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => 'Web Version', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE Version', - 'render_in' => 'Rendered In', - 'copyright' => 'Copyright', + 'web_version' => 'Web Version', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE Version', + 'render_in' => 'Rendered In', + 'copyright' => 'Copyright', ]; diff --git a/src/resources/lang/ru/settings.php b/src/resources/lang/ru/settings.php index ec2aef055..385c87fda 100644 --- a/src/resources/lang/ru/settings.php +++ b/src/resources/lang/ru/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => 'Job|Jobs', - 'market_prices_region' => 'Market Prices Region', + 'jobs' => 'Job|Jobs', + 'market_prices_region' => 'Market Prices Region', 'market_prices_region_help' => 'This will be used by SeAT to collect market average prices from ESI. Those prices might be used in different place, like in contracts, fittings or mining ledgers.', - 'admin' => 'Administrator|Administrators', - 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', + 'admin' => 'Administrator|Administrators', + 'admin_assist_edit' => 'Attention, if you check this box, this user will get access to all settings, users and permissions. They will also bypass all the security layers because of this status. Proceed with caution.', ]; diff --git a/src/resources/lang/ru/squads.php b/src/resources/lang/ru/squads.php index a2218d4ce..b44a2e5ea 100644 --- a/src/resources/lang/ru/squads.php +++ b/src/resources/lang/ru/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => 'Squad|Squads', - 'name' => 'Name|Names', - 'description' => 'Описание', - 'type' => 'Тип', - 'member' => 'Member|Members', - 'moderated' => 'Moderated', - 'moderator' => 'Модератор | Модераторы', - 'candidate' => 'Candidate|Candidates', + 'squad' => 'Squad|Squads', + 'name' => 'Name|Names', + 'description' => 'Описание', + 'type' => 'Тип', + 'member' => 'Member|Members', + 'moderated' => 'Moderated', + 'moderator' => 'Модератор | Модераторы', + 'candidate' => 'Candidate|Candidates', 'member_since' => 'Участник с', - 'applied_at' => 'Applied At', - 'character' => 'Персонаж|Персонажи', - 'show' => 'Показать', - 'delete' => 'Удалить', - 'approve' => 'Утвердить', - 'reject' => 'Отклонить', - 'kick' => 'Выгнать', - 'leave' => 'Покинуть', - 'join' => 'Присоединиться', - 'message' => 'Сообщение', - 'remove' => 'Удалить', - 'cancel' => 'Отмена', + 'applied_at' => 'Applied At', + 'character' => 'Персонаж|Персонажи', + 'show' => 'Показать', + 'delete' => 'Удалить', + 'approve' => 'Утвердить', + 'reject' => 'Отклонить', + 'kick' => 'Выгнать', + 'leave' => 'Покинуть', + 'join' => 'Присоединиться', + 'message' => 'Сообщение', + 'remove' => 'Удалить', + 'cancel' => 'Отмена', ]; diff --git a/src/resources/lang/ru/wallet.php b/src/resources/lang/ru/wallet.php index e5ca14ca7..fdee030ec 100644 --- a/src/resources/lang/ru/wallet.php +++ b/src/resources/lang/ru/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => 'Date', - 'ref_type' => 'Type', + 'date' => 'Date', + 'ref_type' => 'Type', 'from_party' => 'From Party', - 'to_party' => 'To Party', - 'amount' => 'Amount', - 'balance' => 'Balance', + 'to_party' => 'To Party', + 'amount' => 'Amount', + 'balance' => 'Balance', - 'order' => 'Order', - 'type' => 'Type', - 'location' => 'Location', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'total' => 'Total', - 'party' => 'Party', + 'order' => 'Order', + 'type' => 'Type', + 'location' => 'Location', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'total' => 'Total', + 'party' => 'Party', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee', diff --git a/src/resources/lang/zh-CN/about.php b/src/resources/lang/zh-CN/about.php index 58f6bbbf3..c54084c35 100644 --- a/src/resources/lang/zh-CN/about.php +++ b/src/resources/lang/zh-CN/about.php @@ -60,7 +60,7 @@ 'contact_widget_documentation' => '文档', 'contact_widget_updated_at' => '更新于 :date_time', 'contact_widget_read_me' => '使用说明!', - 'contact_widget_github_issues' => ':count 个问题', + 'contact_widget_github_issues' => ':count 个问题', 'contact_widget_github_contribute' => '贡献者!', // diff --git a/src/resources/lang/zh-CN/bookmark.php b/src/resources/lang/zh-CN/bookmark.php index dcef80836..7bd7f8e7f 100644 --- a/src/resources/lang/zh-CN/bookmark.php +++ b/src/resources/lang/zh-CN/bookmark.php @@ -21,9 +21,9 @@ */ return [ - 'created' => '创建于', - 'label' => '标签', - 'location' => '位置', - 'notes' => '备注', + 'created' => '创建于', + 'label' => '标签', + 'location' => '位置', + 'notes' => '备注', 'coordinates' => '坐标', ]; diff --git a/src/resources/lang/zh-CN/calendar.php b/src/resources/lang/zh-CN/calendar.php index ed1b0a8c1..13059f821 100644 --- a/src/resources/lang/zh-CN/calendar.php +++ b/src/resources/lang/zh-CN/calendar.php @@ -21,13 +21,13 @@ */ return [ - 'date' => '日期', - 'owner' => '所有者', - 'description' => '描述', - 'status' => '状态', + 'date' => '日期', + 'owner' => '所有者', + 'description' => '描述', + 'status' => '状态', 'not_responded' => '尚未回应', - 'accepted' => '已接受', - 'tentative' => '暂定', - 'declined' => '已拒绝', + 'accepted' => '已接受', + 'tentative' => '暂定', + 'declined' => '已拒绝', ]; diff --git a/src/resources/lang/zh-CN/contract.php b/src/resources/lang/zh-CN/contract.php index befa9e0a9..a45db725c 100644 --- a/src/resources/lang/zh-CN/contract.php +++ b/src/resources/lang/zh-CN/contract.php @@ -21,31 +21,31 @@ */ return [ - 'created' => '创建于', - 'type' => '合同类型', - 'issuer' => '发布者', - 'assignee' => '被指派者', - 'acceptor' => '接受者', - 'status' => '合同状态', - 'price' => '价格', - 'reward' => '合同奖励', + 'created' => '创建于', + 'type' => '合同类型', + 'issuer' => '发布者', + 'assignee' => '被指派者', + 'acceptor' => '接受者', + 'status' => '合同状态', + 'price' => '价格', + 'reward' => '合同奖励', - 'unknown' => '未知', - 'item_exchange' => '物品交换', - 'auction' => '拍卖合同', - 'courier' => '运输合同', - 'loan' => '贷款', + 'unknown' => '未知', + 'item_exchange' => '物品交换', + 'auction' => '拍卖合同', + 'courier' => '运输合同', + 'loan' => '贷款', - 'outstanding' => '未支付', - 'in_progress' => '正在进行中', - 'finished_issuer' => 'Finished Issuer', + 'outstanding' => '未支付', + 'in_progress' => '正在进行中', + 'finished_issuer' => 'Finished Issuer', 'finished_contractor' => 'Finished Contractor', - 'finished' => '已完成', - 'cancelled' => '已取消', - 'rejected' => '已拒绝', - 'failed' => '已失败', - 'deleted' => '已删除', - 'reversed' => 'Reversed', + 'finished' => '已完成', + 'cancelled' => '已取消', + 'rejected' => '已拒绝', + 'failed' => '已失败', + 'deleted' => '已删除', + 'reversed' => 'Reversed', - 'not_accepted' => '未接受', + 'not_accepted' => '未接受', ]; diff --git a/src/resources/lang/zh-CN/custom_offices.php b/src/resources/lang/zh-CN/custom_offices.php index 71f967a2b..5885634c0 100644 --- a/src/resources/lang/zh-CN/custom_offices.php +++ b/src/resources/lang/zh-CN/custom_offices.php @@ -21,11 +21,11 @@ */ return [ - 'planet' => '行星', - 'reinforcement' => 'Rf. Period', - 'alliance' => 'Allow Ally.', - 'standings' => 'Allow Std.', - 'standing_level' => 'Min. Std. Lvl.', + 'planet' => '行星', + 'reinforcement' => 'Rf. Period', + 'alliance' => 'Allow Ally.', + 'standings' => 'Allow Std.', + 'standing_level' => 'Min. Std. Lvl.', 'tax_alliance_corp' => 'Tax Alliance/Corp', - 'tax_standings' => 'Tax Standings', + 'tax_standings' => 'Tax Standings', ]; diff --git a/src/resources/lang/zh-CN/fitting.php b/src/resources/lang/zh-CN/fitting.php index 62083aaf0..45f400435 100644 --- a/src/resources/lang/zh-CN/fitting.php +++ b/src/resources/lang/zh-CN/fitting.php @@ -21,9 +21,9 @@ */ return [ - 'name' => '名称', - 'type' => '类型', - 'items' => '物品', + 'name' => '名称', + 'type' => '类型', + 'items' => '物品', 'hull_estimated_value' => '船体估计值', 'fitting_estimated_value' => '装配预估值', 'full_estimated_value' => '整体预估值', diff --git a/src/resources/lang/zh-CN/industry.php b/src/resources/lang/zh-CN/industry.php index 757342ca2..c33def70a 100644 --- a/src/resources/lang/zh-CN/industry.php +++ b/src/resources/lang/zh-CN/industry.php @@ -21,13 +21,13 @@ */ return [ - 'start' => 'Start', - 'end' => 'End', - 'location' => 'Location', - 'activity' => 'Activity', - 'runs' => 'Runs', - 'blueprint' => 'Blueprint', - 'product' => 'Product', + 'start' => 'Start', + 'end' => 'End', + 'location' => 'Location', + 'activity' => 'Activity', + 'runs' => 'Runs', + 'blueprint' => 'Blueprint', + 'product' => 'Product', 'material_efficiency' => '材料效率', - 'time_efficiency' => '时间效率', + 'time_efficiency' => '时间效率', ]; diff --git a/src/resources/lang/zh-CN/kills.php b/src/resources/lang/zh-CN/kills.php index 71c3251fb..66074a260 100644 --- a/src/resources/lang/zh-CN/kills.php +++ b/src/resources/lang/zh-CN/kills.php @@ -21,11 +21,11 @@ */ return [ - 'date' => '日期', - 'ship' => '舰船', + 'date' => '日期', + 'ship' => '舰船', 'solar_system' => '星系', - 'victim' => '受害人', - 'killer' => '击杀者', - 'attackers' => '攻击者', - 'items' => '物品|物品', + 'victim' => '受害人', + 'killer' => '击杀者', + 'attackers' => '攻击者', + 'items' => '物品|物品', ]; diff --git a/src/resources/lang/zh-CN/mail.php b/src/resources/lang/zh-CN/mail.php index a68e8fc68..0565985ec 100644 --- a/src/resources/lang/zh-CN/mail.php +++ b/src/resources/lang/zh-CN/mail.php @@ -21,12 +21,12 @@ */ return [ - 'read' => '阅读', - 'date' => '日期', - 'sender' => '发件人', - 'subject' => '主题', + 'read' => '阅读', + 'date' => '日期', + 'sender' => '发件人', + 'subject' => '主题', 'mailing_list' => '邮件列表', - 'sent' => '发送', - 'author' => '作者', - 'recipients' => '收件者', + 'sent' => '发送', + 'author' => '作者', + 'recipients' => '收件者', ]; diff --git a/src/resources/lang/zh-CN/market.php b/src/resources/lang/zh-CN/market.php index 922807528..5c1898b53 100644 --- a/src/resources/lang/zh-CN/market.php +++ b/src/resources/lang/zh-CN/market.php @@ -21,14 +21,14 @@ */ return [ - 'issued' => '已提交', + 'issued' => '已提交', 'expires' => '已超时', - 'buy' => '求购', - 'sell' => '出售', - 'order' => '物品', - 'range' => '范围', - 'volume' => '体积', - 'price' => '价格', - 'total' => '总价', - 'type' => '类型', + 'buy' => '求购', + 'sell' => '出售', + 'order' => '物品', + 'range' => '范围', + 'volume' => '体积', + 'price' => '价格', + 'total' => '总价', + 'type' => '类型', ]; diff --git a/src/resources/lang/zh-CN/mining.php b/src/resources/lang/zh-CN/mining.php index bdf6fbad9..60a838719 100644 --- a/src/resources/lang/zh-CN/mining.php +++ b/src/resources/lang/zh-CN/mining.php @@ -21,16 +21,16 @@ */ return [ - 'date' => 'Date', - 'time' => 'Time', - 'system' => 'System', - 'ore' => 'ORE', - 'type' => 'Type', - 'quantity' => '数量', - 'volume' => 'Volume', + 'date' => 'Date', + 'time' => 'Time', + 'system' => 'System', + 'ore' => 'ORE', + 'type' => 'Type', + 'quantity' => '数量', + 'volume' => 'Volume', 'estimated_value' => 'Estimated Value', - 'details' => 'Details', - 'metadata' => 'Metadata', - 'compounds' => 'Compounds', - 'history' => 'History', + 'details' => 'Details', + 'metadata' => 'Metadata', + 'compounds' => 'Compounds', + 'history' => 'History', ]; diff --git a/src/resources/lang/zh-CN/moons.php b/src/resources/lang/zh-CN/moons.php index fbc7f337b..6a83ce228 100644 --- a/src/resources/lang/zh-CN/moons.php +++ b/src/resources/lang/zh-CN/moons.php @@ -21,16 +21,16 @@ */ return [ - 'region' => '星域', + 'region' => '星域', 'constellation' => '星座', - 'system' => '星系', - 'planet' => '行星', - 'moon' => '卫星', - 'indicator' => '类型', - 'sovereignty' => '主权', - 'ubiquitous' => '普通卫星矿石', - 'common' => '常见卫星矿石', - 'uncommon' => '罕见卫星矿石', - 'rare' => '稀有卫星矿石', - 'exceptional' => '非凡卫星矿石', + 'system' => '星系', + 'planet' => '行星', + 'moon' => '卫星', + 'indicator' => '类型', + 'sovereignty' => '主权', + 'ubiquitous' => '普通卫星矿石', + 'common' => '常见卫星矿石', + 'uncommon' => '罕见卫星矿石', + 'rare' => '稀有卫星矿石', + 'exceptional' => '非凡卫星矿石', ]; diff --git a/src/resources/lang/zh-CN/notifications.php b/src/resources/lang/zh-CN/notifications.php index d3593b84e..a1b7bb2c2 100644 --- a/src/resources/lang/zh-CN/notifications.php +++ b/src/resources/lang/zh-CN/notifications.php @@ -21,7 +21,7 @@ */ return [ - 'date' => '日期', - 'type' => '类型', + 'date' => '日期', + 'type' => '类型', 'sender' => '发送人', ]; diff --git a/src/resources/lang/zh-CN/permissions.php b/src/resources/lang/zh-CN/permissions.php index 4eb8b1f5f..3e5d2d933 100644 --- a/src/resources/lang/zh-CN/permissions.php +++ b/src/resources/lang/zh-CN/permissions.php @@ -22,173 +22,173 @@ return [ - 'permissions_check_all' => 'Check all permissions', - 'permission_limit' => 'Permission limit', - 'limits' => 'limits', - 'members_addition' => 'Add members', + 'permissions_check_all' => 'Check all permissions', + 'permission_limit' => 'Permission limit', + 'limits' => 'limits', + 'members_addition' => 'Add members', // Divisions - 'no_division' => 'This permission has no division assigned', - 'military_division' => 'This permission is part of the Military division', - 'industrial_division' => 'This permission is part of the Industrial division', - 'financial_division' => 'This permission is part of the Financial division', - 'assets_division' => 'This permission is part of the Assets division', + 'no_division' => 'This permission has no division assigned', + 'military_division' => 'This permission is part of the Military division', + 'industrial_division' => 'This permission is part of the Industrial division', + 'financial_division' => 'This permission is part of the Financial division', + 'assets_division' => 'This permission is part of the Assets division', // Global Scope - 'global_standing_builder_label' => 'Grant access to the Standings Builder', - 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', - 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', - 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', - 'global_moons_reporter_label' => 'Moon Reporter', - 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', - 'global_moons_reporter_manager_label' => 'Moon Reports Manager', + 'global_standing_builder_label' => 'Grant access to the Standings Builder', + 'global_standing_builder_description' => 'The Standings Builder shows an overview of your character, corporation and alliance standings. It is mainly used for exchanging standings between alliances of a coalition or corporations within an alliance. Also useful for character intel.', + 'global_invalid_tokens_label' => 'Grant access to see invalidated tokens', + 'global_invalid_tokens_description' => 'Showing invalid tokens allows you to see the characters associated with an account that are now invalid. Normally they are hidden.', + 'global_moons_reporter_label' => 'Moon Reporter', + 'global_moons_reporter_description' => 'The Moon Reporter can show all moons of New Eden and their registered composition reports.', + 'global_moons_reporter_manager_label' => 'Moon Reports Manager', 'global_moons_reporter_manager_description' => 'The Moon Reports Manager can create and update moon reports.', - 'global_queue_manager_label' => 'Queue Manager', + 'global_queue_manager_label' => 'Queue Manager', // Moon Reporter Scope - 'view_moon_reports_label' => 'View Moon Reports', - 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', - 'create_moon_reports_label' => 'Create new Moon Reports', - 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', - 'manage_moon_reports_label' => 'Manage Moon Reports', - 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', + 'view_moon_reports_label' => 'View Moon Reports', + 'view_moon_reports_description' => 'Displays all moons in eve, and any resources within the moon, if that data is available.', + 'create_moon_reports_label' => 'Create new Moon Reports', + 'create_moon_reports_description' => 'Allows a user to submit moon probe results.', + 'manage_moon_reports_label' => 'Manage Moon Reports', + 'manage_moon_reports_description' => 'Allows a user to edit and/or delete moon reports.', // Character Scope - 'character_asset_label' => 'Grant access to Character Assets', - 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', - 'character_calendar_label' => 'Grant access to Character Calendar Events ', - 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', - 'character_contact_label' => 'Grant access to Character Contacts', - 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', - 'character_contract_label' => 'Grant access to Character Contracts ', - 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', - 'character_fitting_label' => 'Grant access to Character Fittings', - 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', - 'character_industry_label' => 'Grant access to Character Industry', - 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'character_blueprint_label' => 'Grant access to Character Blueprints', - 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', - 'character_intel_label' => 'Grant access to Character Intel', - 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', - 'character_killmail_label' => 'Grant access to Character Killmails', - 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', - 'character_mail_label' => 'Grant access to Character Mail', - 'character_mail_description' => 'Displays all mails received by a character.', - 'character_market_label' => 'Grant access to Character Market', - 'character_market_description' => 'Displays all buy or sell orders made by a character.', - 'character_mining_label' => 'Grant access to Character Mining', - 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', - 'character_notification_label' => 'Grant access to Character Notification', + 'character_asset_label' => 'Grant access to Character Assets', + 'character_asset_description' => 'Displays every asset (item) of a character as well as their location and quantity.', + 'character_calendar_label' => 'Grant access to Character Calendar Events ', + 'character_calendar_description' => 'Displays every calendar event the character either created or is subscribed to.', + 'character_contact_label' => 'Grant access to Character Contacts', + 'character_contact_description' => 'Displays a characters contacts including name, standing and notes. Also shows links to third-party platforms (like zkillboard).', + 'character_contract_label' => 'Grant access to Character Contracts ', + 'character_contract_description' => 'Displays a characters contracts including creation date, type, status and content.', + 'character_fitting_label' => 'Grant access to Character Fittings', + 'character_fitting_description' => 'Displays fittings made by the character, including name, hull type and modules.', + 'character_industry_label' => 'Grant access to Character Industry', + 'character_industry_description' => 'Displays a list of all jobs owned by the character, including their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'character_blueprint_label' => 'Grant access to Character Blueprints', + 'character_blueprint_description' => 'Lists all blueprints owned by the character, including their name, available runs, research level and location.', + 'character_intel_label' => 'Grant access to Character Intel', + 'character_intel_description' => 'This is a tool showing aggregated information about a character based on a pre-built profile. It will also show you in-game interaction based on transactions and mails.', + 'character_killmail_label' => 'Grant access to Character Killmails', + 'character_killmail_description' => 'Displays all kills and losses of a character. It will show data, hull type, location and victim information.', + 'character_mail_label' => 'Grant access to Character Mail', + 'character_mail_description' => 'Displays all mails received by a character.', + 'character_market_label' => 'Grant access to Character Market', + 'character_market_description' => 'Displays all buy or sell orders made by a character.', + 'character_mining_label' => 'Grant access to Character Mining', + 'character_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledger and shows date, system, ore, quantity, volume and estimated value.', + 'character_notification_label' => 'Grant access to Character Notification', 'character_notification_description' => 'Displays a characters notifications like DED payout grants or standings update notifiers', - 'character_planetary_label' => 'Grant access to Character Planetary Interaction', - 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', - 'character_research_label' => 'Grant access to Character Research Agents', - 'character_research_description' => 'Lists all research agents which are currently working for the character.', - 'character_skill_label' => 'Grant access to Character Skills', - 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', - 'character_standing_label' => 'Grant access to Character Standing List', - 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', - 'character_sheet_label' => 'Grant access to Character Sheet', - 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', - 'character_journal_label' => 'Grant access to Character Wallet Journal', - 'character_journal_description' => 'Displays a characters Wallet Journal', - 'character_transaction_label' => 'Grant access to Character Wallet Transaction', - 'character_transaction_description' => 'Displays a characters Wallet Transactions.', - 'character_loyalty_points_label' => 'Grant access to Loyalty Points', + 'character_planetary_label' => 'Grant access to Character Planetary Interaction', + 'character_planetary_description' => 'Displays planets on which the character has a command center and the linked installations.', + 'character_research_label' => 'Grant access to Character Research Agents', + 'character_research_description' => 'Lists all research agents which are currently working for the character.', + 'character_skill_label' => 'Grant access to Character Skills', + 'character_skill_description' => 'Displays all skills known by the character, including their trained level.', + 'character_standing_label' => 'Grant access to Character Standing List', + 'character_standing_description' => 'Lists a characters standings towards the different faction of New Eden.', + 'character_sheet_label' => 'Grant access to Character Sheet', + 'character_sheet_description' => 'The Character Sheet contains basic information like character attributes, titles, implants etc... It is also showing a skill queue summary and the skill currently in training.', + 'character_journal_label' => 'Grant access to Character Wallet Journal', + 'character_journal_description' => 'Displays a characters Wallet Journal', + 'character_transaction_label' => 'Grant access to Character Wallet Transaction', + 'character_transaction_description' => 'Displays a characters Wallet Transactions.', + 'character_loyalty_points_label' => 'Grant access to Loyalty Points', 'character_loyalty_points_description' => 'Displays a characters Loyalty Points.', // Corporation Scope - 'corporation_asset_label' => 'Grant access to Corporation Assets', - 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', - 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', - 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', - 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', - 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', - 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', - 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', - 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', - 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', - 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', - 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', - 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', - 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', - 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', - 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', - 'corporation_contact_label' => 'Grant access to Corporation Contacts', - 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', - 'corporation_contract_label' => 'Grant access to Corporation Contracts', - 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', - 'corporation_extraction_label' => 'Grant access to Corporation Extractions', - 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', - 'corporation_industry_label' => 'Grant access to Corporation Industry', - 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', - 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', - 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', - 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', - 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', - 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', - 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', - 'corporation_market_label' => 'Grant access to Corporation Market', - 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', - 'corporation_mining_label' => 'Grant access to Corporation Mining', - 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', - 'corporation_security_label' => 'Grant access to Corporation Security', - 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', - 'corporation_standing_label' => 'Grant access to Corporation Standings', - 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', - 'corporation_tracking_label' => 'Grant access to Corporation Tracking', - 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', - 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', - 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', - 'corporation_starbase_label' => 'Grant access to Corporation Starbases', - 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', - 'corporation_structure_label' => 'Grant access to Corporation Structures', - 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', - 'corporation_summary_label' => 'Grant access to Corporation Sheet', - 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', - 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', - 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', - 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', - 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', - 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', - 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', - 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', - 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', - 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', - 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', - 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', - 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', - 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', + 'corporation_asset_label' => 'Grant access to Corporation Assets', + 'corporation_asset_description' => 'The Corporation Assets is showing every singled owned assets, their location and quantity.', + 'corporation_asset_first_division_label' => 'Grant access to Corporation Assets inside the First Division', + 'corporation_asset_first_division_description' => 'Grants permission to view all corporation assets inside the First (1st) Division.', + 'corporation_asset_second_division_label' => 'Grant access to Corporation Assets inside the Second Division', + 'corporation_asset_second_division_description' => 'Grants permission to view all corporation assets inside the Second (2nd) Division.', + 'corporation_asset_third_division_label' => 'Grant access to Corporation Assets inside the Third Division', + 'corporation_asset_third_division_description' => 'Grants permission to view all corporation assets inside the Third (3rd) Division.', + 'corporation_asset_fourth_division_label' => 'Grant access to Corporation Assets inside the Fourth Division', + 'corporation_asset_fourth_division_description' => 'Grants permission to view all corporation assets inside the Fourth (4th) Division.', + 'corporation_asset_fifth_division_label' => 'Grant access to Corporation Assets inside the Fifth Division', + 'corporation_asset_fifth_division_description' => 'Grants permission to view all corporation assets inside the Fifth (5th) Division.', + 'corporation_asset_sixth_division_label' => 'Grant access to Corporation Assets inside the Sixth Division', + 'corporation_asset_sixth_division_description' => 'Grants permission to view all corporation assets inside the Sixth (6th) Division.', + 'corporation_asset_seventh_division_label' => 'Grant access to Corporation Assets inside the Seventh Division', + 'corporation_asset_seventh_division_description' => 'Grants permission to view all corporation assets inside the Seventh (7th) Division.', + 'corporation_contact_label' => 'Grant access to Corporation Contacts', + 'corporation_contact_description' => 'Displays corporation contacts including name, standing and link to third-party platforms (like zkillboard).', + 'corporation_contract_label' => 'Grant access to Corporation Contracts', + 'corporation_contract_description' => 'Displays corporation contracts including creation date, type, status and content.', + 'corporation_extraction_label' => 'Grant access to Corporation Extractions', + 'corporation_extraction_description' => 'Displays moon extraction information of refineries owned by a corporation.', + 'corporation_industry_label' => 'Grant access to Corporation Industry', + 'corporation_industry_description' => 'Displays all industry jobs made on behalf a corporation, their starting date, expected ending, location, activity, runs amount, input blueprint and output product.', + 'corporation_blueprint_label' => 'Grant access to Corporation Blueprints', + 'corporation_blueprint_description' => 'Displays all blueprints owned by the corporation, their name, available runs, research level and locations.', + 'corporation_killmail_label' => 'Grant access to Corporation Kill Mails', + 'corporation_killmail_description' => 'Displays all kills done or received by a corporation member. It will show data, hull type, location and victim information.', + 'corporation_ledger_label' => 'Grant access to Corporation Wallet Ledger', + 'corporation_ledger_description' => 'Displays corportion wallet transactions groups by category and per division.', + 'corporation_market_label' => 'Grant access to Corporation Market', + 'corporation_market_description' => 'Displays all buy or sell orders made on behalf of a corporation.', + 'corporation_mining_label' => 'Grant access to Corporation Mining', + 'corporation_mining_description' => 'Displays statistics regarding mining done by a character. It is based on the in-game Personal Mining Ledgers of each corporation member and shows date, system, ore, quantity, volume and estimated value.', + 'corporation_security_label' => 'Grant access to Corporation Security', + 'corporation_security_description' => 'Provides information regarding roles setup, titles and hangar logs.', + 'corporation_standing_label' => 'Grant access to Corporation Standings', + 'corporation_standing_description' => 'Displays all standings of the assigned level of a corporation.', + 'corporation_tracking_label' => 'Grant access to Corporation Tracking', + 'corporation_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'corporation_customs-office_label' => 'Grant access to Corporation Customs Offices', + 'corporation_customs-office_description' => 'Displays all Customs Offices owned by a corporation including their location, tax settings and accessibility level.', + 'corporation_starbase_label' => 'Grant access to Corporation Starbases', + 'corporation_starbase_description' => 'Displays all starbases owned by the corporation including type, location, estimated offline period, reinforcement status and modules.', + 'corporation_structure_label' => 'Grant access to Corporation Structures', + 'corporation_structure_description' => 'Displays all structures owned by the corporation including type, location, estimated offline period, reinforcement settings and services.', + 'corporation_summary_label' => 'Grant access to Corporation Sheet', + 'corporation_summary_description' => 'The Corporation Sheet contains basic information like the corporation name, description, divisions, etc...', + 'corporation_wallet_first_division_label' => 'Grant access to the First Division of the Corporation Wallet.', + 'corporation_wallet_first_division_description' => 'Displays the corporation wallet of the First (1st) Wallet Division.', + 'corporation_wallet_second_division_label' => 'Grant access to the Second Division of the Corporation Wallet.', + 'corporation_wallet_second_division_description' => 'Displays the corporation wallet of the Second (2nd) Wallet Division.', + 'corporation_wallet_third_division_label' => 'Grant access to the Third Division of the Corporation Wallet.', + 'corporation_wallet_third_division_description' => 'Displays the corporation wallet of the Third (3rd) Wallet Division.', + 'corporation_wallet_fourth_division_label' => 'Grant access to the Fourth Division of the Corporation Wallet.', + 'corporation_wallet_fourth_division_description' => 'Displays the corporation wallet of the Fourth (4th) Wallet Division.', + 'corporation_wallet_fifth_division_label' => 'Grant access to the Fifth Division of the Corporation Wallet.', + 'corporation_wallet_fifth_division_description' => 'Displays the corporation wallet of the Fifth (5th) Wallet Division.', + 'corporation_wallet_sixth_division_label' => 'Grant access to the Sixth Division of the Corporation Wallet.', + 'corporation_wallet_sixth_division_description' => 'Displays the corporation wallet of the Sixth (6th) Wallet Division.', + 'corporation_wallet_seventh_division_label' => 'Grant access to the Seventh Division of the Corporation Wallet.', 'corporation_wallet_seventh_division_description' => 'Displays the corporation wallet of the Seventh (7th) Wallet Division.', - 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', - 'corporation_journal_description' => 'Displays a corporations wallet journal.', - 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', - 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', + 'corporation_journal_label' => 'Grant access to Corporation Wallet Journal', + 'corporation_journal_description' => 'Displays a corporations wallet journal.', + 'corporation_transaction_label' => 'Grant access to Corporation Wallet Transactions', + 'corporation_transaction_description' => 'Displays a corporations Wallet Transactions.', // Alliance Scope - 'alliance_contact_label' => 'Grant access to Alliance Contacts', - 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', - 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', - 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', - 'alliance_tracking_label' => 'Grant access to Alliance Tracking', - 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', + 'alliance_contact_label' => 'Grant access to Alliance Contacts', + 'alliance_contact_description' => 'Displays alliance contacts including name, standing and link to third-party platforms (like zkillboard).', + 'alliance_summary_label' => 'Grant access to Alliance Summary Sheet', + 'alliance_summary_description' => 'The Alliance Sheet contains basic information like the alliance name, founder, member corporations, etc...', + 'alliance_tracking_label' => 'Grant access to Alliance Tracking', + 'alliance_tracking_description' => 'Displays a report of users registered on SeAT in comparison to all members.', // Mail Scope - 'mail_bodies_label' => 'Read Mail Bodies', + 'mail_bodies_label' => 'Read Mail Bodies', 'mail_subjects_label' => 'Read Mail Subjects', // People Scope 'people_create_label' => 'Create People', - 'people_edit_label' => 'Edit People', - 'people_view_label' => 'View People', + 'people_edit_label' => 'Edit People', + 'people_view_label' => 'View People', // Search Scope - 'search_character_assets_label' => 'Search Character Assets', + 'search_character_assets_label' => 'Search Character Assets', 'search_character_contact_lists_label' => 'Search Character Contact Lists', - 'search_character_mail_label' => 'Search Character Mail', - 'search_characters_label' => 'Search Characters', - 'search_character_skills_label' => 'Search Character Skills', - 'search_character_standings_label' => 'Search Character Standings', - 'search_corporation_assets_label' => 'Search Corporation Assets', - 'search_corporation_standings_label' => 'Search Corporation Standings', + 'search_character_mail_label' => 'Search Character Mail', + 'search_characters_label' => 'Search Characters', + 'search_character_skills_label' => 'Search Character Skills', + 'search_character_standings_label' => 'Search Character Standings', + 'search_corporation_assets_label' => 'Search Corporation Assets', + 'search_corporation_standings_label' => 'Search Corporation Standings', ]; diff --git a/src/resources/lang/zh-CN/research.php b/src/resources/lang/zh-CN/research.php index 81b6412ab..6376b772e 100644 --- a/src/resources/lang/zh-CN/research.php +++ b/src/resources/lang/zh-CN/research.php @@ -21,9 +21,9 @@ */ return [ - 'start' => '开始', - 'agent' => '代理人', - 'skill' => '技能', + 'start' => '开始', + 'agent' => '代理人', + 'skill' => '技能', 'point_per_day' => '每天获得的研究点数', - 'remainder' => '剩余', + 'remainder' => '剩余', ]; diff --git a/src/resources/lang/zh-CN/seat.php b/src/resources/lang/zh-CN/seat.php index 89418c5f4..8d0beebda 100644 --- a/src/resources/lang/zh-CN/seat.php +++ b/src/resources/lang/zh-CN/seat.php @@ -23,736 +23,736 @@ return [ // General - 'home' => '首页', - 'character' => '角色|角色', - 'corporation' => '公司|公司', - 'user' => '用户|用户', - 'last_update' => '最新更新于', - 'unknown' => '未知', - 'note' => '注意', - 'name' => '名字|名字', - 'granted' => '已授权', - 'denied' => '被拒绝', - 'enabled' => '已启用', - 'disabled' => '已禁用', - 'username' => '用户名', - 'email' => '邮箱', - 'close' => '关闭', - 'date' => '日期', - 'status' => '状态', - 'id' => 'ID', - 'type' => '类型|类型', - 'expiry' => '过期', - 'never' => '永不', - 'detail' => '细节|细节', - 'delete' => '删除', - 'kill' => '击杀', - 'verify' => '验证', - 'reset' => '重置', - 'back' => '返回', - 'summary' => '概览', - 'quantity' => '数量', - 'volume' => '体积', - 'group' => '分组|分组', - 'owner' => '所有者', - 'general' => 'General', - 'description' => '描述', - 'labels' => '标签', - 'created' => '创建于', - 'issuer' => '发布者', - 'title' => '头衔|头衔', - 'price' => '价格', - 'reward' => '奖励', - 'collateral' => '担保', - 'assignee' => 'Assignee', - 'acceptor' => 'Acceptor', - 'public' => 'Public', - 'location' => '地点', - 'filter' => '过滤器|过滤器', - 'clear' => '清除', - 'none' => '无', - 'permission' => '权限|权限', - 'affiliation' => '附属|附属', - 'role' => '角色|角色', - 'edit' => '修改', - 'remove' => '清除', - 'yes' => '是', - 'no' => '否', - 'update' => '更新', - 'action' => '操作', - 'key' => 'Key', - 'log' => '日志|日志', - 'view' => 'View', - 'item' => '物品|物品', - 'usage' => '用法', - 'unit' => '单位|单位', - 'add' => '添加', - 'all' => '所有', - 'inverse' => '反向', - 'read' => '阅读', - 'level' => '等级', - 'token' => '令牌', - 'token_status' => '令牌状态', - 'token_valid' => 'Valid Token|Valid Tokens', - 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', - 'token_status_valid' => '此角色有一个有效的注册令牌。', - 'token_status_invalid' => 'You don\'t own any valid token for this character.', - 'set_default' => 'Set Default', + 'home' => '首页', + 'character' => '角色|角色', + 'corporation' => '公司|公司', + 'user' => '用户|用户', + 'last_update' => '最新更新于', + 'unknown' => '未知', + 'note' => '注意', + 'name' => '名字|名字', + 'granted' => '已授权', + 'denied' => '被拒绝', + 'enabled' => '已启用', + 'disabled' => '已禁用', + 'username' => '用户名', + 'email' => '邮箱', + 'close' => '关闭', + 'date' => '日期', + 'status' => '状态', + 'id' => 'ID', + 'type' => '类型|类型', + 'expiry' => '过期', + 'never' => '永不', + 'detail' => '细节|细节', + 'delete' => '删除', + 'kill' => '击杀', + 'verify' => '验证', + 'reset' => '重置', + 'back' => '返回', + 'summary' => '概览', + 'quantity' => '数量', + 'volume' => '体积', + 'group' => '分组|分组', + 'owner' => '所有者', + 'general' => 'General', + 'description' => '描述', + 'labels' => '标签', + 'created' => '创建于', + 'issuer' => '发布者', + 'title' => '头衔|头衔', + 'price' => '价格', + 'reward' => '奖励', + 'collateral' => '担保', + 'assignee' => 'Assignee', + 'acceptor' => 'Acceptor', + 'public' => 'Public', + 'location' => '地点', + 'filter' => '过滤器|过滤器', + 'clear' => '清除', + 'none' => '无', + 'permission' => '权限|权限', + 'affiliation' => '附属|附属', + 'role' => '角色|角色', + 'edit' => '修改', + 'remove' => '清除', + 'yes' => '是', + 'no' => '否', + 'update' => '更新', + 'action' => '操作', + 'key' => 'Key', + 'log' => '日志|日志', + 'view' => 'View', + 'item' => '物品|物品', + 'usage' => '用法', + 'unit' => '单位|单位', + 'add' => '添加', + 'all' => '所有', + 'inverse' => '反向', + 'read' => '阅读', + 'level' => '等级', + 'token' => '令牌', + 'token_status' => '令牌状态', + 'token_valid' => 'Valid Token|Valid Tokens', + 'token_status_warning' => 'Token has not been updated since more than a day, you should check your jobs.', + 'token_status_valid' => '此角色有一个有效的注册令牌。', + 'token_status_invalid' => 'You don\'t own any valid token for this character.', + 'set_default' => 'Set Default', // Requirements - 'requirements' => '需求', - 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . + 'requirements' => '需求', + 'requirements_message' => 'The following list shows missing PHP extensions. Please install' . ' them first before you can continue.', - 'php_version' => 'PHP 版本', - 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . + 'php_version' => 'PHP 版本', + 'php_version_message' => 'The installed version of PHP does not meet the minimum version' . ' requirement for SeAT. Please upgrade your PHP installation.', - 'installed_version' => '已安装的版本', - 'min_version' => '最低版本', + 'installed_version' => '已安装的版本', + 'min_version' => '最低版本', 'admin_contact_warning' => 'An administrative contact for this install has not been set.' . ' No jobs will be queued because of this. Please configure it in the SeAT settings.', 'refresh_token_warning' => 'Your account does not have a valid refresh token recorded. ' . 'Please logout and back in to correct this as soon as possible.', - 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . + 'sso_config_warning' => 'SSO does not appear to have been configured yet. Only administrative ' . 'logins are possible.', - 'sso_activation' => 'SSO 激活', - 'sso_confirmation' => '似乎你已经拥有了一个帐号. 请验证你的帐号信息以启用SSO.', + 'sso_activation' => 'SSO 激活', + 'sso_confirmation' => '似乎你已经拥有了一个帐号. 请验证你的帐号信息以启用SSO.', // Auth - 'failed' => '此登录凭据和我们的记录不匹配。', - 'throttle' => '尝试过频,清等待 :seconds 秒.', - 'login_welcome' => '欢迎,请以 EVE Online SSO 方式登入', - 'remember_me' => '记住我', - 'password' => '密码', - 'password_again' => '重新输入密码', - 'forgot' => '我忘了密码', - 'register' => '注册新帐号', - 'sign_in' => '登入', - 'email_verify' => '邮箱验证', - 'email_verify_welcome' => '请为你的帐号输入一个有效的邮箱.', + 'failed' => '此登录凭据和我们的记录不匹配。', + 'throttle' => '尝试过频,清等待 :seconds 秒.', + 'login_welcome' => '欢迎,请以 EVE Online SSO 方式登入', + 'remember_me' => '记住我', + 'password' => '密码', + 'password_again' => '重新输入密码', + 'forgot' => '我忘了密码', + 'register' => '注册新帐号', + 'sign_in' => '登入', + 'email_verify' => '邮箱验证', + 'email_verify_welcome' => '请为你的帐号输入一个有效的邮箱.', // Registration - 'new_account' => '新帐号', - 'register_welcome' => '请填写一个用户名,和一个密码.', - 'register_eve_warn' => '请不要使用登录 EVE 的密码', - 'existing_account' => '我已经有一个帐号了', - 'register_account' => '注册帐号', + 'new_account' => '新帐号', + 'register_welcome' => '请填写一个用户名,和一个密码.', + 'register_eve_warn' => '请不要使用登录 EVE 的密码', + 'existing_account' => '我已经有一个帐号了', + 'register_account' => '注册帐号', // Passwords - 'password_reset' => '重置密码', - 'reset_welcome' => '请输入要重置密码帐号的邮箱地址.', - 'remember' => '我能记得我的帐号和密码', - 'reset_topic' => '重置密码', - 'reset_token_welcome' => '请输入邮箱和新密码.', + 'password_reset' => '重置密码', + 'reset_welcome' => '请输入要重置密码帐号的邮箱地址.', + 'remember' => '我能记得我的帐号和密码', + 'reset_topic' => '重置密码', + 'reset_token_welcome' => '请输入邮箱和新密码.', // Header - 'toggle_navigation' => '切换导航', - 'queued' => '队列中', - 'working' => '进行中', - 'joined' => '已加入', - 'profile' => '个人资料', - 'sign_out' => '登出', - 'stop_impersonation' => '停止模拟', - 'switch_character' => '切换角色', + 'toggle_navigation' => '切换导航', + 'queued' => '队列中', + 'working' => '进行中', + 'joined' => '已加入', + 'profile' => '个人资料', + 'sign_out' => '登出', + 'stop_impersonation' => '停止模拟', + 'switch_character' => '切换角色', 'use_as_main_character' => '设为默认角色', - 'link_character' => '添加新角色', - 'characters_in_group' => '在分组中的角色|在分组中的角色', + 'link_character' => '添加新角色', + 'characters_in_group' => '在分组中的角色|在分组中的角色', // Notifications - 'critical' => 'Critical', - 'error' => '错误', - 'success' => '成功', - 'warning' => '警告', - 'notice' => '提醒', - 'info' => '消息', - 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', - 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', + 'critical' => 'Critical', + 'error' => '错误', + 'success' => '成功', + 'warning' => '警告', + 'notice' => '提醒', + 'info' => '消息', + 'debug_disclaimer' => 'It looks like debug mode is currently enabled.
This is an extremely dangerous configuration state that leaves your instance vulnerable to easily exploitable security issues via the debug features that are now enabled.


Unless you are developing for SeAT, or debugging a problem, it is highly recommended that you disable this as soon as possible.
You can do so by setting the APP_DEBUG value to false in your .env file.
After doing that, run php artisan config:cache.', + 'warning_disclaimer' => 'There is a critical warning that requires administrator attention!
Please contact your SeAT administrators as soon as possible and ask them to login using an account with superuser privileges.', // Menu - 'api_key_management' => 'API Key 管理', - 'add_api_key' => '添加一个 EVE API Key', - 'list_keys' => '列出所有 EVE API Key', - 'all_char' => '所有角色', - 'mail_timeline' => '邮件时间线', - 'all_corp' => '所有公司', - 'all_alliance' => 'All Alliances', - 'configuration' => '设置', - 'access' => '权限管理', - 'other' => '其它', - 'tools' => '工具', - 'security_logs' => '安全日志', - 'import' => '导入API Keys', - 'settings' => 'SeAT 设置', - 'schedule' => '计划任务', - 'no_main_char' => '没有主要角色', - 'no_email' => 'No email defined', - 'hello' => '你好', - 'online' => '在线', - 'search' => '搜索', - 'main_menu' => '主菜单', - 'security' => '安全', - 'sso' => 'SSO', - 'tracking' => '追踪', - 'about' => 'About', - - 'assets' => '资产', - 'location_flag' => '位标', - 'calendar' => '日历', - 'channels' => '频道', - 'contacts' => '联系人', - 'contracts' => '合同', - 'fittings' => '装配', - 'fitting_items' => '装配物品', - 'extraction' => 'Extraction|Extractions', - 'industry' => '工业', - 'intel' => '情报', - 'killmails' => '击杀报告', - 'mail' => '邮件', - 'market' => '市场', - 'notifications' => '提醒', - 'pi' => '行星开发', - 'research' => '研究', - 'sheet' => '人物信息', - 'skills' => '技能', - 'standings' => '声望', - 'wallet' => '钱包', - 'wallet_journal' => '钱包日志', - 'wallet_transactions' => '钱包交易', + 'api_key_management' => 'API Key 管理', + 'add_api_key' => '添加一个 EVE API Key', + 'list_keys' => '列出所有 EVE API Key', + 'all_char' => '所有角色', + 'mail_timeline' => '邮件时间线', + 'all_corp' => '所有公司', + 'all_alliance' => 'All Alliances', + 'configuration' => '设置', + 'access' => '权限管理', + 'other' => '其它', + 'tools' => '工具', + 'security_logs' => '安全日志', + 'import' => '导入API Keys', + 'settings' => 'SeAT 设置', + 'schedule' => '计划任务', + 'no_main_char' => '没有主要角色', + 'no_email' => 'No email defined', + 'hello' => '你好', + 'online' => '在线', + 'search' => '搜索', + 'main_menu' => '主菜单', + 'security' => '安全', + 'sso' => 'SSO', + 'tracking' => '追踪', + 'about' => 'About', + + 'assets' => '资产', + 'location_flag' => '位标', + 'calendar' => '日历', + 'channels' => '频道', + 'contacts' => '联系人', + 'contracts' => '合同', + 'fittings' => '装配', + 'fitting_items' => '装配物品', + 'extraction' => 'Extraction|Extractions', + 'industry' => '工业', + 'intel' => '情报', + 'killmails' => '击杀报告', + 'mail' => '邮件', + 'market' => '市场', + 'notifications' => '提醒', + 'pi' => '行星开发', + 'research' => '研究', + 'sheet' => '人物信息', + 'skills' => '技能', + 'standings' => '声望', + 'wallet' => '钱包', + 'wallet_journal' => '钱包日志', + 'wallet_transactions' => '钱包交易', 'wrong_probe_report_structure' => 'There is a problem with your probe report structure - :fields_number fields were expected per line. The issue has been recorded.', - 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', - 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', + 'insert_error_probe_report' => 'An issue as been encountered while posting your report. Please contact your administrator.', + 'probe_report_posted' => 'Your probe report has been successfully posted. :lines Moon composition lines has been updated.', // Dashboard - 'home_page' => '首页', - 'dashboard' => '仪表盘', - 'online_players' => '在线玩家', - 'owned_api_keys' => '拥有的API数量', - 'total_character_isk' => '总角色ISK', + 'home_page' => '首页', + 'dashboard' => '仪表盘', + 'online_players' => '在线玩家', + 'owned_api_keys' => '拥有的API数量', + 'total_character_isk' => '总角色ISK', 'total_character_skillpoints' => '总角色技能点', - 'total_character_mined_isk' => 'Total Mined ISK', - 'total_character_ratted_isk' => 'Total Ratted ISK', - 'total_killmails' => '总击杀报告数量', - 'main_char_skills' => ':character_name 的技能', - 'main_char_skills_per_level' => '每级的技能', - 'main_char_skills_coverage' => '技能覆盖率 (百分比)', - 'concurrent_player_count' => '同时在线人数', - 'esi_response_time' => 'ESI响应时间', - 'current_month' => 'this month', + 'total_character_mined_isk' => 'Total Mined ISK', + 'total_character_ratted_isk' => 'Total Ratted ISK', + 'total_killmails' => '总击杀报告数量', + 'main_char_skills' => ':character_name 的技能', + 'main_char_skills_per_level' => '每级的技能', + 'main_char_skills_coverage' => '技能覆盖率 (百分比)', + 'concurrent_player_count' => '同时在线人数', + 'esi_response_time' => 'ESI响应时间', + 'current_month' => 'this month', // Api Keys - 'api_key_add' => '添加一个新的 API Key', - 'key_id' => 'Key ID', - 'v_code' => 'Verification Code', - 'check_key' => '测试 Key', - 'api_new_key' => '创建一个 API Key', - 'api_use_link' => '使用如下链接创建 API Key', - 'api_full_link' => '所有角色的 Full API', - 'api_full_min_mask' => '需要最小 Mask 的 API Key', - 'insufficient_access_mask' => '此 API 不满足最小 Mask 要求', - 'api_key_info' => 'API Key 信息', - 'api_key_type' => 'API Key 种类', - 'api_access_mask' => 'API 权限 Mask', - 'api_add_type_key' => '添加 :type Api Key', - 'api_add_job' => '添加 API Key 会自动添加一个更新它的计划任务', - 'api_min_mask' => '最小 Mask', - 'api_access' => '权限', - 'api_detail' => 'API Key 详细信息', - 'api_key_status' => 'API Key 状态', - 'api_job_update' => '增加更新任务', - 'owner_info' => '持有人信息', - 'no_owner' => '这个 API Key 没有持有人', - 'member_since' => 'Member Since', - 'last_login' => '上次登录', - 'account_status' => '账户状态', - 'transfer_ownership' => '转移所有权', - 'seat_user' => 'SeAT 用户', - 'transfer' => '转移', - 'mask_map_fail' => '无法加载 Access Mask map', - 'recent_jobs' => '最近任务', - 'scope' => '范围', - 'api_all' => '所有 API Keys', - 'reveal' => '显示', - 'add_success' => 'Api Key 成功添加. 更新任务 :jobid 已下发', - 're_enable' => '重新启用 Key', - 'disable' => '禁用 Key', - 'reenable_all_disabled' => '重新启用所有已禁用的 Key', - 'disable_all_enabled' => '禁用所有已启用的 Key', - 'joblog' => '任务日志', - 'job_log_config' => '目前启用状态下才会有任务日志' . + 'api_key_add' => '添加一个新的 API Key', + 'key_id' => 'Key ID', + 'v_code' => 'Verification Code', + 'check_key' => '测试 Key', + 'api_new_key' => '创建一个 API Key', + 'api_use_link' => '使用如下链接创建 API Key', + 'api_full_link' => '所有角色的 Full API', + 'api_full_min_mask' => '需要最小 Mask 的 API Key', + 'insufficient_access_mask' => '此 API 不满足最小 Mask 要求', + 'api_key_info' => 'API Key 信息', + 'api_key_type' => 'API Key 种类', + 'api_access_mask' => 'API 权限 Mask', + 'api_add_type_key' => '添加 :type Api Key', + 'api_add_job' => '添加 API Key 会自动添加一个更新它的计划任务', + 'api_min_mask' => '最小 Mask', + 'api_access' => '权限', + 'api_detail' => 'API Key 详细信息', + 'api_key_status' => 'API Key 状态', + 'api_job_update' => '增加更新任务', + 'owner_info' => '持有人信息', + 'no_owner' => '这个 API Key 没有持有人', + 'member_since' => 'Member Since', + 'last_login' => '上次登录', + 'account_status' => '账户状态', + 'transfer_ownership' => '转移所有权', + 'seat_user' => 'SeAT 用户', + 'transfer' => '转移', + 'mask_map_fail' => '无法加载 Access Mask map', + 'recent_jobs' => '最近任务', + 'scope' => '范围', + 'api_all' => '所有 API Keys', + 'reveal' => '显示', + 'add_success' => 'Api Key 成功添加. 更新任务 :jobid 已下发', + 're_enable' => '重新启用 Key', + 'disable' => '禁用 Key', + 'reenable_all_disabled' => '重新启用所有已禁用的 Key', + 'disable_all_enabled' => '禁用所有已启用的 Key', + 'joblog' => '任务日志', + 'job_log_config' => '目前启用状态下才会有任务日志' . 'it is: :status', // People - 'people_groups' => '人物组', - 'unaffiliated_keys' => '无所属 Key', - 'add_to_existing' => '添加至已存在', - 'add_to_existing_group' => '添加至已存在组', - 'group_main' => '主人物', - 'new_group_with_main' => '创建新组并使用 :name 为主人物', + 'people_groups' => '人物组', + 'unaffiliated_keys' => '无所属 Key', + 'add_to_existing' => '添加至已存在', + 'add_to_existing_group' => '添加至已存在组', + 'group_main' => '主人物', + 'new_group_with_main' => '创建新组并使用 :name 为主人物', // Access - 'access_mangement' => '权限管理', - 'quick_add_role' => '快速添加角色', - 'role_name' => '角色', - 'add_new_role' => '添加新角色', - 'available_roles' => '可用角色', - 'quick_add_user' => '快递添加用户', - 'add_new_user' => '添加新用户', - 'edit_role' => '修改角色', - 'available_permissions' => '可用权限', - 'grant_permissions' => '赋予权限', - 'inverse_permission' => '删除权限', - 'inverse_affiliation' => '删除所属', - 'current_permissions' => '当前权限', - 'has_superuser' => '持有 Superuser 权限', - 'permission_inherit' => '继承所有权限', - 'available_corporations' => '可用公司', - 'available_characters' => '可用角色', - 'add_affiliations' => '添加附属', - 'current_affiliations' => '当前附属', - 'available_users' => '可用用户', - 'available_groups' => '可用分组|可用分组', - 'add_user' => '添加用户|添加用户', - 'add_group' => '添加分组|添加分组', - 'current_users' => '当前用户', - 'current_groups' => '当前分组|当前分组', - 'select_item_add' => '选择一项添加', - 'impersonate' => '模拟', - 'edit_user' => '修改用户', - 'activate_user' => '激活用户', - 'reassign_user' => '重新分配用户', - 'reassign' => '重新分配', - 'deactivate_user' => '冻结用户', - 'account_status_change' => '用户状态已被改变', - 'user_agent' => 'UA', - 'login_history' => '登录历史', - 'role_summary' => '角色摘要', - 'user_updated' => '用户已被更新', - 'user_deleted' => '用户已被删除', - 'self_delete_warning' => '你不能删除你自己!', - 'impersonating' => '模拟 :user', - 'revert_impersonation' => '停止模拟', - 'user_created' => '用户已创建', - 'unauthorized_request' => '未授权的请求', + 'access_mangement' => '权限管理', + 'quick_add_role' => '快速添加角色', + 'role_name' => '角色', + 'add_new_role' => '添加新角色', + 'available_roles' => '可用角色', + 'quick_add_user' => '快递添加用户', + 'add_new_user' => '添加新用户', + 'edit_role' => '修改角色', + 'available_permissions' => '可用权限', + 'grant_permissions' => '赋予权限', + 'inverse_permission' => '删除权限', + 'inverse_affiliation' => '删除所属', + 'current_permissions' => '当前权限', + 'has_superuser' => '持有 Superuser 权限', + 'permission_inherit' => '继承所有权限', + 'available_corporations' => '可用公司', + 'available_characters' => '可用角色', + 'add_affiliations' => '添加附属', + 'current_affiliations' => '当前附属', + 'available_users' => '可用用户', + 'available_groups' => '可用分组|可用分组', + 'add_user' => '添加用户|添加用户', + 'add_group' => '添加分组|添加分组', + 'current_users' => '当前用户', + 'current_groups' => '当前分组|当前分组', + 'select_item_add' => '选择一项添加', + 'impersonate' => '模拟', + 'edit_user' => '修改用户', + 'activate_user' => '激活用户', + 'reassign_user' => '重新分配用户', + 'reassign' => '重新分配', + 'deactivate_user' => '冻结用户', + 'account_status_change' => '用户状态已被改变', + 'user_agent' => 'UA', + 'login_history' => '登录历史', + 'role_summary' => '角色摘要', + 'user_updated' => '用户已被更新', + 'user_deleted' => '用户已被删除', + 'self_delete_warning' => '你不能删除你自己!', + 'impersonating' => '模拟 :user', + 'revert_impersonation' => '停止模拟', + 'user_created' => '用户已创建', + 'unauthorized_request' => '未授权的请求', 'unauthorized_request_logged' => '本次尝试已被记录.', - 'role_added' => '角色已被添加', - 'role_updated' => '职位权限已更新 - :added 新权限, :removed 已删除的权限, :filtered 过滤的权限', - 'role_removed' => '角色已被移除', - 'permissions_granted' => '权限已经赋予', - 'permission_revoked' => '权限已经删除', - 'user_added' => '用户已被添加此角色', - 'user_removed' => '用户已被删除此角色', - 'affiliations_added' => '所属关系已加入', - 'affiliation_removed' => '所属关系已移出', + 'role_added' => '角色已被添加', + 'role_updated' => '职位权限已更新 - :added 新权限, :removed 已删除的权限, :filtered 过滤的权限', + 'role_removed' => '角色已被移除', + 'permissions_granted' => '权限已经赋予', + 'permission_revoked' => '权限已经删除', + 'user_added' => '用户已被添加此角色', + 'user_removed' => '用户已被删除此角色', + 'affiliations_added' => '所属关系已加入', + 'affiliation_removed' => '所属关系已移出', // Tokens - 'valid_token' => 'Valid Token|Valid Tokens', - 'invalid_token' => 'Invalid Token|Invalid Tokens', + 'valid_token' => 'Valid Token|Valid Tokens', + 'invalid_token' => 'Invalid Token|Invalid Tokens', // Import - 'api_import_title' => '导入 API Key', - 'csv_data_source' => 'CSV 文件', - 'help' => '帮助', - 'importing_csv_data' => '导入 CSV 数据', - 'csv_format_explained' => 'CSV 文件格式为 keyID,vCode 以下为样例', - 'important_notes' => '重要事项', - 'curr_user_becomes_owner' => '当前用户 (:user) 会变更为 API Key 的拥有者', - 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . + 'api_import_title' => '导入 API Key', + 'csv_data_source' => 'CSV 文件', + 'help' => '帮助', + 'importing_csv_data' => '导入 CSV 数据', + 'csv_format_explained' => 'CSV 文件格式为 keyID,vCode 以下为样例', + 'important_notes' => '重要事项', + 'curr_user_becomes_owner' => '当前用户 (:user) 会变更为 API Key 的拥有者', + 'only_format_is_checked' => 'Only API key format is checked here. No checking is done to ensure that ' . 'minimum api masks are configured.', - 'update_with_next_job' => 'Key 数据会在下次任务或手动更新时变更', + 'update_with_next_job' => 'Key 数据会在下次任务或手动更新时变更', // Schedule - 'new_schedule' => '新计划', - 'available_commands' => '可用指令', - 'cron_expression' => 'Cron 表达式', - 'current_schedule' => '当前任务计划', - 'command' => '指令', - 'cron' => 'Cron', - 'allow_overlap' => '允许交叠', - 'allow_maintenance' => '允许在维护模式中', - 'scheduled_commands' => '计划中的任务', - 'choose_prepop' => '输入一个预先设置好的 cron 表达式,或者你自己写一个', - 'add_scheduled' => '增加计划任务', + 'new_schedule' => '新计划', + 'available_commands' => '可用指令', + 'cron_expression' => 'Cron 表达式', + 'current_schedule' => '当前任务计划', + 'command' => '指令', + 'cron' => 'Cron', + 'allow_overlap' => '允许交叠', + 'allow_maintenance' => '允许在维护模式中', + 'scheduled_commands' => '计划中的任务', + 'choose_prepop' => '输入一个预先设置好的 cron 表达式,或者你自己写一个', + 'add_scheduled' => '增加计划任务', // Security - 'category' => '分类', - 'message' => '消息', - 'source' => '来源', + 'category' => '分类', + 'message' => '消息', + 'source' => '来源', // Ledger - 'ledger' => '钱包账户', - 'bounty_prizes' => 'Bounty Prizes', - 'offices_rentals' => '办公室租金', - 'industry_facility' => 'Industry Facility', - 'reprocessing' => 'Reprocessing', - 'jump_bridges' => 'Jump Bridges', - 'wallet_division_name' => '钱包部门名称', - 'wallet_summary' => '钱包概览|钱包概览', + 'ledger' => '钱包账户', + 'bounty_prizes' => 'Bounty Prizes', + 'offices_rentals' => '办公室租金', + 'industry_facility' => 'Industry Facility', + 'reprocessing' => 'Reprocessing', + 'jump_bridges' => 'Jump Bridges', + 'wallet_division_name' => '钱包部门名称', + 'wallet_summary' => '钱包概览|钱包概览', // Users - 'user_management' => '用户管理', + 'user_management' => '用户管理', // Settings - 'admin_email' => '管理员邮箱', - 'admin_email_help' => '请输入 SeAT 管理员的邮箱地址', - 'min_access_mask' => '需要的最低 Mask', - 'min_character_access_mask' => '需要的最低角色 Mask', - 'min_corporation_access_mask' => '需要的最低公司 Mask', - 'force_min_mask' => '强制最低 Mask', - 'registration' => '注册', - 'maintenance' => '维护', - 'cleanup_data' => '清理陈旧数据', - 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . + 'admin_email' => '管理员邮箱', + 'admin_email_help' => '请输入 SeAT 管理员的邮箱地址', + 'min_access_mask' => '需要的最低 Mask', + 'min_character_access_mask' => '需要的最低角色 Mask', + 'min_corporation_access_mask' => '需要的最低公司 Mask', + 'force_min_mask' => '强制最低 Mask', + 'registration' => '注册', + 'maintenance' => '维护', + 'cleanup_data' => '清理陈旧数据', + 'cleanup_data_help' => 'When configured to cleanup stale data, the SeAT maintenance job ' . 'will delete stale data such as users and corporations without valid users from this ' . 'instance.', - 'single_signon' => 'SSO 登录', - 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . + 'single_signon' => 'SSO 登录', + 'admin_warn_sso' => 'Double check you EVE_CLIENT_ID, EVE_CLIENT_SECRET and EVE_CALLBACK_URL' . ' values in the .env file as they may be empty or invalid. SSO can fail because of this!', - 'allow_sso' => '允许 SSO', - 'allow_registration' => '允许注册', - 'allow_user_character_unlink' => 'Allow user to unlink their characters', - 'unlink' => 'Unlink', - 'email_activation' => '邮件激活', - 'require_activation' => '需要邮件激活', - 'module_versions' => 'SeAT 模块版本', - 'tp_versions' => '第三方版本', - 'installed' => '已安装', - 'current' => '当前', - 'url' => 'URL', - 'google_analytics' => 'Google Analytics', - 'allow_tracking' => '允许追踪', - 'tracking_id' => 'Unique Tracking ID', - 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . + 'allow_sso' => '允许 SSO', + 'allow_registration' => '允许注册', + 'allow_user_character_unlink' => 'Allow user to unlink their characters', + 'unlink' => 'Unlink', + 'email_activation' => '邮件激活', + 'require_activation' => '需要邮件激活', + 'module_versions' => 'SeAT 模块版本', + 'tp_versions' => '第三方版本', + 'installed' => '已安装', + 'current' => '当前', + 'url' => 'URL', + 'google_analytics' => 'Google Analytics', + 'allow_tracking' => '允许追踪', + 'tracking_id' => 'Unique Tracking ID', + 'tracking_help' => 'Before disabling the usage tracking, please refer to the below' . ' document first.', - 'customlink' => 'Custom Links', - 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . + 'customlink' => 'Custom Links', + 'customlink_description' => 'You can add custom links to the SeAT sidebar menu here. You can optionally specify an ' . 'icon to use from the :fa-link free icons (eg. :icon).', - 'new_tab_question_mark' => 'New tab ?', + 'new_tab_question_mark' => 'New tab ?', // SSO Settings - 'sso_scopes' => 'SSO 权限', - 'sso_scopes_profile_name' => 'Profile Name', + 'sso_scopes' => 'SSO 权限', + 'sso_scopes_profile_name' => 'Profile Name', 'sso_scopes_profile_name_help' => 'You may use alpha-numeric characters along with hypens and underscores.', - 'available_scopes' => '可用的SSO 权限', - 'enable_all' => '启用所有', - 'remove_all' => '移除所有', - 'update_sso_scopes' => '保存SSO 权限', + 'available_scopes' => '可用的SSO 权限', + 'enable_all' => '启用所有', + 'remove_all' => '移除所有', + 'update_sso_scopes' => '保存SSO 权限', 'current_configuration_status' => '当前 SSO 设置', - 'client_id_status' => 'Client ID 状态', - 'client_id_ok' => 'Client ID OK', - 'client_id_not_ok' => 'Client ID 不正确. 检查.env文件', - 'client_secret_status' => 'Client Secret 状态', - 'client_secret_ok' => 'Client Secret OK', - 'client_secret_not_ok' => 'Client Secret 不正确. 检查.env文件', - 'callback_url_status' => 'Callback URL 状态', - 'callback_url_ok' => 'Callback URL OK :url', - 'callback_maybe_wrong' => 'Callback URL 可能不正确,当前设置 :current ' . + 'client_id_status' => 'Client ID 状态', + 'client_id_ok' => 'Client ID OK', + 'client_id_not_ok' => 'Client ID 不正确. 检查.env文件', + 'client_secret_status' => 'Client Secret 状态', + 'client_secret_ok' => 'Client Secret OK', + 'client_secret_not_ok' => 'Client Secret 不正确. 检查.env文件', + 'callback_url_status' => 'Callback URL 状态', + 'callback_url_ok' => 'Callback URL OK :url', + 'callback_maybe_wrong' => 'Callback URL 可能不正确,当前设置 :current ' . '推荐设置 :suggested', - 'client_callback_not_ok' => 'Callback URL 没有设置,检查.env文件并设置为 :url', - 'custom_signin_page' => 'Customise Sign In page', - 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . + 'client_callback_not_ok' => 'Callback URL 没有设置,检查.env文件并设置为 :url', + 'custom_signin_page' => 'Customise Sign In page', + 'custom_signin_page_desc' => 'You can customise the message on the sign in page and insert links to your custom SSO scope ' . 'profiles as well. Leave blank to use the default. If you enter something below, you must ensure at least one button is shown.', // Updaters - 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . + 'update_dispatched' => 'Update job has successfully been dispatched. Please check back again ' . 'in a few moments.', - 'update_failed' => '更新任务推送失败. 请联系SeAT管理员.', - 'update_skill_queue' => '更新技能队列', - 'update_assets' => '更新个人资产', - 'update_blueprints' => 'Update Blueprints', - 'update_calendar' => 'Update Calendar', - 'update_contacts' => 'Update Contacts', - 'update_contracts' => 'Update Contracts', - 'update_corp_history' => '更新雇佣记录', - 'update_customs_offices' => 'Update Customs Offices', - 'update_divisions' => 'Update Divisions', - 'update_fittings' => 'Update Fittings', - 'update_industry' => 'Update Industry Jobs', - 'update_journals' => 'Update Journals', - 'update_killmails' => 'Update Killmails', - 'update_mail' => 'Update Mail', - 'update_market' => 'Update Market', - 'update_members_tracking' => 'Update Members Tracking', - 'update_mining' => 'Update Mining Ledger', - 'update_notifications' => 'Update Notifications', - 'update_pi' => 'Update Planetary Interaction', - 'update_research' => 'Update Agents Research', - 'update_skills' => 'Update Skills', - 'update_standings' => 'Update Standings', - 'update_starbase' => 'Update Starbase', - 'update_structures' => 'Update Structures', - 'update_transactions' => 'Update Transactions', - 'update_wallet' => 'Update Wallet', - 'update_loyalty_points' => 'Update Loyalty Points', + 'update_failed' => '更新任务推送失败. 请联系SeAT管理员.', + 'update_skill_queue' => '更新技能队列', + 'update_assets' => '更新个人资产', + 'update_blueprints' => 'Update Blueprints', + 'update_calendar' => 'Update Calendar', + 'update_contacts' => 'Update Contacts', + 'update_contracts' => 'Update Contracts', + 'update_corp_history' => '更新雇佣记录', + 'update_customs_offices' => 'Update Customs Offices', + 'update_divisions' => 'Update Divisions', + 'update_fittings' => 'Update Fittings', + 'update_industry' => 'Update Industry Jobs', + 'update_journals' => 'Update Journals', + 'update_killmails' => 'Update Killmails', + 'update_mail' => 'Update Mail', + 'update_market' => 'Update Market', + 'update_members_tracking' => 'Update Members Tracking', + 'update_mining' => 'Update Mining Ledger', + 'update_notifications' => 'Update Notifications', + 'update_pi' => 'Update Planetary Interaction', + 'update_research' => 'Update Agents Research', + 'update_skills' => 'Update Skills', + 'update_standings' => 'Update Standings', + 'update_starbase' => 'Update Starbase', + 'update_structures' => 'Update Structures', + 'update_transactions' => 'Update Transactions', + 'update_wallet' => 'Update Wallet', + 'update_loyalty_points' => 'Update Loyalty Points', // Character - 'joined_curr_corp' => '已加入当前公司', - 'skillpoint' => '技能点数|技能点数', - 'account_balance' => '账户余额', - 'current_ship' => '当前船只', - 'last_location' => '最后地点', - 'security_status' => '安全等级', - 'items_taking' => 'items taking', - 'calendar_events' => '日历事件', - 'loyalty_points' => 'Loyalty Points', - 'loyalty_point_prices' => 'Fuzzwork LP Prices', - 'positive_standings' => '正面声望', - 'neutral_standings' => '中立声望', - 'negative_standings' => '负面声望', - 'excellent_standings' => 'Excellent Standings', - 'good_standings' => 'Good Standings', - 'terrible_standings' => 'Terrible Standings', - 'bad_standings' => 'Bad Standings', - 'start' => '开始', - 'end' => 'End', - 'installer' => '建筑', - 'system' => '星系', - 'constellation' => 'Constellation', - 'region' => 'Region', - 'activity' => '状态', - 'run' => '流程|流程', - 'blueprint' => '蓝图', - 'product' => '产品', - 'victim' => '受害人', - 'ship_type' => '舰船种类', - 'transaction_type' => '交易类型', - 'owner_1' => '从', - 'owner_2' => '到', - 'amount' => '数量', - 'balance' => '余额', - 'corporation_name' => '公司名称', - 'character_name' => '角色名称', - 'from' => '从', - 'subject' => '主题', - 'to' => '到', - 'to_corp' => '到公司', - 'missing_body' => '邮件内容尚未下载', - 'to_alliance' => '到联盟', - 'to_char' => '到角色', - 'total' => '总共', - 'updated' => '更新于', - 'planet' => '行星', - 'upgrade_level' => '升级等级', - 'no_pins' => '# Pins', - 'agent' => '代理人', - 'skill' => '技能|技能', - 'points_p_day' => '每天点数', - 'remainder' => '备忘', - 'skills_summary' => '技能概览', - 'curr_training' => '当前训练', - 'skill_training_end' => '技能训练至', - 'skill_queue' => '技能队列', - 'no_skill_training' => '当前无训练技能', - 'empty_skill_queue' => '技能队列为空', - 'account_info' => '账户信息', - 'paid_until' => '付费截止至', - 'logon_count' => '登录次数', - 'online_time' => '在线时长', - 'jump_fatigue' => '跳跃疲劳', - 'jump_clones' => '远程克隆|远程克隆', - 'jump_act_timer' => '跳跃激活计时器', - 'no_jump_clones' => '无远程克隆', - 'implants' => '植入体|植入体', - 'no_implants' => '无植入体', - 'employment_history' => '雇佣记录', - 'no_employment_information' => '无雇佣记录', - 'corporation_titles' => '公司头衔|公司头衔', - 'no_corporation_titles' => '无公司头衔', - 'attribute' => '属性|属性', - 'value' => 'Value|Values', - 'bonus_remaps' => '奖励重置次数', - 'last_remap_date' => '上次重置日期', - 'accrued_remap_cooldown_date' => '预计重置冷却时间', - 'no_remap' => 'No Remap Found', - 'item_type' => '物品类型', - 'client_name' => '客户名称', - 'client' => '客户', - 'qty' => '#', - 'unknown_character' => '未知角色,是否已提交SSO?', - 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', - 'channel_members' => '频道成员', - 'motd' => 'MoTD', - 'coordinates' => '坐标', - 'folder' => '文件夹', - 'skills_graph' => '技能图表', - 'contract_items' => '合同物品', - 'progress' => '进度', + 'joined_curr_corp' => '已加入当前公司', + 'skillpoint' => '技能点数|技能点数', + 'account_balance' => '账户余额', + 'current_ship' => '当前船只', + 'last_location' => '最后地点', + 'security_status' => '安全等级', + 'items_taking' => 'items taking', + 'calendar_events' => '日历事件', + 'loyalty_points' => 'Loyalty Points', + 'loyalty_point_prices' => 'Fuzzwork LP Prices', + 'positive_standings' => '正面声望', + 'neutral_standings' => '中立声望', + 'negative_standings' => '负面声望', + 'excellent_standings' => 'Excellent Standings', + 'good_standings' => 'Good Standings', + 'terrible_standings' => 'Terrible Standings', + 'bad_standings' => 'Bad Standings', + 'start' => '开始', + 'end' => 'End', + 'installer' => '建筑', + 'system' => '星系', + 'constellation' => 'Constellation', + 'region' => 'Region', + 'activity' => '状态', + 'run' => '流程|流程', + 'blueprint' => '蓝图', + 'product' => '产品', + 'victim' => '受害人', + 'ship_type' => '舰船种类', + 'transaction_type' => '交易类型', + 'owner_1' => '从', + 'owner_2' => '到', + 'amount' => '数量', + 'balance' => '余额', + 'corporation_name' => '公司名称', + 'character_name' => '角色名称', + 'from' => '从', + 'subject' => '主题', + 'to' => '到', + 'to_corp' => '到公司', + 'missing_body' => '邮件内容尚未下载', + 'to_alliance' => '到联盟', + 'to_char' => '到角色', + 'total' => '总共', + 'updated' => '更新于', + 'planet' => '行星', + 'upgrade_level' => '升级等级', + 'no_pins' => '# Pins', + 'agent' => '代理人', + 'skill' => '技能|技能', + 'points_p_day' => '每天点数', + 'remainder' => '备忘', + 'skills_summary' => '技能概览', + 'curr_training' => '当前训练', + 'skill_training_end' => '技能训练至', + 'skill_queue' => '技能队列', + 'no_skill_training' => '当前无训练技能', + 'empty_skill_queue' => '技能队列为空', + 'account_info' => '账户信息', + 'paid_until' => '付费截止至', + 'logon_count' => '登录次数', + 'online_time' => '在线时长', + 'jump_fatigue' => '跳跃疲劳', + 'jump_clones' => '远程克隆|远程克隆', + 'jump_act_timer' => '跳跃激活计时器', + 'no_jump_clones' => '无远程克隆', + 'implants' => '植入体|植入体', + 'no_implants' => '无植入体', + 'employment_history' => '雇佣记录', + 'no_employment_information' => '无雇佣记录', + 'corporation_titles' => '公司头衔|公司头衔', + 'no_corporation_titles' => '无公司头衔', + 'attribute' => '属性|属性', + 'value' => 'Value|Values', + 'bonus_remaps' => '奖励重置次数', + 'last_remap_date' => '上次重置日期', + 'accrued_remap_cooldown_date' => '预计重置冷却时间', + 'no_remap' => 'No Remap Found', + 'item_type' => '物品类型', + 'client_name' => '客户名称', + 'client' => '客户', + 'qty' => '#', + 'unknown_character' => '未知角色,是否已提交SSO?', + 'deleted_refresh_token' => 'A refresh token for this character was deleted about :time. As a result, information displayed may be out of date.', + 'channel_members' => '频道成员', + 'motd' => 'MoTD', + 'coordinates' => '坐标', + 'folder' => '文件夹', + 'skills_graph' => '技能图表', + 'contract_items' => '合同物品', + 'progress' => '进度', // Character Intel - 'loading_journal' => '加载历史记录中 ...', - 'loading_transactions' => '加载交易信息中 ...', - 'loading_mail' => '加载邮件中...', + 'loading_journal' => '加载历史记录中 ...', + 'loading_transactions' => '加载交易信息中 ...', + 'loading_mail' => '加载邮件中...', // Corporation - 'alliance' => '联盟', - 'corporation_count' => 'Corporation Count', - 'executor' => 'Executor', - 'ticker' => '缩写', - 'ceo' => 'CEO', - 'home_station' => '基地空间站', - 'tax_rate' => '税率', - 'member_count' => '成员数', - 'roles_change_log' => '权限变更记录', - 'affected' => '影响', - 'member_limit' => '成员限制', - 'shares' => '股票', - 'member_capacity' => '成员容量', - 'divisional_information' => '部门信息', - 'corporation_divisions' => '公司部门', - 'wallet_divisions' => '钱包部门', - 'unknown_corporation' => '未知公司,是否已提交SSO?', - 'created_by' => '创建由', - 'created_by_corporation' => 'Created By Corporation', - 'starbase' => '哨站|哨站', - 'structure' => '建筑|建筑', - 'reinforce_week_hour' => '增强时间', - 'low_power' => 'Low Power', - 'state' => '状态', - 'fuel_level' => '燃料水平', - 'offline' => '预计下线于.', - 'cargo_usage' => '货柜使用', - 'onlined_at' => '上线于', - 'services' => 'Service|Services', - 'moon' => '卫星', - 'use_standings_from' => '使用声望模式', - 'attack_on_agression' => 'Attack On Aggression', - 'attack_on_war' => 'Attack On War', - 'corp_member_access' => '公司成员可访问', - 'alliance_member_access' => '联盟成员可访问', - 'fuel_levels' => '燃料水平', - 'fuel_blocks' => '燃料块', - 'fuel_usage' => '燃料量', - 'low_fuel' => '低燃料', - 'stront_usage' => '锶包量', - 'blocks_p_h' => '每小时燃料块', - 'units_p_h' => '每小时单位', - 'sov_bonus' => '主权加成', - 'reinforce_estimate' => '增强模式至', - 'module' => '模块|模块', - 'content' => '包含', - 'no_known_assets' => '无已知资产', - 'volume_usage' => '容量情况', - 'loading_modules' => '加载模块信息...', - 'customs-offices' => '海关', - 'reinforcement' => '增强', - 'standing_level' => '声望', - 'tax_alliance_corp' => '税: 联盟/公司', - 'tax_standings' => '税: 声望', - 'no_storage' => '此处没有存储', - 'member' => '成员|成员', - 'faction' => 'Faction', - - 'start_at' => 'Start at', - 'drill_start' => 'Drill Start', - 'chunk_arrival' => 'Chunk Arrival', - 'chunk_age' => 'Extraction Length', - 'self_destruct' => 'Self-Destruct', - 'auto_fracture' => 'Auto Fracture', - 'rarity' => 'Rarity', - 'rate' => 'Rate', + 'alliance' => '联盟', + 'corporation_count' => 'Corporation Count', + 'executor' => 'Executor', + 'ticker' => '缩写', + 'ceo' => 'CEO', + 'home_station' => '基地空间站', + 'tax_rate' => '税率', + 'member_count' => '成员数', + 'roles_change_log' => '权限变更记录', + 'affected' => '影响', + 'member_limit' => '成员限制', + 'shares' => '股票', + 'member_capacity' => '成员容量', + 'divisional_information' => '部门信息', + 'corporation_divisions' => '公司部门', + 'wallet_divisions' => '钱包部门', + 'unknown_corporation' => '未知公司,是否已提交SSO?', + 'created_by' => '创建由', + 'created_by_corporation' => 'Created By Corporation', + 'starbase' => '哨站|哨站', + 'structure' => '建筑|建筑', + 'reinforce_week_hour' => '增强时间', + 'low_power' => 'Low Power', + 'state' => '状态', + 'fuel_level' => '燃料水平', + 'offline' => '预计下线于.', + 'cargo_usage' => '货柜使用', + 'onlined_at' => '上线于', + 'services' => 'Service|Services', + 'moon' => '卫星', + 'use_standings_from' => '使用声望模式', + 'attack_on_agression' => 'Attack On Aggression', + 'attack_on_war' => 'Attack On War', + 'corp_member_access' => '公司成员可访问', + 'alliance_member_access' => '联盟成员可访问', + 'fuel_levels' => '燃料水平', + 'fuel_blocks' => '燃料块', + 'fuel_usage' => '燃料量', + 'low_fuel' => '低燃料', + 'stront_usage' => '锶包量', + 'blocks_p_h' => '每小时燃料块', + 'units_p_h' => '每小时单位', + 'sov_bonus' => '主权加成', + 'reinforce_estimate' => '增强模式至', + 'module' => '模块|模块', + 'content' => '包含', + 'no_known_assets' => '无已知资产', + 'volume_usage' => '容量情况', + 'loading_modules' => '加载模块信息...', + 'customs-offices' => '海关', + 'reinforcement' => '增强', + 'standing_level' => '声望', + 'tax_alliance_corp' => '税: 联盟/公司', + 'tax_standings' => '税: 声望', + 'no_storage' => '此处没有存储', + 'member' => '成员|成员', + 'faction' => 'Faction', + + 'start_at' => 'Start at', + 'drill_start' => 'Drill Start', + 'chunk_arrival' => 'Chunk Arrival', + 'chunk_age' => 'Extraction Length', + 'self_destruct' => 'Self-Destruct', + 'auto_fracture' => 'Auto Fracture', + 'rarity' => 'Rarity', + 'rate' => 'Rate', // Mining Ledger - 'mining' => '挖矿', - 'mining_ledger' => '账本|账本', - 'available_ledger' => '可用账本|可用账本', - 'ore' => '矿石', + 'mining' => '挖矿', + 'mining_ledger' => '账本|账本', + 'available_ledger' => '可用账本|可用账本', + 'ore' => '矿石', // Profile - 'user_profile' => '个人信息', - 'user_preferences' => '首选项', - 'user_account' => '帐号', - 'account_settings' => '设置', - 'upgrade_sso' => '升级至 EVE Online SSO Account', - 'change_email' => '更改邮箱', - 'superuser' => 'Superuser', - 'user_interface' => '用户界面', - 'main_character' => '主要角色', - 'related_characters' => 'Related Characters', - 'seat_skin' => 'SeAT 皮肤', - 'language' => '语言', - 'sidebar_size' => '侧栏尺寸', - 'mail_as_threads' => '按主题查看邮件', - 'number_format' => '数字格式', - 'current_format' => '当前格式', - 'thousands_seperator' => '千位分隔符', - 'decimal_seperator' => '小数点分隔符', - 'reprocessing_yield' => 'Reprocessing Yield', - 'email_notifications' => '邮件通知', - 'setup_token_now' => '现在设置令牌', - 'owned_keys' => '持有 Key', - 'account_help' => 'For any account related enquiries, including permissions amendments, ' . + 'user_profile' => '个人信息', + 'user_preferences' => '首选项', + 'user_account' => '帐号', + 'account_settings' => '设置', + 'upgrade_sso' => '升级至 EVE Online SSO Account', + 'change_email' => '更改邮箱', + 'superuser' => 'Superuser', + 'user_interface' => '用户界面', + 'main_character' => '主要角色', + 'related_characters' => 'Related Characters', + 'seat_skin' => 'SeAT 皮肤', + 'language' => '语言', + 'sidebar_size' => '侧栏尺寸', + 'mail_as_threads' => '按主题查看邮件', + 'number_format' => '数字格式', + 'current_format' => '当前格式', + 'thousands_seperator' => '千位分隔符', + 'decimal_seperator' => '小数点分隔符', + 'reprocessing_yield' => 'Reprocessing Yield', + 'email_notifications' => '邮件通知', + 'setup_token_now' => '现在设置令牌', + 'owned_keys' => '持有 Key', + 'account_help' => 'For any account related enquiries, including permissions amendments, ' . 'please contact the SeAT administrator.', - 'current_email' => '当前邮箱', - 'new_email' => '新邮箱', - 'confirm_new_email' => '确认新邮箱', - 'email_in_use' => 'The e-mail address :mail is already in use.', - 'scan_qr' => '扫描 QR Code', - 'scan_qr_help1' => '请使用你的认证器应用扫描 QR Code', - 'scan_qr_help2' => '本页面每次重新加载时,Token 和 QR Code 都会刷新', - 'supported_apps' => '支持 Google Authenticator 的应用', - 'preferred_apps' => '偏好应用', - 'other_apps' => '其他应用', - 'confirm_code' => '确认认证器的安全码', - 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . + 'current_email' => '当前邮箱', + 'new_email' => '新邮箱', + 'confirm_new_email' => '确认新邮箱', + 'email_in_use' => 'The e-mail address :mail is already in use.', + 'scan_qr' => '扫描 QR Code', + 'scan_qr_help1' => '请使用你的认证器应用扫描 QR Code', + 'scan_qr_help2' => '本页面每次重新加载时,Token 和 QR Code 都会刷新', + 'supported_apps' => '支持 Google Authenticator 的应用', + 'preferred_apps' => '偏好应用', + 'other_apps' => '其他应用', + 'confirm_code' => '确认认证器的安全码', + 'confirm_help' => 'Next, confirm your setup by entering a confirmation code generated ' . 'by your authentication application.', - 'code' => 'Code', - 'confirm_setup' => '确认设置', - 'linked_characters' => '链接的角色', - 'link_another_character' => '添加一个新的角色', - 'view_third_party_access' => '在Eveonline.com查看其他Apps', - 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . + 'code' => 'Code', + 'confirm_setup' => '确认设置', + 'linked_characters' => '链接的角色', + 'link_another_character' => '添加一个新的角色', + 'view_third_party_access' => '在Eveonline.com查看其他Apps', + 'third_party_access' => 'Check the access third party applications (such as this one) have to ' . 'your EVE Online account regularly.', - 'user_sharelink' => 'User Sharing', - 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', - 'user_sharelink_generate' => 'Generate Link', + 'user_sharelink' => 'User Sharing', + 'user_sharelink_description' => 'You can generate a sharing link that can be shared with other SeAT users to allow them to view your linked characters information.', + 'user_sharelink_generate' => 'Generate Link', // Queue - 'queue_manage' => '队列管理', - 'total_jobs' => '所有任务', - 'queued_jobs' => '队列中的任务', - 'working_jobs' => '正在进行的任务', - 'error_jobs' => '出错的任务', - 'complete' => ' 完成.', - 'history' => '历史', - 'submit_jobs' => '提交任务', - 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . + 'queue_manage' => '队列管理', + 'total_jobs' => '所有任务', + 'queued_jobs' => '队列中的任务', + 'working_jobs' => '正在进行的任务', + 'error_jobs' => '出错的任务', + 'complete' => ' 完成.', + 'history' => '历史', + 'submit_jobs' => '提交任务', + 'job_submit_desc' => 'These buttons allow you to manually queue jobs into the scheduler. It ' . 'runs exactly the same commands as you would on the commandline or via the scheduler.', - 'no_working' => '这些是未工作的任务', - 'no_queue' => '这些是未加入队列的任务', - 'job_error_detail' => '任务错误详细信息', - 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . + 'no_working' => '这些是未工作的任务', + 'no_queue' => '这些是未加入队列的任务', + 'job_error_detail' => '任务错误详细信息', + 'error_details_desc' => 'This is a full stack trace for this job error. If this is not something ' . 'that you understand, or a developer has asked for this, please copy the entire section below ' . 'and paste it on a site such as pastebin and send the link along.', - 'full_job_error' => '所有任务错误详细信息', - 'job_id' => '任务 ID', - 'api' => 'Api', - 'actions' => '动作', - 'owner_id' => '所有人 ID', - 'clear_all_errors' => '清除所有错误', - 'output' => '输出', - 'last_output' => '最后输出', - 'view_full' => '查看全部', - 'no_errors' => '尚无错误', - 'clear_all_history' => '清除所有历史', - 'job_history' => '任务历史', - 'no_history' => '无历史任务', - 'eve_api_status' => 'EVE API 状态', - 'eve_api_error_threshold' => 'API 错误', + 'full_job_error' => '所有任务错误详细信息', + 'job_id' => '任务 ID', + 'api' => 'Api', + 'actions' => '动作', + 'owner_id' => '所有人 ID', + 'clear_all_errors' => '清除所有错误', + 'output' => '输出', + 'last_output' => '最后输出', + 'view_full' => '查看全部', + 'no_errors' => '尚无错误', + 'clear_all_history' => '清除所有历史', + 'job_history' => '任务历史', + 'no_history' => '无历史任务', + 'eve_api_status' => 'EVE API 状态', + 'eve_api_error_threshold' => 'API 错误', 'eve_api_connection_threshold' => '连接错误', - 'supervisor_offline' => '在线', - 'supervisor_online' => '离线', + 'supervisor_offline' => '在线', + 'supervisor_online' => '离线', // Tools - 'standings_builder' => '声望工具', - 'moons_reporter' => 'Moons Reporter', + 'standings_builder' => '声望工具', + 'moons_reporter' => 'Moons Reporter', // Error pages - 'duplicate_account' => 'Duplicate Account', - 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', + 'duplicate_account' => 'Duplicate Account', + 'duplicate_account_msg' => 'We are unable to proceed your change. The character :name is already used in another account. Please contact your administrator to regulate the situation.', // Footer - 'web_version' => '网页版', - 'docker_version' => 'Docker Version', - 'sde_version' => 'SDE 版本', - 'render_in' => '渲染于', - 'copyright' => '版权信息', + 'web_version' => '网页版', + 'docker_version' => 'Docker Version', + 'sde_version' => 'SDE 版本', + 'render_in' => '渲染于', + 'copyright' => '版权信息', ]; diff --git a/src/resources/lang/zh-CN/settings.php b/src/resources/lang/zh-CN/settings.php index 418211ab4..a409b6afe 100644 --- a/src/resources/lang/zh-CN/settings.php +++ b/src/resources/lang/zh-CN/settings.php @@ -21,9 +21,9 @@ */ return [ - 'jobs' => '任务', - 'market_prices_region' => '星域市场数据', + 'jobs' => '任务', + 'market_prices_region' => '星域市场数据', 'market_prices_region_help' => 'SeAT 将使用它从 ESI 收集市场平均价格。这些价格可能在不同的地方使用,例如在合同,装配方案或采矿帐本中。', - 'admin' => '超级用户', - 'admin_assist_edit' => '警告,如果选中此框,则该用户将有权访问所有设置,用户和权限。由于此状态,他(们)还将绕过所有安全限制。请务必谨慎考虑。', + 'admin' => '超级用户', + 'admin_assist_edit' => '警告,如果选中此框,则该用户将有权访问所有设置,用户和权限。由于此状态,他(们)还将绕过所有安全限制。请务必谨慎考虑。', ]; diff --git a/src/resources/lang/zh-CN/squads.php b/src/resources/lang/zh-CN/squads.php index 12caa3994..00e57ee7d 100644 --- a/src/resources/lang/zh-CN/squads.php +++ b/src/resources/lang/zh-CN/squads.php @@ -21,25 +21,25 @@ */ return [ - 'squad' => '小组|小组', - 'name' => '名称|名称', - 'description' => '介绍', - 'type' => '类型', - 'member' => '成员|成员', - 'moderated' => '需要管理员批准', - 'moderator' => '具有管理员权限|具有管理员权限', - 'candidate' => '申请数量|申请数量', + 'squad' => '小组|小组', + 'name' => '名称|名称', + 'description' => '介绍', + 'type' => '类型', + 'member' => '成员|成员', + 'moderated' => '需要管理员批准', + 'moderator' => '具有管理员权限|具有管理员权限', + 'candidate' => '申请数量|申请数量', 'member_since' => '加入时间', - 'applied_at' => '申请时间', - 'character' => '角色|角色', - 'show' => '查看', - 'delete' => '删除', - 'approve' => '同意', - 'reject' => '拒绝', - 'kick' => '踢出', - 'leave' => '离开', - 'join' => '加入', - 'message' => '消息', - 'remove' => '移除', - 'cancel' => '取消', + 'applied_at' => '申请时间', + 'character' => '角色|角色', + 'show' => '查看', + 'delete' => '删除', + 'approve' => '同意', + 'reject' => '拒绝', + 'kick' => '踢出', + 'leave' => '离开', + 'join' => '加入', + 'message' => '消息', + 'remove' => '移除', + 'cancel' => '取消', ]; diff --git a/src/resources/lang/zh-CN/wallet.php b/src/resources/lang/zh-CN/wallet.php index 978e7949e..9910f7ab3 100644 --- a/src/resources/lang/zh-CN/wallet.php +++ b/src/resources/lang/zh-CN/wallet.php @@ -21,20 +21,20 @@ */ return [ - 'date' => '日期', - 'ref_type' => '类型', + 'date' => '日期', + 'ref_type' => '类型', 'from_party' => '转出方', - 'to_party' => '转入方', - 'amount' => '交易金额', - 'balance' => '余额', + 'to_party' => '转入方', + 'amount' => '交易金额', + 'balance' => '余额', - 'order' => '订单', - 'type' => '类型', - 'location' => '地点', - 'price' => '价格', - 'quantity' => '数量', - 'total' => '总计', - 'party' => '交易人', + 'order' => '订单', + 'type' => '类型', + 'location' => '地点', + 'price' => '价格', + 'quantity' => '数量', + 'total' => '总计', + 'party' => '交易人', 'acceleration_gate_fee' => 'Acceleration Gate Fee', 'advertisement_listing_fee' => 'Advertisement Listing Fee',