1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 21:53:24 +08:00

change process logs translations (#283)

* bugfix open process activity from process notifications

* change process logs translations
This commit is contained in:
Leonel Matos 2020-01-29 16:24:53 -04:00 committed by GitHub
parent c0cb0dcf60
commit fefe39d9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ export default {
page401: '401', page401: '401',
page404: '404', page404: '404',
profile: 'Profile', profile: 'Profile',
ProcessActivity: 'Process Activity', ProcessActivity: 'Process Logs',
Role: 'Role', Role: 'Role',
ReportViewer: 'Report Viewer' ReportViewer: 'Report Viewer'
}, },
@ -29,7 +29,7 @@ export default {
errorSearch: 'The search has not been completed', errorSearch: 'The search has not been completed',
// process // process
processing: 'Processing', processing: 'Processing',
processExecuted: 'Executed, see process activity', processExecuted: 'Executed, see process logs',
processError: 'Was not executed', processError: 'Was not executed',
// //
emptyValues: 'Parameter(s) empty value', emptyValues: 'Parameter(s) empty value',
@ -50,7 +50,7 @@ export default {
navbar: { navbar: {
badge: { badge: {
Notifications: 'Notifications', Notifications: 'Notifications',
link: 'go to ProccesActivity' link: 'Go to Procces Logs'
}, },
dashboard: 'Dashboard', dashboard: 'Dashboard',
github: 'Github', github: 'Github',

View File

@ -10,7 +10,7 @@ export default {
page401: '401', page401: '401',
page404: '404', page404: '404',
profile: 'Perfil', profile: 'Perfil',
ProcessActivity: 'Actividad de Procesos', ProcessActivity: 'Histórico Procesos',
Role: 'Rol', Role: 'Rol',
ReportViewer: 'Visor de Reportes' ReportViewer: 'Visor de Reportes'
}, },
@ -29,7 +29,7 @@ export default {
errorSearch: 'La búsqueda no se ha completado.', errorSearch: 'La búsqueda no se ha completado.',
// process // process
processing: 'Procesando', processing: 'Procesando',
processExecuted: 'Ejecutado, ver actividad de proceso', processExecuted: 'Ejecutado, ver histórico de procesos',
processError: 'No fue ejecutado', processError: 'No fue ejecutado',
// //
emptyValues: 'Parametro(s) con valores vacios', emptyValues: 'Parametro(s) con valores vacios',
@ -50,7 +50,7 @@ export default {
navbar: { navbar: {
badge: { badge: {
Notifications: 'Notificaciones', Notifications: 'Notificaciones',
link: 'ir a actividad de proceso' link: 'Ir a Histórico de Procesos'
}, },
logOut: 'Salir', logOut: 'Salir',
dashboard: 'Panel de control', dashboard: 'Panel de control',