Code for new release

This commit is contained in:
James Cole
2023-07-15 16:02:42 +02:00
parent f43b539470
commit b557805eeb
213 changed files with 1942 additions and 1426 deletions

View File

@@ -36,7 +36,7 @@ declare(strict_types=1);
return [
// new user:
'bank_name' => '支払い銀行名',
'bank_name' => '銀行名',
'bank_balance' => '残高',
'savings_balance' => '貯金残高',
'credit_card_limit' => 'クレジットカード上限額',
@@ -61,8 +61,8 @@ return [
'BIC' => 'BIC',
'verify_password' => 'パスワードの安全性確認',
'source_account' => '支出元口座',
'destination_account' => '送金先の口座',
'asset_destination_account' => '送金先の口座',
'destination_account' => '宛先口座',
'asset_destination_account' => '宛先口座',
'include_net_worth' => '純資産に含める',
'asset_source_account' => '支出元口座',
'journal_description' => '説明',
@@ -150,7 +150,7 @@ return [
'start' => '期間の開始',
'end' => '期間の終了',
'delete_account' => '口座「:name」を削除',
'delete_webhook' => 'Delete webhook ":title"',
'delete_webhook' => 'Webhook:title」を削除',
'delete_bill' => '請求「:name」を削除',
'delete_budget' => '予算「:name」を削除',
'delete_category' => 'カテゴリ「:name」を削除',
@@ -171,7 +171,7 @@ return [
'object_group_areYouSure' => 'グループ「:title」を削除してもよろしいですか',
'ruleGroup_areYouSure' => 'ルールグループ「:title」を削除してもよろしいですか',
'budget_areYouSure' => '予算「:name」を削除してもよろしいですか',
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
'webhook_areYouSure' => '本当にWebhook「:title」を削除してもよろしいですか',
'category_areYouSure' => 'カテゴリ「:name」を削除してもよろしいですか',
'recurring_areYouSure' => '定期的な取引「:title」を削除してもよろしいですか',
'currency_areYouSure' => '通貨「:name」を削除してもよろしいですか',
@@ -299,9 +299,9 @@ return [
'submitted' => '送信済み',
'key' => '鍵',
'value' => '記録の内容',
'webhook_delivery' => 'Delivery',
'webhook_response' => 'Response',
'webhook_trigger' => 'Trigger',
'webhook_delivery' => '配信',
'webhook_response' => 'レスポンス',
'webhook_trigger' => 'トリガー',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.