diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-27 00:26:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-27 00:26:53 +0000 |
commit | 912b18b1fc9fd90bfc78f942cd2043a5a0145e69 (patch) | |
tree | e10acec5709011fd37a9daa6315cbf71e87de6ca /apps/dav | |
parent | d395fa862b79ba3720ed5a1494a7c6ebb031b356 (diff) | |
download | nextcloud-server-912b18b1fc9fd90bfc78f942cd2043a5a0145e69.tar.gz nextcloud-server-912b18b1fc9fd90bfc78f942cd2043a5a0145e69.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/mk.js | 10 | ||||
-rw-r--r-- | apps/dav/l10n/mk.json | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/apps/dav/l10n/mk.js b/apps/dav/l10n/mk.js index b7fface7767..16ff72fc3e7 100644 --- a/apps/dav/l10n/mk.js +++ b/apps/dav/l10n/mk.js @@ -73,8 +73,15 @@ OC.L10N.register( "Where: %s" : "Каде: %s", "%1$s via %2$s" : "%1$s преку %2$s", "Cancelled: %1$s" : "Откажано: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" е отакажана", "Re: %1$s" : "Одг: %1$s", + "%1$s has accepted your invitation" : "%1$s ја прифати вашата покана", + "%1$s has declined your invitation" : "%1$s ја одби вашата покана", + "%1$s has responded to your invitation" : "%1$s одговори на вашата покана", + "Invitation updated: %1$s" : "Поканата е ажурирана: %1$s", + "%1$s updated the event \"%2$s\"" : "%1$s го ажурираше настанот \"%2$s\"", "Invitation: %1$s" : "Покана: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s сака да те покани во \"%2$s\"", "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", @@ -155,6 +162,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Контактирајте го организаторот директно.", "Are you accepting the invitation?" : "Дали ја прифаќате поканата?", "Tentative" : "Прелиминарно", - "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано." + "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", + "%1$s has responded your invitation" : "%1$s одговори на вашата покана" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/dav/l10n/mk.json b/apps/dav/l10n/mk.json index 1c6b5e041ed..f93dd65b0e7 100644 --- a/apps/dav/l10n/mk.json +++ b/apps/dav/l10n/mk.json @@ -71,8 +71,15 @@ "Where: %s" : "Каде: %s", "%1$s via %2$s" : "%1$s преку %2$s", "Cancelled: %1$s" : "Откажано: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" е отакажана", "Re: %1$s" : "Одг: %1$s", + "%1$s has accepted your invitation" : "%1$s ја прифати вашата покана", + "%1$s has declined your invitation" : "%1$s ја одби вашата покана", + "%1$s has responded to your invitation" : "%1$s одговори на вашата покана", + "Invitation updated: %1$s" : "Поканата е ажурирана: %1$s", + "%1$s updated the event \"%2$s\"" : "%1$s го ажурираше настанот \"%2$s\"", "Invitation: %1$s" : "Покана: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "%1$s сака да те покани во \"%2$s\"", "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", @@ -153,6 +160,7 @@ "Please contact the organizer directly." : "Контактирајте го организаторот директно.", "Are you accepting the invitation?" : "Дали ја прифаќате поканата?", "Tentative" : "Прелиминарно", - "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано." + "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", + "%1$s has responded your invitation" : "%1$s одговори на вашата покана" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file |