From 17621174f3ef9093f707d2296b97134a45c33c2b Mon Sep 17 00:00:00 2001 From: Michael Ivanchenko Date: Sat, 28 Sep 2019 08:16:34 +0300 Subject: [PATCH] Add ukrainian translation --- i18n/uk.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 i18n/uk.toml diff --git a/i18n/uk.toml b/i18n/uk.toml new file mode 100644 index 0000000..0aba054 --- /dev/null +++ b/i18n/uk.toml @@ -0,0 +1,32 @@ +[more] +other = "Ще" + +[allTitle] +other = "Усі {{.Title }}" + +[recentTitle] +other = "Нещодавні {{.Title }}" + +[readMore] +other = "читати далі" + +[whatsInThis] +other = "Зміст {{ .Type }}" + +[related] +other = "Подібні" + +[yourName] +other = "Ваше ім'я" + +[emailAddress] +other = "Електронна пошта" + +[message] +other = "Повідомлення" + +[emailRequiredNote] +other = "Електронна пошта обов'язкова" + +[send] +other = "Надіслати"