mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update meta files for new release.
This commit is contained in:
@@ -58,7 +58,7 @@ return [
|
||||
'apply' => '適用',
|
||||
'select_date' => '日付を選択...',
|
||||
'cancel' => 'キャンセル',
|
||||
'from' => 'から',
|
||||
'from' => '引き出し元',
|
||||
'to' => 'へ',
|
||||
'structure' => '構成',
|
||||
'help_translating' => 'このヘルプ文章はまだあなたの言語で利用可能ではありません。<a href="https://crowdin.com/project/firefly-iii-help">翻訳を手伝っていただけますか?</a>',
|
||||
@@ -745,7 +745,7 @@ return [
|
||||
'yearly' => '毎年',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'ではない',
|
||||
'is_not_rule_trigger' => '否定',
|
||||
'cannot_fire_inactive_rules' => '無効なルールは実行できません。',
|
||||
'rules' => 'ルール',
|
||||
'rule_name' => 'ルールの名前',
|
||||
@@ -1395,6 +1395,7 @@ return [
|
||||
'pref_notification_new_access_token' => '新しい API アクセストークンが作成されたときに警告する',
|
||||
'pref_notification_transaction_creation' => '取引が自動的に作成されたとき警告する',
|
||||
'pref_notification_user_login' => '新しい場所からログインしたときに警告する',
|
||||
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
|
||||
'pref_notifications' => '通知',
|
||||
'pref_notifications_help' => 'これらは受け取る通知であるかどうかを示します。いくつかの通知には機密情報が含まれている場合があります。',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
@@ -1624,6 +1625,8 @@ return [
|
||||
'create_new_revenue' => '新しい収入口座を作成',
|
||||
'create_new_piggy_bank' => '新規貯金箱の作成',
|
||||
'create_new_bill' => '新しい請求を作成',
|
||||
'create_new_subscription' => 'Create new subscription',
|
||||
'create_new_rule' => 'Create new rule',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => '新しい通貨を作成',
|
||||
@@ -1782,6 +1785,7 @@ return [
|
||||
'bill_repeats_half-year_skip' => '{skip} 半期おきの繰り返し',
|
||||
'bill_repeats_yearly_skip' => '{skip} 年おきの繰り返し',
|
||||
'subscriptions' => '講読',
|
||||
'go_to_subscriptions' => 'Go to your subscriptions',
|
||||
'forever' => '無期限',
|
||||
'extension_date_is' => '延長日は {date} です',
|
||||
|
||||
@@ -2368,6 +2372,7 @@ return [
|
||||
'created_tag' => 'タグ「:tag」が作成されました!',
|
||||
|
||||
'transaction_journal_information' => '取引情報',
|
||||
'transaction_journal_amount' => 'Amount information',
|
||||
'transaction_journal_meta' => 'メタ情報',
|
||||
'transaction_journal_more' => '詳細情報',
|
||||
'basic_journal_information' => '取引基本情報',
|
||||
|
||||
@@ -198,7 +198,7 @@ return [
|
||||
'permDeleteWarning' => 'Firefly IIIからの削除は永久的で、元に戻すことはできません。',
|
||||
'mass_make_selection' => 'チェックボックスを外せば、その項目が削除されないようにすることができます。',
|
||||
'delete_all_permanently' => '選択した項目を永久に削除する',
|
||||
'update_all_journals' => 'これらの取引を更新する',
|
||||
'update_all_journals' => 'これらの取引を更新',
|
||||
'also_delete_transactions' => 'このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する :count 件の取引も削除されます。',
|
||||
'also_delete_transactions_js' => '取引はありません|このアカウントに関連するただ一つの取引も削除されます。|このアカウントに関連する {count} 件の取引も削除されます。',
|
||||
'also_delete_connections' => 'このリンクタイプにリンクするただ一つの取引の関連がなくなります。|このリンクタイプにリンクする :count 件の取引の関連がなくなります。',
|
||||
|
||||
@@ -95,7 +95,7 @@ return [
|
||||
'notes' => '備考',
|
||||
'from' => 'から',
|
||||
'piggy_bank' => '貯金箱',
|
||||
'to' => '受け取り',
|
||||
'to' => '預け入れ先',
|
||||
'budget' => '予算',
|
||||
'category' => 'カテゴリ',
|
||||
'bill' => '請求',
|
||||
|
||||
69
resources/lang/ja_JP/rules.php
Normal file
69
resources/lang/ja_JP/rules.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 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/>.
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
|
||||
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
|
||||
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
|
||||
'journal_other_user' => 'This transaction doesn\'t belong to the user',
|
||||
'no_such_journal' => 'This transaction doesn\'t exist',
|
||||
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
|
||||
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
|
||||
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
|
||||
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
|
||||
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
|
||||
'is_already_withdrawal' => 'This transaction is already a withdrawal',
|
||||
'is_already_deposit' => 'This transaction is already a deposit',
|
||||
'is_already_transfer' => 'This transaction is already a transfer',
|
||||
'is_not_transfer' => 'This transaction is not a transfer',
|
||||
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
|
||||
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
|
||||
'new_notes_empty' => 'The notes to be set are empty',
|
||||
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
|
||||
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
|
||||
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
|
||||
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
|
||||
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
|
||||
'already_has_destination' => 'This transaction already has ":name" as the destination account',
|
||||
'already_has_source' => 'This transaction already has ":name" as the source account',
|
||||
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
||||
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
||||
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
||||
'no_tags_to_remove' => 'The transaction has no tags to remove',
|
||||
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
|
||||
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
|
||||
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
|
||||
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
|
||||
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
|
||||
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
|
||||
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
|
||||
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
|
||||
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
|
||||
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
|
||||
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
|
||||
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
|
||||
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
|
||||
];
|
||||
Reference in New Issue
Block a user