-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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ボットトークン", | ||
|
@@ -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" => "クリア", | ||
|
@@ -370,8 +378,9 @@ | |
"export_icalendar" => "iCalendarをエクスポート", | ||
// TOTP Page | ||
"insert_totp_code" => "TOTPコードを入力してください", | ||
|
||
|
||
]; | ||
|
||
|
||
?> | ||
?> |