payment-kit 1.17.6 → 1.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -430,6 +430,9 @@ export default flat({
430
430
  delete: 'Delete payment currency',
431
431
  deleteConfirm: 'Are you sure you want to delete this payment currency? Once deleted, it cannot be recovered',
432
432
  deleted: 'Payment currency successfully deleted',
433
+ quickAdd: 'Quick add supported currency',
434
+ searchToken: 'Search currency',
435
+ orManualInput: 'Or manually fill in currency information below',
433
436
  logo: {
434
437
  label: 'Logo',
435
438
  tip: 'Displayed on payment page',
@@ -419,6 +419,9 @@ export default flat({
419
419
  delete: '删除货币',
420
420
  deleteConfirm: '确定要删除此货币吗?一旦删除,将无法恢复',
421
421
  deleted: '货币已成功删除',
422
+ quickAdd: '快速添加已支持的货币',
423
+ searchToken: '搜索货币',
424
+ orManualInput: '或在下方手动填写货币信息',
422
425
  logo: {
423
426
  label: 'Logo',
424
427
  tip: '在支付页面显示',