Skip to content

Commit

Permalink
Update dashboard to 3.5.2
Browse files Browse the repository at this point in the history
Update dashboard translation to 3.5.2
  • Loading branch information
kamekun authored Apr 5, 2018
1 parent 98c2e61 commit 8b62c00
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions Modules/Translation/Resources/lang/dashboard/es/dashboard.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
<?php

return [
'name' => 'Escritorio',
'edit grid' => 'Editar cuadrícula',
'reset grid' => 'Restaurar cuadrícula',
'save grid' => 'Guardar cuadrícula',
'add widget' => 'Agregar widget',
'add widget to dashboard' => 'Agregar widget al escritorio',
'reset not needed' => 'El escritorio no necesita restaurarse',
'dashboard reset' => 'El escritorio ha sido restaurado',
'name' => 'Dashboard',
'edit grid' => 'Edit grid',
'reset grid' => 'Reset grid',
'save grid' => 'Save grid',
'add widget' => 'Add widget',
'add widget to dashboard' => 'Add widget to dashboard',
'reset not needed' => 'Dashboard didn\'t need resetting',
'dashboard reset' => 'Dashboard has been reset',
'list resource' => 'View dashboard',
'edit resource' => 'Update dashboard',
'reset resource' => 'Reset dashboard',
'welcome-title' => 'Welcome title',
'welcome-description' => 'Welcome description',
'welcome-enabled' => 'Enable welcome box?',
'configure your website' => 'Configure your website',
'add pages' => 'Add pages',
'add menus' => 'Add menus',
];

0 comments on commit 8b62c00

Please sign in to comment.