Files
firefly-iii/resources/lang/ja_JP/breadcrumbs.php

104 lines
4.2 KiB
PHP
Raw Normal View History

2021-08-10 19:32:48 +02:00
<?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/>.
*/
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2021-08-10 19:32:48 +02:00
declare(strict_types=1);
return [
'home' => 'ホーム',
2022-05-02 19:08:28 +02:00
'budgets' => '予算',
2022-02-28 09:00:33 +01:00
'subscriptions' => 'Subscriptions',
2022-05-02 19:08:28 +02:00
'transactions' => '取引',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
2022-05-04 20:15:47 +02:00
'title_revenue' => '収益 / 収入',
'title_deposit' => '収益 / 収入',
2022-05-02 19:08:28 +02:00
'title_transfer' => '送金',
'title_transfers' => '送金',
2021-08-10 19:32:48 +02:00
'edit_currency' => '通貨 ":name" を編集する',
'delete_currency' => '通貨 ":name" を削除する',
2022-02-26 11:24:16 +01:00
'newPiggyBank' => '新規貯金箱の作成',
'edit_piggyBank' => '貯金箱 ":name" を編集する',
2021-08-10 19:32:48 +02:00
'preferences' => '設定',
'profile' => 'プロフィール',
'accounts' => '口座',
'changePassword' => 'パスワードを変更する',
'change_email' => 'メールアドレスを変更する',
2022-02-26 11:24:16 +01:00
'bills' => '請求',
2021-08-10 19:32:48 +02:00
'newBill' => '新しい請求書',
'edit_bill' => '請求書 ":name" を編集する',
'delete_bill' => '請求書 ":name" を削除する',
'reports' => 'レポート',
'search_result' => '":query" の検索結果',
'withdrawal_list' => '支出',
'Withdrawal_list' => '支出',
'deposit_list' => '収入、所得、入金',
'transfer_list' => '振り替え',
'transfers_list' => '振り替え',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-02-26 11:24:16 +01:00
'reconciliation_list' => '調整',
'create_withdrawal' => '新規出金を作成',
2021-08-10 19:32:48 +02:00
'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」を削除',
2022-02-26 11:24:16 +01:00
'logout_others' => '他のセッションからログアウトする',
2022-05-02 19:08:28 +02:00
'asset_accounts' => '資産口座',
'expense_accounts' => '支出口座',
'revenue_accounts' => '収入口座',
'liabilities_accounts' => '負債',
2022-02-26 11:24:16 +01:00
'placeholder' => '[Placeholder]',
2021-08-10 19:32:48 +02:00
];