Update languages.

This commit is contained in:
James Cole
2023-11-10 20:09:29 +01:00
parent bac0f99b9b
commit 1b489385b2
255 changed files with 891 additions and 611 deletions

View File

@@ -101,3 +101,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -58,3 +58,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -185,3 +185,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -43,7 +43,7 @@ return [
'split' => '分割',
'single_split' => '分割',
'clone' => '複製',
'clone_and_edit' => 'Clone and edit',
'clone_and_edit' => '複製と編集',
'confirm_action' => '操作を確認',
'last_seven_days' => '過去7日間',
'last_thirty_days' => '過去30日間',
@@ -1566,7 +1566,7 @@ return [
'list_all_attachments' => 'すべての添付ファイルのリスト',
// transaction index
'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).',
'is_reconciled_fields_dropped' => 'この取引は照合済みのため、口座や金額を更新することはできません。',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
'title_revenue' => '収益 / 収入',
@@ -1634,8 +1634,8 @@ return [
'create_currency' => '新しい通貨を作成',
'store_currency' => '新しい通貨を保存',
'update_currency' => '通貨を更新',
'new_default_currency' => '":name" is now the default currency.',
'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.',
'new_default_currency' => ':name」はデフォルト通貨です。',
'default_currency_failed' => '「:name」をデフォルト通貨にすることができませんでした。ログを確認してください。',
'cannot_delete_currency' => ':nameは使用されているため削除できません。',
'cannot_delete_fallback_currency' => ':name はシステムのフォールバック通貨であり、削除できません。',
'cannot_disable_currency_journals' => '取引がまだ使用しているため、:name を無効にできません。',
@@ -1661,9 +1661,9 @@ return [
'disable_currency' => '無効',
'currencies_default_disabled' => 'これらの通貨のほとんどはデフォルトで無効になっています。使用するには、まず有効にする必要があります。',
'currency_is_now_enabled' => '通貨「:name」が有効になりました',
'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.',
'could_not_enable_currency' => '通貨「:name」を有効にできませんでした。ログを確認してください。',
'currency_is_now_disabled' => '通貨「:name」は無効になりました',
'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?',
'could_not_disable_currency' => '通貨「:name」を無効にできませんでした。使用中ではありませんか',
// forms:
'mandatoryFields' => '必須項目',
@@ -1949,7 +1949,7 @@ return [
// transactions:
'unreconcile' => 'Undo reconciliation',
'unreconcile' => '照合を取り消す',
'update_withdrawal' => '出金を更新',
'update_deposit' => '入金を更新',
'update_transaction' => '取引を更新',
@@ -2769,3 +2769,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -314,3 +314,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -201,3 +201,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -197,3 +197,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/

View File

@@ -44,11 +44,12 @@ return [
'invalid_query_currency' => 'クエリには異なる通貨設定の口座を含めることはできません。',
'iban' => '無効なIBANです。',
'zero_or_more' => '数値はマイナスにできません。',
'no_asset_account' => 'This is not an asset account.',
'date_or_time' => '数値はISO 8601 準拠の有効な日付や時刻である必要があります。',
'source_equals_destination' => '引き出し口座と預け入れ口座が同じです。',
'unique_account_number_for_user' => 'この口座番号は既に使われているようです。',
'unique_iban_for_user' => 'このIBANは既に使われているようです。',
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'reconciled_forbidden_field' => 'この取引は照合済みです。「:field」は変更できません。',
'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。',
'rule_trigger_value' => 'この値は選択されたトリガーには無効です。',
'rule_action_value' => 'この値は選択された操作には無効です。',
@@ -307,3 +308,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/