0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-05 17:10:17 +00:00
nextcloud_server/apps/files_reminders/l10n/sr.js
Nextcloud bot be557caec0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 00:21:47 +00:00

32 lines
2.9 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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");