nc-weather/l10n/ja.js

26 lines
807 B
JavaScript
Raw Normal View History

2017-08-27 00:25:36 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "天気",
2018-11-15 01:43:16 +00:00
"Watch the weather directly on your Nextcloud." : "Nextcloudで直接気象をご覧ください。",
2017-08-27 00:25:36 +00:00
"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;");