feat: Add component QWeather #1739 (#1881)

### 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:
balibabu
2024-08-09 13:40:13 +08:00
committed by GitHub
parent 411c645134
commit 8779aa1986
8 changed files with 323 additions and 0 deletions

View File

@@ -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',