修复国家检测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.)
|
||||
|
||||
Reference in New Issue
Block a user