diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json index 221b91b08..883302b2e 100644 --- a/src/i18n/locales/cs.json +++ b/src/i18n/locales/cs.json @@ -441,7 +441,8 @@ "openApplicationDirectory": "otevřít adresář aplikace", "addOrRemoveFromSelection": "přidat nebo odebrat z výběru", "selectRangeOfItems": "vyberte rozsah položek", - "selectAll": "vybrat vše" + "selectAll": "vybrat vše", + "goToCurrent": "přejít na aktuální položku" }, "common": { "backward": "zpátky", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 5b218f02f..0e3e0c2a0 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -441,7 +441,8 @@ "openApplicationDirectory": "Abrir directorio de la aplicación", "addOrRemoveFromSelection": "Añadir o quitar de la selección", "selectRangeOfItems": "Seleccionar un intervalo de elementos", - "selectAll": "Seleccionar todo" + "selectAll": "Seleccionar todo", + "goToCurrent": "Ir al elemento actual" }, "common": { "backward": "hacia atrás",