Meta files for new release.

This commit is contained in:
James Cole
2023-05-13 06:34:12 +02:00
parent 72eab3c0eb
commit a3ede0c6f6
42 changed files with 622 additions and 713 deletions

View File

@@ -249,36 +249,36 @@ return [
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
'webhook_response_TRANSACTIONS' => 'Transaction details',
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_response_none_NONE' => 'No details',
'webhook_response_none_NONE' => '詳細なし',
'webhook_delivery_JSON' => 'JSON',
'inspect' => 'Inspect',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
'create_new_webhook' => 'Webhookを作成',
'webhooks_create_breadcrumb' => 'Webhookを作成',
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
'stored_new_webhook' => 'Stored new webhook ":title"',
'delete_webhook' => 'Delete webhook',
'delete_webhook' => 'Webhook を削除する',
'deleted_webhook' => 'Deleted webhook ":title"',
'edit_webhook' => 'Edit webhook ":title"',
'updated_webhook' => 'Updated webhook ":title"',
'edit_webhook_js' => 'Edit webhook "{title}"',
'show_webhook' => 'Webhook ":title"',
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
'webhook_messages' => 'Webhook message',
'view_message' => 'View message',
'view_attempts' => 'View failed attempts',
'message_content_title' => 'Webhook message content',
'webhook_messages' => 'Webhook メッセージ',
'view_message' => 'メッセージを見る',
'view_attempts' => '失敗した試行の表示',
'message_content_title' => 'Webhook メッセージの内容',
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
'attempt_content_title' => 'Webhook attempts',
'attempt_content_title' => 'Webhook の試行',
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'webhook_attempt_at' => 'Attempt at {moment}',
'logs' => 'Logs',
'response' => 'Response',
'logs' => 'ログ',
'response' => 'レスポンス',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'reset_webhook_secret' => 'Webhook のシークレットをリセット',
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
@@ -1563,8 +1563,8 @@ return [
'title_transfer' => '送金',
'title_transfers' => '送金',
'submission_options' => 'Submission options',
'apply_rules_checkbox' => 'Apply rules',
'fire_webhooks_checkbox' => 'Fire webhooks',
'apply_rules_checkbox' => 'ルールを適用',
'fire_webhooks_checkbox' => 'Webhook を実行する',
// convert stuff:
'convert_is_already_type_Withdrawal' => 'この取引はすでに出金です',
@@ -2299,7 +2299,7 @@ return [
'no_tags' => '(タグなし)',
// piggy banks:
'event_history' => 'Event history',
'event_history' => 'イベント履歴',
'add_money_to_piggy' => '貯金箱「:name」にお金を追加',
'piggy_bank' => '貯金箱',
'new_piggy_bank' => '新しい貯金箱',
@@ -2371,10 +2371,10 @@ return [
// administration
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
'invite_new_user_title' => 'Invite new user',
'invite_new_user_title' => 'ユーザーを招待する',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
'invited_user_mail' => 'Email address',
'invite_user' => 'Invite user',
'invited_user_mail' => 'メールアドレス',
'invite_user' => 'ユーザーを招待する',
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
'administration' => '管理',
'code_already_used' => 'Invite code has been used',
@@ -2424,7 +2424,7 @@ return [
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
'save_notification_settings' => '設定を保存する',
'notification_settings_saved' => 'The notification settings have been saved',
@@ -2697,15 +2697,15 @@ return [
'ale_action_clear_tag' => 'Cleared tag',
'ale_action_clear_all_tags' => 'Cleared all tags',
'ale_action_set_bill' => 'Linked to bill',
'ale_action_set_budget' => 'Set budget',
'ale_action_set_category' => 'Set category',
'ale_action_set_budget' => '予算を設定する',
'ale_action_set_category' => 'カテゴリを設定する',
'ale_action_set_source' => 'Set source account',
'ale_action_set_destination' => 'Set destination account',
'ale_action_update_transaction_type' => 'Changed transaction type',
'ale_action_update_notes' => 'Changed notes',
'ale_action_update_description' => 'Changed description',
'ale_action_add_to_piggy' => 'Piggy bank',
'ale_action_remove_from_piggy' => 'Piggy bank',
'ale_action_add_to_piggy' => '貯金箱',
'ale_action_remove_from_piggy' => '貯金箱',
'ale_action_add_tag' => 'Added tag',
];