diff options
Diffstat (limited to 'apps/files/l10n/mk.json')
-rw-r--r-- | apps/files/l10n/mk.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index a77132d6d53..acb979465ca 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -198,13 +198,10 @@ "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}% ", @@ -321,6 +318,9 @@ "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} папки"] },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file |