-
Notifications
You must be signed in to change notification settings - Fork 237
Feat: Hungarian translation #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ebcf2c9
hungarian translation
tomzorz 8fca19a
Merge branch 'master' into master
tomzorz 3895f36
Merge branch 'master' into master
tomzorz 4e8aa7d
prettier complaints resolved
tomzorz c54bfaf
fixed indentation and capitalization
tomzorz 06f2218
fixed a typo
tomzorz 0e4f728
removed '...'s as they're added outside of the translation files
tomzorz 0cef321
shorter version of "continue with"
tomzorz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"log_in": "Bejelentkezés", | ||
"log_out": "Kijelentkezés", | ||
"logged_in_as": "Bejelentkezve mint", | ||
"logged_in": "Bejelentkezve", | ||
"logging_in": "Bejelentkezés...", | ||
"logging_out": "Kijelentkezés...", | ||
"sign_up": "Regisztráció", | ||
"signing_up": "Regisztrálás...", | ||
"forgot_password": "Elfelejtette a jelszavát?", | ||
"recover_password": "Jelszó visszaállítása", | ||
"send_recovery_email": "Jelszópótló levél küldése", | ||
"sending_recovery_email": "Jelszópótló levél küldése...", | ||
"never_mind": "Mégsem", | ||
"update_password": "Új jelszó beállítása", | ||
"updating_password": "Új jelszó beállítása...", | ||
"complete_your_signup": "Regisztráció befejezése", | ||
"site_url_title": "Fejlesztői Beállítások", | ||
"site_url_link_text": "Localhost URL törlése", | ||
"site_url_message": "Úgy néz ki egy helyi szervert futtat. Kérjük adja meg a Netlify oldala URL-jét.", | ||
"site_url_label": "Adja meg a Netlify oldala URL-jét", | ||
"site_url_placeholder": "a Netlify oldala URL-je", | ||
"site_url_submit": "URL beállítása", | ||
"message_confirm": "Elküldtünk egy megerősítő levelet e-mailben, kérjük kattintson a linkre a levélben a folytatáshoz.", | ||
"message_password_mail": "Elküldtünk egy jelszópótló levelet e-mailtben, kérjük kövesse a linket a levélben a jelszava visszaállításához.", | ||
"message_email_changed": "Az e-mail címét frissítettük!", | ||
"message_verfication_error": "probléma történt a fiókja megerősítése közben. Kérjük próbálja újra, vagy vegye fel a kapcsolatot egy adminisztrátorral.", | ||
cassidoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"message_signup_disabled": "A nyilvános regisztráció nincs engedélyezve. Vegye fel a kapcsolatot egy adminisztrátorral és kérjen meghívót.", | ||
"form_name_placeholder": "Név", | ||
"form_email_label": "Adja meg az e-mail címét", | ||
"form_name_label": "Adja meg a nevét", | ||
"form_email_placeholder": "E-mail", | ||
"form_password_label": "Adja meg a jelszavát", | ||
"form_password_placeholder": "Jelszó", | ||
"coded_by": "Fejlesztette a Netlify", | ||
"No user found with this email": "Nem található fiók ezzel az e-mail címmel", | ||
"Invalid Password": "Helytelen Jelszó", | ||
"continue_with": "Bejelentkezés a következővel:" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.