diff options
Diffstat (limited to 'apps/web/lib/i18n/locales/uk')
| -rw-r--r-- | apps/web/lib/i18n/locales/uk/translation.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/uk/translation.json b/apps/web/lib/i18n/locales/uk/translation.json new file mode 100644 index 00000000..aff949ee --- /dev/null +++ b/apps/web/lib/i18n/locales/uk/translation.json @@ -0,0 +1,22 @@ +{ + "common": { + "url": "URL", + "name": "Ім'я", + "email": "Email", + "password": "Пароль", + "action": "Дія", + "actions": "Дії", + "created_at": "Створено", + "key": "Ключ", + "role": "Роль", + "type": "Тип", + "size": "Розмір", + "roles": { + "user": "Користувач", + "admin": "Адміністратор" + }, + "experimental": "Експериментальний", + "search": "Пошук", + "something_went_wrong": "Щось пішло не так" + } +} |
