[tx-robot] updated from transifex

master
Nextcloud bot 2017-08-25 00:27:17 +00:00
parent fec08a2f78
commit 01732f44d7
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
6 changed files with 96 additions and 0 deletions

View File

@ -10,12 +10,15 @@ OC.L10N.register(
"Add" : "Lisää",
"Cancel" : "Peru",
"Settings" : "Asetukset",
"Metric" : "Asteikko",
"Click here to get an API key" : "Klikkaa tästä hankkiaksesi API-avaimen",
"Pressure" : "Paine",
"Humidity" : "Kosteus",
"Cloudiness" : "Pilvisyys",
"Wind" : "Tuuli",
"Sunrise" : "Auringonnousu",
"Sunset" : "Auringonlasku",
"Hour" : "Tunti",
"Temperature" : "Lämpötila"
},
"nplurals=2; plural=(n != 1);");

View File

@ -8,12 +8,15 @@
"Add" : "Lisää",
"Cancel" : "Peru",
"Settings" : "Asetukset",
"Metric" : "Asteikko",
"Click here to get an API key" : "Klikkaa tästä hankkiaksesi API-avaimen",
"Pressure" : "Paine",
"Humidity" : "Kosteus",
"Cloudiness" : "Pilvisyys",
"Wind" : "Tuuli",
"Sunrise" : "Auringonnousu",
"Sunset" : "Auringonlasku",
"Hour" : "Tunti",
"Temperature" : "Lämpötila"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

23
l10n/hu.js 100644
View File

@ -0,0 +1,23 @@
OC.L10N.register(
"weather",
{
"Weather" : "Időjárás",
"OpenWeatherMap API Key" : "OpenWeatherMap API Kulcs",
"Save" : "Mentés",
"Add a city" : "Város hozzáadás",
"Add city" : "Város hozzáadás",
"City name" : "Város neve",
"Add" : "Hozzáadás",
"Cancel" : "Mégsem",
"Settings" : "Beállítások",
"Metric" : "Metrikus",
"Pressure" : "Légnyomás",
"Humidity" : "Páratartalom",
"Cloudiness" : "Felhőzet",
"Wind" : "Szél",
"Sunrise" : "Napkelte",
"Sunset" : "Naplemente",
"Hour" : "Óra",
"Temperature" : "Hőmérséklet"
},
"nplurals=2; plural=(n != 1);");

21
l10n/hu.json 100644
View File

@ -0,0 +1,21 @@
{ "translations": {
"Weather" : "Időjárás",
"OpenWeatherMap API Key" : "OpenWeatherMap API Kulcs",
"Save" : "Mentés",
"Add a city" : "Város hozzáadás",
"Add city" : "Város hozzáadás",
"City name" : "Város neve",
"Add" : "Hozzáadás",
"Cancel" : "Mégsem",
"Settings" : "Beállítások",
"Metric" : "Metrikus",
"Pressure" : "Légnyomás",
"Humidity" : "Páratartalom",
"Cloudiness" : "Felhőzet",
"Wind" : "Szél",
"Sunrise" : "Napkelte",
"Sunset" : "Naplemente",
"Hour" : "Óra",
"Temperature" : "Hőmérséklet"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/zh_TW.js 100644
View File

@ -0,0 +1,24 @@
OC.L10N.register(
"weather",
{
"Weather" : "天氣",
"OpenWeatherMap API Key" : "OpenWeatherMap的API金鑰",
"Save" : "儲存",
"Add a city" : "添加一個城鎮",
"Add city" : "添加城鎮",
"City name" : "城鎮名稱",
"Add" : "加入",
"Cancel" : "取消",
"Settings" : "設置",
"Metric" : "公制單位",
"Click here to get an API key" : "點擊此處取得一組API金鑰",
"Pressure" : "氣壓",
"Humidity" : "濕度",
"Cloudiness" : "雲量",
"Wind" : "風速",
"Sunrise" : "日出時間",
"Sunset" : "日落時間",
"Hour" : "整點時間",
"Temperature" : "氣溫"
},
"nplurals=1; plural=0;");

22
l10n/zh_TW.json 100644
View File

@ -0,0 +1,22 @@
{ "translations": {
"Weather" : "天氣",
"OpenWeatherMap API Key" : "OpenWeatherMap的API金鑰",
"Save" : "儲存",
"Add a city" : "添加一個城鎮",
"Add city" : "添加城鎮",
"City name" : "城鎮名稱",
"Add" : "加入",
"Cancel" : "取消",
"Settings" : "設置",
"Metric" : "公制單位",
"Click here to get an API key" : "點擊此處取得一組API金鑰",
"Pressure" : "氣壓",
"Humidity" : "濕度",
"Cloudiness" : "雲量",
"Wind" : "風速",
"Sunrise" : "日出時間",
"Sunset" : "日落時間",
"Hour" : "整點時間",
"Temperature" : "氣溫"
},"pluralForm" :"nplurals=1; plural=0;"
}