platform/plugins/notification-assets/lang/ru.json
Kristina e0fb65ab47
Add confirmation modal for archive all and add read all option (#4880)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-03-05 20:02:52 +07:00

45 lines
2.2 KiB
JSON
Raw 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.

{
"string": {
"Notification": "Уведомление",
"Notifications": "Уведомления",
"NoNotifications": "Нет уведомлений",
"EmailNotification": "Email",
"PlatformNotification": "в системе",
"Track": "Отслеживать",
"DontTrack": "Не отслеживать",
"BrowserNotification": "в браузере",
"Remove": "Удалить нотификацию",
"RemoveAll": "Удалить все нотификации",
"MarkAllAsRead": "Отметить все нотификации как прочитанные",
"MarkAsRead": "Отметить нотификация прочитанной",
"MarkAsUnread": "Отметить непрочитанным",
"Archive": "Архивировать",
"Inbox": "Входящие",
"Collaborators": "Участники",
"Change": "Изменено",
"AddedRemoved": "Добавлено/удалено",
"YouAddedCollaborators": "Вы были добавлены как участник",
"YouHaveJoinedTheConversation": "Вы присоединились к диалогу",
"ChangeCollaborators": "изменил(а) участники",
"Activity": "Активность",
"People": "Люди",
"All": "Все",
"Read": "Прочитанное",
"Unread": "Не прочитанное",
"CommonNotificationTitle": "{title}",
"CommonNotificationBody": "Обновление от {senderName}",
"ChangedCollaborators": "Изменены участники",
"NewCollaborators": "Новые участники",
"RemovedCollaborators": "Удалены участники",
"Edited": "отредактировал(а)",
"Pinned": "Закреплено",
"Message": "Сообщение",
"FlatList": "Flat list",
"GroupedList": "Grouped list",
"ArchiveAll": "Архивировать все",
"ReadAll": "Прочитать все",
"ArchiveAllConfirmationTitle": "Архивировать все уведомления?",
"ArchiveAllConfirmationMessage": "Вы уверены, что хотите заархивировать все уведомления? Эту операцию невозможно отменить."
}
}