-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dashboard translation to 3.5.2
- Loading branch information
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
25 changes: 17 additions & 8 deletions
25
Modules/Translation/Resources/lang/dashboard/es/dashboard.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |