Skip to content

Commit

Permalink
Updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
HafisCZ committed Mar 9, 2023
1 parent a355d94 commit 0e136d4
Show file tree
Hide file tree
Showing 9 changed files with 711 additions and 243 deletions.
68 changes: 60 additions & 8 deletions js/lang/ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"attack28": "Critical Blocked",
"attack29": "Critical Evaded",
"attack100": "Revive",
"attack200": "Song #{level} - #{notes}n",
"attack200": "Bard Song",
"attack200_2": "Bard Song L#{spellLevel} - #{spellNotes} notes",
"gt_background1": "Gold",
"gt_background2": "Silver",
"gt_background3": "Bronze",
Expand Down Expand Up @@ -168,7 +169,13 @@
"gem4": "Constitution",
"gem5": "Luck",
"gem6": "Black",
"gem7": "Legendary"
"gem7": "Legendary",
"companion1": "Bert",
"companion2": "Mark",
"companion3": "Kunigunde",
"companion1_full": "#{player}'s Bert",
"companion2_full": "#{player}'s Mark",
"companion3_full": "#{player}'s Kunigunde"
},
"achievements": {
"0": "Globetrotter",
Expand Down Expand Up @@ -335,6 +342,10 @@
"title": "Ungerwäut",
"desc": "Simulier dr wahrschinlech Usgang vom ne Ungerwäutkampf"
},
"analyzer": {
"title": "Fight Analyzer",
"desc": "Display all fights within a file for detailed analysis"
},
"fights": {
"title": "Kampfaluege",
"desc": "Zeigt aui PvP-Kämpf ah wo inere Archivdatei gspicheret si."
Expand Down Expand Up @@ -908,10 +919,6 @@
"simulate_next": "More",
"player": "Spiler",
"enemy": "Gägner",
"yourself": "Du",
"bert": "Bertram",
"mark": "Markwart",
"kunigunde": "Kunigunde",
"open": "Aktuell offeni Dungeons",
"graph": {
"y": "Boss HP verbliben",
Expand Down Expand Up @@ -961,6 +968,41 @@
}
}
},
"analyzer": {
"topbar": {
"import": "Import",
"clear": "Clear",
"export": "Export"
},
"form": {
"fight_group": "Select group",
"fight_list": "Select fight",
"editable_data": "Editable data"
},
"players": "Players",
"preview": "Fight preview",
"export": "Export fights",
"clear_changes": "Reset to original state",
"table": {
"select": "#{index} - #{rounds} rounds - #{nameA} (#{healthA} / #{totalHealthA}) - #{nameB} (#{healthB} / #{totalHealthB}) - Winner: #{winner}",
"rage": "Rage",
"attacker": "Attacker",
"target": "Target",
"type": "Type",
"health": "Health left",
"damage": "Damage",
"damage_base": "Base damage"
},
"summary": {
"view": "View summary",
"damage": "Base damage ranges",
"type": "Attack types"
},
"toast_import_error": {
"title": "Import failed",
"message": "Ensure that you are importing a valid HAR or fight JSON"
}
},
"players": {
"gladiator_mode": "Gladiator will be set to 15 regardless of your settings",
"ihof_mode": "IHOF Mode: Gladiator is not reduced!",
Expand Down Expand Up @@ -1064,6 +1106,10 @@
"simulate_debug": "Simulate in debug mode",
"configure": "Configure simulator",
"configure_copy": "Copy everyone including current configuration",
"configure_insert": "Insert sample data",
"configure_log": "Run simulation with logging enabled",
"configure_log_file": "Save to file",
"configure_log_broadcast": "Open with analyzer",
"clipboard": {
"copy_all": "Copy everyone",
"paste_mode": "Toggle Add/Replace insertion mode"
Expand Down Expand Up @@ -1136,8 +1182,13 @@
"title": "Your user name or password is not valid",
"message": "Please ensure that it is in correct format (username@url)"
},
"credentials_error": "Wrong username or password",
"download_error": "Download failed"
"errors": {
"network_error": "Server cannot be reached",
"name_not_whitelisted_error": "Player not whitelisted",
"error_wrong_pass": "Incorrect password",
"error_player_not_found": "Character was not found on the server",
"error_sessionid_invalid": "Session expired or interrupted by another device"
}
},
"database": {
"open_error": {
Expand All @@ -1156,6 +1207,7 @@
"cancel": "Cancel",
"continue": "Continue",
"save": "Save",
"close": "Close",
"ok": "Ok"
},
"template_manage": {
Expand Down
68 changes: 60 additions & 8 deletions js/lang/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"attack28": "Critical Blocked",
"attack29": "Critical Evaded",
"attack100": "Revive",
"attack200": "Song #{level} - #{notes}n",
"attack200": "Bard Song",
"attack200_2": "Bard Song L#{spellLevel} - #{spellNotes} notes",
"gt_background1": "Gold",
"gt_background2": "Silver",
"gt_background3": "Bronze",
Expand Down Expand Up @@ -168,7 +169,13 @@
"gem4": "Constitution",
"gem5": "Luck",
"gem6": "Black",
"gem7": "Legendary"
"gem7": "Legendary",
"companion1": "Bert",
"companion2": "Mark",
"companion3": "Kunigunde",
"companion1_full": "#{player}'s Bert",
"companion2_full": "#{player}'s Mark",
"companion3_full": "#{player}'s Kunigunde"
},
"achievements": {
"0": "Globetrotter",
Expand Down Expand Up @@ -335,6 +342,10 @@
"title": "Podsvětí",
"desc": "Zjisti jakou máš šanci na poražení hráčů ve svém podsvětí"
},
"analyzer": {
"title": "Fight Analyzer",
"desc": "Display all fights within a file for detailed analysis"
},
"fights": {
"title": "Prohlížeč soubojů",
"desc": "Zobraz všechny souboje v archivu"
Expand Down Expand Up @@ -908,10 +919,6 @@
"simulate_next": "Více",
"player": "Hráč",
"enemy": "Nepřítel",
"yourself": "Ty",
"bert": "Bertram",
"mark": "Marek",
"kunigunde": "Kunigunda",
"open": "Dostupná podzemí",
"graph": {
"y": "Zbývající HP nepřítele",
Expand Down Expand Up @@ -961,6 +968,41 @@
}
}
},
"analyzer": {
"topbar": {
"import": "Import",
"clear": "Clear",
"export": "Export"
},
"form": {
"fight_group": "Select group",
"fight_list": "Select fight",
"editable_data": "Editable data"
},
"players": "Players",
"preview": "Fight preview",
"export": "Export fights",
"clear_changes": "Reset to original state",
"table": {
"select": "#{index} - #{rounds} rounds - #{nameA} (#{healthA} / #{totalHealthA}) - #{nameB} (#{healthB} / #{totalHealthB}) - Winner: #{winner}",
"rage": "Rage",
"attacker": "Attacker",
"target": "Target",
"type": "Type",
"health": "Health left",
"damage": "Damage",
"damage_base": "Base damage"
},
"summary": {
"view": "View summary",
"damage": "Base damage ranges",
"type": "Attack types"
},
"toast_import_error": {
"title": "Import failed",
"message": "Ensure that you are importing a valid HAR or fight JSON"
}
},
"players": {
"gladiator_mode": "Gladiátor všech hráčů bude nastaven na 15",
"ihof_mode": "IHOF mód: Gladiátor nebude snížen o Gladiátora nepřítele!",
Expand Down Expand Up @@ -1064,6 +1106,10 @@
"simulate_debug": "Simulovat v režimu ladění",
"configure": "Konfigurace simulátoru",
"configure_copy": "Kopírovat všechno včetně aktuální konfigurace",
"configure_insert": "Insert sample data",
"configure_log": "Run simulation with logging enabled",
"configure_log_file": "Save to file",
"configure_log_broadcast": "Open with analyzer",
"clipboard": {
"copy_all": "Kopírovat vše",
"paste_mode": "Toggle Add/Replace insertion mode"
Expand Down Expand Up @@ -1136,8 +1182,13 @@
"title": "Tvoje jméno nebo heslo není platné",
"message": "Prosím zkontroluj zda je ve vyžadovaném formátu (username@url)"
},
"credentials_error": "Špatné heslo nebo jméno",
"download_error": "Stahování nedokončeno"
"errors": {
"network_error": "Server cannot be reached",
"name_not_whitelisted_error": "Player not whitelisted",
"error_wrong_pass": "Incorrect password",
"error_player_not_found": "Character was not found on the server",
"error_sessionid_invalid": "Session expired or interrupted by another device"
}
},
"database": {
"open_error": {
Expand All @@ -1156,6 +1207,7 @@
"cancel": "Zrušit",
"continue": "Continue",
"save": "Uložit",
"close": "Close",
"ok": "Ok"
},
"template_manage": {
Expand Down
68 changes: 60 additions & 8 deletions js/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"attack28": "Critical Blocked",
"attack29": "Critical Evaded",
"attack100": "Revive",
"attack200": "Song #{level} - #{notes}n",
"attack200": "Bard Song",
"attack200_2": "Bard Song L#{spellLevel} - #{spellNotes} notes",
"gt_background1": "Gold",
"gt_background2": "Silver",
"gt_background3": "Bronze",
Expand Down Expand Up @@ -168,7 +169,13 @@
"gem4": "Constitution",
"gem5": "Luck",
"gem6": "Black",
"gem7": "Legendary"
"gem7": "Legendary",
"companion1": "Bert",
"companion2": "Mark",
"companion3": "Kunigunde",
"companion1_full": "#{player}'s Bert",
"companion2_full": "#{player}'s Mark",
"companion3_full": "#{player}'s Kunigunde"
},
"achievements": {
"0": "Globetrotter",
Expand Down Expand Up @@ -335,6 +342,10 @@
"title": "Unterwelt",
"desc": "Simuliere den wahrscheinlichen Ausgang eines Unterweltkampfes"
},
"analyzer": {
"title": "Fight Analyzer",
"desc": "Display all fights within a file for detailed analysis"
},
"fights": {
"title": "Kampf Betrachter",
"desc": "Zeigt alle PvP-Kämpfe an die in einer Archivdatei gespeichert sind."
Expand Down Expand Up @@ -908,10 +919,6 @@
"simulate_next": "Mehr",
"player": "Spieler",
"enemy": "Gegner",
"yourself": "Du",
"bert": "Bertram",
"mark": "Markwart",
"kunigunde": "Kunigunde",
"open": "Aktuell offene Dungeons",
"graph": {
"y": "übrige Boss HP ",
Expand Down Expand Up @@ -961,6 +968,41 @@
}
}
},
"analyzer": {
"topbar": {
"import": "Import",
"clear": "Clear",
"export": "Export"
},
"form": {
"fight_group": "Select group",
"fight_list": "Select fight",
"editable_data": "Editable data"
},
"players": "Players",
"preview": "Fight preview",
"export": "Export fights",
"clear_changes": "Reset to original state",
"table": {
"select": "#{index} - #{rounds} rounds - #{nameA} (#{healthA} / #{totalHealthA}) - #{nameB} (#{healthB} / #{totalHealthB}) - Winner: #{winner}",
"rage": "Rage",
"attacker": "Attacker",
"target": "Target",
"type": "Type",
"health": "Health left",
"damage": "Damage",
"damage_base": "Base damage"
},
"summary": {
"view": "View summary",
"damage": "Base damage ranges",
"type": "Attack types"
},
"toast_import_error": {
"title": "Import failed",
"message": "Ensure that you are importing a valid HAR or fight JSON"
}
},
"players": {
"gladiator_mode": "Gladiator wird unabhängig von deinen Einstellungen auf 15 gesetzt",
"ihof_mode": "IHOF-Modus: Gladiator wird nicht reduziert!",
Expand Down Expand Up @@ -1064,6 +1106,10 @@
"simulate_debug": "Im Debug-Modus simulieren",
"configure": "Simulator konfigurieren",
"configure_copy": "Kopiere alle inklusive der aktuellen Einstellungen",
"configure_insert": "Insert sample data",
"configure_log": "Run simulation with logging enabled",
"configure_log_file": "Save to file",
"configure_log_broadcast": "Open with analyzer",
"clipboard": {
"copy_all": "Alle kopieren",
"paste_mode": "Umschalten zwischen hinzufügen/ersetzen Modus"
Expand Down Expand Up @@ -1136,8 +1182,13 @@
"title": "Ihr Benutzername oder Passwort ist ungültig",
"message": "Bitte achten Sie auf das richtige Format (Benutzername@url)"
},
"credentials_error": "Falscher Benutzername oder falsches Passwort",
"download_error": "Download fehlgeschlagen"
"errors": {
"network_error": "Server cannot be reached",
"name_not_whitelisted_error": "Player not whitelisted",
"error_wrong_pass": "Incorrect password",
"error_player_not_found": "Character was not found on the server",
"error_sessionid_invalid": "Session expired or interrupted by another device"
}
},
"database": {
"open_error": {
Expand All @@ -1156,6 +1207,7 @@
"cancel": "Abbrechen",
"continue": "Continue",
"save": "Speichern",
"close": "Close",
"ok": "Ok"
},
"template_manage": {
Expand Down
Loading

0 comments on commit 0e136d4

Please sign in to comment.