Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uk.json « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f852951e882143877a6d1e53a6df8e684f6d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
{ "translations": {
    "Calendar event update notifications" : "Сповіщення про оновлення події в календарі",
    "{actor} created {event} in {calendar}" : "{actor} створив {event} в {calendar}",
    "{actor} deleted {event} from {calendar}" : "{actor} вилучив {event} в {calendar}",
    "{actor} updated {event} in {calendar}" : "{actor} оновив {event} в {calendar}",
    "Busy" : "Зайнято",
    "Personal" : "Особисте",
    "Notifications for calendar event updates" : "Сповіщення про оновлення подій в календарі",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Отримувати сповіщення про додавання, зміну або вилучення події у спільному календарі"
},"pluralForm" :"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);"
}