Skip to content

Commit

Permalink
Merge pull request google#277 from priestoferis/master
Browse files Browse the repository at this point in the history
adding Hungarian toml
  • Loading branch information
LisaFC committed Jun 15, 2020
2 parents 053672c + b203f77 commit 2c4a0a5
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions i18n/hu.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@


# UI strings. Buttons and similar.

[ui_pager_prev]
other = "Előző"

[ui_pager_next]
other = "Következő"

[ui_read_more]
other = "További olvasnivaló"

[ui_search]
other = "Keresés ezen az oldalon…"

# Used in sentences such as "Posted in News"
# TODO: this structure will not work in Hungarian
# so I left it as is
[ui_in]
other = "in"

# Footer text
[footer_all_rights_reserved]
other = "Minden jog fenntartva"

[footer_privacy_policy]
other = "Adatvédelmi szabályzat"


# Post (blog, articles etc.)
[post_byline_by]
other = "Készítette"
[post_created]
other = "Elkészítve"
[post_last_mod]
other = "Utolsó módosítás"
[post_edit_this]
other = "Oldal szerkesztése"
[post_create_issue]
other = "Dokumentáció issue létrehozása"
[post_create_project_issue]
other = "Projekt issue létrehozása"
# TODO: this structure will not work in Hungarian
# so I left it as is
[post_posts_in]
other = "Posts in"

0 comments on commit 2c4a0a5

Please sign in to comment.