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 Jan 11, 2020
1 parent dafb5db commit 1f7ffd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion l10n/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OC.L10N.register(
"Failed to get city weather informations. Please contact your administrator" : "Neuspješno dohvaćanje informacija o vremenu. Obratite se svom administratoru",
"No city with this name found." : "Nije pronađen nijedan grad s ovim imenom.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Vaš ključ API-ja OpenWeatherMap nije važeći. Obratite se svom administratoru kako biste konfigurirali važeći ključ API-ja u Dodatnim postavkama administracije",
"Empty city name!" : "Nema imena grada!",
"Failed to add city. Please contact your administrator" : "Dodavanja grada nije uspjelo. Obratite se svom administratoru",
"This city is already registered for your account." : "Ovaj je grad već registriran za vaš račun.",
"Failed to remove city. Please contact your administrator" : "Uklanjanje grada nije uspjelo. Obratite se svom administratoru",
Expand All @@ -28,6 +29,8 @@ OC.L10N.register(
"Saturday" : "Subota",
"Sunday" : "Nedjelja",
"Watch the weather directly on your Nextcloud." : "Pratite vremenske prilike izravno na Nextcloudu.",
"Please make sure you select cities in the Weather app." : "Obavezno odaberite željene gradove u aplikaciji Weather.",
"Please make sure you select a home city in the Weather app." : "Obavezno odaberite početni grad u aplikaciji Weather.",
"OpenWeatherMap API Key" : "Ključ API-ja OpenWeatherMap",
"Save" : "Spremi",
"Add a city" : "Dodaj grad",
Expand All @@ -45,6 +48,7 @@ OC.L10N.register(
"Sunrise" : "Izlazak sunca",
"Sunset" : "Zalazak sunca",
"Date" : "Datum",
"Temperature" : "Temperatura"
"Temperature" : "Temperatura",
"Updating widget…" : "Ažuriranje widgeta…"
},
"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: 5 additions & 1 deletion l10n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Failed to get city weather informations. Please contact your administrator" : "Neuspješno dohvaćanje informacija o vremenu. Obratite se svom administratoru",
"No city with this name found." : "Nije pronađen nijedan grad s ovim imenom.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Vaš ključ API-ja OpenWeatherMap nije važeći. Obratite se svom administratoru kako biste konfigurirali važeći ključ API-ja u Dodatnim postavkama administracije",
"Empty city name!" : "Nema imena grada!",
"Failed to add city. Please contact your administrator" : "Dodavanja grada nije uspjelo. Obratite se svom administratoru",
"This city is already registered for your account." : "Ovaj je grad već registriran za vaš račun.",
"Failed to remove city. Please contact your administrator" : "Uklanjanje grada nije uspjelo. Obratite se svom administratoru",
Expand All @@ -26,6 +27,8 @@
"Saturday" : "Subota",
"Sunday" : "Nedjelja",
"Watch the weather directly on your Nextcloud." : "Pratite vremenske prilike izravno na Nextcloudu.",
"Please make sure you select cities in the Weather app." : "Obavezno odaberite željene gradove u aplikaciji Weather.",
"Please make sure you select a home city in the Weather app." : "Obavezno odaberite početni grad u aplikaciji Weather.",
"OpenWeatherMap API Key" : "Ključ API-ja OpenWeatherMap",
"Save" : "Spremi",
"Add a city" : "Dodaj grad",
Expand All @@ -43,6 +46,7 @@
"Sunrise" : "Izlazak sunca",
"Sunset" : "Zalazak sunca",
"Date" : "Datum",
"Temperature" : "Temperatura"
"Temperature" : "Temperatura",
"Updating widget…" : "Ažuriranje widgeta…"
},"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;"
}

0 comments on commit 1f7ffd1

Please sign in to comment.