mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
642ee306c4
commit
2d088d766b
6 changed files with 34 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ OC.L10N.register(
|
|||
"Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja",
|
||||
"Files" : "Tiedostot",
|
||||
"Details" : "Tiedot",
|
||||
"Please select tag(s) to add to the selection" : "Valitse lisättävät tunnisteet valinnalle",
|
||||
"Apply tag(s) to selection" : "Hyväksy tunnisteet valinnalle",
|
||||
"Select" : "Valitse",
|
||||
"Pending" : "Odottaa",
|
||||
"Unable to determine date" : "Päivämäärän määrittäminen epäonnistui",
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@
|
|||
"Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja",
|
||||
"Files" : "Tiedostot",
|
||||
"Details" : "Tiedot",
|
||||
"Please select tag(s) to add to the selection" : "Valitse lisättävät tunnisteet valinnalle",
|
||||
"Apply tag(s) to selection" : "Hyväksy tunnisteet valinnalle",
|
||||
"Select" : "Valitse",
|
||||
"Pending" : "Odottaa",
|
||||
"Unable to determine date" : "Päivämäärän määrittäminen epäonnistui",
|
||||
|
|
|
|||
7
apps/lookup_server_connector/l10n/fi.js
Normal file
7
apps/lookup_server_connector/l10n/fi.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"lookup_server_connector",
|
||||
{
|
||||
"Lookup Server Connector" : "Hakemistopalvelin yhdistäjä",
|
||||
"Sync public user information with the lookup server" : "Synkronoi julkinen käyttäjätieto hakemistopalvelimen kanssa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
5
apps/lookup_server_connector/l10n/fi.json
Normal file
5
apps/lookup_server_connector/l10n/fi.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ "translations": {
|
||||
"Lookup Server Connector" : "Hakemistopalvelin yhdistäjä",
|
||||
"Sync public user information with the lookup server" : "Synkronoi julkinen käyttäjätieto hakemistopalvelimen kanssa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -11,6 +11,15 @@ OC.L10N.register(
|
|||
"Detect location" : "Helymeghatározás",
|
||||
"Set custom address" : "Egyéni cím beállítása",
|
||||
"Favorites" : "Kedvencek",
|
||||
"{temperature} {unit} clear sky" : "{temperature} {unit} tiszta égbolt",
|
||||
"{temperature} {unit} cloudy" : "{temperature} {unit} felhős",
|
||||
"{temperature} {unit} partly cloudy" : "{temperature} {unit} részben felhős",
|
||||
"{temperature} {unit} foggy" : "{temperature} {unit} ködös",
|
||||
"{temperature} {unit} light rain" : "{temperature} {unit} gyenge eső",
|
||||
"{temperature} {unit} rain" : "{temperature} {unit} eső",
|
||||
"{temperature} {unit} rain showers" : "{temperature} {unit} záporok",
|
||||
"{temperature} {unit} light rain showers" : "{temperature} {unit} enyhe záporok",
|
||||
"{temperature} {unit} heavy rain showers" : "{temperature} {unit} erős záporok",
|
||||
"More weather for {adr}" : "További időjárás a {adr} címhez",
|
||||
"Loading weather" : "Időjárás betöltése",
|
||||
"Remove from favorites" : "Eltávolítás a kedvencekből",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,15 @@
|
|||
"Detect location" : "Helymeghatározás",
|
||||
"Set custom address" : "Egyéni cím beállítása",
|
||||
"Favorites" : "Kedvencek",
|
||||
"{temperature} {unit} clear sky" : "{temperature} {unit} tiszta égbolt",
|
||||
"{temperature} {unit} cloudy" : "{temperature} {unit} felhős",
|
||||
"{temperature} {unit} partly cloudy" : "{temperature} {unit} részben felhős",
|
||||
"{temperature} {unit} foggy" : "{temperature} {unit} ködös",
|
||||
"{temperature} {unit} light rain" : "{temperature} {unit} gyenge eső",
|
||||
"{temperature} {unit} rain" : "{temperature} {unit} eső",
|
||||
"{temperature} {unit} rain showers" : "{temperature} {unit} záporok",
|
||||
"{temperature} {unit} light rain showers" : "{temperature} {unit} enyhe záporok",
|
||||
"{temperature} {unit} heavy rain showers" : "{temperature} {unit} erős záporok",
|
||||
"More weather for {adr}" : "További időjárás a {adr} címhez",
|
||||
"Loading weather" : "Időjárás betöltése",
|
||||
"Remove from favorites" : "Eltávolítás a kedvencekből",
|
||||
|
|
|
|||
Loading…
Reference in a new issue