File tree Expand file tree Collapse file tree 6 files changed +34
-0
lines changed
lookup_server_connector/l10n Expand file tree Collapse file tree 6 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ OC.L10N.register(
3939 "Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja" ,
4040 "Files" : "Tiedostot" ,
4141 "Details" : "Tiedot" ,
42+ "Please select tag(s) to add to the selection" : "Valitse lisättävät tunnisteet valinnalle" ,
43+ "Apply tag(s) to selection" : "Hyväksy tunnisteet valinnalle" ,
4244 "Select" : "Valitse" ,
4345 "Pending" : "Odottaa" ,
4446 "Unable to determine date" : "Päivämäärän määrittäminen epäonnistui" ,
Original file line number Diff line number Diff line change 3737 "Could not load info for file \" {file}\" " : " Ei voida ladata tiedoston \" {file}\" tietoja" ,
3838 "Files" : " Tiedostot" ,
3939 "Details" : " Tiedot" ,
40+ "Please select tag(s) to add to the selection" : " Valitse lisättävät tunnisteet valinnalle" ,
41+ "Apply tag(s) to selection" : " Hyväksy tunnisteet valinnalle" ,
4042 "Select" : " Valitse" ,
4143 "Pending" : " Odottaa" ,
4244 "Unable to determine date" : " Päivämäärän määrittäminen epäonnistui" ,
Original file line number Diff line number Diff line change 1+ OC . L10N . register (
2+ "lookup_server_connector" ,
3+ {
4+ "Lookup Server Connector" : "Hakemistopalvelin yhdistäjä" ,
5+ "Sync public user information with the lookup server" : "Synkronoi julkinen käyttäjätieto hakemistopalvelimen kanssa"
6+ } ,
7+ "nplurals=2; plural=(n != 1);" ) ;
Original file line number Diff line number Diff line change 1+ { "translations" : {
2+ "Lookup Server Connector" : " Hakemistopalvelin yhdistäjä" ,
3+ "Sync public user information with the lookup server" : " Synkronoi julkinen käyttäjätieto hakemistopalvelimen kanssa"
4+ },"pluralForm" :" nplurals=2; plural=(n != 1);"
5+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ OC.L10N.register(
1111 "Detect location" : "Helymeghatározás" ,
1212 "Set custom address" : "Egyéni cím beállítása" ,
1313 "Favorites" : "Kedvencek" ,
14+ "{temperature} {unit} clear sky" : "{temperature} {unit} tiszta égbolt" ,
15+ "{temperature} {unit} cloudy" : "{temperature} {unit} felhős" ,
16+ "{temperature} {unit} partly cloudy" : "{temperature} {unit} részben felhős" ,
17+ "{temperature} {unit} foggy" : "{temperature} {unit} ködös" ,
18+ "{temperature} {unit} light rain" : "{temperature} {unit} gyenge eső" ,
19+ "{temperature} {unit} rain" : "{temperature} {unit} eső" ,
20+ "{temperature} {unit} rain showers" : "{temperature} {unit} záporok" ,
21+ "{temperature} {unit} light rain showers" : "{temperature} {unit} enyhe záporok" ,
22+ "{temperature} {unit} heavy rain showers" : "{temperature} {unit} erős záporok" ,
1423 "More weather for {adr}" : "További időjárás a {adr} címhez" ,
1524 "Loading weather" : "Időjárás betöltése" ,
1625 "Remove from favorites" : "Eltávolítás a kedvencekből" ,
Original file line number Diff line number Diff line change 99 "Detect location" : " Helymeghatározás" ,
1010 "Set custom address" : " Egyéni cím beállítása" ,
1111 "Favorites" : " Kedvencek" ,
12+ "{temperature} {unit} clear sky" : " {temperature} {unit} tiszta égbolt" ,
13+ "{temperature} {unit} cloudy" : " {temperature} {unit} felhős" ,
14+ "{temperature} {unit} partly cloudy" : " {temperature} {unit} részben felhős" ,
15+ "{temperature} {unit} foggy" : " {temperature} {unit} ködös" ,
16+ "{temperature} {unit} light rain" : " {temperature} {unit} gyenge eső" ,
17+ "{temperature} {unit} rain" : " {temperature} {unit} eső" ,
18+ "{temperature} {unit} rain showers" : " {temperature} {unit} záporok" ,
19+ "{temperature} {unit} light rain showers" : " {temperature} {unit} enyhe záporok" ,
20+ "{temperature} {unit} heavy rain showers" : " {temperature} {unit} erős záporok" ,
1221 "More weather for {adr}" : " További időjárás a {adr} címhez" ,
1322 "Loading weather" : " Időjárás betöltése" ,
1423 "Remove from favorites" : " Eltávolítás a kedvencekből" ,
You can’t perform that action at this time.
0 commit comments