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.
package/src/locales/en.tsx
CHANGED
|
@@ -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',
|
package/src/locales/zh.tsx
CHANGED