diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
commit | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (patch) | |
tree | 1b60dddbcaf3bf4eb702699a5dbe09385fc431bb /apps/files/l10n/hr.js | |
parent | 602ef72477fa0b9a1f889a25fe70a0a3143edc80 (diff) | |
download | nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.tar.gz nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/hr.js')
-rw-r--r-- | apps/files/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index 328830c1e34..a2807fc9df8 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -151,7 +151,7 @@ OC.L10N.register( "in %s" : "za %s", "File Management" : "Upravljanje datotekama", "You don’t have permission to upload or create files here" : "Ovdje ne smijete otpremati ili stvarati datoteke", - "File name" : "Naziv datoteke", + "Filename" : "Naziv datoteke", "Folder name" : "Naziv mape", "Clear filter" : "Ukloni filtar", "Type" : "Vrsta", @@ -196,7 +196,6 @@ OC.L10N.register( "Documents" : "Dokumenti", "Audio" : "Audio", "Videos" : "Videozapisi", - "Filename" : "Naziv datoteke", "Unable to initialize the templates directory" : "Nije moguće inicijalizirati direktorij predložaka", "Templates" : "Predlošci", "Some files could not be moved" : "Neke datoteke nije moguće premjestiti", @@ -221,6 +220,7 @@ OC.L10N.register( "Shared with you" : "Podijeljeno s vama", "Deleted shares" : "Izbrisana dijeljenja", "Pending shares" : "Dijeljenja na čekanju", + "File name" : "Naziv datoteke", "Name cannot be empty" : "Naziv ne može biti prazan" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |