[tx-robot] updated from transifex

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

24
l10n/ja.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/ja.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;"
}