diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:35 +0000 |
commit | 525def9ecaad833039a4cf8c7c3cf2f379076f90 (patch) | |
tree | 6a05a1f595974e33cc480d95d6ecaacb269b92d6 /apps/files/l10n/sc.js | |
parent | 7a23b23c95896925b8631d92f02c6d3b0ddb994d (diff) | |
download | nextcloud-server-525def9ecaad833039a4cf8c7c3cf2f379076f90.tar.gz nextcloud-server-525def9ecaad833039a4cf8c7c3cf2f379076f90.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sc.js')
-rw-r--r-- | apps/files/l10n/sc.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/sc.js b/apps/files/l10n/sc.js index 7e8fd6995e9..57158432b68 100644 --- a/apps/files/l10n/sc.js +++ b/apps/files/l10n/sc.js @@ -191,8 +191,6 @@ OC.L10N.register( "Unselect all" : "Deseletziona totu", "List of files and folders." : "Lista de archìvios e cartellas.", "File not found" : "Archìviu no agatadu", - "_{count} file_::_{count} files_" : ["{count} archìviu","{count} archìvios"], - "_{count} folder_::_{count} folders_" : ["{count} cartella","{count} cartellas"], "Storage informations" : "Informatziones de s'archiviatzione", "{usedQuotaByte} used" : "{usedQuotaByte} impreadu", "{relative}% used" : "{relative}% impreadu", @@ -295,6 +293,8 @@ OC.L10N.register( "This file has the tag {tag}" : "Custu archìviu tenet s'eticheta {tag}", "This file has the tags {firstTags} and {lastTag}" : "Custu archìviu tenet is etichetas {firstTags} e {lastTag}", "Open folder {name}" : "Aberi sa cartella {name}", - "Choose" : "Sèbera" + "Choose" : "Sèbera", + "_{count} file_::_{count} files_" : ["{count} archìviu","{count} archìvios"], + "_{count} folder_::_{count} folders_" : ["{count} cartella","{count} cartellas"] }, "nplurals=2; plural=(n != 1);"); |