0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-10 19:23:02 +00:00
nextcloud_server/apps/files_reminders/l10n/ru.js
Nextcloud bot fef721e641
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-13 00:21:04 +00:00

32 lines
3.1 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(
"files_reminders",
{
"File reminders" : "Напоминания о файлах",
"Reminder for {name}" : "Напоминание для {name}",
"View file" : "Просмотреть файл",
"View folder" : "Просмотреть папку",
"Set file reminders" : "Установить напоминания о файлах",
"**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣Напоминания о файлах**\n\nУстановите напоминания о файлах.\n\nПримечание: чтобы использовать приложение \"Напоминания о файлах\", убедитесь, что приложение \"Уведомления\" установлено и включено. Приложение \"Уведомления\" предоставляет необходимые API-интерфейсы для правильной работы приложения \"Напоминания о файлах\".",
"We will remind you of this file" : "Мы напомним вам об этом файле",
"Please choose a valid date & time" : "Пожалуйста, выберите правильную дату и время",
"Cancel" : "Отмена",
"Clear reminder" : "Очистить напоминание",
"Set reminder" : "Установить напоминание",
"Set reminder for \"{fileName}\"" : "Установить напоминание для \"{fileName}\"",
"Set reminder at custom date & time" : "Установить напоминание на индивидуальную дату и время",
"Reminder set for \"{fileName}\"" : "Напоминание для \"{fileName}\"",
"Failed to set reminder" : "Не удалось установить напоминание",
"Reminder cleared for \"{fileName}\"" : "Напоминание очищено для \"{fileName}\"",
"Failed to clear reminder" : "Не удалось удалить напоминание",
"Reminder set" : "Установить напоминание",
"Set custom reminder" : "Установить особое напоминание",
"Later today" : "Позже сегодня",
"Set reminder for later today" : "Установить напоминание позднее сегодня",
"Tomorrow" : "Завтра",
"Set reminder for tomorrow" : "Установить напоминание на завтра",
"This weekend" : "Эта неделя",
"Set reminder for this weekend" : "Установить напоминание на эти выходные",
"Next week" : "Следующая неделя",
"Set reminder for next week" : "Установить напоминание на следующую неделю"
},
"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);");