update
This commit is contained in:
@@ -367,6 +367,18 @@
|
||||
"appearance": "Appearance Settings",
|
||||
"system": "System Settings"
|
||||
},
|
||||
|
||||
"timezone": {
|
||||
"title": "Timezone Settings",
|
||||
"selectLabel": "Select Timezone:",
|
||||
"description": "Timestamps in notifications will be formatted according to this timezone.",
|
||||
"success": {
|
||||
"saved": "Timezone setting saved successfully."
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "Failed to save timezone setting."
|
||||
}
|
||||
},
|
||||
"changePassword": {
|
||||
"title": "Change Password",
|
||||
"currentPassword": "Current Password:",
|
||||
@@ -663,17 +675,6 @@
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "Failed to save sync target."
|
||||
},
|
||||
"timezone": {
|
||||
"title": "Timezone Settings",
|
||||
"selectLabel": "Select Timezone:",
|
||||
"description": "Timestamps in notifications will be formatted according to this timezone.",
|
||||
"success": {
|
||||
"saved": "Timezone setting saved successfully."
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "Failed to save timezone setting."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -529,6 +529,17 @@
|
||||
"description": "アプリケーションのビジュアルテーマと背景をカスタマイズします。",
|
||||
"title": "外観設定"
|
||||
},
|
||||
"timezone": {
|
||||
"description": "通知のタイムスタンプはこのタイムゾーンに基づいてフォーマットされます。",
|
||||
"error": {
|
||||
"saveFailed": "タイムゾーン設定の保存に失敗しました。"
|
||||
},
|
||||
"selectLabel": "タイムゾーンを選択:",
|
||||
"success": {
|
||||
"saved": "タイムゾーン設定が正常に保存されました。"
|
||||
},
|
||||
"title": "タイムゾーン設定"
|
||||
},
|
||||
"autoCopyOnSelect": {
|
||||
"enableLabel": "マウスボタンを離したときに選択したテキストを自動的にコピーする",
|
||||
"error": {
|
||||
@@ -588,17 +599,7 @@
|
||||
"targetCommandHistory": "コマンド履歴",
|
||||
"targetNone": "なし",
|
||||
"targetQuickCommands": "クイックコマンド",
|
||||
"timezone": {
|
||||
"description": "通知のタイムスタンプはこのタイムゾーンに基づいてフォーマットされます。",
|
||||
"error": {
|
||||
"saveFailed": "タイムゾーン設定の保存に失敗しました。"
|
||||
},
|
||||
"selectLabel": "タイムゾーンを選択:",
|
||||
"success": {
|
||||
"saved": "タイムゾーン設定が正常に保存されました。"
|
||||
},
|
||||
"title": "タイムゾーン設定"
|
||||
},
|
||||
|
||||
"title": "コマンド入力同期"
|
||||
},
|
||||
"docker": {
|
||||
|
||||
@@ -367,6 +367,17 @@
|
||||
"appearance": "外观设置",
|
||||
"system": "系统设置"
|
||||
},
|
||||
"timezone": {
|
||||
"title": "时区设置",
|
||||
"selectLabel": "选择时区:",
|
||||
"description": "通知中的时间戳将根据此时区进行格式化。",
|
||||
"success": {
|
||||
"saved": "时区设置已成功保存。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存时区设置失败。"
|
||||
}
|
||||
},
|
||||
"changePassword": {
|
||||
"title": "修改密码",
|
||||
"currentPassword": "当前密码:",
|
||||
@@ -664,18 +675,8 @@
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存同步目标失败。"
|
||||
},
|
||||
"timezone": {
|
||||
"title": "时区设置",
|
||||
"selectLabel": "选择时区:",
|
||||
"description": "通知中的时间戳将根据此时区进行格式化。",
|
||||
"success": {
|
||||
"saved": "时区设置已成功保存。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存时区设置失败。"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"notificationController": {
|
||||
|
||||
Reference in New Issue
Block a user