From fd70cf9d7a0f92a3332504bc72b7137006392fcd Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Mon, 8 Jul 2013 01:52:39 +0200 Subject: [PATCH] Adds 'uk' translation. --- README.md | 2 +- src/_h5ai/conf/l10n/uk.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/_h5ai/conf/l10n/uk.json diff --git a/README.md b/README.md index a6da1ce6..6841ae0b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ It profits from these great projects: * now uses `SVG` images for the interface * updates H5BP to 4.2.0 * updates jQuery to 1.10.2 - +* adds `uk` translation by Viktor Matveenko ### v0.22.1 - *2012-10-16* diff --git a/src/_h5ai/conf/l10n/uk.json b/src/_h5ai/conf/l10n/uk.json new file mode 100644 index 00000000..0e3190f6 --- /dev/null +++ b/src/_h5ai/conf/l10n/uk.json @@ -0,0 +1,19 @@ +{ + "lang": "українська", + "details": "Деталі", + "list": "Список", + "grid": "Гратка", + "icons": "Піктограми", + "name": "Ім'я", + "lastModified": "Останні зміни", + "size": "Розмір", + "parentDirectory": "Головна тека", + "empty": "Порожньо", + "folders": "Тек(и))", + "files": "Файли(ів)", + "download": "Завантажити", + "noMatch": "Немає співпадінь", + "dateFormat": "YYYY-MM-DD HH:mm", + "filter": "Фільтр", + "delete": "Вилучити" +} \ No newline at end of file