-
-
Notifications
You must be signed in to change notification settings - Fork 334
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 #703 from archdron/dev
Add Ukrainian Localization
- Loading branch information
Showing
1 changed file
with
60 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,60 @@ | ||
article: | ||
anchor_label: "Закладка" | ||
date: "{{ .Date }}" | ||
date_updated: "Оновлено {{ .Date }}" | ||
draft: "Чернетка" | ||
edit_title: "Редагувати" | ||
reading_time: | ||
one: "{{ .Count }} хвилину" | ||
few: "{{ .Count }} хвилини" | ||
many: "{{ .Count }} хвилин" | ||
other: "{{ .Count }} хвилини" | ||
reading_time_title: "Прочитаєте за" | ||
table_of_contents: "Зміст" | ||
word_count: | ||
one: "{{ .Count }} слово" | ||
few: "{{ .Count }} слова" | ||
many: "{{ .Count }} слів" | ||
other: "{{ .Count }} слова" | ||
|
||
author: | ||
byline_title: "Автор" | ||
|
||
code: | ||
copy: "Копіювати" | ||
copied: "Скопійовано" | ||
|
||
error: | ||
404_title: "Немає такої сторінки :confused:" | ||
404_error: "Помилка 404" | ||
404_description: "Здається, сторінки, яка вам потрібна, не існує." | ||
|
||
footer: | ||
dark_appearance: "Увімкнути темний режим" | ||
light_appearance: "Увімкнути світлий режим" | ||
powered_by: "Сайт працює на рушії {{ .Hugo }} зі стилем {{ .Congo }}" | ||
|
||
list: | ||
externalurl_title: "Зовнішнє посилання" | ||
no_articles: "Дописів поки що немає" | ||
|
||
nav: | ||
scroll_to_top_title: "Повернутися на початок сторінки" | ||
skip_to_main: "До тексту" | ||
|
||
search: | ||
open_button_title: "Шукати (/)" | ||
close_button_title: "Закрити (Esc)" | ||
input_placeholder: "Введіть запит тут" | ||
|
||
sharing: | ||
email: "Надіслати електронною поштою" | ||
facebook: "Поширити на Facebook" | ||
linkedin: "Поширити на LinkedIn" | ||
mastodon: "Поширити на Mastodon" | ||
pinterest: "Зберегти на Pinterest" | ||
reddit: "Опублікувати на Reddit" | ||
twitter: "Поширити на Twitter" | ||
|
||
shortcode: | ||
recent_articles: "Недавні дописи" |