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