Add Hungarian localized UI text strings
This commit is contained in:
parent
4f934bf9ff
commit
738254cd9f
4 changed files with 51 additions and 4 deletions
|
@ -27,7 +27,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
|
|||
- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
|
||||
- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
|
||||
- [Google Analytics](https://www.google.com/analytics/) support.
|
||||
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
|
||||
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
|
||||
|
||||
## Skins (Color Variations)
|
||||
|
||||
|
|
|
@ -1029,6 +1029,52 @@ sk: &DEFAULT_SK
|
|||
sk-SK:
|
||||
<<: *DEFAULT_SK
|
||||
|
||||
# Hungarian
|
||||
# -----------------
|
||||
hu: &DEFAULT_HU
|
||||
page : "Oldal"
|
||||
pagination_previous : "Előző"
|
||||
pagination_next : "Következő"
|
||||
breadcrumb_home_label : "Kezdőlap"
|
||||
breadcrumb_separator : "/"
|
||||
menu_label : "Menü nyit/zár"
|
||||
toc_label : "Ezen az oldalon"
|
||||
ext_link_label : "Közvetlen Link"
|
||||
less_than : "kevesebb mint"
|
||||
minute_read : "eltöltött percek"
|
||||
share_on_label : "Megosztás"
|
||||
meta_label :
|
||||
tags_label : "Tagek:"
|
||||
categories_label : "Kategóriák:"
|
||||
date_label : "Frissítve:"
|
||||
comments_label : "Szólj hozzá!"
|
||||
comments_title : "Hozzászólások"
|
||||
more_label : "Tovább"
|
||||
related_label : "Ajánlások"
|
||||
follow_label : "Követés:"
|
||||
feed_label : "Folyam"
|
||||
powered_by : "Powered by"
|
||||
website_label : "Honlap"
|
||||
email_label : "Email"
|
||||
recent_posts : "Friss cikkek"
|
||||
undefined_wpm : "Ismeretlen paraméter words_per_minute : _config.yml"
|
||||
comment_form_info : "Az e-mail címed nem lesz publikus. A csillagozott mezők kitöltése kötelező."
|
||||
comment_form_comment_label : "Hozzászólás"
|
||||
comment_form_md_info : "Támogatott formázási mód: Markdown"
|
||||
comment_form_name_label : "Név"
|
||||
comment_form_email_label : "Email cím"
|
||||
comment_form_website_label : "Honlap (nem kötelező):"
|
||||
comment_btn_submit : "Hozzászólás elküldése"
|
||||
comment_btn_submitted : "Hozzászólás elküldve"
|
||||
comment_success_msg : "Köszönjük a Hozzászólást! A Hozzászólások csak előzetes moderáció után lesznek publikusak."
|
||||
comment_error_msg : "Hoppá, hiba történt a beküldés közben. Kérlek ellenőrizd hogy minden kötelező mező ki van-e töltve."
|
||||
loading_label : "Betöltés..."
|
||||
search_placeholder_text : "Keresendő szöveg..."
|
||||
results_found : "Találatok:"
|
||||
back_to_top : "Oldal tetejére"
|
||||
hu-HU:
|
||||
<<: *DEFAULT_HU
|
||||
|
||||
# Another locale
|
||||
# --------------
|
||||
#
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "UI Text"
|
||||
permalink: /docs/ui-text/
|
||||
excerpt: "Text for customizing user interface elements found in the theme."
|
||||
last_modified_at: 2018-04-10T08:40:57-04:00
|
||||
last_modified_at: 2018-06-04T12:04:02-04:00
|
||||
---
|
||||
|
||||
Text for UI elements, `_layouts`, and `_includes` grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing theme text a bit easier.
|
||||
|
@ -16,6 +16,7 @@ The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com
|
|||
- French (Français)
|
||||
- German (Deutsch)
|
||||
- Greek
|
||||
- Hungarian
|
||||
- Indonesian
|
||||
- Italian (Italiano)
|
||||
- Korean
|
||||
|
|
|
@ -12,7 +12,7 @@ layouts_gallery:
|
|||
- url: /assets/images/mm-layout-archive.png
|
||||
image_path: /assets/images/mm-layout-archive.png
|
||||
alt: "archive layout example"
|
||||
last_modified_at: 2018-04-10T08:41:35-04:00
|
||||
last_modified_at: 2018-06-04T12:04:24-04:00
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
@ -33,7 +33,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
|
|||
- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
|
||||
- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
|
||||
- [Google Analytics](https://www.google.com/analytics/) support.
|
||||
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
|
||||
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
|
||||
|
||||
## Demo Pages
|
||||
|
||||
|
|
Loading…
Reference in a new issue