Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Dec 10, 2020
1 parent a0444bc commit 5fc20e8
Show file tree
Hide file tree
Showing 72 changed files with 456 additions and 86 deletions.
7 changes: 7 additions & 0 deletions apps/admin_audit/l10n/hr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Revizija/zapisivanje",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Omogućuje zapisivanje u Nextcloudu, primjerice radi bilježenja pristupa datotekama ili drugih osjetljivih radnji."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
5 changes: 5 additions & 0 deletions apps/admin_audit/l10n/hr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ "translations": {
"Auditing / Logging" : "Revizija/zapisivanje",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Omogućuje zapisivanje u Nextcloudu, primjerice radi bilježenja pristupa datotekama ili drugih osjetljivih radnji."
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
8 changes: 8 additions & 0 deletions apps/cloud_federation_api/l10n/hr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OC.L10N.register(
"cloud_federation_api",
{
"Cloud Federation API" : "API udruženog oblaka",
"Enable clouds to communicate with each other and exchange data" : "Omogućite međusobnu komunikaciju i razmjenu podataka među oblacima",
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API udruženog oblaka omogućuje raznim instancama Nextclouda da međusobno komuniciraju i razmjenjuju podatke."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
6 changes: 6 additions & 0 deletions apps/cloud_federation_api/l10n/hr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "translations": {
"Cloud Federation API" : "API udruženog oblaka",
"Enable clouds to communicate with each other and exchange data" : "Omogućite međusobnu komunikaciju i razmjenu podataka među oblacima",
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API udruženog oblaka omogućuje raznim instancama Nextclouda da međusobno komuniciraju i razmjenjuju podatke."
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
7 changes: 7 additions & 0 deletions apps/comments/l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,19 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
"Edit comment" : "Uredi komentar",
"Delete comment" : "Izbriši komentar",
"Cancel edit" : "Otkaži uređivanje",
"Post comment" : "Objavi komentar",
"No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
"No more messages" : "Nema više poruka",
"Retry" : "Pokušaj ponovno",
"Unable to load the comments list" : "Nije moguće učitati popis komentara",
"_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
"_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
"Comment" : "Komentar",
"An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
"Comment deleted" : "Komentar izbrisan",
"An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
"An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
"New comment …" : "Novi komentar…",
"Post" : "Objavi",
"Cancel" : "Odustani",
Expand Down
7 changes: 7 additions & 0 deletions apps/comments/l10n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@
"Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
"Edit comment" : "Uredi komentar",
"Delete comment" : "Izbriši komentar",
"Cancel edit" : "Otkaži uređivanje",
"Post comment" : "Objavi komentar",
"No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
"No more messages" : "Nema više poruka",
"Retry" : "Pokušaj ponovno",
"Unable to load the comments list" : "Nije moguće učitati popis komentara",
"_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
"_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
"Comment" : "Komentar",
"An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
"Comment deleted" : "Komentar izbrisan",
"An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
"An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
"New comment …" : "Novi komentar…",
"Post" : "Objavi",
"Cancel" : "Odustani",
Expand Down
9 changes: 9 additions & 0 deletions apps/contactsinteraction/l10n/hr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Nedavno kontaktiran",
"Contacts Interaction" : "Interakcija kontakata",
"Manages interaction between users and contacts" : "Upravlja interakcijom korisnika i kontakata",
"Collect data about user and contacts interactions and provide an address book for the data" : "Prikuplja podatke o interakcijama korisnika i kontakata i stvara adresar za podatke"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
7 changes: 7 additions & 0 deletions apps/contactsinteraction/l10n/hr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "translations": {
"Recently contacted" : "Nedavno kontaktiran",
"Contacts Interaction" : "Interakcija kontakata",
"Manages interaction between users and contacts" : "Upravlja interakcijom korisnika i kontakata",
"Collect data about user and contacts interactions and provide an address book for the data" : "Prikuplja podatke o interakcijama korisnika i kontakata i stvara adresar za podatke"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
13 changes: 12 additions & 1 deletion apps/dashboard/l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ OC.L10N.register(
"dashboard",
{
"Dashboard" : "Nadzorna ploča",
"Dashboard app" : "Nadzorna ploča aplikacije",
"Show something" : "Prikaži nešto",
"Customize" : "Uredi",
"Edit widgets" : "Uredi widgete",
"Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama",
"Change background image" : "Promijenite sliku pozadinu",
"Weather service" : "Davatelj vremenske prognoze",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Radi zaštite vaše privatnosti, podatke o vremenskoj prognozi zahtijeva vaš Nextcloud poslužitelj u vaše ime kako davatelj vremenske prognoze ne bi primio vaše osobne podatke.",
"Weather data from Met.no" : "Podaci o vremenskoj prognozi iz Met.no",
"geocoding with Nominatim" : "geokodiranje uz Nominatim",
"elevation data from OpenTopoData" : "podaci o nadmorskoj visini iz OpenTopoData",
"Weather" : "Vrijeme",
"Status" : "Status",
"Good evening, {name}" : "Dobar dan, {name}",
Expand All @@ -15,6 +22,10 @@ OC.L10N.register(
"Good morning, {name}" : "Dobro jutro, {name}",
"Good morning" : "Dobro jutro",
"Good night, {name}" : "Dobro večer, {name}",
"Good night" : "Dobro večer"
"Good night" : "Dobro večer",
"Pick from files" : "Odaberi iz datoteka",
"Default images" : "Zadane slike",
"Plain background" : "Obična pozadina",
"Insert from {productName}" : "Umetni iz {productName}"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
13 changes: 12 additions & 1 deletion apps/dashboard/l10n/hr.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{ "translations": {
"Dashboard" : "Nadzorna ploča",
"Dashboard app" : "Nadzorna ploča aplikacije",
"Show something" : "Prikaži nešto",
"Customize" : "Uredi",
"Edit widgets" : "Uredi widgete",
"Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama",
"Change background image" : "Promijenite sliku pozadinu",
"Weather service" : "Davatelj vremenske prognoze",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Radi zaštite vaše privatnosti, podatke o vremenskoj prognozi zahtijeva vaš Nextcloud poslužitelj u vaše ime kako davatelj vremenske prognoze ne bi primio vaše osobne podatke.",
"Weather data from Met.no" : "Podaci o vremenskoj prognozi iz Met.no",
"geocoding with Nominatim" : "geokodiranje uz Nominatim",
"elevation data from OpenTopoData" : "podaci o nadmorskoj visini iz OpenTopoData",
"Weather" : "Vrijeme",
"Status" : "Status",
"Good evening, {name}" : "Dobar dan, {name}",
Expand All @@ -13,6 +20,10 @@
"Good morning, {name}" : "Dobro jutro, {name}",
"Good morning" : "Dobro jutro",
"Good night, {name}" : "Dobro večer, {name}",
"Good night" : "Dobro večer"
"Good night" : "Dobro večer",
"Pick from files" : "Odaberi iz datoteka",
"Default images" : "Zadane slike",
"Plain background" : "Obična pozadina",
"Insert from {productName}" : "Umetni iz {productName}"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}
6 changes: 6 additions & 0 deletions apps/dav/l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ OC.L10N.register(
"You solved todo {todo} in list {calendar}" : "Izvršili ste zadatak {todo} u popisu {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} je ponovno otvorio zadatak {todo} u popisu {calendar}",
"You reopened todo {todo} in list {calendar}" : "Ponovno ste otvorili zadatak {todo} u popisu {calendar}",
"Calendar and tasks" : "Kalendar i zadaci",
"A <strong>calendar</strong> was modified" : "Izmijenjen je <strong>kalendar</strong>",
"A calendar <strong>event</strong> was modified" : "Izmijenjen je <strong>događaj</strong> u kalendaru",
"A calendar <strong>todo</strong> was modified" : "Izmijenjen je <strong>zadatak</strong> u kalendaru",
Expand All @@ -64,8 +65,13 @@ OC.L10N.register(
"%1$s via %2$s" : "%1$s putem %2$s",
"Invitation canceled" : "Poziv je otkazan",
"Invitation updated" : "Poziv je ažuriran",
"Invitation" : "Pozivnica",
"Title:" : "Naslov:",
"Time:" : "Vrijeme:",
"Location:" : "Lokacija:",
"Link:" : "Poveznica:",
"Organizer:" : "Organizator:",
"Attendees:" : "Polaznici:",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"More options …" : "Više mogućnosti…",
Expand Down
6 changes: 6 additions & 0 deletions apps/dav/l10n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"You solved todo {todo} in list {calendar}" : "Izvršili ste zadatak {todo} u popisu {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} je ponovno otvorio zadatak {todo} u popisu {calendar}",
"You reopened todo {todo} in list {calendar}" : "Ponovno ste otvorili zadatak {todo} u popisu {calendar}",
"Calendar and tasks" : "Kalendar i zadaci",
"A <strong>calendar</strong> was modified" : "Izmijenjen je <strong>kalendar</strong>",
"A calendar <strong>event</strong> was modified" : "Izmijenjen je <strong>događaj</strong> u kalendaru",
"A calendar <strong>todo</strong> was modified" : "Izmijenjen je <strong>zadatak</strong> u kalendaru",
Expand All @@ -62,8 +63,13 @@
"%1$s via %2$s" : "%1$s putem %2$s",
"Invitation canceled" : "Poziv je otkazan",
"Invitation updated" : "Poziv je ažuriran",
"Invitation" : "Pozivnica",
"Title:" : "Naslov:",
"Time:" : "Vrijeme:",
"Location:" : "Lokacija:",
"Link:" : "Poveznica:",
"Organizer:" : "Organizator:",
"Attendees:" : "Polaznici:",
"Accept" : "Prihvati",
"Decline" : "Odbij",
"More options …" : "Više mogućnosti…",
Expand Down
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ OC.L10N.register(
"Federated Cloud Sharing" : "Dijeljenje putem udruženog oblaka",
"Open documentation" : "Otvori dokumentaciju",
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje (ova mogućnost također omogućuje pristup javnim dijeljenjima putem WebDAV-a)",
"Allow users on this server to receive shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju dijeljenja s drugih poslužitelja",
"Allow users on this server to send shares to groups on other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja grupama na drugim poslužiteljima",
"Allow users on this server to receive group shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju grupna dijeljenja s drugih poslužitelja",
Expand Down
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Federated Cloud Sharing" : "Dijeljenje putem udruženog oblaka",
"Open documentation" : "Otvori dokumentaciju",
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje (ova mogućnost također omogućuje pristup javnim dijeljenjima putem WebDAV-a)",
"Allow users on this server to receive shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju dijeljenja s drugih poslužitelja",
"Allow users on this server to send shares to groups on other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja grupama na drugim poslužiteljima",
"Allow users on this server to receive group shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju grupna dijeljenja s drugih poslužitelja",
Expand Down
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/l10n/lt_LT.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ OC.L10N.register(
"File is already shared with %s" : "Failas jau yra bendrinamas su %s",
"Could not find share" : "Nepavyko rasti bendrinamų duomenų",
"Federated sharing" : "Federacinis bendrinimas",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user} ({behalf} vardu) esantis kitame serveryje",
"You received {share} as a remote share from {user}" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user}",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user} ({behalf} vardu)",
"You received {share} as a remote share from {user}" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user}",
"Accept" : "Priimti",
"Decline" : "Atmesti",
"Share with me through my #Nextcloud Federated Cloud ID" : "Bendrinti su manimi per mano #Nextcloud federacinės debesijos ID",
Expand Down
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/l10n/lt_LT.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"File is already shared with %s" : "Failas jau yra bendrinamas su %s",
"Could not find share" : "Nepavyko rasti bendrinamų duomenų",
"Federated sharing" : "Federacinis bendrinimas",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user} ({behalf} vardu) esantis kitame serveryje",
"You received {share} as a remote share from {user}" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user}",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user} ({behalf} vardu)",
"You received {share} as a remote share from {user}" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user}",
"Accept" : "Priimti",
"Decline" : "Atmesti",
"Share with me through my #Nextcloud Federated Cloud ID" : "Bendrinti su manimi per mano #Nextcloud federacinės debesijos ID",
Expand Down
9 changes: 9 additions & 0 deletions apps/files/l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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!",
Expand Down Expand Up @@ -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)",
Expand Down
Loading

0 comments on commit 5fc20e8

Please sign in to comment.