0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/user_status/l10n/uk.js
Nextcloud bot b95431ba57
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 00:20:21 +00:00

50 lines
3.3 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" : "Скинути статус",
"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" : "Встановити повідомлення про стан",
"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" : "Виникла помилка при скиданні статусу",
"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);");