From 15faa78e005d4763679d06e288cfd1b5242d8db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 30 Aug 2019 20:19:03 -0500 Subject: more translate to spanish --- .../admin/language/es-es/localisation/country.php | 38 ++++++++-------- .../admin/language/es-es/localisation/currency.php | 52 +++++++++++----------- .../admin/language/es-es/localisation/geo_zone.php | 32 ++++++------- .../admin/language/es-es/localisation/language.php | 48 ++++++++++---------- .../language/es-es/localisation/length_class.php | 36 +++++++-------- .../admin/language/es-es/localisation/location.php | 48 ++++++++++---------- .../language/es-es/localisation/order_status.php | 28 ++++++------ 7 files changed, 141 insertions(+), 141 deletions(-) diff --git a/public/admin/language/es-es/localisation/country.php b/public/admin/language/es-es/localisation/country.php index 0a4e5f1..00ddf71 100644 --- a/public/admin/language/es-es/localisation/country.php +++ b/public/admin/language/es-es/localisation/country.php @@ -1,36 +1,36 @@ Last Name = {lastname}
Company = {company}
Address 1 = {address_1}
Address 2 = {address_2}
City = {city}
Postcode = {postcode}
Zone = {zone}
Zone Code = {zone_code}
Country = {country}'; +$_['help_address_format'] = 'Nombre = {nombre}
Apellido = {apellido}
Compañía = {compañía}
Dirección 1 = {dirección_1}
Dirección 2 = {dirección_2}
Ciudad = {ciudad}
Código postal = {código postal}
Zona = {zona}
Código de zona = {zone_code}
País={country}'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify countries!'; -$_['error_name'] = 'Country Name must be between 1 and 128 characters!'; -$_['error_default'] = 'Warning: This country cannot be deleted as it is currently assigned as the default store country!'; -$_['error_store'] = 'Warning: This country cannot be deleted as it is currently assigned to %s stores!'; -$_['error_address'] = 'Warning: This country cannot be deleted as it is currently assigned to %s address book entries!'; -$_['error_affiliate'] = 'Warning: This country cannot be deleted as it is currently assigned to %s affiliates!'; -$_['error_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones!'; -$_['error_zone_to_geo_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones to geo zones!'; \ No newline at end of file +$_['error_name'] = '¡El nombre del país debe tener entre 1 y 128 caracteres!'; +$_['error_default'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado como el país de tienda predeterminado!'; +$_['error_store'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado a %s tiendas!'; +$_['error_address'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado a %s entradas de la libreta de direcciones!'; +$_['error_affiliate'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado a %s afiliados!'; +$_['error_zone'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado a %s zonas!'; +$_['error_zone_to_geo_zone'] = 'Advertencia: ¡Este país no se puede eliminar ya que actualmente está asignado a %s zonas a zonas geográficas!'; diff --git a/public/admin/language/es-es/localisation/currency.php b/public/admin/language/es-es/localisation/currency.php index 92b2a60..12f3c09 100644 --- a/public/admin/language/es-es/localisation/currency.php +++ b/public/admin/language/es-es/localisation/currency.php @@ -1,38 +1,38 @@ here.'; +$_['text_success'] = 'Éxito: ¡Has modificado las monedas!'; +$_['text_list'] = 'Lista de divisas'; +$_['text_add'] = 'Agregar Moneda'; +$_['text_edit'] = 'Editar Moneda'; +$_['text_iso'] = 'Puede encontrar una lista completa de códigos de moneda ISO y configuraciones aquí.'; // Column -$_['column_title'] = 'Currency Title'; -$_['column_code'] = 'Code'; -$_['column_value'] = 'Value'; -$_['column_date_modified'] = 'Last Updated'; -$_['column_action'] = 'Action'; +$_['column_title'] = 'Título de Moneda'; +$_['column_code'] = 'Código'; +$_['column_value'] = 'Valor'; +$_['column_date_modified'] = 'Última Actualización'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_title'] = 'Currency Title'; -$_['entry_code'] = 'Code'; -$_['entry_value'] = 'Value'; -$_['entry_symbol_left'] = 'Symbol Left'; -$_['entry_symbol_right'] = 'Symbol Right'; -$_['entry_decimal_place'] = 'Decimal Places'; -$_['entry_status'] = 'Status'; +$_['entry_title'] = 'Título de Moneda'; +$_['entry_code'] = 'Código'; +$_['entry_value'] = 'Valor'; +$_['entry_symbol_left'] = 'Símbolo izquierda'; +$_['entry_symbol_right'] = 'Símbolo derecha'; +$_['entry_decimal_place'] = 'Lugares decimales'; +$_['entry_status'] = 'Estado'; // Help -$_['help_code'] = 'Do not change if this is your default currency.'; -$_['help_value'] = 'Set to 1.00000 if this is your default currency.'; +$_['help_code'] = 'No cambie si esta es su moneda predeterminada.'; +$_['help_value'] = 'Establezca en 1.00000 si esta es su moneda predeterminada.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify currencies!'; -$_['error_title'] = 'Currency Title must be between 3 and 32 characters!'; -$_['error_code'] = 'Currency Code must contain 3 characters!'; -$_['error_default'] = 'Warning: This currency cannot be deleted as it is currently assigned as the default store currency!'; -$_['error_store'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s stores!'; -$_['error_order'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s orders!'; \ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar monedas!'; +$_['error_title'] = '¡El título de la moneda debe tener entre 3 y 32 caracteres!'; +$_['error_code'] = '¡El código de moneda debe contener 3 caracteres!'; +$_['error_default'] = 'Advertencia: ¡Esta moneda no se puede eliminar ya que actualmente está asignada como la moneda de la tienda predeterminada!'; +$_['error_store'] = 'Advertencia: ¡Esta moneda no se puede eliminar ya que actualmente está asignada a %s tiendas!'; +$_['error_order'] = 'Advertencia: ¡Esta moneda no se puede eliminar ya que actualmente está asignada a %s pedidos!'; diff --git a/public/admin/language/es-es/localisation/geo_zone.php b/public/admin/language/es-es/localisation/geo_zone.php index 489114f..1a318fb 100644 --- a/public/admin/language/es-es/localisation/geo_zone.php +++ b/public/admin/language/es-es/localisation/geo_zone.php @@ -1,27 +1,27 @@