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

@@ -683,6 +683,64 @@ export default {
cht: '繁體中文',
vie: '越南語',
},
qWeather: '和風天氣',
qWeatherDescription:
'此元件用於從 https://www.qweather.com/ 取得天氣相關資訊。您可以獲得天氣、指數、空氣品質。',
lang: '語言',
type: '類型',
webApiKey: 'Web API 密鑰',
userType: '使用者類型',
timePeriod: '時間段',
qWeatherLangOptions: {
zh: '簡體中文',
'zh-hant': '繁體中文',
en: '英文',
de: '德語',
es: '西班牙語',
fr: '法文',
it: '義大利語',
ja: '日文',
ko: '韓語',
ru: '俄文',
hi: '印地語',
th: '泰語',
ar: '阿拉伯語',
pt: '葡萄牙語',
bn: '孟加拉語',
ms: '馬來語',
nl: '荷蘭語',
el: '希臘文',
la: '拉丁文',
sv: '瑞典語',
id: '印尼語',
pl: '波蘭語',
tr: '土耳其語',
cs: '捷克語',
et: '愛沙尼亞語',
vi: '越南語',
fil: '菲律賓語',
fi: '芬蘭語',
he: '希伯來文',
is: '冰島語',
nb: '挪威語',
},
qWeatherTypeOptions: {
weather: '天氣預報',
indices: '天氣生活指數',
airquality: '空氣品質',
},
qWeatherUserTypeOptions: {
free: '免費訂閱用戶',
paid: '付費訂閱用戶',
},
qWeatherTimePeriodOptions: {
now: '現在',
'3d': '3天',
'7d': '7天',
'10d': '10天',
'15d': '12天',
'30d': '30天',
},
},
footer: {
profile: '“保留所有權利 @ react”',