Merge branch 'origin/master' into Weblate

This commit is contained in:
Weblate
2019-02-01 22:05:48 +01:00
4 changed files with 67 additions and 66 deletions

View File

@@ -1,9 +1,8 @@
<?php
$lang["login_gcaptcha"] = "";
<?php
$lang["login_gcaptcha"] = "No soy un robot.";
$lang["login_go"] = "Ir";
$lang["login_invalid_gcaptcha"] = "";
$lang["login_invalid_installation"] = "";
$lang["login_invalid_gcaptcha"] = "Inválido, no soy un robot.";
$lang["login_invalid_installation"] = "La instalación no es correcta, comprueba el fichero php.ini.";
$lang["login_invalid_username_and_password"] = "Usuario/Contraseña inválidos";
$lang["login_login"] = "Iniciar Sesión";
$lang["login_password"] = "Contraseña";

View File

@@ -1,18 +1,17 @@
<?php
<?php
$lang["taxes_add_exception"] = "Añadir excepción";
$lang["taxes_cascade"] = "";
$lang["taxes_cascade_sequence"] = "";
$lang["taxes_city"] = "";
$lang["taxes_code"] = "";
$lang["taxes_confirm_delete"] = "¿Estás seguro de borrar los impositivos seleccionados? Esto no tiene recuperacion.";
$lang["taxes_cascade"] = "Cascada";
$lang["taxes_cascade_sequence"] = "Secuencia en cascada";
$lang["taxes_city"] = "Ciudad";
$lang["taxes_code"] = "Código";
$lang["taxes_confirm_delete"] = "¿Estás seguro de borrar los impositivos seleccionados? Esta acción no se puede deshacer.";
$lang["taxes_confirm_restore"] = "Esta seguro de querer restaurar la(s) Imp(s) seleccionada(s)?";
$lang["taxes_default_tax_category"] = "Categoría por defecto";
$lang["taxes_default_tax_rate"] = "";
$lang["taxes_error_adding_updating"] = "Error añadiendo/actualizando el impuesto.";
$lang["taxes_default_tax_rate"] = "Tasa impositiva por defecto";
$lang["taxes_error_adding_updating"] = "Error añadiendo o actualizando el impuesto";
$lang["taxes_group_seq"] = "";
$lang["taxes_jurisdiction_name"] = "";
$lang["taxes_name"] = "";
$lang["taxes_name"] = "Nombre";
$lang["taxes_new"] = "Impuesto nuevo";
$lang["taxes_no_taxes_to_display"] = "No hay impuestos para mostrar.";
$lang["taxes_reporting_authority"] = "";
@@ -24,33 +23,33 @@ $lang["taxes_rounding_code"] = "Tipo de redondeo";
$lang["taxes_sales_tax"] = "Impuestos de ventas";
$lang["taxes_sales_tax_by_invoice"] = "Impuestos de ventas por factura";
$lang["taxes_sequence"] = "";
$lang["taxes_state"] = "";
$lang["taxes_state"] = "Estado";
$lang["taxes_successful_deleted"] = "Se ha esborrado correctamente";
$lang["taxes_tax_categories"] = "";
$lang["taxes_tax_categories_configuration"] = "";
$lang["taxes_tax_categories_saved_successfully"] = "";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "";
$lang["taxes_tax_categories"] = "Tipos de impuestos";
$lang["taxes_tax_categories_configuration"] = "Configuración de tipos de impuestos";
$lang["taxes_tax_categories_saved_successfully"] = "Guardados los cambios en tipos de impuestos";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "No se han guardado los cambios en los tipos de impuestos";
$lang["taxes_tax_category"] = "Categoría de impuesto";
$lang["taxes_tax_category_code"] = "";
$lang["taxes_tax_category_name"] = "";
$lang["taxes_tax_category_new"] = "";
$lang["taxes_tax_category_code"] = "Código de tipo de impuesto";
$lang["taxes_tax_category_name"] = "Nombre del tipo de impuesto";
$lang["taxes_tax_category_new"] = "Nuevo tipo de impuesto";
$lang["taxes_tax_code"] = "Código";
$lang["taxes_tax_code_cannot_be_deleted"] = "El impuesto fallo al borrado.";
$lang["taxes_tax_code_cannot_be_deleted"] = "Fallo al borrar tipo de impuesto";
$lang["taxes_tax_code_name"] = "Nombre";
$lang["taxes_tax_code_required"] = "El código es un campo obligatorio.";
$lang["taxes_tax_code_required"] = "El código de impuesto es un campo obligatorio";
$lang["taxes_tax_code_successful_deleted"] = "Se ha borrado correctamente el impuesto";
$lang["taxes_tax_code_successful_updated"] = "Se ha actualizado correctamente";
$lang["taxes_tax_code_successful_updating"] = "Se ha actualizado correctamente el impuesto";
$lang["taxes_tax_code_successfully_added"] = "Se ha añadido correctamente";
$lang["taxes_tax_code_type"] = "Tipo de impuesto";
$lang["taxes_tax_codes"] = "";
$lang["taxes_tax_codes_configuration"] = "";
$lang["taxes_tax_codes_saved_successfully"] = "";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "";
$lang["taxes_tax_excluded"] = "";
$lang["taxes_tax_group"] = "";
$lang["taxes_tax_group_sequence"] = "";
$lang["taxes_tax_included"] = "";
$lang["taxes_tax_codes"] = "Códigos de impuestos";
$lang["taxes_tax_codes_configuration"] = "Configuración de códigos de impuestos";
$lang["taxes_tax_codes_saved_successfully"] = "Cambios guardados en el código de impuesto";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "No se guardaron los cambios en el código de impuesto";
$lang["taxes_tax_excluded"] = "Exento de impuestos";
$lang["taxes_tax_group"] = "Grupo de impuestos";
$lang["taxes_tax_group_sequence"] = "Secuencia de grupo de impuestos";
$lang["taxes_tax_included"] = "Impuestos incluidos";
$lang["taxes_tax_jurisdiction"] = "";
$lang["taxes_tax_jurisdictions"] = "";
$lang["taxes_tax_jurisdictions_configuration"] = "";
@@ -68,3 +67,8 @@ $lang["taxes_tax_rounding"] = "";
$lang["taxes_tax_type"] = "";
$lang["taxes_update"] = "Actualizar categoría de impuesto de ventas";
$lang["taxes_vat_tax"] = "IVA";
$lang["taxes_tax_category_duplicate"] = "Tipo de impuesto duplicado";
$lang["taxes_tax_category_invalid_chars"] = "Caracteres inválidos en el tipo de impuesto";
$lang["taxes_tax_category_required"] = "Tipo de impuesto requerido";
$lang["taxes_tax_code_duplicate"] = "Código de impuesto duplicado";
$lang["taxes_tax_code_invalid_chars"] = "Caracteres no válidos en el código de impuesto";

View File

@@ -1,13 +1,12 @@
<?php
<?php
$lang["customers_available_points"] = "Beschikbare Punten";
$lang["rewards_package"] = "Spaarpunten";
$lang["rewards_remaining_balance"] = "Saldo Spaarpunten is ";
$lang["sales_account_number"] = "";
$lang["sales_account_number"] = "Rekening #";
$lang["sales_add_payment"] = "Betaal";
$lang["sales_amount_due"] = "Te betalen";
$lang["sales_amount_tendered"] = "Ontvangen bedrag";
$lang["sales_authorized_signature"] = "";
$lang["sales_authorized_signature"] = "Handtekening";
$lang["sales_cancel_sale"] = "Annuleer";
$lang["sales_cash"] = "Contant";
$lang["sales_cash_deposit"] = "Cash";
@@ -65,7 +64,7 @@ $lang["sales_giftcard_balance"] = "Cadeaubon Resterend";
$lang["sales_giftcard_number"] = "Cadeaubon nummer";
$lang["sales_group_by_category"] = "Per Categorie";
$lang["sales_group_by_type"] = "Per Type";
$lang["sales_hsn"] = "";
$lang["sales_hsn"] = "HSN";
$lang["sales_id"] = "Verkoop ID";
$lang["sales_include_prices"] = "Prijzen inclusief?";
$lang["sales_invoice"] = "Factuur";
@@ -76,11 +75,11 @@ $lang["sales_invoice_no_email"] = "Er werd geen email adres gevonden voor deze k
$lang["sales_invoice_number"] = "Factuur #";
$lang["sales_invoice_number_duplicate"] = "Vul een uniek factuurnummer in.";
$lang["sales_invoice_sent"] = "Factuur verstuurd naar";
$lang["sales_invoice_total"] = "";
$lang["sales_invoice_type_custom_invoice"] = "";
$lang["sales_invoice_type_custom_tax_invoice"] = "";
$lang["sales_invoice_type_invoice"] = "";
$lang["sales_invoice_type_tax_invoice"] = "";
$lang["sales_invoice_total"] = "Totaal Factuur";
$lang["sales_invoice_type_custom_invoice"] = "Factuur (custom_invoice.php)";
$lang["sales_invoice_type_custom_tax_invoice"] = "Factuur (custom_tax_invoice.php)";
$lang["sales_invoice_type_invoice"] = "Factuur (invoice.php)";
$lang["sales_invoice_type_tax_invoice"] = "Factuur (tax_invoice.php)";
$lang["sales_invoice_unsent"] = "Fout bij het versturen van factuur naar";
$lang["sales_invoice_update"] = "Hernummer";
$lang["sales_item_insufficient_of_stock"] = "Product is niet meer in voorraad.";
@@ -154,8 +153,8 @@ $lang["sales_suspended_sales"] = "Bewaarde Aankopen";
$lang["sales_table"] = "Tafel";
$lang["sales_takings"] = "Overzicht";
$lang["sales_tax"] = "VAT";
$lang["sales_tax_id"] = "";
$lang["sales_tax_invoice"] = "";
$lang["sales_tax_id"] = "Tax id";
$lang["sales_tax_invoice"] = "Vat Factuur";
$lang["sales_tax_percent"] = "VAT %";
$lang["sales_total"] = "Totaal";
$lang["sales_total_tax_exclusive"] = "Totaal";
@@ -168,7 +167,7 @@ $lang["sales_unsuccessfully_updated"] = "Fout bij het bewaren van verkoop.";
$lang["sales_unsuspend"] = "Hervat";
$lang["sales_unsuspend_and_delete"] = "Actie";
$lang["sales_update"] = "Bewerk";
$lang["sales_upi"] = "";
$lang["sales_upi"] = "UPI";
$lang["sales_work_order"] = "Werkorder";
$lang["sales_work_order_number"] = "Werkorder Nummer";
$lang["sales_work_order_number_duplicate"] = "Werkorder Nummer moet uniek zijn.";

View File

@@ -1,23 +1,22 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "";
$lang["attributes_confirm_delete"] = "";
$lang["attributes_definition_cannot_be_deleted"] = "";
$lang["attributes_definition_flags"] = "";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "";
$lang["attributes_definition_name"] = "";
$lang["attributes_definition_name_required"] = "";
$lang["attributes_definition_one_or_multiple"] = "";
$lang["attributes_definition_successful_adding"] = "";
$lang["attributes_definition_successful_deleted"] = "";
$lang["attributes_definition_successful_updating"] = "";
$lang["attributes_definition_type"] = "";
$lang["attributes_definition_type_required"] = "";
$lang["attributes_definition_values"] = "";
$lang["attributes_new"] = "";
$lang["attributes_no_attributes_to_display"] = "";
$lang["attributes_receipt_visibility"] = "";
<?php
$lang["attributes_attribute_value_invalid_chars"] = "属性特征不能包含':' or '|'";
$lang["attributes_confirm_delete"] = "确定要删除所选属性吗";
$lang["attributes_definition_cannot_be_deleted"] = "不能删除该特征属性";
$lang["attributes_definition_flags"] = "属性可见性";
$lang["attributes_definition_group"] = "";
$lang["attributes_definition_id"] = "ID卡";
$lang["attributes_definition_name"] = "添加特征属性";
$lang["attributes_definition_name_required"] = "属性必须填写";
$lang["attributes_definition_one_or_multiple"] = "属性特征";
$lang["attributes_definition_successful_adding"] = "你成功添加物品";
$lang["attributes_definition_successful_deleted"] = "已经成功删除";
$lang["attributes_definition_successful_updating"] = "更新属性成功";
$lang["attributes_definition_type"] = "属性类别";
$lang["attributes_definition_type_required"] = "属性必填";
$lang["attributes_definition_values"] = "属性特征值";
$lang["attributes_new"] = "新属性";
$lang["attributes_no_attributes_to_display"] = "没有物品需要显示";
$lang["attributes_receipt_visibility"] = "小票";
$lang["attributes_show_in_items"] = "";
$lang["attributes_show_in_items_visibility"] = "";
$lang["attributes_show_in_receipt"] = "";