Skip to content

Commit

Permalink
locale: update Hungarian locale with Weblate
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (1185 of 1185 strings)

Translation: Mainsail/Mainsail
Translate-URL: https://hosted.weblate.org/projects/mainsail/mainsail/hu/
  • Loading branch information
AntoszHUN authored and weblate committed Sep 26, 2024
1 parent 348e285 commit 80939dc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@
"TotalFilamentUsed": "Összes elhasznált nyomtatószál",
"TotalJobs": "Összes munka",
"TotalPrinttime": "Összes nyomtatási idő",
"TotalTime": "Teljes idő"
"TotalTime": "Teljes idő",
"Settings": "Beállítások"

Check failure on line 461 in src/locales/hu.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L461

Expected object keys to be in insensitive ascending order. 'Settings' should be before 'TotalTime' (jsonc/sort-keys)
},
"JobQueue": {
"AllJobs": "Minden Feladat",
Expand Down Expand Up @@ -1040,7 +1041,15 @@
"Hsv": "Hsv",
"Portland": "Portland",
"Spring": "Tavaszi"
}
},
"DefaultOrientation": "Alapértelmezett orientáció",

Check failure on line 1045 in src/locales/hu.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L1045

Expected object keys to be in insensitive ascending order. 'DefaultOrientation' should be before 'Schemes' (jsonc/sort-keys)
"Orientations": {
"Front": "Elülső",
"Top": "Felső",
"LeftFront": "Bal elülső",

Check failure on line 1049 in src/locales/hu.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L1049

Expected object keys to be in insensitive ascending order. 'LeftFront' should be before 'Top' (jsonc/sort-keys)
"RightFront": "Jobb elülső"
},
"DefaultOrientationDescription": "Válaszd ki az alapértelmezett orientációt az ágy háló vizualizálására."

Check failure on line 1052 in src/locales/hu.json

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L1052

Expected object keys to be in insensitive ascending order. 'DefaultOrientationDescription' should be before 'Orientations' (jsonc/sort-keys)
},
"InterfaceSettings": "Interfész beállításai",
"MacrosTab": {
Expand Down

0 comments on commit 80939dc

Please sign in to comment.