fix: 添加缺失的i18n文本
This commit is contained in:
@@ -478,7 +478,13 @@
|
|||||||
"security": "Security Settings",
|
"security": "Security Settings",
|
||||||
"appearance": "Appearance Settings",
|
"appearance": "Appearance Settings",
|
||||||
"system": "System Settings",
|
"system": "System Settings",
|
||||||
"about": "About"
|
"about": "About",
|
||||||
|
"dataManagement": "Data Management"
|
||||||
|
},
|
||||||
|
"exportConnections": {
|
||||||
|
"title": "Export Connection Data",
|
||||||
|
"decryptKeyInfo": "The decryption password is the ENCRYPTION_KEY in your data/.env file. Please keep this file secure.",
|
||||||
|
"buttonText": "Start Export"
|
||||||
},
|
},
|
||||||
|
|
||||||
"timezone": {
|
"timezone": {
|
||||||
|
|||||||
@@ -713,7 +713,8 @@
|
|||||||
"appearance": "外観設定",
|
"appearance": "外観設定",
|
||||||
"security": "セキュリティ設定",
|
"security": "セキュリティ設定",
|
||||||
"system": "システム設定",
|
"system": "システム設定",
|
||||||
"about": "バージョン情報"
|
"about": "バージョン情報",
|
||||||
|
"dataManagement": "データ管理"
|
||||||
},
|
},
|
||||||
"changePassword": {
|
"changePassword": {
|
||||||
"confirmPassword": "新しいパスワードを再入力:",
|
"confirmPassword": "新しいパスワードを再入力:",
|
||||||
@@ -1039,6 +1040,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"exportConnections": {
|
||||||
|
"title": "接続データのエクスポート",
|
||||||
|
"decryptKeyInfo": "解凍パスワードは、data/.env ファイル内の ENCRYPTION_KEY です。このファイルを安全に保管してください。",
|
||||||
|
"buttonText": "エクスポートを開始"
|
||||||
|
},
|
||||||
"setup": {
|
"setup": {
|
||||||
"confirmPassword": "パスワードを再入力",
|
"confirmPassword": "パスワードを再入力",
|
||||||
"confirmPasswordPlaceholder": "パスワードを再入力して確認",
|
"confirmPasswordPlaceholder": "パスワードを再入力して確認",
|
||||||
|
|||||||
Reference in New Issue
Block a user