diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
commit | 945afd4432d25fb36de4cb98736fc2777c0a54a5 (patch) | |
tree | 373c437abfc554fe5e1a74162fe0610bbed6ec52 /apps/dav/l10n/mk.js | |
parent | 5b64b8119fc9c004887b514722bcecc2353564de (diff) | |
download | nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.tar.gz nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/mk.js')
-rw-r--r-- | apps/dav/l10n/mk.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/mk.js b/apps/dav/l10n/mk.js index a519db32b04..e32f1eaca3a 100644 --- a/apps/dav/l10n/mk.js +++ b/apps/dav/l10n/mk.js @@ -149,8 +149,6 @@ OC.L10N.register( "Please contact the organizer directly." : "Контактирајте го организаторот директно.", "Are you accepting the invitation?" : "Дали ја прифаќате поканата?", "Tentative" : "Прелиминарно", - "Number of guests" : "Број на гости", - "Comment" : "Коментар", "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", "Todos" : "Задачи", "{actor} created todo {todo} in list {calendar}" : "{actor} креираше задолжение {todo} во листата {calendar}", @@ -163,6 +161,8 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Го решивте задолжението {todo} во листата {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} повторно го отвори задолжението {todo} во листата {calendar}", "You reopened todo {todo} in list {calendar}" : "Повторно го отворивте задолжението {todo} во листата {calendar}", - "A calendar <strong>todo</strong> was modified" : "Изменета е <strong>задача</strong> во календарот" + "A calendar <strong>todo</strong> was modified" : "Изменета е <strong>задача</strong> во календарот", + "Number of guests" : "Број на гости", + "Comment" : "Коментар" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); |