修复侧边栏 i18n 缺失 key 警告 (#170)

* Fix i18n missing-key warnings

* Add locale translations for i18n warning keys
This commit is contained in:
Zhicheng Han
2026-04-24 02:31:42 +02:00
committed by GitHub
parent b4359ccddb
commit 03c18c210d
11 changed files with 139 additions and 9 deletions
+2
View File
@@ -85,6 +85,7 @@ export default {
updateSuccess: 'Mise a jour terminee, veuillez redemarrer le serveur',
updateFailed: 'Echec de la mise a jour',
logout: 'Deconnexion',
nodeVersionWarning: 'Node.js v{version} detecte. Veuillez passer a la version 23 ou ulterieure.',
changelog: 'Journal des modifications',
noChangelog: 'Aucun journal disponible',
},
@@ -584,5 +585,6 @@ export default {
unsupportedBackend: 'Le backend de terminal actuel ne prend pas en charge le telechargement de fichiers',
invalidPath: 'Chemin de fichier invalide',
download: 'Telecharger',
downloadFile: 'Telecharger le fichier',
},
}