New translations.

This commit is contained in:
James Cole
2021-08-10 19:32:48 +02:00
parent 8328c26df3
commit 21d28a9a19
44 changed files with 3303 additions and 30 deletions

View File

@@ -0,0 +1,64 @@
<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'ホーム',
'edit_currency' => '通貨 ":name" を編集する',
'delete_currency' => '通貨 ":name" を削除する',
'newPiggyBank' => '新しい貯金箱を作成する',
'edit_piggyBank' => '貯金箱 ":name" を編集する',
'preferences' => '設定',
'profile' => 'プロフィール',
'accounts' => '口座',
'changePassword' => 'パスワードを変更する',
'change_email' => 'メールアドレスを変更する',
'bills' => '請求書',
'newBill' => '新しい請求書',
'edit_bill' => '請求書 ":name" を編集する',
'delete_bill' => '請求書 ":name" を削除する',
'reports' => 'レポート',
'search_result' => '":query" の検索結果',
'withdrawal_list' => '支出',
'Withdrawal_list' => '支出',
'deposit_list' => '収入、所得、入金',
'transfer_list' => '振り替え',
'transfers_list' => '振り替え',
'reconciliation_list' => '照合リスト',
'create_withdrawal' => '新しい出金を作成する',
'create_deposit' => '新しい入金を作成する',
'create_transfer' => '新しい振り替えを作成する',
'create_new_transaction' => '新規取引を作成',
'edit_journal' => '取り引き ":description" を編集する',
'edit_reconciliation' => '":description" を編集する',
'delete_journal' => '取り引き ":description" を削除する',
'delete_group' => '取り引き ":description" を削除する',
'tags' => 'タグ',
'createTag' => '新しいタグを作成する',
'edit_tag' => 'タグ ":tag" を編集する',
'delete_tag' => 'タグ ":tag" を削除する',
'delete_journal_link' => '取引間のリンクを削除する',
'edit_object_group' => 'グループ「:title」を編集',
'delete_object_group' => 'グループ「:title」を削除',
'logout_others' => '他のセッションをログアウトさせる'
];