Skip to content

Commit

Permalink
Update jp.php (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkymmm authored Jan 28, 2025
1 parent 8c989d4 commit 2ca5786
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion includes/i18n/jp.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"smtp_password" => "SMTPパスワード",
"from_email" => "送信元アドレス (オプション)",
"send_to_other_emails" => "通知を以下のメールアドレスにも送信する(区切りには ; を使用):",
"other_emails_placeholder" => "[email protected];[email protected]",
"smtp_info" => "SMTPパスワードは平文で送信および保存されます。セキュリティのため専用のアカウントを作成してください。",
"telegram" => "Telegram",
"telegram_bot_token" => "Telegramボットトークン",
Expand Down Expand Up @@ -255,6 +256,13 @@
"backup" => "バックアップ",
"restore" => "リストア",
"restore_info" => "データベースをリストアすると、現在のデータがすべて上書きされます。リストア後はサインアウトされます。",
"account" => "アカウント",
"export_subscriptions" => "定期購入をエクスポート",
"export_as_json" => "JSONとしてエクスポート",
"export_as_csv" => "CSVとしてエクスポート",
"danger_zone" => "危険地帯",
"delete_account" => "アカウントを削除",
"delete_account_info" => "アカウントを削除するとすべてのサブスクリプションと設定も削除されます。",
// Filters menu
"filter" => "フィルタ",
"clear" => "クリア",
Expand Down Expand Up @@ -370,8 +378,9 @@
"export_icalendar" => "iCalendarをエクスポート",
// TOTP Page
"insert_totp_code" => "TOTPコードを入力してください",


];


?>
?>

0 comments on commit 2ca5786

Please sign in to comment.