diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/etsy_settings.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/etsy_settings.php | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/public/admin/language/es-es/extension/openbay/etsy_settings.php b/public/admin/language/es-es/extension/openbay/etsy_settings.php index 5dd9a25..ed9ed76 100644 --- a/public/admin/language/es-es/extension/openbay/etsy_settings.php +++ b/public/admin/language/es-es/extension/openbay/etsy_settings.php @@ -1,42 +1,42 @@ <?php // Headings -$_['heading_title'] = 'Marketplace settings'; +$_['heading_title'] = 'Marketplace settings'; $_['text_openbay'] = 'OpenBay Pro'; $_['text_etsy'] = 'Etsy'; // Text -$_['text_success'] = 'Your settings have been saved'; -$_['text_status'] = 'Status'; -$_['text_account_ok'] = 'Connection to Etsy OK'; -$_['text_token_register'] = 'Register'; -$_['text_api_ok'] = 'API connection OK'; -$_['text_pull_orders'] = 'Pull orders'; -$_['text_sync_settings'] = 'Sync settings'; -$_['text_complete'] = 'Complete'; -$_['text_failed'] = 'Failed'; -$_['text_orders_imported'] = 'Order pull has been requested'; -$_['text_api_status'] = 'API connection'; -$_['text_edit'] = 'Edit Etsy settings'; -$_['text_register_banner'] = 'Click here if you need to register for an account'; +$_['text_success'] = 'Su configuración ha sido guardada'; +$_['text_status'] = 'Estado'; +$_['text_account_ok'] = 'Conexión a Etsy OK'; +$_['text_token_register'] = 'Registro'; +$_['text_api_ok'] = 'Conexión API OK'; +$_['text_pull_orders'] = 'Pull Pedidos'; +$_['text_sync_settings'] = 'Configuraciones de sincronización'; +$_['text_complete'] = 'Completar'; +$_['text_failed'] = 'Ha fallado'; +$_['text_orders_imported'] = 'Se ha solicitado un pedido'; +$_['text_api_status'] = 'Conexión API'; +$_['text_edit'] = 'Editar configuración de Etsy'; +$_['text_register_banner'] = 'Haga clic aquí si necesita registrarse para una cuenta'; // Entry -$_['entry_import_def_id'] = 'Import default status (unpaid):'; -$_['entry_import_paid_id'] = 'Paid status:'; -$_['entry_import_shipped_id'] = 'Shipped status:'; +$_['entry_import_def_id'] = 'Importar estado predeterminado (sin pagar):'; +$_['entry_import_paid_id'] = 'Estado de Pago:'; +$_['entry_import_shipped_id'] = 'Estado de envío:'; $_['entry_encryption_key'] = 'Encryption key 1'; $_['entry_encryption_iv'] = 'Encryption key 2'; -$_['entry_token'] = 'API token'; -$_['entry_address_format'] = 'Default address format'; -$_['entry_debug'] = 'Enable logging'; +$_['entry_token'] = 'API token'; +$_['entry_address_format'] = 'Formato de dirección predeterminado'; +$_['entry_debug'] = 'Habilitar el registro'; // Error -$_['error_api_connect'] = 'Failed to connect to the API'; -$_['error_account_info'] = 'Unable to verify API connection to Etsy '; +$_['error_api_connect'] = 'Error al conectarse a la API'; +$_['error_account_info'] = 'No se puede verificar la conexión API a Etsy '; // Tabs -$_['tab_api_info'] = 'API details'; +$_['tab_api_info'] = 'Detalles de la API'; // Help -$_['help_address_format'] = 'Only used if the linked country does not have an address format set-up already.'; -$_['help_sync_settings'] = 'This will update your database with the latest setting options such as condition types, dates and more.'; -$_['help_pull_orders'] = 'This will trigger a manual import of new and updated orders.'; +$_['help_address_format'] = 'Solo se usa si el país vinculado aún no tiene un formato de dirección configurado.'; +$_['help_sync_settings'] = 'Esto actualizará su base de datos con las últimas opciones de configuración, como tipos de condición, fechas y más.'; +$_['help_pull_orders'] = 'Esto activará una importación manual de pedidos nuevos y actualizados.'; |