修复国家检测bug
This commit is contained in:
@@ -48,6 +48,17 @@ export default {
|
||||
prompt: 'Stop crawling specified number',
|
||||
setHostNum: 'Set crawling quantity',
|
||||
unlimitedQuantity: 'Unlimited crawling quantity',
|
||||
refreshCountry: 'Refresh Country',
|
||||
refreshSuccess: 'Refresh Successful',
|
||||
refreshFailed: 'Refresh Failed',
|
||||
enterCountryPrompt: 'Unable to automatically obtain country information due to network issues. Please manually enter the country name (in Chinese)',
|
||||
enterCountryTitle: 'Failed to Get Country',
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
countryPlaceholder: 'e.g., 美国, 日本, 英国',
|
||||
countryRequired: 'Please enter country name',
|
||||
countrySetSuccess: 'Country Set Successfully',
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
hostList: {
|
||||
placeCountry: 'Select country',
|
||||
@@ -156,6 +167,15 @@ export default {
|
||||
starting: 'Starting...',
|
||||
pleaseEnterCountryName: 'Please enter the country name in Chinese',
|
||||
getCountryFailed: 'Failed to get country',
|
||||
refreshCountry: 'Refresh Country',
|
||||
refreshSuccess: 'Refresh Successful',
|
||||
refreshFailed: 'Refresh Failed',
|
||||
enterCountryPrompt: 'Unable to automatically obtain country information due to network issues. Please manually enter the country name (in Chinese)',
|
||||
enterCountryTitle: 'Failed to Get Country',
|
||||
countryPlaceholder: 'e.g., 美国, 日本, 英国',
|
||||
countryRequired: 'Please enter country name',
|
||||
countrySetSuccess: 'Country Set Successfully',
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
countries: {
|
||||
// ... (truncated common countries for brevity, or include all if critical. I'll include a subset or all if possible. The file read showed all.)
|
||||
|
||||
@@ -48,6 +48,17 @@ export default {
|
||||
prompt: '达到数量后停止爬取',
|
||||
setHostNum: '设置爬取数量',
|
||||
unlimitedQuantity: '不限爬取数量',
|
||||
refreshCountry: '刷新国家',
|
||||
refreshSuccess: '刷新成功',
|
||||
refreshFailed: '刷新失败',
|
||||
enterCountryPrompt: '由于网络原因无法自动获取国家信息,请手动输入当前网络所在国家(中文名)',
|
||||
enterCountryTitle: '获取国家失败',
|
||||
confirm: '确定',
|
||||
cancel: '取消',
|
||||
countryPlaceholder: '例如:美国、日本、英国',
|
||||
countryRequired: '请输入国家名称',
|
||||
countrySetSuccess: '国家设置成功',
|
||||
unknown: '未知',
|
||||
},
|
||||
hostList: {
|
||||
placeCountry: '选择国家',
|
||||
@@ -156,6 +167,15 @@ export default {
|
||||
stopping: '正在停止...',
|
||||
starting: '正在启动...',
|
||||
enterRoomId: '请输入直播间id',
|
||||
refreshCountry: '刷新国家',
|
||||
refreshSuccess: '刷新成功',
|
||||
refreshFailed: '刷新失败',
|
||||
enterCountryPrompt: '由于网络原因无法自动获取国家信息,请手动输入当前网络所在国家(中文名)',
|
||||
enterCountryTitle: '获取国家失败',
|
||||
countryPlaceholder: '例如:美国、日本、英国',
|
||||
countryRequired: '请输入国家名称',
|
||||
countrySetSuccess: '国家设置成功',
|
||||
unknown: '未知',
|
||||
},
|
||||
countries: {
|
||||
AD: "安道尔", AE: "阿拉伯联合酋长国", AF: "阿富汗", AG: "安提瓜和巴布达", AI: "安圭拉", AL: "阿尔巴尼亚", AM: "亚美尼亚", AO: "安哥拉", AQ: "南极洲", AR: "阿根廷", AS: "美属萨摩亚", AT: "奥地利", AU: "澳大利亚", AU1: "澳大利亚", AW: "阿鲁巴", AX: "奥兰群岛", AZ: "阿塞拜疆",
|
||||
|
||||
Reference in New Issue
Block a user