combining league jsons

This commit is contained in:
bl3kunja-FW
2025-11-14 17:03:30 +01:00
parent aa01f4136d
commit 27e8b31ae0
9 changed files with 1231 additions and 14 deletions
+30 -1
View File
@@ -22,6 +22,7 @@
"enable_selected": "Enable Selected",
"disable_selected": "Disable Selected",
"print": "Print",
"export": "Export JSON",
"visible": "Visible",
"date": "Date",
"view": "View",
@@ -140,6 +141,33 @@
"highest_score": "Highest Score",
"average_final": "Average Final",
"5_tournament_league": "5 Tournament League - Best 4 Count",
"combine_leagues": "Combine Leagues",
"combine_mode": "Combine Leagues",
"convert_mode": "Convert Tournaments to League",
"upload_league_files": "Upload League JSON Files",
"upload_tournament_files": "Upload Tournament JSON Files",
"combine_leagues_desc": "Upload multiple league JSON files to combine them into a single results table.",
"convert_tournaments_desc": "Upload 1-5 tournament JSON files to create a league. You can upload partial leagues as tournaments complete. Final scoring uses best 4 results when all 5 are uploaded.",
"click_browse": "Click to browse",
"drag_drop_files": "or drag and drop league JSON files here",
"supports_multiple": "Supports multiple file selection",
"clear_all": "Clear All",
"combine_preview": "Combine & Preview",
"convert_to_league": "Convert to League",
"valid_league": "Valid League",
"valid_tournament": "Valid Tournament",
"participants": "participants",
"tournaments": "tournaments",
"invalid_format": "Invalid file format",
"select_mode": "Select Mode",
"start_over": "Start Over",
"export_combined_results": "Export Combined Results",
"combined_league_info": "Combined League Information",
"uploaded_files": "Uploaded Files",
"remove": "Remove",
"type": "Type",
"failed_parse_json": "Failed to parse JSON",
"invalid_tournament_format": "Invalid tournament file format",
"joker_used_badge": "Joker Used",
"search_players_placeholder": "Search players by name...",
"no_players_found": "No players found matching your search criteria.",
@@ -166,7 +194,8 @@
"system": "System",
"camera": "Camera",
"tournaments": "Tournaments",
"results.most_tens": "Most 10s"
"results.most_tens": "Most 10s",
"combine_leagues": "Combine Leagues"
},
"results": {
"results": "Results",
+28 -2
View File
@@ -22,6 +22,7 @@
"enable_selected": "Omogoči Izbrane",
"disable_selected": "Onemogoči Izbrane",
"print": "Natisni",
"export": "Izvozi JSON",
"visible": "Vidni",
"date": "Datum",
"view": "Oglej",
@@ -171,8 +172,33 @@
"system": "Sistem",
"camera": "Kamera",
"tournaments": "Turnirji",
"results.most_tens": "Največ Desetk"
"results.most_tens": "Največ Desetk",
"combine_leagues": "Združi Lige",
"combine_mode": "Združi Lige",
"convert_mode": "Pretvori Turnirje v Ligo",
"upload_league_files": "Naloži Datoteke Lig",
"upload_tournament_files": "Naloži Datoteke Turnirjev",
"combine_leagues_desc": "Naloži več datotek lig JSON, da jih združiš v eno tabelo rezultatov.",
"convert_tournaments_desc": "Naloži 1-5 datotek turnirjev JSON za ustvarjanje lige. Lahko naložiš delne lige ko turnirji napredujejo. Končno točkovanje uporablja najboljše 4 rezultate, ko so vseh 5 naloženih.",
"click_browse": "Klikni za brskanje",
"drag_drop_files": "ali povleci in spusti datoteke JSON lig tukaj",
"supports_multiple": "Podpira izbiro več datotek",
"combine_preview": "Združi in Predoglej",
"convert_to_league": "Pretvori v Ligo",
"valid_league": "Veljavna Liga",
"valid_tournament": "Veljaven Turnir",
"participants": "udeleženci",
"invalid_format": "Neveljavna oblika datoteke",
"select_mode": "Izberi Način",
"start_over": "Začni Znova",
"export_combined_results": "Izvozi Združene Rezultate",
"combined_league_info": "Informacije o Združeni Ligi",
"uploaded_files": "Naložene Datoteke",
"remove": "Odstrani",
"type": "Tip",
"failed_parse_json": "Napaka pri branju JSON",
"invalid_tournament_format": "Neveljavna oblika datoteke turnirja"
},
"results": {
"results": "Rezultati",