nextcloud_server/apps/files_reminders/l10n/mk.js

33 lines
2.2 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 for \"{fileName}\"" : "Постави потсетник за \"{fileName}\"",
"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=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");