diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-10 02:20:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-10 02:20:14 +0000 |
commit | 5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09 (patch) | |
tree | 65e2990ade2d6e3a8fa1168e066f30b49beb4271 /apps/files/l10n/hr.js | |
parent | a0444bc69cf1c2ffcb39616a2b258078737237bd (diff) | |
download | nextcloud-server-5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09.tar.gz nextcloud-server-5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/hr.js')
-rw-r--r-- | apps/files/l10n/hr.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/hr.js b/apps/files/l10n/hr.js index f4bb688d343..e1b84bc92b8 100644 --- a/apps/files/l10n/hr.js +++ b/apps/files/l10n/hr.js @@ -25,6 +25,7 @@ OC.L10N.register( "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})", "Uploading that item is not supported" : "Nije podržano otpremanje ove stavke", "Target folder does not exist any more" : "Ciljna mapa više ne postoji", + "Operation is blocked by access control" : "Radnju je blokirala kontrola pristupa", "Error when assembling chunks, status code {status}" : "Pogreška prilikom sastavljanja komada, šifra statusa {status}", "Actions" : "Radnje", "Rename" : "Preimenuj", @@ -34,6 +35,7 @@ OC.L10N.register( "Delete file" : "Izbriši datoteku", "Delete folder" : "Izbriši mapu", "Disconnect storage" : "Odspoji pohranu", + "Leave this share" : "Napustite ovo dijeljenje", "Could not load info for file \"{file}\"" : "Nije moguće učitati podatke za datoteku „{file}”", "Files" : "Datoteke", "Details" : "Pojedinosti", @@ -78,7 +80,13 @@ OC.L10N.register( "\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.", "\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Pohrana {owner} je puna, datoteke više nije moguće ažurirati niti sinkronizirati!", + "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Mapa grupe „{mountPoint}“ je puna, datoteke više nije moguće ažurirati ni sinkronizirati!", + "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "Vanjsko spremište za pohranu „{mountPoint}“ je puno, datoteke više nije moguće ažurirati ni sinkronizirati!", "Your storage is full, files can not be updated or synced anymore!" : "Vaša je pohrana puna, datoteke više nije moguće ažurirati ni sinkronizirati!", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Pohrana {owner} je skoro puna ({usedSpacePercent} %).", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Mapa grupe „{mountPoint}“ je skoro puna ({usedSpacePercent} %).", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Vanjsko spremište za pohranu „{mountPoint}“ je skoro puno ({usedSpacePercent} %).", + "Your storage is almost full ({usedSpacePercent}%)." : "Vaš prostor za pohranu je skoro pun ({usedSpacePercent} %).", "_matches '{filter}'_::_match '{filter}'_" : ["odgovara '{filter}'","podudaranje '{filter}'","podudaranje '{filter}'"], "View in folder" : "Prikaži u mapi", "Copied!" : "Kopirano!", @@ -128,6 +136,7 @@ OC.L10N.register( "{user} moved {oldfile} to {newfile}" : "{user} je premjestio {oldfile} u {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je dodana ili uklonjena iz vaših <strong>favorita</strong>", "A file or folder has been <strong>changed</strong>" : "Datoteka ili mapa su <strong>promijenjeni</strong>", + "A favorite file or folder has been <strong>changed</strong>" : "Omiljena datoteka ili mapa je <strong>promijenjena</strong>", "All files" : "Sve datoteke", "Unlimited" : "Neograničeno", "Upload (max. %s)" : "Otprema (maks. %s)", |