diff options
Diffstat (limited to 'core/l10n/uk.js')
-rw-r--r-- | core/l10n/uk.js | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js index e7c2d97080f..c8c7cdce30b 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -137,6 +137,8 @@ OC.L10N.register( "More apps" : "Більше застосунків", "Currently open" : "Наразі відкрито", "_{count} notification_::_{count} notifications_" : ["{count} сповіщень","{count} сповіщень","{count} сповіщень","{count} сповіщень"], + "Date range filter" : "Фільтр вибору дати", + "Apply range" : "Застосувати вибір", "Log in" : "Увійти", "Logging in …" : "Вхід ...", "Server side authentication failed!" : "Невдала авторизація на стороні сервера!", @@ -190,11 +192,24 @@ OC.L10N.register( "Install the Contacts app" : "Встановіть застосунок Контакти", "Loading your contacts …" : "Завантаження контактів...", "Looking for {term} …" : "Шукаєте {term}", + "Global search" : "Універсальний пошук", + "Search apps, files, tags, messages" : "Шукати застосунки, файли, мітки, повідомлення", + "Apps and Settings" : "Застосунки та налаштування", "Modified" : "Змінено", "Today" : "Сьогодні", + "Last 7 days" : "За останні 7 днів", + "Last 30 days" : "За останні 30 днів", + "This year" : "Цього року", + "Last year" : "Минулого року", + "Custom date range" : "Власний вибір проміжку", + "Search people" : "Пошук контактів", "Not found" : "Не знайдено", "People" : "Люди", "Load more results" : "Завантажити більше результатів", + "Search in" : "Шукати у", + "Start typing in search" : "Почніть шукати", + "No matching results" : "Відсутні збіги", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Між ${this.dateFilter.startFrom.toLocaleDateString()} та ${this.dateFilter.endAt.toLocaleDateString()}", "Forgot password?" : "Забули пароль?", "Back to login form" : "Повернутися на сторінку входу", "Back" : "Назад", @@ -432,7 +447,7 @@ OC.L10N.register( "Home" : "Домівка", "Copy to {folder}" : "Копіювати до {folder}", "Move to {folder}" : "Перемістити до {folder}", - "Authentication required" : "Необхідна авторизація", + "Authentication required" : "Потрібна авторизація", "Failed to authenticate, try again" : "Помилка авторизації, спробуйте ще раз", "File not found" : "Файл не знайдено", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не знайдено на сервері. Можливо спільний доступ було закрито або термін дії доступу вичерпано.", |