|
@@ -403,7 +403,8 @@ export default {
|
|
|
exportCurrentData: 'Are you sure you want to export the current data?',
|
|
exportCurrentData: 'Are you sure you want to export the current data?',
|
|
|
all: 'All',
|
|
all: 'All',
|
|
|
countryName: 'Country Name',
|
|
countryName: 'Country Name',
|
|
|
- language: "Language"
|
|
|
|
|
|
|
+ language: "Language",
|
|
|
|
|
+ country: "Country",
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
filter: {
|
|
filter: {
|
|
@@ -518,7 +519,7 @@ export default {
|
|
|
bonusConfig: 'Bonus settings',
|
|
bonusConfig: 'Bonus settings',
|
|
|
scoreConfig: 'Points configuration',
|
|
scoreConfig: 'Points configuration',
|
|
|
transferConfig: 'Transfer configuration',
|
|
transferConfig: 'Transfer configuration',
|
|
|
- exchangeRateConfig: 'Exchange rate configuration',
|
|
|
|
|
|
|
+ currenciesConfig: 'Exchange rate configuration',
|
|
|
otherConfig: 'Other configuration',
|
|
otherConfig: 'Other configuration',
|
|
|
decLevelConfig: 'Member level configuration',
|
|
decLevelConfig: 'Member level configuration',
|
|
|
empLevelConfig: 'Member rank level configuration',
|
|
empLevelConfig: 'Member rank level configuration',
|
|
@@ -892,6 +893,7 @@ export default {
|
|
|
delNotice: 'Determine to delete the selected data'
|
|
delNotice: 'Determine to delete the selected data'
|
|
|
},
|
|
},
|
|
|
exchangeRateConfig: {
|
|
exchangeRateConfig: {
|
|
|
|
|
+ countryName: "Country",
|
|
|
currencyType: "Currency Type",
|
|
currencyType: "Currency Type",
|
|
|
ProductExchangeRate: 'Product Exchange Rate',
|
|
ProductExchangeRate: 'Product Exchange Rate',
|
|
|
BonusExchangeRate: "Bonus Exchange Rate"
|
|
BonusExchangeRate: "Bonus Exchange Rate"
|