### What problem does this PR solve? feat: Add component QWeather #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -725,6 +725,64 @@ The above is the content you need to summarize.`,
|
||||
cht: 'Traditional Chinese',
|
||||
vie: 'Vietnamese',
|
||||
},
|
||||
qWeather: 'QWeather',
|
||||
qWeatherDescription:
|
||||
'This component is used to get weather related information from https://www.qweather.com/. You can get weather, indices, air quality.',
|
||||
lang: 'Language',
|
||||
type: 'Type',
|
||||
webApiKey: 'Web API key',
|
||||
userType: 'User type',
|
||||
timePeriod: 'Time period',
|
||||
qWeatherLangOptions: {
|
||||
zh: 'Simplified Chinese',
|
||||
'zh-hant': 'Traditional Chinese',
|
||||
en: 'English',
|
||||
de: 'German',
|
||||
es: 'Spanish',
|
||||
fr: 'French',
|
||||
it: 'Italian',
|
||||
ja: 'Japanese',
|
||||
ko: 'Korean',
|
||||
ru: 'Russian',
|
||||
hi: 'Hindi',
|
||||
th: 'Thai',
|
||||
ar: 'Arabic',
|
||||
pt: 'Portuguese',
|
||||
bn: 'Bengali',
|
||||
ms: 'Malay',
|
||||
nl: 'Dutch',
|
||||
el: 'Greek',
|
||||
la: 'Latin',
|
||||
sv: 'Swedish',
|
||||
id: 'Indonesian',
|
||||
pl: 'Polish',
|
||||
tr: 'Turkish',
|
||||
cs: 'Czech',
|
||||
et: 'Estonian',
|
||||
vi: 'Vietnamese',
|
||||
fil: 'Filipino',
|
||||
fi: 'Finnish',
|
||||
he: 'Hebrew',
|
||||
is: 'Icelandic',
|
||||
nb: 'Norwegian',
|
||||
},
|
||||
qWeatherTypeOptions: {
|
||||
weather: 'Weather forecast',
|
||||
indices: 'Weather life index',
|
||||
airquality: 'Air quality',
|
||||
},
|
||||
qWeatherUserTypeOptions: {
|
||||
free: 'Free subscriber',
|
||||
paid: 'Paid subscriber',
|
||||
},
|
||||
qWeatherTimePeriodOptions: {
|
||||
now: 'Now',
|
||||
'3d': '3 days',
|
||||
'7d': '7 days',
|
||||
'10d': '10 days',
|
||||
'15d': '12 days',
|
||||
'30d': '30 days',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user