### 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:
@@ -701,6 +701,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: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user