fix: 添加缺失的i18n文本
This commit is contained in:
@@ -384,7 +384,7 @@ const updateCharts = (newStatus: ServerStatusData | null) => {
|
||||
const roundingFactor = networkRateUnitIsMB.value ? 1 : 10;
|
||||
const buffer = networkRateUnitIsMB.value ? 1 : 10;
|
||||
networkChartOptions.value.scales.y.max = Math.ceil(maxNetworkRate / roundingFactor) * roundingFactor + buffer;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
watch(() => props.serverStatus, (newStatus) => {
|
||||
|
||||
@@ -478,8 +478,14 @@
|
||||
"security": "Security Settings",
|
||||
"appearance": "Appearance 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": {
|
||||
"title": "Timezone Settings",
|
||||
|
||||
@@ -713,7 +713,8 @@
|
||||
"appearance": "外観設定",
|
||||
"security": "セキュリティ設定",
|
||||
"system": "システム設定",
|
||||
"about": "バージョン情報"
|
||||
"about": "バージョン情報",
|
||||
"dataManagement": "データ管理"
|
||||
},
|
||||
"changePassword": {
|
||||
"confirmPassword": "新しいパスワードを再入力:",
|
||||
@@ -1039,6 +1040,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"exportConnections": {
|
||||
"title": "接続データのエクスポート",
|
||||
"decryptKeyInfo": "解凍パスワードは、data/.env ファイル内の ENCRYPTION_KEY です。このファイルを安全に保管してください。",
|
||||
"buttonText": "エクスポートを開始"
|
||||
},
|
||||
"setup": {
|
||||
"confirmPassword": "パスワードを再入力",
|
||||
"confirmPasswordPlaceholder": "パスワードを再入力して確認",
|
||||
|
||||
Reference in New Issue
Block a user