nextcloud/apps/files_reminders/l10n/ru.js
Nextcloud bot a40838b61c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 00:24:23 +00:00

31 lines
2.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(
"files_reminders",
{
"File reminders" : "Напоминания о файлах",
"Reminder for {name}" : "Напоминание для {name}",
"View file" : "Просмотреть файл",
"View folder" : "Просмотреть папку",
"Set file reminders" : "Установить напоминания о файлах",
"**📣 File reminders**\n\nSet file reminders." : "**📣 Напоминания о файлах**\n\nУстановить напоминания о файлах.",
"Please choose a valid date & time" : "Пожалуйста, выберите правильную дату и время",
"Cancel" : "Отмена",
"Clear reminder" : "Очистить напоминание",
"Set reminder" : "Установить напоминание",
"Set reminder at custom date & time" : "Установить напоминание на индивидуальную дату и время",
"Reminder set for \"{fileName}\"" : "Напоминание для \"{fileName}\"",
"Failed to set reminder" : "Не удалось установить напоминание",
"Failed to clear reminder" : "Не удалось удалить напоминание",
"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" : "Установить напоминание на следующую неделю",
"Back" : "Назад",
"Reminder cleared" : "Напоминание удалено",
"Failed to load reminder" : "Не удалось загрузить напоминание"
},
"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);");