New translations weather.json (Japanese)

This commit is contained in:
Thomas Camlong
2022-08-25 12:10:02 +02:00
committed by ajnart
parent c5a90fb93b
commit f107d24c51

View File

@@ -0,0 +1,32 @@
{
"descriptor": {
"name": "Weather",
"description": "Look up the current weather in your location",
"settings": {
"displayInFahrenheit": {
"label": "Display in Fahrenheit"
},
"location": {
"label": "Weather location"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Clear",
"mainlyClear": "Mainly clear",
"fog": "Fog",
"drizzle": "Drizzle",
"freezingDrizzle": "Freezing drizzle",
"rain": "Rain",
"freezingRain": "Freezing rain",
"snowFall": "Snow fall",
"snowGrains": "Snow grains",
"rainShowers": "Rain showers",
"snowShowers": "Snow showers",
"thunderstorm": "Thunderstorm",
"thunderstormWithHail": "Thunderstorm with hail",
"unknown": "Unknown"
}
}
}