[tx-robot] updated from transifex
parent
11d1824bac
commit
53806847f2
27
l10n/ja.js
27
l10n/ja.js
|
@ -2,6 +2,32 @@ OC.L10N.register(
|
|||
"weather",
|
||||
{
|
||||
"Weather" : "天気",
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "致命的なエラー:nextcloud.logをチェックして、ここにバグレポートを送ってください:https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "メトリックの設定に失敗しました。 管理者に連絡してください",
|
||||
"This metric is not known." : "このメトリックは不明です",
|
||||
"North" : "北",
|
||||
"North-East" : "北東",
|
||||
"East" : "東",
|
||||
"South-East" : "南東",
|
||||
"South" : "南",
|
||||
"South-West" : "南西",
|
||||
"West" : "西",
|
||||
"North-West" : "北西",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "街の天気情報を取得できませんでした。 管理者に連絡してください",
|
||||
"No city with this name found." : "この名前の都市は見つかりませんでした。",
|
||||
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap APIキーが無効です。 管理の追加設定で有効なAPIキーを設定するには、管理者に連絡してください。",
|
||||
"Empty city name !" : "都市名が空です!",
|
||||
"Failed to add city. Please contact your administrator" : "都市を追加できませんでした。 管理者に連絡してください",
|
||||
"This city is already registered for your account." : "この都市はすでにあなたのアカウントに登録済です。",
|
||||
"Failed to remove city. Please contact your administrator" : "都市の削除に失敗しました。 管理者に連絡してください",
|
||||
"Failed to set home. Please contact your administrator" : "家を設定できませんでした。 管理者に連絡してください",
|
||||
"Monday" : "月曜日",
|
||||
"Tuesday" : "火曜日",
|
||||
"Wednesday" : "水曜日",
|
||||
"Thursday" : "木曜日",
|
||||
"Friday" : "金曜日",
|
||||
"Saturday" : "土曜日",
|
||||
"Sunday" : "日曜日",
|
||||
"Watch the weather directly on your Nextcloud." : "Nextcloudで直接気象をご覧ください。",
|
||||
"OpenWeatherMap API Key" : "OpenWeatherMap API キー",
|
||||
"Save" : "保存",
|
||||
|
@ -19,6 +45,7 @@ OC.L10N.register(
|
|||
"Wind" : "風",
|
||||
"Sunrise" : "日の出",
|
||||
"Sunset" : "日の入り",
|
||||
"Date" : "日付",
|
||||
"Temperature" : "気温"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
27
l10n/ja.json
27
l10n/ja.json
|
@ -1,5 +1,31 @@
|
|||
{ "translations": {
|
||||
"Weather" : "天気",
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "致命的なエラー:nextcloud.logをチェックして、ここにバグレポートを送ってください:https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "メトリックの設定に失敗しました。 管理者に連絡してください",
|
||||
"This metric is not known." : "このメトリックは不明です",
|
||||
"North" : "北",
|
||||
"North-East" : "北東",
|
||||
"East" : "東",
|
||||
"South-East" : "南東",
|
||||
"South" : "南",
|
||||
"South-West" : "南西",
|
||||
"West" : "西",
|
||||
"North-West" : "北西",
|
||||
"Failed to get city weather informations. Please contact your administrator" : "街の天気情報を取得できませんでした。 管理者に連絡してください",
|
||||
"No city with this name found." : "この名前の都市は見つかりませんでした。",
|
||||
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap APIキーが無効です。 管理の追加設定で有効なAPIキーを設定するには、管理者に連絡してください。",
|
||||
"Empty city name !" : "都市名が空です!",
|
||||
"Failed to add city. Please contact your administrator" : "都市を追加できませんでした。 管理者に連絡してください",
|
||||
"This city is already registered for your account." : "この都市はすでにあなたのアカウントに登録済です。",
|
||||
"Failed to remove city. Please contact your administrator" : "都市の削除に失敗しました。 管理者に連絡してください",
|
||||
"Failed to set home. Please contact your administrator" : "家を設定できませんでした。 管理者に連絡してください",
|
||||
"Monday" : "月曜日",
|
||||
"Tuesday" : "火曜日",
|
||||
"Wednesday" : "水曜日",
|
||||
"Thursday" : "木曜日",
|
||||
"Friday" : "金曜日",
|
||||
"Saturday" : "土曜日",
|
||||
"Sunday" : "日曜日",
|
||||
"Watch the weather directly on your Nextcloud." : "Nextcloudで直接気象をご覧ください。",
|
||||
"OpenWeatherMap API Key" : "OpenWeatherMap API キー",
|
||||
"Save" : "保存",
|
||||
|
@ -17,6 +43,7 @@
|
|||
"Wind" : "風",
|
||||
"Sunrise" : "日の出",
|
||||
"Sunset" : "日の入り",
|
||||
"Date" : "日付",
|
||||
"Temperature" : "気温"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Loading…
Reference in New Issue