From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- .../translations/ConfigMigration_es_ES.ts | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 Plugins/ConfigMigration/translations/ConfigMigration_es_ES.ts (limited to 'Plugins/ConfigMigration/translations/ConfigMigration_es_ES.ts') diff --git a/Plugins/ConfigMigration/translations/ConfigMigration_es_ES.ts b/Plugins/ConfigMigration/translations/ConfigMigration_es_ES.ts new file mode 100644 index 0000000..821c133 --- /dev/null +++ b/Plugins/ConfigMigration/translations/ConfigMigration_es_ES.ts @@ -0,0 +1,150 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + Se ha detectado una configuración de la antigua versión de SQLiteStudio 2.x.x. ¿Quieres migrar la configuración antigua a la versión actual? <a href="%1">Haz clic aquí para hacer eso</a>. + + + + Bug reports history (%1) + Historial de informes de errores (%1) + + + + Database list (%1) + Lista de base de datos (%1) + + + + Custom SQL functions (%1) + Funciones SQL personalizadas (%1) + + + + SQL queries history (%1) + Historial de consultas SQL (%1) + + + + ConfigMigrationWizard + + + Configuration migration + Migración de la configuración + + + + Items to migrate + Elementos a migrar + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + Esta es una lista de elementos encontrados en el antiguo archivo de configuración, que puede migrarse a la configuración actual. + + + + Options + Opciones + + + + Put imported databases into separate group + Colocar bases de datos importadas en un grupo separado + + + + Group name + Nombre del Grupo + + + + Enter a non-empty name. + Introduzca un nombre no vacío. + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + Un grupo de nivel superior llamado '%1' ya existe. Introduzca un nombre de grupo que aún no exista. + + + + Could not open old configuration file in order to migrate settings from it. + No se pudo abrir el antiguo archivo de configuración del cual migrar los ajustes. + + + + Could not open current configuration file in order to migrate settings from old configuration file. + No se pudo abrir el actual archivo de configuración al cual migrar los ajustes del antiguo archivo de configuración. + + + + Could not commit migrated data into new configuration file: %1 + No se pudieron registrar los datos migrados en el nuevo archivo de configuración: %1 + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + No se pudo leer el historial de informes de errores del antiguo archivo de configuración para migrarlo: %1 + + + + Could not insert a bug reports history entry into new configuration file: %1 + No se pudo insertar un registro en el historial de reportes de errores en el nuevo archivo de configuración: %1 + + + + Could not read database list from old configuration file in order to migrate it: %1 + La migración de la lista de bases de datos no se pudo completar porque no se pudo leer la lista de bases de datos desde el antiguo archivo de configuración: %1 + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + No se pudo consultar el orden disponible para la contención del grupo en el nuevo archivo de configuración a fin de migrar la lista de la base de datos: %1 + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + No se pudo crear un grupo de contención en el nuevo archivo de configuración para migrar la lista de la base de datos: %1 + + + + Could not insert a database entry into new configuration file: %1 + No se pudo insertar una entrada de la base de datos en el nuevo archivo de configuración: %1 + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + No se pudo consultar el orden disponible para la siguiente base de datos en el nuevo archivo de configuración con el fin de migrar la lista de bases de datos: %1 + + + + Could not create group referencing the database in new configuration file: %1 + No se pudo crear un grupo que hiciera referencia a la base de datos en el nuevo archivo de configuración: %1 + + + + Could not read function list from old configuration file in order to migrate it: %1 + No se pudo migrar la lista de funciones debido a que no fue posible leerlas desde el antiguo archivo de configuración: %1 + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + No se pudo migrar el historial de consultas SQL porque no se pudieron leer desde el antiguo archivo de configuración: %1 + + + + Could not read next ID for SQL queries history in new configuration file: %1 + No se pudo leer el siguiente ID del historial de consultas SQL en el nuevo archivo de configuración: %1 + + + + Could not insert SQL history entry into new configuration file: %1 + No se pudo insertar la entrada del historial SQL en el nuevo archivo de configuración: %1 + + + -- cgit v1.2.3