|
@@ -519,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',
|
|
@@ -893,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"
|