Skip to content

Commit e681c04

Browse files
authored
Merge pull request #2718 from Soderes/hungarian-translation-v2
Hungarian translation added (finish, 12/12 files done).
2 parents 11dd607 + fb045fb commit e681c04

File tree

28 files changed

+592
-131
lines changed

28 files changed

+592
-131
lines changed

frontend/src/locales/cs_CZ/common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"administration": "Administrace",
55
"apply": "Použít",
66
"ascii-only": "Pouze ASCII znaky",
7-
"username-length": "Uživatelské jméno musí mít 3 až 255 znaků",
8-
"username-chars": "Uživatelské jméno může obsahovat pouze písmena, čísla, podtržítka a pomlčky",
9-
"password-length": "Heslo musí mít 6 až 255 znaků",
107
"cancel": "Zrušit",
118
"collection": "Kolekce",
129
"collections": "Kolekce",
1310
"confirm": "Potvrdit",
11+
"confirm-deletion": "Potvrdit smazání",
1412
"core": "Jádro",
1513
"create": "Vytvořit",
14+
"delete": "Smazat",
1615
"dropzone-description": "Přetáhněte sem své ROM soubory nebo klikněte pro výběr",
1716
"dropzone-drag-over": "Uvolněte pro nahrání",
1817
"dropzone-title": "Vložte soubory sem",
@@ -23,15 +22,18 @@
2322
"games-n": "{n} her | {n} hra | {n} hry | {n} her",
2423
"invalid-email": "Neplatný e-mail",
2524
"invalid-name": "Neplatný název",
25+
"last-updated": "Naposledy aktualizováno",
2626
"library-management": "Správa knihovny",
2727
"logout": "Odhlásit se",
2828
"name": "Název",
29+
"password-length": "Heslo musí mít 6 až 255 znaků",
2930
"platform": "Platforma",
3031
"platforms": "Platformy",
3132
"platforms-n": "{n} platforem | {n} platforma | {n} platformy | {n} platforem",
3233
"platforms-size": "Velikost podle platforem",
3334
"profile": "Profil",
3435
"random": "Náhodně",
36+
"removing-from-filesystem": "Odstraňování ze systému",
3537
"required": "Povinné",
3638
"save": "Uložit",
3739
"saves": "Uložené pozice",
@@ -51,11 +53,9 @@
5153
"upload": "Nahrát",
5254
"upload-files-selected": "{count} vybraných souborů | {count} vybraný soubor | {count} vybrané soubory | {count} vybraných souborů",
5355
"user-interface": "Uživatelské rozhraní",
56+
"username-chars": "Uživatelské jméno může obsahovat pouze písmena, čísla, podtržítka a pomlčky",
57+
"username-length": "Uživatelské jméno musí mít 3 až 255 znaků",
5458
"virtual-collection": "Automaticky vytvořená kolekce",
5559
"virtual-collections": "Automaticky vytvořené kolekce",
56-
"confirm-deletion": "Potvrdit smazání",
57-
"delete": "Smazat",
58-
"last-updated": "Naposledy aktualizováno",
59-
"warning": "VAROVÁNÍ:",
60-
"removing-from-filesystem": "Odstraňování ze systému"
60+
"warning": "VAROVÁNÍ:"
6161
}

frontend/src/locales/cs_CZ/rom.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"add-new-note": "Přidat novou poznámku",
3+
"add-note": "Přidat poznámku",
24
"add-to-collection": "Přidat do kolekce",
35
"add-to-favorites": "Přidat mezi oblíbené",
46
"adding-to-collection": "Přidávání {n} ROM do kolekce",
@@ -9,9 +11,11 @@
911
"by": "od",
1012
"cant-copy-link": "Nelze zkopírovat odkaz do schránky, zkopírujte ručně",
1113
"collections": "Kolekce",
14+
"community-notes": "Komunitní poznámky",
1215
"companies": "Společnosti",
1316
"completion": "Dokončení",
1417
"completionist": "Kompletista",
18+
"confirm-delete-note": "Opravdu chcete smazat poznámku \"{title}\"?",
1519
"copy-link": "Kopírovat odkaz ke stažení",
1620
"default": "Nastavit jako výchozí",
1721
"delete": "Smazat",
@@ -38,6 +42,8 @@
3842
"languages": "Jazyky",
3943
"main-plus-extra": "Hlavní + Extra",
4044
"main-story": "Hlavní příběh",
45+
"make-private": "Učinit soukromým",
46+
"make-public": "Zveřejnit",
4147
"manual": "Manuál",
4248
"manual-match": "Ruční přiřazení",
4349
"manual-remove-failed": "Nepodařilo se odstranit manuál: {error}",
@@ -49,10 +55,17 @@
4955
"metadata-ids": "ID metadat",
5056
"my-notes": "Mé poznámky",
5157
"no-metadata-source": "Žádný zdroj metadat není povolen",
58+
"no-notes": "Nebyly nalezeny žádné poznámky",
59+
"no-notes-desc": "Klikněte na tlačítko Přidat poznámku a vytvořte svou první poznámku",
5260
"no-saves-found": "Nebyly nalezeny žádné uložené pozice",
5361
"no-states-found": "Nebyly nalezeny žádné stavy",
62+
"note-content": "Obsah poznámky",
63+
"note-title": "Název poznámky",
64+
"note-title-exists": "Poznámka s tímto názvem již existuje",
5465
"now-playing": "Právě hraje",
5566
"personal": "Osobní",
67+
"private": "Soukromé",
68+
"public": "Veřejné",
5669
"public-notes": "Veřejné poznámky",
5770
"rating": "Hodnocení",
5871
"refresh-metadata": "Obnovit metadata",
@@ -78,18 +91,5 @@
7891
"unmatch": "Odpojit ROM",
7992
"unmatch-success": "ROM úspěšně odpojena",
8093
"unselect-all": "Zrušit výběr všeho",
81-
"update-success": "ROM úspěšně aktualizována!",
82-
"add-note": "Přidat poznámku",
83-
"add-new-note": "Přidat novou poznámku",
84-
"note-title": "Název poznámky",
85-
"note-content": "Obsah poznámky",
86-
"note-title-exists": "Poznámka s tímto názvem již existuje",
87-
"make-public": "Zveřejnit",
88-
"make-private": "Učinit soukromým",
89-
"public": "Veřejné",
90-
"private": "Soukromé",
91-
"no-notes": "Nebyly nalezeny žádné poznámky",
92-
"no-notes-desc": "Klikněte na tlačítko Přidat poznámku a vytvořte svou první poznámku",
93-
"community-notes": "Komunitní poznámky",
94-
"confirm-delete-note": "Opravdu chcete smazat poznámku \"{title}\"?"
94+
"update-success": "ROM úspěšně aktualizována!"
9595
}

frontend/src/locales/de_DE/common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"administration": "Administration",
55
"apply": "Anwenden",
66
"ascii-only": "Nur ASCII-Zeichen",
7-
"username-length": "Benutzername muss zwischen 3 und 255 Zeichen lang sein",
8-
"username-chars": "Benutzername darf nur Buchstaben, Zahlen, Unterstriche und Bindestriche enthalten",
9-
"password-length": "Passwort muss zwischen 6 und 255 Zeichen lang sein",
107
"cancel": "Abbrechen",
118
"collection": "Sammlung",
129
"collections": "Sammlungen",
1310
"confirm": "Bestätigen",
11+
"confirm-deletion": "Löschung bestätigen",
1412
"core": "Core",
1513
"create": "Erstellen",
14+
"delete": "Löschen",
1615
"dropzone-description": "Ziehen Sie Ihre ROM-Dateien hierher oder klicken Sie zum Durchsuchen",
1716
"dropzone-drag-over": "Loslassen zum Hochladen",
1817
"dropzone-title": "Dateien hier ablegen",
@@ -23,15 +22,18 @@
2322
"games-n": "{n} Spiel | {n} Spiele",
2423
"invalid-email": "Ungültige E-Mail",
2524
"invalid-name": "Ungültiger Name",
25+
"last-updated": "Zuletzt aktualisiert",
2626
"library-management": "Bibliothek verwalten",
2727
"logout": "Ausloggen",
2828
"name": "Name",
29+
"password-length": "Passwort muss zwischen 6 und 255 Zeichen lang sein",
2930
"platform": "Plattform",
3031
"platforms": "Plattformen",
3132
"platforms-n": "{n} Plattform | {n} Plattformen",
3233
"platforms-size": "Größe pro Plattform",
3334
"profile": "Profil",
3435
"random": "Zufällig",
36+
"removing-from-filesystem": "Entfernen vom System",
3537
"required": "Erforderlich",
3638
"save": "Speichern",
3739
"saves": "Speicherstände",
@@ -51,11 +53,9 @@
5153
"upload": "Hochladen",
5254
"upload-files-selected": "{count} Datei ausgewählt | {count} Dateien ausgewählt",
5355
"user-interface": "Benutzeroberfläche",
56+
"username-chars": "Benutzername darf nur Buchstaben, Zahlen, Unterstriche und Bindestriche enthalten",
57+
"username-length": "Benutzername muss zwischen 3 und 255 Zeichen lang sein",
5458
"virtual-collection": "Autogenerierte Sammlung",
5559
"virtual-collections": "Autogenerierte Sammlungen",
56-
"last-updated": "Zuletzt aktualisiert",
57-
"confirm-deletion": "Löschung bestätigen",
58-
"delete": "Löschen",
59-
"warning": "WARNUNG:",
60-
"removing-from-filesystem": "Entfernen vom System"
60+
"warning": "WARNUNG:"
6161
}

frontend/src/locales/en_GB/common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"administration": "Administration",
55
"apply": "Apply",
66
"ascii-only": "ASCII characters only",
7-
"username-length": "Username must be between 3 and 255 characters",
8-
"username-chars": "Username can only contain letters, numbers, underscores, and hyphens",
9-
"password-length": "Password must be between 6 and 255 characters",
107
"cancel": "Cancel",
118
"collection": "Collection",
129
"collections": "Collections",
1310
"confirm": "Confirm",
11+
"confirm-deletion": "Confirm Deletion",
1412
"core": "Core",
1513
"create": "Create",
14+
"delete": "Delete",
1615
"dropzone-description": "Drag and drop your ROM files here, or click to browse",
1716
"dropzone-drag-over": "Release to upload",
1817
"dropzone-title": "Drop files here",
@@ -23,15 +22,18 @@
2322
"games-n": "{n} Game | {n} Games",
2423
"invalid-email": "Invalid email",
2524
"invalid-name": "Invalid name",
25+
"last-updated": "Last updated",
2626
"library-management": "Library management",
2727
"logout": "Logout",
2828
"name": "Name",
29+
"password-length": "Password must be between 6 and 255 characters",
2930
"platform": "Platform",
3031
"platforms": "Platforms",
3132
"platforms-n": "{n} Platform | {n} Platforms",
3233
"platforms-size": "Size per platform",
3334
"profile": "Profile",
3435
"random": "Random",
36+
"removing-from-filesystem": "Removing from filesystem",
3537
"required": "Required",
3638
"save": "Save",
3739
"saves": "Saves",
@@ -51,11 +53,9 @@
5153
"upload": "Upload",
5254
"upload-files-selected": "{count} file selected | {count} files selected",
5355
"user-interface": "User interface",
56+
"username-chars": "Username can only contain letters, numbers, underscores, and hyphens",
57+
"username-length": "Username must be between 3 and 255 characters",
5458
"virtual-collection": "Autogenerated collection",
5559
"virtual-collections": "Autogenerated collections",
56-
"confirm-deletion": "Confirm Deletion",
57-
"delete": "Delete",
58-
"last-updated": "Last updated",
59-
"warning": "WARNING:",
60-
"removing-from-filesystem": "Removing from filesystem"
60+
"warning": "WARNING:"
6161
}

frontend/src/locales/en_US/common.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"administration": "Administration",
55
"apply": "Apply",
66
"ascii-only": "ASCII characters only",
7-
"username-length": "Username must be between 3 and 255 characters",
8-
"username-chars": "Username can only contain letters, numbers, underscores, and hyphens",
9-
"password-length": "Password must be between 6 and 255 characters",
107
"cancel": "Cancel",
118
"collection": "Collection",
129
"collections": "Collections",
@@ -29,12 +26,14 @@
2926
"library-management": "Library management",
3027
"logout": "Logout",
3128
"name": "Name",
29+
"password-length": "Password must be between 6 and 255 characters",
3230
"platform": "Platform",
3331
"platforms": "Platforms",
3432
"platforms-n": "{n} Platform | {n} Platforms",
3533
"platforms-size": "Size per platform",
3634
"profile": "Profile",
3735
"random": "Random",
36+
"removing-from-filesystem": "Removing from filesystem",
3837
"required": "Required",
3938
"save": "Save",
4039
"saves": "Saves",
@@ -54,8 +53,9 @@
5453
"upload": "Upload",
5554
"upload-files-selected": "{count} file selected | {count} files selected",
5655
"user-interface": "User interface",
56+
"username-chars": "Username can only contain letters, numbers, underscores, and hyphens",
57+
"username-length": "Username must be between 3 and 255 characters",
5758
"virtual-collection": "Autogenerated collection",
5859
"virtual-collections": "Autogenerated collections",
59-
"warning": "WARNING:",
60-
"removing-from-filesystem": "Removing from filesystem"
60+
"warning": "WARNING:"
6161
}

frontend/src/locales/es_ES/common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"administration": "Administración",
55
"apply": "Aplicar",
66
"ascii-only": "Solo caracteres ASCII",
7-
"username-length": "El nombre de usuario debe tener entre 3 y 255 caracteres",
8-
"username-chars": "El nombre de usuario solo puede contener letras, números, guiones bajos y guiones",
9-
"password-length": "La contraseña debe tener entre 6 y 255 caracteres",
107
"cancel": "Cancelar",
118
"collection": "Colección",
129
"collections": "Colecciones",
1310
"confirm": "Confirmar",
11+
"confirm-deletion": "Confirmar eliminación",
1412
"core": "Núcleo",
1513
"create": "Crear",
14+
"delete": "Eliminar",
1615
"dropzone-description": "Arrastra y suelta tus archivos ROM aquí, o haz clic para explorar",
1716
"dropzone-drag-over": "Suelta para subir",
1817
"dropzone-title": "Suelta archivos aquí",
@@ -23,15 +22,18 @@
2322
"games-n": "{n} Juego | {n} Juegos",
2423
"invalid-email": "Correo electrónico inválido",
2524
"invalid-name": "Nombre inválido",
25+
"last-updated": "Última actualización",
2626
"library-management": "Gestionar biblioteca",
2727
"logout": "Cerrar sesión",
2828
"name": "Nombre",
29+
"password-length": "La contraseña debe tener entre 6 y 255 caracteres",
2930
"platform": "Plataforma",
3031
"platforms": "Plataformas",
3132
"platforms-n": "{n} Plataforma | {n} Plataformas",
3233
"platforms-size": "Tamaño por plataforma",
3334
"profile": "Perfil",
3435
"random": "Aleatorio",
36+
"removing-from-filesystem": "Eliminando del sistema",
3537
"required": "Requerido",
3638
"save": "Guardado",
3739
"saves": "Guardados",
@@ -51,11 +53,9 @@
5153
"upload": "Subir",
5254
"upload-files-selected": "{count} archivo seleccionado | {count} archivos seleccionados",
5355
"user-interface": "Interfaz de usuario",
56+
"username-chars": "El nombre de usuario solo puede contener letras, números, guiones bajos y guiones",
57+
"username-length": "El nombre de usuario debe tener entre 3 y 255 caracteres",
5458
"virtual-collection": "Colección autogenerada",
5559
"virtual-collections": "Colecciones autogeneradas",
56-
"last-updated": "Última actualización",
57-
"confirm-deletion": "Confirmar eliminación",
58-
"delete": "Eliminar",
59-
"warning": "ADVERTENCIA:",
60-
"removing-from-filesystem": "Eliminando del sistema"
60+
"warning": "ADVERTENCIA:"
6161
}

frontend/src/locales/fr_FR/common.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"administration": "Administration",
55
"apply": "Appliquer",
66
"ascii-only": "Uniquement des caractères ASCII",
7-
"username-length": "Le nom d'utilisateur doit contenir entre 3 et 255 caractères",
8-
"username-chars": "Le nom d'utilisateur ne peut contenir que des lettres, chiffres, tirets bas et tirets",
9-
"password-length": "Le mot de passe doit contenir entre 6 et 255 caractères",
107
"cancel": "Annuler",
118
"collection": "Collection",
129
"collections": "Collections",
1310
"confirm": "Confirmer",
11+
"confirm-deletion": "Confirmer la suppression",
1412
"core": "Noyau",
1513
"create": "Créer",
14+
"delete": "Supprimer",
1615
"dropzone-description": "Glissez-déposez vos fichiers ROM ici, ou cliquez pour parcourir",
1716
"dropzone-drag-over": "Relâchez pour téléverser",
1817
"dropzone-title": "Déposez les fichiers ici",
@@ -23,15 +22,18 @@
2322
"games-n": "{n} Jeu | {n} Jeux",
2423
"invalid-email": "E-mail invalide",
2524
"invalid-name": "Nom invalide",
25+
"last-updated": "Dernière mise à jour",
2626
"library-management": "Gestion de la bibliothèque",
2727
"logout": "Se déconnecter",
2828
"name": "Nom",
29+
"password-length": "Le mot de passe doit contenir entre 6 et 255 caractères",
2930
"platform": "Plateforme",
3031
"platforms": "Plateformes",
3132
"platforms-n": "{n} Plateforme | {n} Plateformes",
3233
"platforms-size": "Taille par plateforme",
3334
"profile": "Profil",
3435
"random": "Aléatoire",
36+
"removing-from-filesystem": "Suppression du système",
3537
"required": "Requis",
3638
"save": "Sauvegarder",
3739
"saves": "Sauvegardes",
@@ -51,11 +53,9 @@
5153
"upload": "Téléverser",
5254
"upload-files-selected": "{count} fichier sélectionné | {count} fichiers sélectionnés",
5355
"user-interface": "Interface utilisateur",
56+
"username-chars": "Le nom d'utilisateur ne peut contenir que des lettres, chiffres, tirets bas et tirets",
57+
"username-length": "Le nom d'utilisateur doit contenir entre 3 et 255 caractères",
5458
"virtual-collection": "Collection autogénérée",
5559
"virtual-collections": "Collections autogénérées",
56-
"last-updated": "Dernière mise à jour",
57-
"confirm-deletion": "Confirmer la suppression",
58-
"delete": "Supprimer",
59-
"warning": "ATTENTION :",
60-
"removing-from-filesystem": "Suppression du système"
60+
"warning": "ATTENTION :"
6161
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"add-collection": "Gyűjtemény hozzáadása",
3+
"create-collection": "Gyűjtemény létrehozása",
4+
"create-smart-collection": "Intelligens Gyűjtemény létrehozása",
5+
"current-filters": "Jelenlegi Szűrők",
6+
"danger-zone": "Veszélyzóna",
7+
"delete-collection": "Gyüjtemény törlése",
8+
"description": "Leírás",
9+
"edit-collection": "Gyüjtemény szerkesztése",
10+
"name": "Név",
11+
"owner": "Tulajdonos",
12+
"private": "Privát",
13+
"private-desc": "Privát (csak én láthatom)",
14+
"public": "Publikus",
15+
"public-desc": "Publikus (mindenki láthatja)",
16+
"removing-collection-1": "Gyűjtemény eltávolítása",
17+
"removing-collection-2": "a RomM-ból. Biztos?",
18+
"removing-smart-collection-1": "Intelligens Gyűjtemény eltávolítása",
19+
"removing-smart-collection-2": "a RomM-ból. Biztos?",
20+
"search-collection": "Gyűjtemény keresése"
21+
}

0 commit comments

Comments
 (0)