aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-21 07:58:59 -0500
committerJesús <heckyel@hyperbola.info>2019-08-21 07:58:59 -0500
commit64579792fcd95182ae39ed0961fb012dea7250e3 (patch)
treee34a050e47171ab39c96519424eb61cb26d39b2a
parentfec4f2deac6fd452e1fa9bebb52a65a23bad65a5 (diff)
downloadlibrecart-64579792fcd95182ae39ed0961fb012dea7250e3.tar.lz
librecart-64579792fcd95182ae39ed0961fb012dea7250e3.tar.xz
librecart-64579792fcd95182ae39ed0961fb012dea7250e3.zip
Added more translate to spansh
-rw-r--r--public/admin/language/es-es/extension/openbay/amazon.php22
-rw-r--r--public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php46
-rw-r--r--public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php72
3 files changed, 70 insertions, 70 deletions
diff --git a/public/admin/language/es-es/extension/openbay/amazon.php b/public/admin/language/es-es/extension/openbay/amazon.php
index 34faab8..18d6630 100644
--- a/public/admin/language/es-es/extension/openbay/amazon.php
+++ b/public/admin/language/es-es/extension/openbay/amazon.php
@@ -1,15 +1,15 @@
<?php
// Heading
-$_['heading_title'] = 'Amazon EU';
-$_['text_openbay'] = 'OpenBay Pro';
-$_['text_dashboard'] = 'Amazon EU Dashboard';
+$_['heading_title'] = 'Amazon EU';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_dashboard'] = 'Tablero Amazon EU';
// Text
-$_['text_heading_settings'] = 'Settings';
-$_['text_heading_account'] = 'Change plan';
-$_['text_heading_links'] = 'Item links';
-$_['text_heading_register'] = 'Register here';
-$_['text_heading_bulk_listing'] = 'Bulk listing';
-$_['text_heading_stock_updates'] = 'Stock updates';
-$_['text_heading_saved_listings'] = 'Saved listings';
-$_['text_heading_bulk_linking'] = 'Bulk linking';
+$_['text_heading_settings'] = 'Configuraciones';
+$_['text_heading_account'] = 'Cambio de plan';
+$_['text_heading_links'] = 'Enlaces de artículos';
+$_['text_heading_register'] = 'Registrar aquí';
+$_['text_heading_bulk_listing'] = 'Listado Masivo';
+$_['text_heading_stock_updates'] = 'Actualizaciones de stock';
+$_['text_heading_saved_listings'] = 'Listado Guardado';
+$_['text_heading_bulk_linking'] = 'Enlace Masivo';
diff --git a/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php b/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php
index 6f67b55..36d5d6f 100644
--- a/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php
+++ b/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php
@@ -1,33 +1,33 @@
<?php
// Heading
-$_['heading_title'] = 'Bulk Linking';
-$_['text_openbay'] = 'OpenBay Pro';
-$_['text_amazon'] = 'Amazon EU';
+$_['heading_title'] = 'Enlace Masivo';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_amazon'] = 'Amazon EU';
// Button
-$_['button_load'] = 'Load';
-$_['button_link'] = 'Link';
+$_['button_load'] = 'Carga';
+$_['button_link'] = 'Enlace';
// Text
-$_['text_local'] = 'Local';
-$_['text_load_listings'] = 'Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop\'s stock levels.';
-$_['text_report_requested'] = 'Successfully requested Listing Report from Amazon';
-$_['text_report_request_failed'] = 'Could not request Listing Report';
-$_['text_loading'] = 'Loading items';
-$_['text_choose_marketplace'] = 'Choose marketplace';
-$_['text_uk'] = 'United Kingdom';
-$_['text_de'] = 'Germany';
-$_['text_fr'] = 'France';
-$_['text_it'] = 'Italy';
-$_['text_es'] = 'Spain';
+$_['text_local'] = 'Local';
+$_['text_load_listings'] = 'Cargar todos sus listados de Amazon puede llevar algún tiempo (hasta 2 horas en algunos casos). Si vincula sus artículos, los niveles de existencias en Amazon se actualizarán con los niveles de existencias de su tienda.';
+$_['text_report_requested'] = 'Informe de listado solicitado correctamente de Amazon';
+$_['text_report_request_failed'] = 'No se pudo solicitar el informe de listado';
+$_['text_loading'] = 'Cargando artículos';
+$_['text_choose_marketplace'] = 'Elegir mercado';
+$_['text_uk'] = 'Reino Unido';
+$_['text_de'] = 'Alemania';
+$_['text_fr'] = 'Franccia';
+$_['text_it'] = 'Italia';
+$_['text_es'] = 'España';
// Column
-$_['column_asin'] = 'ASIN';
-$_['column_price'] = 'Price';
-$_['column_name'] = 'Name';
-$_['column_sku'] = 'SKU';
-$_['column_quantity'] = 'Quantity';
-$_['column_combination'] = 'Combination';
+$_['column_asin'] = 'ASIN';
+$_['column_price'] = 'Precio';
+$_['column_name'] = 'Nombre';
+$_['column_sku'] = 'SKU';
+$_['column_quantity'] = 'Cantidad';
+$_['column_combination'] = 'Combinación';
// Error
-$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.'; \ No newline at end of file
+$_['error_bulk_link_permission'] = 'La vinculación masiva no está disponible en su plan, actualice para usar esta función.';
diff --git a/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php b/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php
index 7a5dc48..512bbde 100644
--- a/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php
+++ b/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php
@@ -1,49 +1,49 @@
<?php
// Heading
-$_['heading_title'] = 'Bulk Listing';
-$_['text_openbay'] = 'OpenBay Pro';
-$_['text_amazon'] = 'Amazon EU';
+$_['heading_title'] = 'Listado Masivo';
+$_['text_openbay'] = 'OpenBay Pro';
+$_['text_amazon'] = 'Amazon EU';
// Text
-$_['text_searching'] = 'Searching';
-$_['text_finished'] = 'Finished';
-$_['text_marketplace'] = 'Marketplace';
-$_['text_de'] = 'Germany';
-$_['text_fr'] = 'France';
-$_['text_es'] = 'Spain';
-$_['text_it'] = 'Italy';
-$_['text_uk'] = 'United Kingdom';
-$_['text_dont_list'] = 'Do not list';
-$_['text_listing_values'] = 'Listing values';
-$_['text_new'] = 'New';
-$_['text_used_like_new'] = 'Used - Like New';
-$_['text_used_very_good'] = 'Used - Very Good';
-$_['text_used_good'] = 'Used - Good';
-$_['text_used_acceptable'] = 'Used - Acceptable';
-$_['text_collectible_like_new'] = 'Collectible - Like New';
-$_['text_collectible_very_good'] = 'Collectible - Very Good';
-$_['text_collectible_good'] = 'Collectible - Good';
-$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
-$_['text_refurbished'] = 'Refurbished';
+$_['text_searching'] = 'Buscando';
+$_['text_finished'] = 'Terminado';
+$_['text_marketplace'] = 'Mercado';
+$_['text_de'] = 'Alemania';
+$_['text_fr'] = 'Francia';
+$_['text_es'] = 'España';
+$_['text_it'] = 'Italia';
+$_['text_uk'] = 'Reino Unido';
+$_['text_dont_list'] = 'No Listado';
+$_['text_listing_values'] = 'Listado de valores';
+$_['text_new'] = 'Nuevo';
+$_['text_used_like_new'] = 'Usado - Como Nuevo';
+$_['text_used_very_good'] = 'Usado - Muy Bueno';
+$_['text_used_good'] = 'Usado - Bueno';
+$_['text_used_acceptable'] = 'Usado - Aceptable';
+$_['text_collectible_like_new'] = 'Coleccionable - Como nuevo';
+$_['text_collectible_very_good'] = 'Coleccionable - Muy bueno';
+$_['text_collectible_good'] = 'Coleccionable - Bueno';
+$_['text_collectible_acceptable'] = 'Coleccionable - Aceptable';
+$_['text_refurbished'] = 'Reconstruido';
// Entry
-$_['entry_condition'] = 'Condition';
-$_['entry_condition_note'] = 'Condition note';
-$_['entry_start_selling'] = 'Start Selling';
+$_['entry_condition'] = 'Condición';
+$_['entry_condition_note'] = 'Nota Condicional';
+$_['entry_start_selling'] = 'Empieza a Vender';
// Column
-$_['column_name'] = 'Name';
-$_['column_image'] = 'Image';
-$_['column_model'] = 'Model';
-$_['column_status'] = 'Status';
+$_['column_name'] = 'Nombre';
+$_['column_image'] = 'Imagen';
+$_['column_model'] = 'Modelo';
+$_['column_status'] = 'Estado';
$_['column_matches'] = 'Matches';
-$_['column_result'] = 'Result';
+$_['column_result'] = 'Resultado';
// Button
-$_['button_list'] = 'List';
+$_['button_list'] = 'Lista';
// Error
-$_['error_product_sku'] = 'Product must have an SKU';
-$_['error_searchable_fields'] = 'Product must have ISBN, EAN, UPC or JAN field populated';
-$_['error_bulk_listing_permission'] = 'Bulk listing is not available on your plan, please upgrade to use this feature.';
-$_['error_select_items'] = 'You must select at least 1 item to search'; \ No newline at end of file
+$_['error_product_sku'] = 'El producto debe tener un SKU';
+$_['error_searchable_fields'] = 'El producto debe tener el campo ISBN, EAN, UPC o JAN';
+$_['error_bulk_listing_permission'] = 'La lista masiva no está disponible en su plan, actualice para usar esta función.';
+$_['error_select_items'] = 'Debe seleccionar al menos 1 elemento para buscar';