Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-31 05:19:02 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-31 05:19:02 +0300
commitd1bdd1ceba961b0899f504f7417a5c23271c5391 (patch)
tree654f475fcc6ce9d7cebe6f2230a0cc1939955bf3 /apps/weather_status
parente32a14788c42923d99498d62e7e9cc9c79e87720 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/l10n/ja.js24
-rw-r--r--apps/weather_status/l10n/ja.json22
2 files changed, 46 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/ja.js b/apps/weather_status/l10n/ja.js
new file mode 100644
index 00000000000..2e4d7d8c49a
--- /dev/null
+++ b/apps/weather_status/l10n/ja.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "weather_status",
+ {
+ "Error" : "エラー",
+ "Detect location" : "地域を検出",
+ "Set custom address" : "地域を入力",
+ "Favorites" : "お気に入り",
+ "{temperature} {unit} Clear sky at {time}" : "{time} の天気は快晴、気温は {temperature} {unit}",
+ "{temperature} {unit} Cloudy at {time}" : "{time} の天気は曇り、気温は {temperature} {unit}",
+ "{temperature} {unit} Fair day at {time}" : "{time} の天気は晴れ、気温は {temperature} {unit}",
+ "{temperature} {unit} Fair night at {time}" : "{time} の天気は晴れ、気温は {temperature} {unit}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{time} の天気は一部曇り、気温は {temperature} {unit}",
+ "{temperature} {unit} Foggy at {time}" : "{time} の天気は霧、気温は {temperature} {unit}",
+ "{temperature} {unit} Light rain at {time}" : "{time} の天気は小雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Rain at {time}" : "{time} の天気は雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Heavy rain at {time}" : "{time} の天気は大雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Rain showers at {time}" : "{time} の天気はにわか雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Light rain showers at {time}" : "{time} の天気は弱いにわか雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{time} の天気は強いにわか雨、気温は {temperature} {unit}",
+ "More weather for {adr}" : "{adr} の詳しい天気",
+ "Loading weather" : "天気を読み込み中",
+ "Remove from favorites" : "お気に入りから削除"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/weather_status/l10n/ja.json b/apps/weather_status/l10n/ja.json
new file mode 100644
index 00000000000..cad69206bb9
--- /dev/null
+++ b/apps/weather_status/l10n/ja.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Error" : "エラー",
+ "Detect location" : "地域を検出",
+ "Set custom address" : "地域を入力",
+ "Favorites" : "お気に入り",
+ "{temperature} {unit} Clear sky at {time}" : "{time} の天気は快晴、気温は {temperature} {unit}",
+ "{temperature} {unit} Cloudy at {time}" : "{time} の天気は曇り、気温は {temperature} {unit}",
+ "{temperature} {unit} Fair day at {time}" : "{time} の天気は晴れ、気温は {temperature} {unit}",
+ "{temperature} {unit} Fair night at {time}" : "{time} の天気は晴れ、気温は {temperature} {unit}",
+ "{temperature} {unit} Partly cloudy at {time}" : "{time} の天気は一部曇り、気温は {temperature} {unit}",
+ "{temperature} {unit} Foggy at {time}" : "{time} の天気は霧、気温は {temperature} {unit}",
+ "{temperature} {unit} Light rain at {time}" : "{time} の天気は小雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Rain at {time}" : "{time} の天気は雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Heavy rain at {time}" : "{time} の天気は大雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Rain showers at {time}" : "{time} の天気はにわか雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Light rain showers at {time}" : "{time} の天気は弱いにわか雨、気温は {temperature} {unit}",
+ "{temperature} {unit} Heavy rain showers at {time}" : "{time} の天気は強いにわか雨、気温は {temperature} {unit}",
+ "More weather for {adr}" : "{adr} の詳しい天気",
+ "Loading weather" : "天気を読み込み中",
+ "Remove from favorites" : "お気に入りから削除"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file