🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -7,11 +7,11 @@
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:GlobalSearch:HistoryDisabled' => 'El historial está deshabilitado',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Búsqueda...',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Abrir búsqueda global',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Aún no ha realizado ninguna búsqueda',
'UI:Component:GlobalSearch:Recents:Title' => 'Recientes',
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI:Component:GlobalSearch:Tooltip' => 'Buscar en toda la aplicación',
]);
'UI:Component:GlobalSearch:Input:Placeholder' => 'Búsqueda...',
'UI:Component:GlobalSearch:Recents:Title' => 'Recientes',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Aún no ha realizado ninguna búsqueda',
'UI:Component:GlobalSearch:HistoryDisabled' => 'El historial está deshabilitado',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Abrir búsqueda global',
));