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

ru.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05147b4401c54c0a0172448f360161853d987ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Уведомления администратора",
    "Notifications" : "Уведомления",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "Это приложение для создания и показа уведомлений в Nextcloud.",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Это приложение создавать и выводить уведомления в Nextcloud.\nТакже приложение предоставляет API, позволяющее другим приложениями выводить уведомления для пользователей в веб-интерфейсе и клиентах синнхронизацтт. Вот некоторые примеры:\n\n📬 Совместное использование файлов: вы получили доступ к новому общему ресурсу;\n\n📑 Комментарии: Другой пользователь упомянул вас в комментарии к файлу;\n\n🚢 Уведомление об обновлении: Доступно обновление приложений или самого Nextcloud;\n\n📣 Центр объявлений: объявление было опубликовано администратором.",
    "Dismiss all notifications" : "Отклонить все уведомления",
    "Requesting browser permissions to show notifications" : "Запрос разрешений для показа уведомлений в браузере",
    "No notifications" : "Уведомлений нет",
    "Failed to dismiss all notifications" : "Не удалось скрыть все уведомления",
    "Failed to perform action" : "Не удалось выполнить задание",
    "Dismiss" : "Закрыть",
    "seconds ago" : "несколько секунд назад",
    "Failed to dismiss notification" : "Не удалось скрыть уведомление",
    "in {path}" : "в {path}"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");