From 0293b6dbd89ed9519ba7cddd5c802fcfe6fafa3b Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 26 Jun 2016 18:33:18 +0100 Subject: [PATCH] Brazilian Portuguese translations updated (#650) --- application/language/pt-BR/common_lang.php | 2 +- application/language/pt-BR/config_lang.php | 16 ++++++++-------- application/views/configs/locale_config.php | 6 +++--- translations/common_lang.csv | 3 ++- translations/config_lang.csv | 16 ++++++++-------- 5 files changed, 22 insertions(+), 21 deletions(-) diff --git a/application/language/pt-BR/common_lang.php b/application/language/pt-BR/common_lang.php index f1ab0b9d3..a9718d53b 100644 --- a/application/language/pt-BR/common_lang.php +++ b/application/language/pt-BR/common_lang.php @@ -30,7 +30,7 @@ $lang["common_list_of"] = "Lista de"; $lang["common_logout"] = "Sair"; $lang["common_new"] = "Novo"; $lang["common_no_persons_to_display"] = "Não existem pessoas para mostrar"; -$lang["common_none_selected_text"] = "Nothing selected"; +$lang["common_none_selected_text"] = "Nada Selecionado"; $lang["common_or"] = "ou"; $lang["common_phone_number"] = "Telefone"; $lang["common_phone_number_required"] = "Número do telefone é requerido"; diff --git a/application/language/pt-BR/config_lang.php b/application/language/pt-BR/config_lang.php index 2ac56913c..8f84fd3e5 100644 --- a/application/language/pt-BR/config_lang.php +++ b/application/language/pt-BR/config_lang.php @@ -2,7 +2,7 @@ $lang["config_address"] = "Endereço"; $lang["config_address_required"] = "Endereço da empresa é um campo obrigatório"; -$lang["config_apostrophe"] = "apostrophe"; +$lang["config_apostrophe"] = "apóstrofe"; $lang["config_backup_button"] = "Cópia de Segurança"; $lang["config_backup_database"] = "Cópia de Segurança"; $lang["config_barcode"] = "Código de Barras"; @@ -27,7 +27,7 @@ $lang["config_barcode_third_row"] = "Linha 3"; $lang["config_barcode_type"] = "Tipo de código de barras"; $lang["config_barcode_width"] = "Largura (px)"; $lang["config_barcode_generate_if_empty"] = "Gerar se vazio"; -$lang["config_bottom"] = "Bottom"; +$lang["config_bottom"] = "Inferior"; $lang["config_center"] = "Center"; $lang["config_company"] = "Nome da empresa é um campo obrigatório"; $lang["config_company_logo"] = "Logo"; @@ -36,7 +36,7 @@ $lang["config_company_change_image"] = "Trocar imagem"; $lang["config_company_remove_image"] = "Remover imagem"; $lang["config_company_required"] = "Nome da empresa é requerido"; $lang["config_company_website_url"] = "Site da empresa não é uma URL válida (http: // ...)"; -$lang["config_comma"] = "comma"; +$lang["config_comma"] = "Vírgula"; $lang["config_country_codes"] = "Código do país"; $lang["config_country_codes_tooltip"] = "Vírgula lista de códigos de país separado para pesquisa de endereços nominatim."; $lang["config_currency_side"] = "Lado Direito"; @@ -77,7 +77,7 @@ $lang["config_default_tax_rate_2"] = "Imposto 2 Tarifa"; $lang["config_default_tax_rate_number"] = "A taxa de Imposto padrão deve ser um número"; $lang["config_default_tax_rate_required"] = "A taxa de Imposto padrão é um campo obrigatório"; $lang["config_default_tax_name_required"] = "Nome da taxa padrão é requerida"; -$lang["config_dot"] = "dot"; +$lang["config_dot"] = "ponto"; $lang["config_email"] = "email"; $lang["config_email_protocol"] = "Protocolo"; $lang["config_email_mailpath"] = "Caminho para Sendmail"; @@ -100,7 +100,7 @@ $lang["config_invoice_email_message"] = "Modelo de e-mail Fatura"; $lang["config_invoice_printer"] = "Imprimir fatura"; $lang["config_jsprintsetup_required"] = "Aviso! Esta funcionalidade só irá funcionar se você tem o addon FireFox jsPrintSetup instalado. Salvar de qualquer maneira?"; $lang["config_language"] = "Linguagem"; -$lang["config_left"] = "Left"; +$lang["config_left"] = "Esquerda"; $lang["config_lines_per_page"] = "Linhas por página"; $lang["config_lines_per_page_number"] = "Linhas por página deve ser um número"; $lang["config_lines_per_page_required"] = "As linhas por página é um campo obrigatório"; @@ -121,7 +121,7 @@ $lang["config_msg_pwd"] = "SMS-API senha"; $lang["config_msg_pwd_required"] = "SMS-API Senha é um campo obrigatório"; $lang["config_msg_src"] = "SMS-API Remetente ID"; $lang["config_msg_src_required"] = "SMS-API Remetente ID é um campo obrigatório "; -$lang["config_none"] = "none"; +$lang["config_none"] = "nenhum"; $lang["config_notify_alignment"] = "Notificação Posição Popup "; $lang["config_number_format"] = "Formato do número"; $lang["config_payment_options_order"] = "Opções da ordem de pagamento"; @@ -154,7 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Exibir número serial"; $lang["config_receiving_calculate_average_price"] = "Calc Médio de Preço (Recebimento)"; $lang["config_recv_invoice_format"] = "Formato da fatura de recebimento"; $lang["config_return_policy_required"] = "A política de devolução é um campo obrigatório"; -$lang["config_right"] = "Right"; +$lang["config_right"] = "Direita"; $lang["config_sales_invoice_format"] = "Formato da Fatura de Vendas"; $lang["config_saved_successfully"] = "Configuração salva com sucesso"; $lang["config_saved_unsuccessfully"] = "Configuração não salva"; @@ -167,5 +167,5 @@ $lang["config_tax_decimals"] = "Decimais da taxa"; $lang["config_tax_included"] = "Imposto Incluído"; $lang["config_thousands_separator"] = "Separador de milhar"; $lang["config_timezone"] = "Fuso horário"; -$lang["config_top"] = "Top"; +$lang["config_top"] = "Topo"; $lang["config_website"] = "Site da internet"; diff --git a/application/views/configs/locale_config.php b/application/views/configs/locale_config.php index 4de3f9b09..b4b645a18 100644 --- a/application/views/configs/locale_config.php +++ b/application/views/configs/locale_config.php @@ -96,9 +96,9 @@ lang->line('config_payment_options_order'), 'payment_options_order', array('class' => 'control-label col-xs-2')); ?>
$this->lang->line('sales_cash') . '/' . $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_credit'), - 'debitcreditcash' => $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_credit') . '/' . $this->lang->line('sales_cash'), - 'debitcashcredit' => $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_cash') . '/' . $this->lang->line('sales_credit') + 'cashdebitcredit' => $this->lang->line('sales_cash') . ' / ' . $this->lang->line('sales_debit') . ' / ' . $this->lang->line('sales_credit'), + 'debitcreditcash' => $this->lang->line('sales_debit') . ' / ' . $this->lang->line('sales_credit') . ' / ' . $this->lang->line('sales_cash'), + 'debitcashcredit' => $this->lang->line('sales_debit') . ' / ' . $this->lang->line('sales_cash') . ' / ' . $this->lang->line('sales_credit') ), $this->config->item('payment_options_order'), array('class' => 'form-control input-sm')); ?> diff --git a/translations/common_lang.csv b/translations/common_lang.csv index ef3b3e73d..3585709a8 100644 --- a/translations/common_lang.csv +++ b/translations/common_lang.csv @@ -29,7 +29,7 @@ common_list_of,Lista: ,Liste von,Lijst van,Lista de,List of,Liste de,列表,Сп common_logout,Kilépés,Logout,Logout,Salir,Logout,Déconnion,登出,Выход,ออกจากระบบ,Çıkış,Keluar,Sair,Odjava common_new,Új,Neu,Nieuw,Nuevo,New,New,New,New,New,New,New,Novo,Novi common_no_persons_to_display,Nincsenek megjeleníthető emberek,Keine Personen zum Anzeigen,Er werden geen personen gevonden,No hay gente que mostrar,There are no people to display,Il n'y a personne à afficher,沒有使用者資料可以顯示,"Там нет людей, чтобы отобразить",ไม่พบข้อมูลตัวบุคคล,Gösterecek kişi yok,Tidak ada orang untuk ditampilkan,Não existem pessoas para mostrar,Nema nijede osoba za prikazati -common_none_selected_text,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected +common_none_selected_text,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nada Selecionado,Nothing selected common_or,VAGY,Oder,Of,Ó,OR,OU,或,ИЛИ,หรือ,Yada,ATAU,ou,Ili common_phone_number,Telefonszám,Telefon,Telefoon,Teléfono,Phone Number,Téléphone,電話,Номер телефона,โทรศัพท์,Telefon,Telepon,Telefone,Broj telefona common_phone_number_required,Telefonszám kötelező mező,Telefon ist erforderlich,,,,Le numéro de téléphone est requis.,,,ต้องกรอกเบอร์โทร,,Nomer Telepon Wajib Diisi,Número do telefone é requerido,Broj telefona je obavezan @@ -60,4 +60,5 @@ common_export_excel,Excel Export,Excel Export,Excel Export,Reporte en Excel,Exce common_export_excel_yes,Igen,Yes,Yes,Si,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Sim,Da common_export_excel_no,Nem,No,No,No,No,No,No,No,No,No,No,Não,Ne common_required,Kötelező,Erforderlich,Required,Requerido,Required,Required,Required,Required,ต้องกรอก,Required,Required,Requerido,Potreban + common_id,ID,Id,Id,Id,Id,Id,Id,Id,Id,Id,Id,Id,Id \ No newline at end of file diff --git a/translations/config_lang.csv b/translations/config_lang.csv index ff1778f4f..419889df4 100644 --- a/translations/config_lang.csv +++ b/translations/config_lang.csv @@ -1,7 +1,7 @@ label,hu-HU,de-CH,nl-BE,es,en,fr,zh,ru,th,tr,id,pt-BR,hr-HR config_address,Cég cím,Adresse,Adres,Dirección del Comercio,Company Address,Addresse,公司地址,Адрес Компании,ที่อยู่,Şirket Adresi,Alamat Perusahaan,Endereço,Adresa tvrtke config_address_required,Cég cím kötelező mező,Adresse ist erforderlich,Het adres van het bedrijf moet ingevuld worden,Dirección del Comercio es requerida,Company address is a required field,L'adresse est requise,公司地址為必填,Адрес Компании обязательный пробел,ที่อยู่ต้องกรอก,Şirket Adresi zorunlu alandır,Alamat Perusahaan wajib diisi,Endereço da empresa é um campo obrigatório,Adresu tvrtke je potrebno unijeti -config_apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe +config_apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apóstrofe,apostrophe config_backup_button,Mentés,Sicherung,Backup,Respaldo,Backup,Backup,Backup,Backup,สำรองข้อมูล,Backup,Backup,Cópia de Segurança,Arhiva config_backup_database,Adatbázis mentése,Sicherungs-Datenbank,Backup Database,Respaldo de Base de Datos,Backup Database,Backup Database,Backup Database,Backup Database,สำรองฐานข้อมูล,Backup Database,Backup Database,Cópia de Segurança,Arhiviranje baze config_barcode,Vonalkód,Barcodes,Barcode,Código de Barras,Barcode,Barcode,Barcode,Barcode,ตั้งค่าระบบบาร์โค้ด,Barcode,Barcode,Código de Barras,Barkoda @@ -26,7 +26,7 @@ config_barcode_third_row,Sor 3,Zeile 3,Rij 3,Fila 2,Row 3,Row 4,Row 5,Row 6,แ config_barcode_type,Vonalkód tipus,Barcode Typ,Barcode Type,Tipo de Código de Barra,Barcode Type,Barcode Type,Barcode Type,Barcode Type,ประเภทบาร์โค้ด,Barcode Type,Barcode Type,Tipo de código de barras,Tip barkod-a config_barcode_width,Szélesség (px),Breite (px),Breedte (px),Ancho (px),Width (px),Width (px),Width (px),Width (px),กว้าง (px),Width (px),Width (px),Largura (px),Širina (px) config_barcode_generate_if_empty,Generáljon ha üres,Generiere Barcode wenn leer,Genereer indien leeg,Generar si esta vacio,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Gerar se vazio,Generiraj ako je prazno -config_bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom +config_bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Inferior,Bottom config_center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center config_company,Cégnév,Firmenname,Bedrijfsnaam,Nombre del Comercio,Company Name,Nome de l'Entreprise,公司名稱,Название Компании,ชื่อร้านค้า,Şirket Adı,Nama Perusahaan,Nome da empresa é um campo obrigatório,Naziv tvrtke config_company_logo,Cég logó,Logo,Logo,Logotipo del Comercio,Company Logo,Company Logo,Company Logo,Company Logo,ภาพโลโก้,Company Logo,Company Logo,Logo,Logo tvrtke @@ -35,7 +35,7 @@ config_company_change_image,Kép cseréje,Change Image,Change Image,Cambiar Imag config_company_remove_image,Kép eltávolítása,Remove Image,Remove Image,Quitar Imagen,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remover imagem,Ukloni logo config_company_required,Cégnév kötelező mező,Firmenname ist erforderlich,De bedrijfsnaam moet ingevuld worden,Nombre del Comercio es requerido,Company name is a required field,Le nom d'entreprise est requis,公司名稱為必填,Имя Компании обязательный пробел,ชื่อร้านค้าต้องกรอก,Şirket Adı zorunlu alandır,Nama Perusahaan wajib diisi,Nome da empresa é requerido,Polje naziv tvrtke je potreban config_company_website_url,A cég webcime nem érvényes URL (http://...),Webseite ist nicht in korrektem Format,De website van het bedrijf is geen geldige URL (http://...),Sitio Web no es una URL estándar (http://...),Company website is not a valid URL (http://...),Le site web de l'entreprise n'est pas une URL valide (http://...),公司網址格式錯誤 (http://...),Веб-сайт Компании не является допустимым URL (http://...),เว็บไซต์ร้านค้าไม่ถูกต้อง,website adresi yanlış (http://...),Situs Perusahaan bukan URL yang benar(http://...),Site da empresa não é uma URL válida (http: // ...),Adresa web stranice nije valjana (http://...) -config_comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma +config_comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,Vírgula,comma config_country_codes,Country Codes,Country Codes,Country Codes,Codigo de pais,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Código do país,Country Codes config_country_codes_tooltip,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Lista de codigo de paises separado por coma para busqueda de direcciones,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Vírgula lista de códigos de país separado para pesquisa de endereços nominatim.,Comma separated list of country codes for nominatim address lookup. config_currency_side,Jobb oldal,Pos. rechts,Rechterkant,Lado derecho,Right side,Symbole à droite,Right side,Правая сторона,ด้านขวา,Sağda,Sisi Kanan,Lado Direito,Desna strana @@ -76,7 +76,7 @@ config_default_tax_rate_2,Adó 2,MWSt 2,VAT 2 %,Impuesto 2,Tax 2 Rate,Taux d'Imp config_default_tax_rate_number,Az alapértelmezett adónak számnak kell lennie,MWSt Rate,Het percentage VAT moet een nummer zijn,El Impuesto Predeterminado debe ser un número,The default tax rate must be a number,Le taux d'imposition doit etre un nombre,預設稅率必需為數字,Обычный ставка налога должен быть цифра,อัตราภาษีเริ่มต้นต้องเป็นตัวเลข,Varsayılan Vergi Oranı sayı olmalıdır,Tarif Pajak Biasa harus angka,A taxa de Imposto padrão deve ser um número,Zadani porez mora biti broj config_default_tax_rate_required,Az alapértelmezett adó kötelező mező,MWSt ist erforderlich,Het percentage VAT moet ingevuld worden,El Impuesto Predeterminado es requerido,The default tax rate is a required field,Le taux d'imposition par défaut est requis,預設稅率為必填,Обычный ставка налога обязательный пробел,อัตราภาษีเริ่มต้นต้องกรอก,Varsayılan Vergi Oranı zorunlu alandır,Tarif Pajak Biasa wajib diisi,A taxa de Imposto padrão é um campo obrigatório,Zadani porez je potreban config_default_tax_name_required,Alapértelmezett adó név kötelező mező,The default tax name is a required field,De naam van de VAT moet ingevuld worden,El nombre del impuesto predeterminado es requerido,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,Nome da taxa padrão é requerida,Naziv poreza je poteban -config_dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot +config_dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,ponto,dot config_email,Email,Email,Email,Email,Email,Email,Email,Email,Email,Email,Email,email,Email config_email_protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocolo,Protocol config_email_mailpath,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Caminho para Sendmail,Path to Sendmail @@ -99,7 +99,7 @@ config_invoice_email_message,Email számla sablon,Rechnungsvorlage (Email),Invoi config_invoice_printer,Számla nyomtató,Rechnungsdrucker,Factuur Printer,Impresora de Factura,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Imprimir fatura,Printer za račun config_jsprintsetup_required,"Figyelem! Ez a letiltott funkció csak akkor működik megfelelően, ha a FireFox jsPrintSetup kiegészítő telepítve van. Menti mindezek tudatában?",Warnung! Diese Funktion ist nur funktionsfähig,Opgelet! De uitgeschakelde functionaliteit werkt enkel met de jsPrintSetup addon in Firefox.,Advertencia!Esta funcionalidad desactivada solo funciona con el addon jsPrintSetup de FireFox instalado. Guardar de todas formas?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Aviso! Esta funcionalidade só irá funcionar se você tem o addon FireFox jsPrintSetup instalado. Salvar de qualquer maneira?,Upozorenje! Onemogućene opcije će raditi samo ako imate instaliran FireFox jsPrintSetup dodatak. Svakako snimiti? config_language,Nyelv,Sprache,Taal,Idioma,Language,Langue,語言,Язик,ภาษา,Dil,Bahasa,Linguagem,Jezik -config_left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left +config_left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Esquerda,Left config_lines_per_page,Sorok száma oldalanként,Zeilen pro Seite,Lijnen Per Pagina,Líneas por página,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Linhas por página,Linija po stranici config_lines_per_page_number,A sorok száma oldalanként kötelező mező,Zeilen pro Seite muss eine Zahl sein,The lines per page must be a number,Líneas por página debe ser un número,,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,Linhas por página deve ser um número,Linija po stranici mora biti broj config_lines_per_page_required,A sor per oldal kötelező mező,Zeilen pro Seite ist erforderlich,The lines per page is a required field,Líneas por página es requerido,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,As linhas por página é um campo obrigatório,Broj linija po stranici je potreban podatak @@ -120,7 +120,7 @@ config_msg_pwd,SMS-API Password,SMS-API Password,SMS-API Password,SMS-API Passwo config_msg_pwd_required,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password es un campo requerido,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Senha é um campo obrigatório,SMS-API Password is a required field config_msg_src,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API ID remitente,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Remetente ID,SMS-API Sender ID config_msg_src_required,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API ID remitente es un campo requerido,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Remetente ID é um campo obrigatório ,SMS-API Sender ID is a required field -config_none,none,none,none,none,none,none,none,none,none,none,none,none,none +config_none,none,none,none,none,none,none,none,none,none,none,none,nenhum,none config_notify_alignment,Notification Popup Position,Notification Popup Position,Notification Popup Position,Posicion de venta de aviso,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notificação Posição Popup ,Notification Popup Position config_number_format,Szám formátum,Zahlenformat,Number Format,Formato de número,Number Format,Number Format,Number Format,Number Format,รูปแบบตัวเลข,Number Format,Format Nomor,Formato do número,Format broja config_payment_options_order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Opções da ordem de pagamento,Payment Options Order @@ -153,7 +153,7 @@ config_receipt_show_serialnumber,Show Serial Number,Show Serial Number,Show Seri config_receiving_calculate_average_price,Átl. Ár számitása (visszáru),Berechne Durchschnittseinkaufspreis,Calc avg. Price (Receiving),Calc precio promedio (Recepción),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc Médio de Preço (Recebimento),Računaj prosječnu cijenu (primke) config_recv_invoice_format,Visszatérítési számla formátum,Format Eingangsrechnung,Formattering Order #,Formato de Factura de Recepción,Receivings Invoice Format,Receivings Invoice Format,Receivings Invoice Format,Receivings Invoice Format,ใบส่งของ,Receivings Invoice Format,Format Nota,Formato da fatura de recebimento,Oblik ulaznog računa(primke) config_return_policy_required,Return policy is a required field,Rücknahmepolitik erforderlich,De retourvoorwaarden moeten ingevuld worden,Política de Devolución es requerida,Return policy is a required field,Le Message est un champ requis,退換貨政策為必填,Возвратний полис обязательный пробел,ต้องกรอกเงื่อนไขการคืนสินค้า,İade Politikası zorunlu alandır,Kebijakan retur wajib diisi,A política de devolução é um campo obrigatório,Polje za povratne obavijesti je potrebno -config_right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right +config_right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Direita,Right config_sales_invoice_format,Eladási számla formátum,Format Verkaufsrechnung,Formattering Aankoop #,Formato de Facturas de Venta,Sales Invoice Format,Sales Invoice Format,Sales Invoice Format,Sales Invoice Format,รหัสใบเสร็จ,Sales Invoice Format,Format Nota,Formato da Fatura de Vendas,Oblik fakture config_saved_successfully,Beállítások sikeresen elmentve,Einstellungen erfolgreich gesichert,Configuratie werd bewaard,Configuración guardada satisfactoriamente,Configuration saved successfully,Configuration sauvegardée,組態設置儲存成功,Конфигурация успешно сохранена,บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว,Yapılandırma kaydedildi,Konfigurasi berhasil disimpan,Configuração salva com sucesso,Konfiguracija je uspješno snimljena config_saved_unsuccessfully,Beállítások mentése sikertelen,Einstellungen konnten nicht gesichert werden,Configuratie kon niet worden bewaard,Configuración no guardada,Configuration saved unsuccessfully,Échec de sauvegarde de configuration,組態設置儲存失敗,Конфигурация сохраненная безуспешно,บันทึกข้อมูลร้านค้าไม่สำเร็จ,Yapılandırma kaydedilemedi,Konfigurasi tidak berhasil disimpan,Configuração não salva,Konfiguracija nije uspješno snimljena @@ -166,5 +166,5 @@ config_tax_decimals,Tax Decimals,Tax Decimals,Tax Decimals,Decimales de impuesto config_tax_included,Adókat tartalmaz,MWSt inbegriffen,VAT Inbegrepen,Impuestos incluidos,Tax Included,Tax Included,Tax Included,Tax Included,รวมภาษีแล้ว,Tax Included,Dikenakan Pajak,Imposto Incluído,Uključuje porez config_thousands_separator,Ezres elválasztó,Tausendertrennzeichen,Thousands Separator,Separador de miles,Thousands Separator,Thousands Separator,Thousands Separator,Thousands Separator,ตัวคั่นหลักพัน,Thousands Separator,Pemisah Ribuan,Separador de milhar,Razdjelnik za tisućice config_timezone,Időzóna,Zeitzone,Tijdzone,Zona Horaria,Timezone,Fuseau Horaire,時區,Часовой пояс,โซนเวลา,Saat Dilimi,Zona Waktu,Fuso horário,Vremenska zona -config_top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top +config_top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Topo,Top config_website,Weboldal,Website,Website,Sitio Web,Website,Site-web,網站,Веб-сайт,เว็บไซต์,Website,Situs Perusahaan,Site da internet,web strana