diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
commit | b906e1eda0d273446dfb8fbee28bc643d4578b6e (patch) | |
tree | da0a9e8d135e2cd93823f5f386582ed68f2307a2 /apps/files/l10n/mk.js | |
parent | 2606c99666da4d6c402cc0d163ef67e2a6b4815e (diff) | |
download | nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.tar.gz nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/mk.js')
-rw-r--r-- | apps/files/l10n/mk.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index 5433ec1fc05..1911d2f741b 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -200,13 +200,10 @@ OC.L10N.register( "Unselect all" : "Од-означи се", "\"{displayName}\" failed on some elements " : "\"{displayName}\" не успеа на некои елементи", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" сериската акцијата е успешно извршена", - "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", "List of files and folders." : "Листа на датотеки и папки.", "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "File not found" : "Датотеката не е пронајдена", - "_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"], - "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки"], "Storage informations" : "Информации за складиштето", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{relative}% used" : "искористено {relative}% ", @@ -323,6 +320,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "Search for an account" : "Пребарај сметка", "Choose" : "Избери", - "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани" + "No files or folders have been deleted yet" : "Нема датотеки или папки што се избришани", + "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} датотека","{count} датотеки"], + "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки"] }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); |