Skip to content

Commit b7ceacf

Browse files
authored
Merge pull request #906 from PeterZsigmond/complete-hungarian-translation
Complete the Hungarian (Magyar) translation of Puter (Issue #867)
2 parents be36d31 + b84c6a0 commit b7ceacf

File tree

1 file changed

+14
-17
lines changed
  • src/gui/src/i18n/translations

1 file changed

+14
-17
lines changed

Diff for: src/gui/src/i18n/translations/hu.js

+14-17
Original file line numberDiff line numberDiff line change
@@ -334,23 +334,20 @@ const hu = {
334334
login2fa_recovery_back: "Vissza",
335335
login2fa_recovery_placeholder: "XXXXXXXX",
336336

337-
// ***********************************
338-
// Missing translations
339-
// ***********************************
340-
"change": undefined, // In English: "Change"
341-
"clock_visibility": undefined, // In English: "Clock Visibility"
342-
"reading": undefined, // In English: "Reading %strong%"
343-
"writing": undefined, // In English: "Writing %strong%"
344-
"unzipping": undefined, // In English: "Unzipping %strong%"
345-
"sequencing": undefined, // In English: "Sequencing %strong%"
346-
"zipping": undefined, // In English: "Zipping %strong%"
347-
"Editor": undefined, // In English: "Editor"
348-
"Viewer": undefined, // In English: "Viewer"
349-
"People with access": undefined, // In English: "People with access"
350-
"Share With…": undefined, // In English: "Share With…"
351-
"Owner": undefined, // In English: "Owner"
352-
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
353-
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
337+
"change": "váltás", // In English: "Change"
338+
"clock_visibility": "Óra Megjelenítése", // In English: "Clock Visibility"
339+
"reading": "Olvasás %strong%", // In English: "Reading %strong%"
340+
"writing": "Írás %strong%", // In English: "Writing %strong%"
341+
"unzipping": "Kibontás %strong%", // In English: "Unzipping %strong%"
342+
"sequencing": "Sorba rendezés %strong%", // In English: "Sequencing %strong%"
343+
"zipping": "Tömörítés %strong%", // In English: "Zipping %strong%"
344+
"Editor": "Szerkesztő", // In English: "Editor"
345+
"Viewer": "Megtekintő", // In English: "Viewer"
346+
"People with access": "Hozzáféréssel rendelkező emberek", // In English: "People with access"
347+
"Share With…": "Oszd Meg…", // In English: "Share With…"
348+
"Owner": "Tulajdonos", // In English: "Owner"
349+
"You can't share with yourself.": "Nem oszthatod meg magaddal.", // In English: "You can't share with yourself."
350+
"This user already has access to this item": "Ez a felhasználó már hozzáfér ehhez az elemhez", // In English: "This user already has access to this item"
354351
}
355352
};
356353

0 commit comments

Comments
 (0)