aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-09-20 00:27:30 +0000
committerNextcloud bot <bot@nextcloud.com>2023-09-20 00:27:30 +0000
commitfecae9422902fa1cbc6366b9379924f5586a1eda (patch)
treedc0c058e126268a256ac90f76d16a6c98cb4930a /apps/files_reminders
parent7cf842136084af3eb88ea6c43e9f724245c91b98 (diff)
downloadnextcloud-server-fecae9422902fa1cbc6366b9379924f5586a1eda.tar.gz
nextcloud-server-fecae9422902fa1cbc6366b9379924f5586a1eda.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_reminders')
-rw-r--r--apps/files_reminders/l10n/mk.js29
-rw-r--r--apps/files_reminders/l10n/mk.json27
2 files changed, 56 insertions, 0 deletions
diff --git a/apps/files_reminders/l10n/mk.js b/apps/files_reminders/l10n/mk.js
new file mode 100644
index 00000000000..be22729581d
--- /dev/null
+++ b/apps/files_reminders/l10n/mk.js
@@ -0,0 +1,29 @@
+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Постави потсетник на датотека.",
+ "Back" : "Назад",
+ "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" : "Постави потсетник за наредната недела",
+ "Set reminder at custom date & time" : "Постави потсетник на прилагоден датум & време",
+ "Reminder set for \"{fileName}\"" : "Поставен потсетник за \"{fileName}\"",
+ "Failed to set reminder" : "Неуспешно поставување на потсетник",
+ "Please choose a valid date & time" : "Внесете валиден датум & време",
+ "Reminder cleared" : "Потсетникот е остранет",
+ "Failed to clear reminder" : "Неуспешно остранување на потсетник",
+ "Failed to load reminder" : "Неуспешно вчитување на потсетник"
+},
+"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/apps/files_reminders/l10n/mk.json b/apps/files_reminders/l10n/mk.json
new file mode 100644
index 00000000000..49e29c86aa8
--- /dev/null
+++ b/apps/files_reminders/l10n/mk.json
@@ -0,0 +1,27 @@
+{ "translations": {
+ "File reminders" : "Потсетник на датотеки",
+ "Reminder for {name}" : "Потсетник за {name}",
+ "View file" : "Види датотека",
+ "View folder" : "Види папка",
+ "Set file reminders" : "Постави потсетник на датотека",
+ "**📣 File reminders**\n\nSet file reminders." : "**📣 Потсетник на датотеки**\n\nПостави потсетник на датотека.",
+ "Back" : "Назад",
+ "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" : "Постави потсетник за наредната недела",
+ "Set reminder at custom date & time" : "Постави потсетник на прилагоден датум & време",
+ "Reminder set for \"{fileName}\"" : "Поставен потсетник за \"{fileName}\"",
+ "Failed to set reminder" : "Неуспешно поставување на потсетник",
+ "Please choose a valid date & time" : "Внесете валиден датум & време",
+ "Reminder cleared" : "Потсетникот е остранет",
+ "Failed to clear reminder" : "Неуспешно остранување на потсетник",
+ "Failed to load reminder" : "Неуспешно вчитување на потсетник"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
+} \ No newline at end of file