mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fixed accidental hu.coffee truncation from #833.
This commit is contained in:
commit
d65699736f
1 changed files with 7 additions and 8 deletions
|
@ -128,9 +128,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
||||||
wizard_settings:
|
wizard_settings:
|
||||||
title: "Varázsló beállításai"
|
title: "Varázsló beállításai"
|
||||||
customize_avatar: "Állítsd be az Avatarod!"
|
customize_avatar: "Állítsd be az Avatarod!"
|
||||||
# active: "Active"
|
active: "Aktív"
|
||||||
# color: "Color"
|
color: "Szín"
|
||||||
# group: "Group"
|
group: "Csoport"
|
||||||
clothes: "Öltözetek"
|
clothes: "Öltözetek"
|
||||||
# trim: "Trim"
|
# trim: "Trim"
|
||||||
cloud: "Felhő"
|
cloud: "Felhő"
|
||||||
|
@ -156,7 +156,7 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
||||||
new_password_verify: "Új jelszó megismétlése"
|
new_password_verify: "Új jelszó megismétlése"
|
||||||
email_subscriptions: "Hírlevél feliratkozások"
|
email_subscriptions: "Hírlevél feliratkozások"
|
||||||
email_announcements: "Bejelentések"
|
email_announcements: "Bejelentések"
|
||||||
# email_notifications: "Notifications"
|
email_notifications: "Értesítések"
|
||||||
# email_notifications_description: "Get periodic notifications for your account."
|
# email_notifications_description: "Get periodic notifications for your account."
|
||||||
email_announcements_description: "Szeretnél levelet kapni a legújabb fejlesztéseinkről?"
|
email_announcements_description: "Szeretnél levelet kapni a legújabb fejlesztéseinkről?"
|
||||||
contributor_emails: "Hozzájárulóknak szóló levelek"
|
contributor_emails: "Hozzájárulóknak szóló levelek"
|
||||||
|
@ -167,9 +167,9 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
||||||
error_saving: "Hiba a mentés során"
|
error_saving: "Hiba a mentés során"
|
||||||
saved: "Változtatások elmentve"
|
saved: "Változtatások elmentve"
|
||||||
password_mismatch: "A jelszavak nem egyeznek."
|
password_mismatch: "A jelszavak nem egyeznek."
|
||||||
# job_profile: "Job Profile"
|
job_profile: "Munkaköri leírás"
|
||||||
# job_profile_approved: "Your job profile has been approved by CodeCombat. Employers will be able to see it until you either mark it inactive or it has not been changed for four weeks."
|
job_profile_approved: "Munkaköri leírásodat a Codecombat jóváhagyta. Munkaadók mindaddig láthatják, amíg meg nem jelölöd inaktíként, vagy négy hétig,ha addig nem kerül megváltoztatásra."
|
||||||
# job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job."
|
job_profile_explanation: "Szió! Töltsd ki ezt és majd kapcsolatba lépünk veled és keresünk neked egy szoftware fejlesztői állást."
|
||||||
|
|
||||||
account_profile:
|
account_profile:
|
||||||
edit_settings: "Beállítások szerkesztése"
|
edit_settings: "Beállítások szerkesztése"
|
||||||
|
@ -664,4 +664,3 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
||||||
# leaderboard: "Leaderboard"
|
# leaderboard: "Leaderboard"
|
||||||
# user_schema: "User Schema"
|
# user_schema: "User Schema"
|
||||||
# user_profile: "User Profile"
|
# user_profile: "User Profile"
|
||||||
# patches: "Patches"
|
|
||||||
|
|
Loading…
Reference in a new issue