Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat-75] support drag and drop for map zip files #575

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
[feat-75] add translations
  • Loading branch information
silentrald committed Oct 8, 2024
commit be42f425f5bf6b9439bd0a5d7f44fe8ca6e2f768
14 changes: 7 additions & 7 deletions assets/jsons/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "Kartenimport abgeschlossen",
"error": "Beim Importieren der Karte ist ein Fehler aufgetreten"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "Alle Karten wurden erfolgreich importiert.",
"some-success": "Einige Karten wurden erfolgreich importiert.",
"only-accept-zip": "Nur ZIP-Dateien werden unterstützt.",
"not-found-zip": "Die ZIP-Datei existiert nicht.",
"invalid-zip": "Die ZIP-Datei enthält keine DAT-Dateien."
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions assets/jsons/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@
"error": "An error occurred while importing the map"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "Imported all maps successfully.",
"some-success": "Imported some maps successfully.",
"only-accept-zip": "Only zip files are supported.",
"not-found-zip": "Zip file does not exists.",
"invalid-zip": "Zip file does not contain any dat files."
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "Importación de mapa completa",
"error": "Ocurrió un error al importar el mapa"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "Se importaron todas las mapas con éxito.",
"some-success": "Se importaron algunos mapas con éxito.",
"only-accept-zip": "Solo se admiten archivos ZIP.",
"not-found-zip": "El archivo ZIP no existe.",
"invalid-zip": "El archivo ZIP no contiene archivos DAT."
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "Importation de la carte terminée",
"error": "Une erreur est survenue lors de l'importation de la carte"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "Toutes les cartes ont été importées avec succès.",
"some-success": "Certaines cartes ont été importées avec succès.",
"only-accept-zip": "Seules les fichiers ZIP sont pris en charge.",
"not-found-zip": "Le fichier ZIP n'existe pas.",
"invalid-zip": "Le fichier ZIP ne contient aucun fichier DAT."
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "マップのインポートが完了しました",
"error": "マップのインポート中にエラーが発生しました"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "すべてのマップが正常にインポートされました。",
"some-success": "一部のマップが正常にインポートされました。",
"only-accept-zip": "ZIPファイルのみがサポートされています。",
"not-found-zip": "ZIPファイルが存在しません。",
"invalid-zip": "ZIPファイルにはDATファイルが含まれていません。"
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "Импорт карты завершен",
"error": "Произошла ошибка при импорте карты"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "Все карты были успешно импортированы.",
"some-success": "Некоторые карты были успешно импортированы.",
"only-accept-zip": "Поддерживаются только ZIP-файлы.",
"not-found-zip": "ZIP-файл не существует.",
"invalid-zip": "ZIP-файл не содержит файлов DAT."
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "地圖導入完成",
"error": "在導入地圖時發生錯誤"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "所有地圖已成功導入。",
"some-success": "一些地圖已成功導入。",
"only-accept-zip": "只支持 ZIP 文件。",
"not-found-zip": "ZIP 文件不存在。",
"invalid-zip": "ZIP 文件不包含任何 DAT 文件。"
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions assets/jsons/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@
},
"import-map": {
"titles": {
"success": "Map import complete",
"error": "An error occurred while importing the map"
"success": "地图导入完成",
"error": "在导入地图时发生错误"
},
"msgs": {
"success": "Imported all maps successfully",
"some-success": "Imported some maps successfully",
"only-accept-zip": "Only zip files are supported",
"not-found-zip": "Zip file does not exists",
"invalid-zip": "Invalid zip file contents"
"success": "所有地图已成功导入。",
"some-success": "一些地图已成功导入。",
"only-accept-zip": "只支持 ZIP 文件。",
"not-found-zip": "ZIP 文件不存在。",
"invalid-zip": "ZIP 文件不包含任何 DAT 文件。"
}
}
},
Expand Down