国际化改造
This commit is contained in:
@@ -8,11 +8,18 @@ export default {
|
||||
'desc': 'Description Text',
|
||||
'ext_id': 'External identification',
|
||||
'class_basic': 'Basic Classification',
|
||||
'yes': 'yes',
|
||||
'no': 'no',
|
||||
'confirm': 'confirm',
|
||||
'cancel': 'cancel',
|
||||
'enable': 'enabled',
|
||||
'is_enable': 'Is it enabled',
|
||||
'is_delete': 'Do you want to delete it',
|
||||
'create_name': 'Creator',
|
||||
'create_time': 'Creation time',
|
||||
'update_name': 'Modified by',
|
||||
'update_time': 'Change time',
|
||||
'operate': 'operation',
|
||||
'confirm': 'confirm',
|
||||
'cancel': 'cancel',
|
||||
'is_update': 'Can it be modified'
|
||||
},
|
||||
'placeholder': {
|
||||
|
||||
@@ -7,12 +7,15 @@ export default {
|
||||
'qty_precision': 'Precisión de los datos',
|
||||
'desc': 'Texto de descripción',
|
||||
'ext_id': 'Identificación externa',
|
||||
'update_name': 'Revisor',
|
||||
'enable': 'Habilitar',
|
||||
'update_time': 'Tiempo de modificación',
|
||||
'operate': 'Operación',
|
||||
'yes': 'Sí.',
|
||||
'no': 'No',
|
||||
'confirm': 'Confirmación',
|
||||
'cancel': 'Cancelación',
|
||||
'enable': 'Habilitar',
|
||||
'is_enable': 'Si habilitar',
|
||||
'update_name': 'Modificado por',
|
||||
'update_time': 'Tiempo de modificación',
|
||||
'operate': 'Operación',
|
||||
'is_update': 'Si se puede modificar'
|
||||
},
|
||||
'placeholder': {
|
||||
|
||||
Reference in New Issue
Block a user