0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-11 17:16:10 +00:00
nextcloud_server/apps/user_status/l10n/uk.js
Nextcloud bot f5445d47dd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-05 00:49:29 +00:00

49 lines
3.2 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Останні статуси",
"No recent status changes" : "Статус не змінювався",
"In a meeting" : "На зустрічі",
"Commuting" : "В дорозі на роботу",
"Out sick" : "Хворію",
"Vacationing" : "У відпустці",
"Out of office" : "Недоступний(-а)",
"Working remotely" : "Працюю віддалено",
"In a call" : "На дзвінку",
"User status" : "Статус користувача",
"Clear status after" : "Очистити статус після",
"Emoji for your status message" : "Емоційки для повідомлення вашого статусу",
"What is your status?" : "Який твій статус?",
"Predefined statuses" : "Попередньо визначені статуси",
"Previously set" : "Раніше встановлений",
"Reset status" : "Скинути статус",
"Reset status to \"{icon} {message}\"" : "Скинути статус на \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Скинути статус на \"{message}\"",
"Reset status to \"{icon}\"" : "Скинути статус на \"{icon}\"",
"There was an error saving the status" : "Помилка під час збереження статусу",
"There was an error clearing the status" : "Помилка під час очищення статусу",
"There was an error reverting the status" : "Помилка при скиданні статусу",
"Set status" : "Встановити статус",
"Online status" : "Мій статус доступності",
"Status message" : "Повідомлення про статус",
"Set absence period" : "Встановити період відсутности",
"Set absence period and replacement" : "Встановити період відсутности та тимчасово виконуючого обов'язки",
"Your status was set automatically" : "Ваш статус встановлено автоматично",
"Clear status message" : "Прибрати статус",
"Set status message" : "Оновити статус",
"Don't clear" : "Залишити поточний",
"Today" : "Сьогодні",
"This week" : "Цього тижня",
"Online" : "Доступний(-а)",
"Away" : "Відсутній(-я)",
"Do not disturb" : "Не турбувати",
"Invisible" : "Невидимка",
"Offline" : "Поза мережею",
"There was an error saving the new status" : "Помилка під час збереження статусу",
"30 minutes" : "30 хвилин",
"1 hour" : "1 година",
"4 hours" : "4 години",
"Mute all notifications" : "Вимкнути всі сповіщення",
"Appear offline" : "Перебуваю поза мережею"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");