From 96ed87d3fef16982c93a2abb737e0fe380e71d48 Mon Sep 17 00:00:00 2001 From: silentrald Date: Mon, 23 Sep 2024 23:54:45 +0800 Subject: [PATCH] [feat-76] added translations --- assets/jsons/translations/de.json | 44 +++++++++++++------------- assets/jsons/translations/en.json | 2 +- assets/jsons/translations/es.json | 46 ++++++++++++++-------------- assets/jsons/translations/fr.json | 42 ++++++++++++------------- assets/jsons/translations/ja.json | 46 ++++++++++++++-------------- assets/jsons/translations/ru.json | 46 ++++++++++++++-------------- assets/jsons/translations/zh-tw.json | 46 ++++++++++++++-------------- assets/jsons/translations/zh.json | 46 ++++++++++++++-------------- 8 files changed, 159 insertions(+), 159 deletions(-) diff --git a/assets/jsons/translations/de.json b/assets/jsons/translations/de.json index 9321138ab..b596b1f10 100644 --- a/assets/jsons/translations/de.json +++ b/assets/jsons/translations/de.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "Installierte Mods abrufen 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "Benutzerdefiniertes Mod installiert 🎉", + "update-success": "Benutzerdefiniertes Mod aktualisiert 🎉", + "install-error": "Installation des benutzerdefinierten Mods fehlgeschlagen 😨", + "update-error": "Aktualisierung des benutzerdefinierten Mods fehlgeschlagen 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "Benutzerdefiniertes Mod wurde installiert.", + "update-success": "Benutzerdefiniertes Mod wurde aktualisiert.", + "verify-error": "Die benutzerdefinierten Mod-Dateien enthalten keine DLL-Dateien.", + "install-error": "Die benutzerdefinierten Mod-Dateien konnten nicht installiert werden.", + "no-files-error": "Der benutzerdefinierte Mod enthält keine Dateien.", + "update-error": "Der benutzerdefinierte Mod konnte nicht aktualisiert werden." } }, "toggle-mods": { @@ -814,19 +814,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "Benutzerdefiniertes Mod installieren", + "update-title": "Benutzerdefiniertes Mod aktualisieren", + "existing": "Überschreiben des vorhandenen Mods", "name": "Name", - "name-required": "Mod name is required", + "name-required": "Der Mod-Name ist erforderlich.", "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "description": "Beschreibung", + "files": "Dateien", + "file-exists": "Mod-Datei existiert bereits", + "file-local-conflict": "Konfliktierende Mod-Datei", + "file-api-conflict": "Stattdessen {mod} Mod installieren", + "install-button": "Installieren", + "update-button": "Aktualisieren" } }, "maps": { diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 34d2ef2b0..1be63403b 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -825,7 +825,7 @@ "update-title": "Update custom mod", "existing": "Overwriting existing mod", "name": "Name", - "name-required": "Mod name is required", + "name-required": "Mod name is required.", "version": "Version", "description": "Description", "files": "Files", diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index 0b574a012..9e943ac36 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "Obtener mods instalados 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "Mod personalizado instalado 🎉", + "update-success": "Mod personalizado actualizado 🎉", + "install-error": "La instalación del mod personalizado falló 😨", + "update-error": "La actualización del mod personalizado falló 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "El mod personalizado ha sido instalado.", + "update-success": "El mod personalizado ha sido actualizado.", + "verify-error": "Los archivos del mod personalizado no contienen archivos DLL.", + "install-error": "Los archivos del mod personalizado no se pudieron instalar.", + "no-files-error": "El mod personalizado no contiene ningún archivo.", + "update-error": "El mod personalizado no se pudo actualizar." } }, "toggle-mods": { @@ -814,19 +814,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "Instalar mod personalizado", + "update-title": "Actualizar mod personalizado", + "existing": "Sobrescribiendo el mod existente", "name": "Nombre", - "name-required": "Mod name is required", - "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "name-required": "Se requiere el nombre del mod.", + "version": "Versión", + "description": "Descripción", + "files": "Archivos", + "file-exists": "El archivo del mod ya existe", + "file-local-conflict": "Archivo de mod en conflicto", + "file-api-conflict": "Instalar el mod {mod} en su lugar", + "install-button": "Instalar", + "update-button": "Actualizar" } }, "maps": { diff --git a/assets/jsons/translations/fr.json b/assets/jsons/translations/fr.json index f85395f03..38940e744 100644 --- a/assets/jsons/translations/fr.json +++ b/assets/jsons/translations/fr.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "Obtenir les mods installés 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "Mod personnalisé installé 🎉", + "update-success": "Mod personnalisé mis à jour 🎉", + "install-error": "L'installation du mod personnalisé a échoué 😨", + "update-error": "La mise à jour du mod personnalisé a échoué 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "Le mod personnalisé a été installé.", + "update-success": "Le mod personnalisé a été mis à jour.", + "verify-error": "Les fichiers du mod personnalisé ne contiennent aucun fichier DLL.", + "install-error": "Les fichiers du mod personnalisé n'ont pas pu être installés.", + "no-files-error": "Le mod personnalisé ne contient aucun fichier.", + "update-error": "Le mod personnalisé n'a pas pu être mis à jour." } }, "toggle-mods": { @@ -815,19 +815,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "Installer le mod personnalisé", + "update-title": "Mettre à jour le mod personnalisé", + "existing": "Écraser le mod existant", "name": "nom", - "name-required": "Mod name is required", + "name-required": "Le nom du mod est requis.", "version": "Version", "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "files": "Fichiers", + "file-exists": "Le fichier du mod existe déjà", + "file-local-conflict": "Fichier de mod en conflit", + "file-api-conflict": "Installer le mod {mod} à la place", + "install-button": "Installer", + "update-button": "Mettre à jour" } }, "maps": { diff --git a/assets/jsons/translations/ja.json b/assets/jsons/translations/ja.json index 662f0b883..67f6e8e3e 100644 --- a/assets/jsons/translations/ja.json +++ b/assets/jsons/translations/ja.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "インストールされたモッドを取得 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "カスタムモッドがインストールされました 🎉", + "update-success": "カスタムモッドが更新されました 🎉", + "install-error": "カスタムモッドのインストールに失敗しました 😨", + "update-error": "カスタムモッドの更新に失敗しました 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "カスタムモッドがインストールされました。", + "update-success": "カスタムモッドが更新されました。", + "verify-error": "カスタムモッドのファイルにはDLLファイルが含まれていません。", + "install-error": "カスタムモッドのファイルをインストールできませんでした。", + "no-files-error": "カスタムモッドにはファイルが含まれていません。", + "update-error": "カスタムモッドを更新できませんでした。" } }, "toggle-mods": { @@ -814,19 +814,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "カスタムモッドをインストール", + "update-title": "カスタムモッドを更新", + "existing": "既存のモッドを上書きしています", "name": "名前", - "name-required": "Mod name is required", - "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "name-required": "モッド名は必須です。", + "version": "バージョン", + "description": "説明", + "files": "ファイル", + "file-exists": "モッドファイルはすでに存在します", + "file-local-conflict": "衝突するモッドファイル", + "file-api-conflict": "代わりに {mod} モッドをインストール", + "install-button": "インストール", + "update-button": "更新" } }, "maps": { diff --git a/assets/jsons/translations/ru.json b/assets/jsons/translations/ru.json index d0dc08552..d9627ea8c 100644 --- a/assets/jsons/translations/ru.json +++ b/assets/jsons/translations/ru.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "Получить установленные моды 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "Пользовательский мод установлен 🎉", + "update-success": "Пользовательский мод обновлён 🎉", + "install-error": "Установка пользовательского мода не удалась 😨", + "update-error": "Обновление пользовательского мода не удалось 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "Пользовательский мод был установлен.", + "update-success": "Пользовательский мод был обновлён.", + "verify-error": "Файлы пользовательского мода не содержат файлов DLL.", + "install-error": "Файлы пользовательского мода не удалось установить.", + "no-files-error": "Пользовательский мод не содержит файлов.", + "update-error": "Пользовательский мод не удалось обновить." } }, "toggle-mods": { @@ -813,19 +813,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "Установить пользовательский мод", + "update-title": "Обновить пользовательский мод", + "existing": "Перезапись существующего мода", "name": "Имя", - "name-required": "Mod name is required", - "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "name-required": "Название мода обязательно.", + "version": "Версия", + "description": "Описание", + "files": "Файлы", + "file-exists": "Файл мода уже существует", + "file-local-conflict": "Конфликтующий файл мода", + "file-api-conflict": "Установить мод {mod} вместо этого", + "install-button": "Установить", + "update-button": "Обновить" } }, "maps": { diff --git a/assets/jsons/translations/zh-tw.json b/assets/jsons/translations/zh-tw.json index 890f85832..23200cbf5 100644 --- a/assets/jsons/translations/zh-tw.json +++ b/assets/jsons/translations/zh-tw.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "獲取已安裝的模組 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "自訂模組已安裝 🎉", + "update-success": "自訂模組已更新 🎉", + "install-error": "自訂模組安裝失敗 😨", + "update-error": "自訂模組更新失敗 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "自訂模組已安裝。", + "update-success": "自訂模組已更新。", + "verify-error": "自訂模組檔案不包含任何 DLL 檔案。", + "install-error": "自訂模組檔案無法安裝。", + "no-files-error": "自訂模組不包含任何檔案。", + "update-error": "自訂模組無法更新。" } }, "toggle-mods": { @@ -814,19 +814,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "安裝自訂模組", + "update-title": "更新自訂模組", + "existing": "覆蓋現有模組", "name": "名稱", - "name-required": "Mod name is required", - "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "name-required": "模組名稱是必填項。", + "version": "版本", + "description": "描述", + "files": "檔案", + "file-exists": "模組檔案已存在", + "file-local-conflict": "衝突的模組檔案", + "file-api-conflict": "改為安裝 {mod} 模組", + "install-button": "安裝", + "update-button": "更新" } }, "maps": { diff --git a/assets/jsons/translations/zh.json b/assets/jsons/translations/zh.json index 93409b4c9..493d7839d 100644 --- a/assets/jsons/translations/zh.json +++ b/assets/jsons/translations/zh.json @@ -459,7 +459,7 @@ "mods": { "get-installed-mods": { "titles": { - "error": "Get installed mods 😨" + "error": "获取已安装的模组 😨" } }, "install-mods": { @@ -499,18 +499,18 @@ }, "external-mod": { "titles": { - "install-success": "Custom mod installed 🎉", - "update-success": "Custom mod updated 🎉", - "install-error": "Custom mod installation failed 😨", - "update-error": "Custom mod update failed 😨" + "install-success": "自定义模组已安装 🎉", + "update-success": "自定义模组已更新 🎉", + "install-error": "自定义模组安装失败 😨", + "update-error": "自定义模组更新失败 😨" }, "msgs": { - "install-success": "Custom mod has been installed.", - "update-success": "Custom mod has been updated.", - "verify-error": "Custom mod file/s does not contain any dll files.", - "install-error": "Custom mod file/s could not be installed.", - "no-files-error": "Custom mod does not contain any files.", - "update-error": "Custom mod could not be updated." + "install-success": "自定义模组已安装。", + "update-success": "自定义模组已更新。", + "verify-error": "自定义模组文件不包含任何 DLL 文件。", + "install-error": "自定义模组文件无法安装。", + "no-files-error": "自定义模组不包含任何文件。", + "update-error": "自定义模组无法更新。" } }, "toggle-mods": { @@ -814,19 +814,19 @@ "title": "Install custom mod", }, "external-mod": { - "install-title": "Install custom mod", - "update-title": "Update custom mod", - "existing": "Overwriting existing mod", + "install-title": "安装自定义模组", + "update-title": "更新自定义模组", + "existing": "覆盖现有模组", "name": "名称", - "name-required": "Mod name is required", - "version": "Version", - "description": "Description", - "files": "Files", - "file-exists": "Mod file already exists", - "file-local-conflict": "Conflicting mod file", - "file-api-conflict": "Install {mod} mod instead", - "install-button": "Install", - "update-button": "Update" + "name-required": "模组名称是必填项。", + "version": "版本", + "description": "描述", + "files": "文件", + "file-exists": "模组文件已存在", + "file-local-conflict": "冲突的模组文件", + "file-api-conflict": "改为安装 {mod} 模组", + "install-button": "安裝", + "update-button": "更新" } }, "maps": {