From 0d1670adbaa63e4972bd560efd3c046eb03e48ca Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 29 Aug 2022 18:23:19 +0000
Subject: [PATCH] Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
---
i18n/uk.toml | 65 ++++++++++++++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..f84f5ce
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,65 @@
+[404_message]
+other = "Хей! Виглядаєте здивовано. Цієї сторінки не існує (або вона приватна)."
+
+[404_back]
+other = "↳ Повернемося додому."
+
+[all_posts]
+other = "Всі {{.Title}}"
+
+[last_updated]
+other = "Оновлено"
+
+[notes_count]
+other = "нонаток з цим тегом"
+
+[first_10]
+other = "показано 10 перших результатів"
+
+[tag]
+other = "Тег"
+
+[backlinks]
+other = "Зворотнє посилання"
+
+[no_backlinks]
+other = "Зворотних посилань не знайдено"
+
+[home]
+other = "Дім"
+
+[light_mode]
+other = "Світлий Режим"
+
+[dark_mode]
+other = "Темний Режим"
+
+[edit_source]
+other = "Редагувати Джерело"
+
+[interactive_graph]
+other = "Інтерактивний граф"
+
+[search]
+other = "Пошук"
+
+[search_icon]
+other = "Іконка Пошуку"
+
+[icon_search]
+other = "Іконка для відкриття пошуку"
+
+[recent_notes]
+other = "Нещодавні Нотатки"
+
+[first_3_notes]
+other = "перші 3 {{ .notes }}"
+
+[search_for_something]
+other = "Знайти щось..."
+
+[toc]
+other = "Зміст"
+
+[copyright]
+other = "Створено {{ .name }} з використанням <a href=\"https://github.com/jackyzha0/quartz\">Quartz</a>, © {{ .year }}"
--
Gitblit v1.10.0