This commit is contained in:
zhongjin 2018-09-23 16:10:00 +08:00
parent 4cfe028f5f
commit e9cc27fefb
2 changed files with 109 additions and 109 deletions

View File

@ -3,10 +3,10 @@
'use strict'; 'use strict';
systemDictionary = { systemDictionary = {
"yr.no adapter settings": { "cn": "yr.no adapter settings", "en": "yr.no adapter settings"}, "yr.no adapter settings": { "en": "yr.no adapter settings", "cn": "天气预报设置"},
"Place": { "cn": "Place", "en": "Place"}, "Place": { "en": "Place", "cn": "位置"},
"Language": { "cn": "Language", "en": "Language"}, "Language": { "en": "Language", "cn": "语言"},
"Send missing translations to yunkong2.net": { "cn": "Send missing translations to yunkong2.net", "en": "Send missing translations to yunkong2.net"}, "Send missing translations to yunkong2.net": { "en": "Send missing translations to yunkong2.net", "cn": "Send missing translations to yunkong2.net"},
"Use english metric system": { "cn": "Use english metric system(°F, miles)", "en": "Use english metric system(°F, miles)"}, "Use english metric system": { "en": "Use english metric system(°F, miles)", "cn": "Use english metric system(°F, miles)"},
"yrDescription": { "cn": "<a href=\"http://www.yr.no/\" target=\"_blank\">yr.no</a> is a joint service by the <a href=\"http://met.no/\" target=\"_blank\">Norwegian Meteorological Institute</a> and the <a href=\"http://www.nrk.no\" target=\"_blank\">Norwegian Broadcasting Corporation</a>", "en": "<a href=\"http://www.yr.no/\" target=\"_blank\">yr.no</a> is a joint service by the <a href=\"http://met.no/\" target=\"_blank\">Norwegian Meteorological Institute</a> and the <a href=\"http://www.nrk.no\" target=\"_blank\">Norwegian Broadcasting Corporation</a>"} "yrDescription": { "en": "<a href=\"http://www.yr.no/\" target=\"_blank\">yr.no</a> is a joint service by the <a href=\"http://met.no/\" target=\"_blank\">Norwegian Meteorological Institute</a> and the <a href=\"http://www.nrk.no\" target=\"_blank\">Norwegian Broadcasting Corporation</a>", "cn": "<a href=\"http://www.yr.no/\" target=\"_blank\">yr.no</a> is a joint service by the <a href=\"http://met.no/\" target=\"_blank\">Norwegian Meteorological Institute</a> and the <a href=\"http://www.nrk.no\" target=\"_blank\">Norwegian Broadcasting Corporation</a>"}
}; };

View File

@ -3,107 +3,107 @@
'use strict'; 'use strict';
module.exports = { module.exports = {
"Now": { "cn": "Now", "en": "Now"}, "Now": { "en": "Now", "cn": "现在"},
"Today": { "cn": "Today", "en": "Today"}, "Today": { "en": "Today", "cn": "今天"},
"Tomorrow": { "cn": "Tomorrow", "en": "Tomorrow"}, "Tomorrow": { "en": "Tomorrow", "cn": "明天"},
"After tomorrow": { "cn": "After tomorrow", "en": "After tomorrow"}, "After tomorrow": { "en": "After tomorrow", "cn": "After tomorrow"},
"Cloudy": { "cn": "Cloudy", "en": "Cloudy"}, "Cloudy": { "en": "Cloudy", "cn": "Cloudy"},
"Snow": { "cn": "Snow", "en": "Snow"}, "Snow": { "en": "Snow", "cn": "Snow"},
"Partly cloudy": { "cn": "Partly cloudy", "en": "Partly cloudy"}, "Partly cloudy": { "en": "Partly cloudy", "cn": "Partly cloudy"},
"Sleet": { "cn": "Sleet", "en": "Sleet"}, "Sleet": { "en": "Sleet", "cn": "Sleet"},
"Tornado": { "cn": "Tornado", "en": "Tornado"}, "Tornado": { "en": "Tornado", "cn": "Tornado"},
"Tropical storm": { "cn": "Tropical storm", "en": "Tropical storm"}, "Tropical storm": { "en": "Tropical storm", "cn": "Tropical storm"},
"Hurricane": { "cn": "Hurricane", "en": "Hurricane"}, "Hurricane": { "en": "Hurricane", "cn": "Hurricane"},
"Severe thunderstorms": { "cn": "Severe thunderstorms", "en": "Severe thunderstorms"}, "Severe thunderstorms": { "en": "Severe thunderstorms", "cn": "Severe thunderstorms"},
"Thunderstorms": { "cn": "Thunderstorms", "en": "Thunderstorms"}, "Thunderstorms": { "en": "Thunderstorms", "cn": "Thunderstorms"},
"Mixed rain and snow": { "cn": "Mixed rain and snow", "en": "Mixed rain and snow"}, "Mixed rain and snow": { "en": "Mixed rain and snow", "cn": "Mixed rain and snow"},
"Mixed rain and sleet": { "cn": "Mixed rain and sleet", "en": "Mixed rain and sleet"}, "Mixed rain and sleet": { "en": "Mixed rain and sleet", "cn": "Mixed rain and sleet"},
"Mixed snow and sleet": { "cn": "Mixed snow and sleet", "en": "Mixed snow and sleet"}, "Mixed snow and sleet": { "en": "Mixed snow and sleet", "cn": "Mixed snow and sleet"},
"Freezing drizzle": { "cn": "Freezing drizzle", "en": "Freezing drizzle"}, "Freezing drizzle": { "en": "Freezing drizzle", "cn": "Freezing drizzle"},
"Drizzle": { "cn": "Drizzle", "en": "Drizzle"}, "Drizzle": { "en": "Drizzle", "cn": "Drizzle"},
"Freezing rain": { "cn": "Freezing rain", "en": "Freezing rain"}, "Freezing rain": { "en": "Freezing rain", "cn": "Freezing rain"},
"Showers": { "cn": "Showers", "en": "Showers"}, "Showers": { "en": "Showers", "cn": "Showers"},
"Snow flurries": { "cn": "Snow flurries", "en": "Snow flurries"}, "Snow flurries": { "en": "Snow flurries", "cn": "Snow flurries"},
"Light snow showers": { "cn": "Light snow showers", "en": "Light snow showers"}, "Light snow showers": { "en": "Light snow showers", "cn": "Light snow showers"},
"Bowing snow": { "cn": "Bowing snow", "en": "Bowing snow"}, "Bowing snow": { "en": "Bowing snow", "cn": "Bowing snow"},
"Hail": { "cn": "Hail", "en": "Hail"}, "Hail": { "en": "Hail", "cn": "Hail"},
"Dust": { "cn": "Dust", "en": "Dust"}, "Dust": { "en": "Dust", "cn": "Dust"},
"Foggy": { "cn": "Foggy", "en": "Foggy"}, "Foggy": { "en": "Foggy", "cn": "Foggy"},
"Haze": { "cn": "Haze", "en": "Haze"}, "Haze": { "en": "Haze", "cn": "Haze"},
"Smoky": { "cn": "Smoky", "en": "Smoky"}, "Smoky": { "en": "Smoky", "cn": "Smoky"},
"Blustery": { "cn": "Blustery", "en": "Blustery"}, "Blustery": { "en": "Blustery", "cn": "Blustery"},
"Windy": { "cn": "Windy", "en": "Windy"}, "Windy": { "en": "Windy", "cn": "风 "},
"Cold": { "cn": "Cold", "en": "Cold"}, "Cold": { "en": "Cold", "cn": "云"},
"Mostly cloudy (night)": { "cn": "Mostly cloudy (night)", "en": "Mostly cloudy (night)"}, "Mostly cloudy (night)": { "en": "Mostly cloudy (night)", "cn": "Mostly cloudy (晚上)"},
"Mostly cloudy (day)": { "cn": "Mostly cloudy (day)", "en": "Mostly cloudy (day)"}, "Mostly cloudy (day)": { "en": "Mostly cloudy (day)", "cn": "Mostly cloudy (白天)"},
"partly cloudy (night)": { "cn": "partly cloudy (night)", "en": "partly cloudy (night)"}, "partly cloudy (night)": { "en": "partly cloudy (night)", "cn": "partly cloudy (晚上)"},
"partly cloudy (day)": { "cn": "partly cloudy (day)", "en": "partly cloudy (day)"}, "partly cloudy (day)": { "en": "partly cloudy (day)", "cn": "partly cloudy (白天)"},
"Clear (night)": { "cn": "Clear (night)", "en": "Clear (night)"}, "Clear (night)": { "en": "Clear (night)", "cn": "Clear (晚上)"},
"Sunny": { "cn": "Sunny", "en": "Sunny"}, "Sunny": { "en": "Sunny", "cn": "Sunny"},
"Fair (night)": { "cn": "Fair (night)", "en": "Fair (night)"}, "Fair (night)": { "en": "Fair (night)", "cn": "Fair (晚上)"},
"Fair (day)": { "cn": "Fair (day)", "en": "Fair (day)"}, "Fair (day)": { "en": "Fair (day)", "cn": "Fair (白天)"},
"Mixed rain and hail": { "cn": "Mixed rain and hail", "en": "Mixed rain and hail"}, "Mixed rain and hail": { "en": "Mixed rain and hail", "cn": "Mixed rain and hail"},
"Hot": { "cn": "Hot", "en": "Hot"}, "Hot": { "en": "Hot", "cn": "Hot"},
"Isolated thunderstorms": { "cn": "Isolated thunderstorms", "en": "Isolated thunderstorms"}, "Isolated thunderstorms": { "en": "Isolated thunderstorms", "cn": "Isolated thunderstorms"},
"scattered thunderstorms": { "cn": "scattered thunderstorms", "en": "scattered thunderstorms"}, "scattered thunderstorms": { "en": "scattered thunderstorms", "cn": "scattered thunderstorms"},
"scattered showers": { "cn": "scattered showers", "en": "scattered showers"}, "scattered showers": { "en": "scattered showers", "cn": "scattered showers"},
"Heavy snow": { "cn": "Heavy snow", "en": "Heavy snow"}, "Heavy snow": { "en": "Heavy snow", "cn": "Heavy snow"},
"Scattered snow showers": { "cn": "Scattered snow showers", "en": "Scattered snow showers"}, "Scattered snow showers": { "en": "Scattered snow showers", "cn": "Scattered snow showers"},
"Thundershowers": { "cn": "Thundershowers", "en": "Thundershowers"}, "Thundershowers": { "en": "Thundershowers", "cn": "Thundershowers"},
"Snow showers": { "cn": "Snow showers", "en": "Snow showers"}, "Snow showers": { "en": "Snow showers", "cn": "Snow showers"},
"Isolated thundershowers": { "cn": "Isolated thundershowers", "en": "Isolated thundershowers"}, "Isolated thundershowers": { "en": "Isolated thundershowers", "cn": "Isolated thundershowers"},
"Fair": { "cn": "Fair", "en": "Fair"}, "Fair": { "en": "Fair", "cn": "Fair"},
"Clear sky": { "cn": "Clear sky", "en": "Clear sky"}, "Clear sky": { "en": "Clear sky", "cn": "Clear sky"},
"Rain": { "cn": "Rain", "en": "Rain"}, "Rain": { "en": "Rain", "cn": "雨"},
"Light rain": { "cn": "Light rain", "en": "Light rain"}, "Light rain": { "en": "Light rain", "cn": "Light rain"},
"Heavy rain": { "cn": "Heavy rain", "en": "Heavy rain"}, "Heavy rain": { "en": "Heavy rain", "cn": "Heavy rain"},
"Rain showers": { "cn": "Rain showers", "en": "Rain showers"}, "Rain showers": { "en": "Rain showers", "cn": "Rain showers"},
"Light rain showers": { "cn": "Light rain showers", "en": "Light rain showers"}, "Light rain showers": { "en": "Light rain showers", "cn": "Light rain showers"},
"Fog": { "cn": "Fog", "en": "Fog"}, "Fog": { "en": "Fog", "cn": "Fog"},
"Heavy rain showers": { "cn": "Heavy rain showers", "en": "Heavy rain showers"}, "Heavy rain showers": { "en": "Heavy rain showers", "cn": "Heavy rain showers"},
"Light sleet": { "cn": "Light sleet", "en": "Light sleet"}, "Light sleet": { "en": "Light sleet", "cn": "Light sleet"},
"Light snow": { "cn": "Light snow", "en": "Light snow"}, "Light snow": { "en": "Light snow", "cn": "Light snow"},
"Light sleet showers": { "cn": "Light sleet showers", "en": "Light sleet showers"}, "Light sleet showers": { "en": "Light sleet showers", "cn": "Light sleet showers"},
"Heavy rain and thunder": { "cn": "Heavy rain and thunder", "en": "Heavy rain and thunder"}, "Heavy rain and thunder": { "en": "Heavy rain and thunder", "cn": "Heavy rain and thunder"},
"Heavy rain showers and thunder": { "cn": "Heavy rain showers and thunder", "en": "Heavy rain showers and thunder"}, "Heavy rain showers and thunder": { "en": "Heavy rain showers and thunder", "cn": "Heavy rain showers and thunder"},
"Heavy sleet": { "cn": "Heavy sleet", "en": "Heavy sleet"}, "Heavy sleet": { "en": "Heavy sleet", "cn": "Heavy sleet"},
"Heavy sleet showers": { "cn": "Heavy sleet showers", "en": "Heavy sleet showers"}, "Heavy sleet showers": { "en": "Heavy sleet showers", "cn": "Heavy sleet showers"},
"Heavy snow showers": { "cn": "Heavy snow showers", "en": "Heavy snow showers"}, "Heavy snow showers": { "en": "Heavy snow showers", "cn": "Heavy snow showers"},
"Light rain and thunder": { "cn": "Light rain and thunder", "en": "Light rain and thunder"}, "Light rain and thunder": { "en": "Light rain and thunder", "cn": "Light rain and thunder"},
"Light rain showers and thunder": { "cn": "Light rain showers and thunder", "en": "Light rain showers and thunder"}, "Light rain showers and thunder": { "en": "Light rain showers and thunder", "cn": "Light rain showers and thunder"},
"Rain and thunder": { "cn": "Rain and thunder", "en": "Rain and thunder"}, "Rain and thunder": { "en": "Rain and thunder", "cn": "Rain and thunder"},
"Rain showers and thunder": { "cn": "Rain showers and thunder", "en": "Rain showers and thunder"}, "Rain showers and thunder": { "en": "Rain showers and thunder", "cn": "Rain showers and thunder"},
"Sleet showers": { "cn": "Sleet showers", "en": "Sleet showers"}, "Sleet showers": { "en": "Sleet showers", "cn": "Sleet showers"},
"N": { "cn": "N", "en": "N"}, "N": { "en": "N", "cn": "N"},
"S": { "cn": "S", "en": "S"}, "S": { "en": "S", "cn": "S"},
"W": { "cn": "W", "en": "W"}, "W": { "en": "W", "cn": "W"},
"E": { "cn": "E", "en": "E"}, "E": { "en": "E", "cn": "E"},
"NW": { "cn": "NW", "en": "NW"}, "NW": { "en": "NW", "cn": "NW"},
"NNW": { "cn": "NNW", "en": "NNW"}, "NNW": { "en": "NNW", "cn": "NNW"},
"WNW": { "cn": "WNW", "en": "WNW"}, "WNW": { "en": "WNW", "cn": "WNW"},
"NE": { "cn": "NE", "en": "NE"}, "NE": { "en": "NE", "cn": "NE"},
"NNE": { "cn": "NNE", "en": "NNE"}, "NNE": { "en": "NNE", "cn": "NNE"},
"ENE": { "cn": "ENE", "en": "ENE"}, "ENE": { "en": "ENE", "cn": "ENE"},
"SW": { "cn": "SW", "en": "SW"}, "SW": { "en": "SW", "cn": "SW"},
"SSW": { "cn": "SSW", "en": "SSW"}, "SSW": { "en": "SSW", "cn": "SSW"},
"WSW": { "cn": "WSW", "en": "WSW"}, "WSW": { "en": "WSW", "cn": "WSW"},
"SE": { "cn": "SE", "en": "SE"}, "SE": { "en": "SE", "cn": "SE"},
"SSE": { "cn": "SSE", "en": "SSE"}, "SSE": { "en": "SSE", "cn": "SSE"},
"ESE": { "cn": "ESE", "en": "ESE"}, "ESE": { "en": "ESE", "cn": "ESE"},
"North": { "cn": "North", "en": "North"}, "North": { "en": "North", "cn": "北"},
"North-northeast": { "cn": "North-northeast", "en": "North-northeast"}, "North-northeast": { "en": "North-northeast", "cn": "North-northeast"},
"Northeast": { "cn": "Northeast", "en": "Northeast"}, "Northeast": { "en": "Northeast", "cn": "东北"},
"East-Northeast": { "cn": "East-Northeast", "en": "East-Northeast"}, "East-Northeast": { "en": "East-Northeast", "cn": "East-Northeast"},
"East": { "cn": "East", "en": "East"}, "East": { "en": "East", "cn": "东"},
"East-Southeast": { "cn": "East-Southeast", "en": "East-Southeast"}, "East-Southeast": { "en": "East-Southeast", "cn": "East-Southeast"},
"Southeast": { "cn": "Southeast", "en": "Southeast"}, "Southeast": { "en": "Southeast", "cn": "Southeast"},
"South-southeast": { "cn": "South-southeast", "en": "South-southeast"}, "South-southeast": { "en": "South-southeast", "cn": "South-southeast"},
"South": { "cn": "South", "en": "South"}, "South": { "en": "South", "cn": "南"},
"South-southwest": { "cn": "South-southwest", "en": "South-southwest"}, "South-southwest": { "en": "South-southwest", "cn": "South-southwest"},
"Southwest": { "cn": "Southwest", "en": "Southwest"}, "Southwest": { "en": "Southwest", "cn": "Southwest"},
"West-southwest": { "cn": "West-southwest", "en": "West-southwest"}, "West-southwest": { "en": "West-southwest", "cn": "West-southwest"},
"West": { "cn": "West", "en": "West"}, "West": { "en": "West", "cn": "西"},
"West-northwest": { "cn": "West-northwest", "en": "West-northwest"}, "West-northwest": { "en": "West-northwest", "cn": "West-northwest"},
"Northwest": { "cn": "Northwest", "en": "Northwest"}, "Northwest": { "en": "Northwest", "cn": "Northwest"},
"North-northwest": { "cn": "North-northwest", "en": "North-northwest"} "North-northwest": { "en": "North-northwest", "cn": "North-northwest"}
}; };