-
-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge pull request #170 from asrob/hu-i18n
Add hungarian translation
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,55 @@ | ||
article: | ||
anchor_label: "Horgony" | ||
date: "{{ .Date }}" | ||
date_updated: "FrissĂtve: {{ .Date }}" | ||
draft: "Vázlat" | ||
edit_title: "Tartalom szerkesztése" | ||
reading_time: | ||
one: "{{ .Count }} perc" | ||
other: "{{ .Count }} perc" | ||
reading_time_title: "Olvasási idő" | ||
table_of_contents: "Tartalomjegyzék" | ||
word_count: | ||
one: "{{ .Count }} szĂł" | ||
other: "{{ .Count }} szĂł" | ||
|
||
author: | ||
byline_title: "Szerző" | ||
|
||
code: | ||
copy: "Másolás" | ||
copied: "Másolva" | ||
|
||
error: | ||
404_title: "Az oldal nem található :confused:" | ||
404_error: "404-es hiba" | ||
404_description: "Úgy tűnik a kért oldal nem található." | ||
|
||
footer: | ||
dark_appearance: "Váltás sötét megjelenésre" | ||
light_appearance: "Váltás világos megjelenésre" | ||
powered_by: "Működteti {{ .Hugo }} & {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Link külső oldalra" | ||
no_articles: "Itt még nincsenek tartalmak." | ||
|
||
nav: | ||
scroll_to_top_title: "Görgess fel" | ||
skip_to_main: "Ugrás a tartalomra" | ||
|
||
search: | ||
open_button_title: "Keresés (/)" | ||
close_button_title: "Bezárás (Esc)" | ||
input_placeholder: "Keresés" | ||
|
||
sharing: | ||
email: "Küldés emailben" | ||
facebook: "Megosztás a Facebookon" | ||
linkedin: "Megosztás a LinkedInen" | ||
pinterest: "Megosztás a Pinteresten" | ||
reddit: "Megosztás a Redditen" | ||
twitter: "Megosztás a Twitteren" | ||
|
||
shortcode: | ||
recent_articles: "Friss" |