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% (1173 of 1173 strings)

Translation: Mainsail/Mainsail
Translate-URL: https://hosted.weblate.org/projects/mainsail/mainsail/hu/
  • Loading branch information
AntoszHUN authored and weblate committed Sep 7, 2024
1 parent 17486e7 commit 345d8c4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,9 @@
"ThemeDark": "Sötét",
"ThemeDescription": "A felület márkajelzésének testreszabása.",
"ThemeLight": "Világos",
"UiSettings": "Nézet beállítások"
"UiSettings": "Nézet beállítások",
"ConfirmOnCancelJob": "Megerősítést kér a Munka törlésekor",

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

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L1271

Expected object keys to be in insensitive ascending order. 'ConfirmOnCancelJob' should be before 'UiSettings' (jsonc/sort-keys)
"ConfirmOnCancelJobDescription": "Megerősítő párbeszédpanel megjelenítése a Munka törlésekor"
},
"Update": "frissítés",
"WebcamsTab": {
Expand Down Expand Up @@ -1363,5 +1365,11 @@
"Variable": "Variálható",
"Video": "Videó"
},
"title": "Magyar"
"title": "Magyar",
"CancelJobDialog": {

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

View workflow job for this annotation

GitHub Actions / ESLint

src/locales/hu.json#L1369

Expected object keys to be in insensitive ascending order. 'CancelJobDialog' should be before 'title' (jsonc/sort-keys)
"AreYouSure": "Biztos vagy benne?",
"CancelJob": "Munka törlése",
"No": "Nem",
"Yes": "Igen"
}
}

0 comments on commit 345d8c4

Please sign in to comment.