diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php index 5891519720..62acecd412 100644 --- a/resources/lang/ca/texts.php +++ b/resources/lang/ca/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Please make sure to select a client and correct any errors', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php index ef0520f0e3..f1b28bffa2 100644 --- a/resources/lang/cs/texts.php +++ b/resources/lang/cs/texts.php @@ -768,16 +768,20 @@ $LANG = array( 'activity_27' => ':user obnovil platbu :payment', 'activity_28' => ':user obnovil :credit kredit', 'activity_29' => ':contact schválil nabídku :quote', - 'activity_30' => ':user vytvořil :vendor', - 'activity_31' => ':user vytvořil :vendor', - 'activity_32' => ':user vytvořil :vendor', - 'activity_33' => ':user vytvořil :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user vytvořil výdaj :expense', - 'activity_35' => ':user vytvořil :vendor', - 'activity_36' => ':user vytvořil :vendor', - 'activity_37' => ':user vytvořil :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Platba', 'system' => 'Systém', 'signature' => 'Emailový podpis', @@ -841,7 +845,7 @@ $LANG = array( 'template_help_title' => 'Nápověda k šablonám', 'template_help_1' => 'Dostupné proměnné:', 'email_design_id' => 'Styl emailu', - 'email_design_help' => 'Vytvořte si profesionální vzhled emailů pomocí HTML', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Prostý text', 'light' => 'Světlý', 'dark' => 'Tmavý', @@ -1367,7 +1371,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2140,14 +2144,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Ujistěte se, že máte zvoleného klienta a opravte případné chyby', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index 022161cb50..d856b2cd19 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Vælg venligst en klient og ret eventuelle fejl', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 22b0d7c083..1fa13b84ce 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -7,7 +7,7 @@ $LANG = array( 'website' => 'Webseite', 'work_phone' => 'Telefon', 'address' => 'Adresse', - 'address1' => 'Straße', + 'address1' => 'Strasse', 'address2' => 'Adresszusatz', 'city' => 'Stadt', 'state' => 'Bundesland', @@ -21,7 +21,7 @@ $LANG = array( 'additional_info' => 'Zusätzliche Info', 'payment_terms' => 'Zahlungsbedingungen', 'currency_id' => 'Währung', - 'size_id' => 'Firmengröße', + 'size_id' => 'Firmengrösse', 'industry_id' => 'Kategorie', 'private_notes' => 'Notizen', 'invoice' => 'Rechnung', @@ -90,7 +90,7 @@ $LANG = array( 'import' => 'Importieren', 'download' => 'Downloaden', 'cancel' => 'Abbrechen', - 'close' => 'Schließen', + 'close' => 'Schliessen', 'provide_email' => 'Bitte gib eine gültige E-Mail-Adresse an', 'powered_by' => 'Powered by', 'no_items' => 'Keine Objekte', @@ -243,7 +243,7 @@ $LANG = array( 'payment_subject' => 'Zahlungseingang', 'payment_message' => 'Vielen Dank für Ihre Zahlung von :amount.', 'email_salutation' => 'Sehr geehrte/r :name,', - 'email_signature' => 'Mit freundlichen Grüßen,', + 'email_signature' => 'Mit freundlichen Grüssen,', 'email_from' => 'Das InvoiceNinja Team', 'invoice_link_message' => 'Um deine Kundenrechnung anzuschauen, klicke auf den folgenden Link:', 'notification_invoice_paid_subject' => 'Die Rechnung :invoice wurde von :client bezahlt.', @@ -459,8 +459,8 @@ $LANG = array( 'order_overview' => 'Bestellübersicht', 'match_address' => '*Die Rechnungsadresse muss mit der Adresse der Kreditkarte übereinstimmen.', 'click_once' => '*Bitte drücken Sie nur einmal auf "Jetzt bezahlen" - die Verarbeitung der Transaktion kann bis zu einer Minute dauern.', - 'invoice_footer' => 'Fußzeile', - 'save_as_default_footer' => 'Als Standard-Fußzeile speichern', + 'invoice_footer' => 'Rechnungsfusszeile', + 'save_as_default_footer' => 'Als Standard-Fusszeile speichern', 'token_management' => 'Token Verwaltung', 'tokens' => 'Token', 'add_token' => 'Token hinzufügen', @@ -585,7 +585,7 @@ $LANG = array( 'counter' => 'Zähler', 'payment_type_dwolla' => 'Dwolla', 'gateway_help_43' => ':link zum Registrieren auf Dwolla.', - 'partial_value' => 'Muss größer als Null und kleiner als der Gesamtbetrag sein', + 'partial_value' => 'Muss grösser als Null und kleiner als der Gesamtbetrag sein', 'more_actions' => 'Weitere Aktionen', 'pro_plan_title' => 'NINJA PRO', 'pro_plan_call_to_action' => 'Jetzt Upgraden!', @@ -624,22 +624,22 @@ $LANG = array( 'times' => 'Zeiten', 'set_now' => 'Auf Jetzt setzen', 'dark_mode' => 'Dunkler Modus', - 'dark_mode_help' => 'Weißer Text auf schwarzem Hintergrund anzeigen', + 'dark_mode_help' => 'Weisser Text auf schwarzem Hintergrund anzeigen', 'add_to_invoice' => 'Zur Rechnung :invoice hinzufügen', 'create_new_invoice' => 'Neue Rechnung erstellen', 'task_errors' => 'Bitte korrigieren Sie alle überlappenden Zeiten', 'from' => 'Von', 'to' => 'An', - 'font_size' => 'Schriftgröße', + 'font_size' => 'Schriftgrösse', 'primary_color' => 'Primäre Farbe', 'secondary_color' => 'Sekundäre Farbe', 'customize_design' => 'Design Anpassen', 'content' => 'Inhalt', 'styles' => 'Stile', 'defaults' => 'Standards', - 'margins' => 'Außenabstände', + 'margins' => 'Aussenabstände', 'header' => 'Kopfzeile', - 'footer' => 'Fußzeile', + 'footer' => 'Fusszeile', 'custom' => 'Benutzerdefiniert', 'invoice_to' => 'Rechnung an', 'invoice_no' => 'Rechnung Nr.', @@ -662,7 +662,7 @@ $LANG = array( 'quote_due_date' => 'Gültig bis', 'valid_until' => 'Gültig bis', 'reset_terms' => 'Zahlungsbedingungen zurücksetzen', - 'reset_footer' => 'Fußzeile zurücksetzen', + 'reset_footer' => 'Fusszeile zurücksetzen', 'invoices_sent' => ':count Rechnung versendet|:count Rechnungen versendet', 'status_draft' => 'Entwurf', 'status_sent' => 'Versendet', @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user stellte Zahlung :payment wieder her', 'activity_28' => ':user stellte Guthaben :credit wieder her', 'activity_29' => ':contact akzeptierte Angebot :quote', - 'activity_30' => ':user erstellte :vendor', - 'activity_31' => ':user erstellte :vendor', - 'activity_32' => ':user erstellte :vendor', - 'activity_33' => ':user erstellte :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user erstellte Ausgabe :expense', - 'activity_35' => ':user erstellte :vendor', - 'activity_36' => ':user erstellte :vendor', - 'activity_37' => ':user erstellte :vendor', - 'activity_42' => ':user erstellte Aufgabe ":task"', - 'activity_43' => ':user erstellte Aufgabe ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Zahlung', 'system' => 'System', 'signature' => 'Email-Signatur', @@ -784,8 +788,8 @@ $LANG = array( 'quote_terms' => 'Angebotsbedingungen', 'default_quote_terms' => 'Standard-Angebotsbedingungen', 'default_invoice_terms' => 'Standard-Rechnungsbedingungen', - 'default_invoice_footer' => 'Standard-Fußzeile festlegen', - 'quote_footer' => 'Angebots-Fußzeile', + 'default_invoice_footer' => 'Standard-Fusszeile festlegen', + 'quote_footer' => 'Angebots-Fusszeile', 'free' => 'Free', 'quote_is_approved' => 'Dieses Angebot ist angenommen', 'apply_credit' => 'Guthaben anwenden', @@ -812,7 +816,7 @@ $LANG = array( 'user' => 'Benutzer', 'country' => 'Land', 'include' => 'Hinzufügen', - 'logo_too_large' => 'Ihr Logo ist nur :size. Um eine bessere Darstellung im PDF Dokument zu erhalten, empfehlen wir ein Bild größer als 200KB', + 'logo_too_large' => 'Ihr Logo ist nur :size. Um eine bessere Darstellung im PDF Dokument zu erhalten, empfehlen wir ein Bild grösser als 200KB', 'import_freshbooks' => 'Importiere von FreshBooks', 'import_data' => 'Importiere Daten', 'source' => 'Quelle', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Hilfe', 'template_help_1' => 'Verfügbare Variablen:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Lassen Sie Ihre Email professioneller mit HTML Layouts aussehen', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Einfach', 'light' => 'Hell', 'dark' => 'Dunkel', @@ -1055,7 +1059,7 @@ $LANG = array( // User Permissions 'owner' => 'Eigentümer', 'administrator' => 'Administrator', - 'administrator_help' => 'Allow user to manage users, change settings and modify all records', + 'administrator_help' => 'Dem Benutzer erlauben, andere Benutzer zu administrieren, Einstellungen zu ändern und alle Einträge zu bearbeiten', 'user_create_all' => 'Erstelle Kunden, Rechnungen, usw.', 'user_view_all' => 'Alle Kunden, Rechnungen, usw. ansehen', 'user_edit_all' => 'Alle Kunden, Rechnungen, usw. bearbeiten', @@ -1066,9 +1070,9 @@ $LANG = array( 'restored_vendor' => 'Successfully restored vendor', 'restored_expense' => 'Successfully restored expense', 'permissions' => 'Berechtigungen', - 'create_all_help' => 'Allow user to create and modify records', - 'view_all_help' => 'Allow user to view records they didn\'t create', - 'edit_all_help' => 'Allow user to modify records they didn\'t create', + 'create_all_help' => 'Dem Benutzer erlauben, Einträge zu erstellen und zu verändern', + 'view_all_help' => 'Dem Benutzer erlauben, nicht selbst erstellte Einträge anzusehen', + 'edit_all_help' => 'Dem Benutzer erlauben, nicht selbst erstellte Einträge zu verändern', 'view_payment' => 'Zahlung zeigen', 'january' => 'Januar', @@ -1229,7 +1233,7 @@ $LANG = array( 'account_holder_name' => 'Name des Kontoinhabers', 'add_account' => 'Konto hinzufügen', 'payment_methods' => 'Zahlungsarten', - 'complete_verification' => 'Überprüfung abschließen', + 'complete_verification' => 'Überprüfung abschliessen', 'verification_amount1' => 'Betrag 1', 'verification_amount2' => 'Betrag 2', 'payment_method_verified' => 'Überprüfung erfolgreich abgeschlossen', @@ -1299,7 +1303,7 @@ $LANG = array( 'resend_confirmation_email' => 'Bestätigungsemail nochmal senden', 'manage_account' => 'Manage Account', 'action_required' => 'Handeln erforderlich', - 'finish_setup' => 'Setup abschließen', + 'finish_setup' => 'Setup abschliessen', 'created_wepay_confirmation_required' => 'Bitte prüfen Sie Ihr E-Mail Konto und bestätigen Sie Ihre E-Mail Adresse bei WePay.', 'switch_to_wepay' => 'Wechsel zu WePay', 'switch' => 'Switch', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Zahlungsart entfernen fehlgeschlagen', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manuell hinzufügen', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Wöchentlich', @@ -1427,7 +1431,7 @@ $LANG = array( 'industry_Pharmaceuticals' => 'Arzneimittel', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Real Estate' => 'Immobilien', - 'industry_Retail & Wholesale' => 'Einzel- und Großhandel', + 'industry_Retail & Wholesale' => 'Einzel- und Grosshandel', 'industry_Sports' => 'Sports', 'industry_Transportation' => 'Verkehrswesen', 'industry_Travel & Luxury' => 'Reisen & Luxus', @@ -1468,7 +1472,7 @@ $LANG = array( 'country_Bulgaria' => 'Bulgarien', 'country_Myanmar' => 'Myanmar', 'country_Burundi' => 'Burundi', - 'country_Belarus' => 'Weißrussland', + 'country_Belarus' => 'Weissrussland', 'country_Cambodia' => 'Kambodscha', 'country_Cameroon' => 'Kamerun', 'country_Canada' => 'Kanada', @@ -1758,7 +1762,7 @@ $LANG = array( 'industry_Pharmaceuticals' => 'Arzneimittel', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Real Estate' => 'Immobilien', - 'industry_Retail & Wholesale' => 'Einzel- und Großhandel', + 'industry_Retail & Wholesale' => 'Einzel- und Grosshandel', 'industry_Sports' => 'Sports', 'industry_Transportation' => 'Verkehrswesen', 'industry_Travel & Luxury' => 'Reisen & Luxus', @@ -1799,7 +1803,7 @@ $LANG = array( 'country_Bulgaria' => 'Bulgarien', 'country_Myanmar' => 'Myanmar', 'country_Burundi' => 'Burundi', - 'country_Belarus' => 'Weißrussland', + 'country_Belarus' => 'Weissrussland', 'country_Cambodia' => 'Kambodscha', 'country_Cameroon' => 'Kamerun', 'country_Canada' => 'Kanada', @@ -2069,7 +2073,7 @@ $LANG = array( 'bot_emailed_notify_viewed' => 'I\'ll email you when it\'s viewed.', 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', - 'not_authorized' => 'Your are not authorized', + 'not_authorized' => 'Du bist nicht authorisiert', 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
Send me your account email to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'Neue Kategorie', 'restore_product' => 'Produkt wiederherstellen', 'blank' => 'Leer', - 'invoice_error' => 'Bitte stelle sicher, dass ein Kunde ausgewählt und alle Fehler behoben wurden', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Wiederkehrend Aktivieren', 'disable_recurring' => 'Wiederkehrend Deaktivieren', 'text' => 'Test', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index 5a10c8ac49..8aa25233b2 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -24,7 +24,7 @@ $LANG = array( 'size_id' => 'Tamaño de la Empresa', 'industry_id' => 'Industria', 'private_notes' => 'Notas Privadas', - 'invoice' => 'Factura de venta', + 'invoice' => 'Factura', 'client' => 'Cliente', 'invoice_date' => 'Fecha de factura', 'due_date' => 'Fecha de pago', @@ -52,7 +52,7 @@ $LANG = array( 'create_new_client' => 'Crear nuevo cliente', 'edit_client_details' => 'Editar detalles del cliente', 'enable' => 'Activar', - 'learn_more' => 'Aprender más', + 'learn_more' => 'Saber más', 'manage_rates' => 'Gestionar tarifas', 'note_to_client' => 'Nota para el cliente', 'invoice_terms' => 'Términos de facturación', @@ -77,10 +77,10 @@ $LANG = array( 'credits' => 'Créditos', 'history' => 'Historial', 'search' => 'Búsqueda', - 'sign_up' => 'registrate', - 'guest' => 'invitado', - 'company_details' => 'Detalles de la empresa', - 'online_payments' => 'Pagos en linea', + 'sign_up' => 'Registrarse', + 'guest' => 'Invitado', + 'company_details' => 'Detalles de la Empresa', + 'online_payments' => 'Pagos Online', 'notifications' => 'Notificaciones', 'import_export' => 'Importar/Exportar', 'done' => 'Hecho', @@ -92,8 +92,8 @@ $LANG = array( 'cancel' => 'Cancelar', 'close' => 'Cerrar', 'provide_email' => 'Por favor facilita una dirección de correo electrónico válida.', - 'powered_by' => 'Plataforma por ', - 'no_items' => 'No hay data', + 'powered_by' => 'Plataforma por', + 'no_items' => 'No hay datos', 'recurring_invoices' => 'Facturas recurrentes', 'recurring_help' => '

Enviar facturas automáticamente a clientes semanalmente, bi-mensualmente, mensualmente, trimestral o anualmente.

Uso :MONTH, :QUARTER or :YEAR para fechas dinámicas. Matemáticas básicas también funcionan bien. Por ejemplo: :MONTH-1.

@@ -101,46 +101,46 @@ $LANG = array( ', - 'in_total_revenue' => 'ingreso total', - 'billed_client' => 'cliente facturado', - 'billed_clients' => 'clientes facturados', - 'active_client' => 'cliente activo', - 'active_clients' => 'clientes activos', - 'invoices_past_due' => 'Facturas vencidas', - 'upcoming_invoices' => 'Próximas facturas', - 'average_invoice' => 'Promedio de facturación', + 'in_total_revenue' => 'Ingreso Total', + 'billed_client' => 'Cliente Facturado', + 'billed_clients' => 'Clientes Facturados', + 'active_client' => 'Cliente Activo', + 'active_clients' => 'Clientes Activos', + 'invoices_past_due' => 'Facturas Vencidas', + 'upcoming_invoices' => 'Próximas Facturas', + 'average_invoice' => 'Promedio de Facturación', 'archive' => 'Archivar', 'delete' => 'Eliminar', - 'archive_client' => 'Archivar cliente', - 'delete_client' => 'Eliminar cliente', - 'archive_payment' => 'Archivar pago', - 'delete_payment' => 'Eliminar pago', - 'archive_credit' => 'Archivar crédito', - 'delete_credit' => 'Eliminar crédito', - 'show_archived_deleted' => 'Mostrar archivados/eliminados', + 'archive_client' => 'Archivar Cliente', + 'delete_client' => 'Eliminar Cliente', + 'archive_payment' => 'Archivar Pago', + 'delete_payment' => 'Eliminar Pago', + 'archive_credit' => 'Archivar Crédito', + 'delete_credit' => 'Eliminar Crédito', + 'show_archived_deleted' => 'Mostrar archivados/eliminados en ', 'filter' => 'Filtrar', - 'new_client' => 'Nuevo cliente', - 'new_invoice' => 'Nueva factura', - 'new_payment' => 'Nuevo pago', - 'new_credit' => 'Nuevo crédito', + 'new_client' => 'Nuevo Cliente', + 'new_invoice' => 'Nueva Factura', + 'new_payment' => 'Nuevo Pago', + 'new_credit' => 'Nuevo Crédito', 'contact' => 'Contacto', - 'date_created' => 'Fecha de creación', - 'last_login' => 'Último acceso', - 'balance' => 'Balance', + 'date_created' => 'Fecha de Creación', + 'last_login' => 'Último Acceso', + 'balance' => 'Saldo', 'action' => 'Acción', 'status' => 'Estado', - 'invoice_total' => 'Total facturado', + 'invoice_total' => 'Total Facturado', 'frequency' => 'Frequencia', - 'start_date' => 'Fecha de inicio', - 'end_date' => 'Fecha de finalización', - 'transaction_reference' => 'Referencia de transacción', + 'start_date' => 'Fecha de Inicio', + 'end_date' => 'Fecha de Finalización', + 'transaction_reference' => 'Referencia de Transacción', 'method' => 'Método', - 'payment_amount' => 'Valor del pago', + 'payment_amount' => 'Valor del Pago', 'payment_date' => 'Fecha de Pago', 'credit_amount' => 'Cantidad de Crédito', - 'credit_balance' => 'Balance de Crédito', + 'credit_balance' => 'Saldo de Crédito', 'credit_date' => 'Fecha de Crédito', 'empty_table' => 'Tabla vacía', 'select' => 'Seleccionar', @@ -150,20 +150,20 @@ $LANG = array( 'enter_credit' => 'Agregar Crédito', 'last_logged_in' => 'Último inicio de sesión', 'details' => 'Detalles', - 'standing' => 'Standing', + 'standing' => 'Situación', 'credit' => 'Crédito', 'activity' => 'Actividad', 'date' => 'Fecha', 'message' => 'Mensaje', 'adjustment' => 'Ajustes', - 'are_you_sure' => '¿Estás seguro?', + 'are_you_sure' => '¿Está Seguro?', 'payment_type_id' => 'Tipo de pago', 'amount' => 'Cantidad', 'work_email' => 'Correo electrónico de la empresa', 'language_id' => 'Idioma', 'timezone_id' => 'Zona horaria', 'date_format_id' => 'Formato de fecha', - 'datetime_format_id' => 'Format de fecha/hora', + 'datetime_format_id' => 'Formato de fecha/hora', 'users' => 'Usuarios', 'localization' => 'Localización', 'remove_logo' => 'Eliminar logo', @@ -185,9 +185,9 @@ $LANG = array( 'client_will_create' => 'cliente se creará', 'clients_will_create' => 'clientes se crearan', 'email_settings' => 'Configuración del Correo Electrónico', - 'client_view_styling' => 'Client View Styling', - 'pdf_email_attachment' => 'Adjuntar PDF\'s a los Correos', - 'custom_css' => 'Custom CSS', + 'client_view_styling' => 'Estilo de visualización para el cliente', + 'pdf_email_attachment' => 'Adjuntar PDFs', + 'custom_css' => 'CSS personalizado', 'import_clients' => 'Importar datos del cliente', 'csv_file' => 'Seleccionar archivo CSV', 'export_clients' => 'Exportar datos del cliente', @@ -197,7 +197,7 @@ $LANG = array( 'removed_logo' => 'Logo eliminado con éxito', 'sent_message' => 'Mensaje enviado con éxito', 'invoice_error' => 'Seleccionar cliente y corregir errores.', - 'limit_clients' => 'Lo sentimos, te has pasado del límite de :count clientes', + 'limit_clients' => 'Lo sentimos, se ha pasado del límite de :count clientes', 'payment_error' => 'Ha habido un error en el proceso de tu pago. Inténtalo de nuevo más tarde.', 'registration_required' => 'Inscríbete para enviar una factura', 'confirmation_required' => 'Por favor confirma tu dirección de correo electrónico', @@ -217,7 +217,7 @@ $LANG = array( 'deleted_invoice' => 'Factura eliminada con éxito', 'deleted_invoices' => ':count facturas eliminadas con éxito', 'created_payment' => 'Pago creado con éxito', - 'created_payments' => 'Successfully created :count payment(s)', + 'created_payments' => ':count pagos creados con éxito', 'archived_payment' => 'Pago archivado con éxito', 'archived_payments' => ':count pagos archivados con éxito', 'deleted_payment' => 'Pago eliminado con éxito', @@ -228,30 +228,30 @@ $LANG = array( 'archived_credits' => ':count creditos archivados con éxito', 'deleted_credit' => 'Créditos eliminados con éxito', 'deleted_credits' => ':count creditos eliminados con éxito', - 'imported_file' => 'Successfully imported file', - 'updated_vendor' => 'Successfully updated vendor', - 'created_vendor' => 'Successfully created vendor', - 'archived_vendor' => 'Successfully archived vendor', - 'archived_vendors' => 'Successfully archived :count vendors', - 'deleted_vendor' => 'Successfully deleted vendor', - 'deleted_vendors' => 'Successfully deleted :count vendors', + 'imported_file' => 'Archivo importado con éxito', + 'updated_vendor' => 'Proveedor actualizado con éxito', + 'created_vendor' => 'Proveedor creado con éxito', + 'archived_vendor' => 'Proveedor archivado con éxito', + 'archived_vendors' => ':count proveedores actualizados con éxito', + 'deleted_vendor' => 'Proveedor eliminado con éxito', + 'deleted_vendors' => ':count proveedores actualizados con éxito', 'confirmation_subject' => 'Corfimación de tu cuenta en Invoice Ninja', 'confirmation_header' => 'Confirmación de Cuenta', 'confirmation_message' => 'Por favor, haz clic en el enlace abajo para confirmar tu cuenta.', 'invoice_subject' => 'Nueva factura :invoice de :account', - 'invoice_message' => 'Para visualizar tu factura por el valor de :amount, haz click en el enlace abajo.', + 'invoice_message' => 'Para visualizar tu factura por el valor de :amount, haga click en el enlace a continuación.', 'payment_subject' => 'Pago recibido', - 'payment_message' => 'Gracias por tu pago por valor de :amount.', + 'payment_message' => 'Gracias por su pago de :amount.', 'email_salutation' => 'Estimado :name,', - 'email_signature' => 'Un saludo cordial,', + 'email_signature' => 'Un cordial saludo,', 'email_from' => 'El equipo de Invoice Ninja ', - 'invoice_link_message' => 'Para visualizar la factura de cliente, haz clic en el enlace abajo:', + 'invoice_link_message' => 'Para visualizar la factura de cliente, haga clic en el enlace a continuación:', 'notification_invoice_paid_subject' => 'La factura :invoice ha sido pagada por el cliente :client', 'notification_invoice_sent_subject' => 'La factura :invoice ha sido enviada a el cliente :client', 'notification_invoice_viewed_subject' => 'La factura :invoice ha sido visualizado por el cliente:client', - 'notification_invoice_paid' => 'Un pago por valor de :amount se ha realizado por el cliente :client a la factura :invoice.', - 'notification_invoice_sent' => 'La factura :invoice por valor de :amount fue enviada al cliente :cliente.', - 'notification_invoice_viewed' => 'La factura :invoice por valor de :amount fue visualizada por el cliente :client.', + 'notification_invoice_paid' => 'Un pago por importe de :amount ha sido realizado por el cliente :client correspondiente a la factura :invoice.', + 'notification_invoice_sent' => 'La factura :invoice por importe de :amount fue enviada al cliente :cliente.', + 'notification_invoice_viewed' => 'La factura :invoice por importe de :amount fue visualizada por el cliente :client.', 'reset_password' => 'Puedes reconfigurar la contraseña de tu cuenta haciendo clic en el siguiente enlace:', 'secure_payment' => 'Pago seguro', 'card_number' => 'Número de tarjeta', @@ -265,19 +265,19 @@ $LANG = array( 'email_taken' => 'Esta dirección de correo electrónico ya se ha registrado', 'working' => 'Procesando', 'success' => 'Éxito', - 'success_message' => 'Te has registrado con éxito. Por favor, haz clic en el enlace de el correo de confirmación para verificar tu dirección de correo electrónico.', - 'erase_data' => 'Esta acción eliminará todos tus datos de forma permanente.', + 'success_message' => 'Se ha registrado con éxito. Por favor, haga clic en el enlace del correo de confirmación para verificar su dirección de correo electrónico.', + 'erase_data' => 'Esta acción eliminará todos sus datos de forma permanente.', 'password' => 'Contraseña', 'pro_plan_product' => 'Plan Pro', 'pro_plan_success' => '¡Gracias por unirte a Invoice Ninja! Al realizar el pago de tu factura, se iniciara tu PLAN PRO.', 'unsaved_changes' => 'Tienes cambios no guardados', - 'custom_fields' => 'Campos a medida', + 'custom_fields' => 'Campos personalizados', 'company_fields' => 'Campos de la empresa', 'client_fields' => 'Campos del cliente', 'field_label' => 'Etiqueta del campo', 'field_value' => 'Valor del campo', 'edit' => 'Editar', - 'set_name' => 'Set your company name', + 'set_name' => 'Indique el nombre de su empresa', 'view_as_recipient' => 'Ver como destinitario', 'product_library' => 'Inventario de productos', 'product' => 'Producto', @@ -344,11 +344,11 @@ $LANG = array( 'hide_quantity' => 'Ocultar cantidad', 'hide_quantity_help' => 'Si las cantidades de tus partidas siempre son 1, entonces puedes organizar tus facturas mejor al no mostrar este campo.', 'hide_paid_to_date' => 'Ocultar valor pagado a la fecha', - 'hide_paid_to_date_help' => 'Solo mostrar la opción “Pagado a la fecha” en tus facturas en cuanto se ha recibido un pago.', - 'charge_taxes' => 'Cargar impuestos', - 'user_management' => 'Gestión de usario', - 'add_user' => 'Añadir usario', - 'send_invite' => 'Enviar invitación', + 'hide_paid_to_date_help' => 'Solo mostrar la opción “Pagado a la fecha” en sus facturas cuando se ha recibido un pago.', + 'charge_taxes' => 'Cargar Impuestos', + 'user_management' => 'Gestión de Usuarios', + 'add_user' => 'Añadir Usuario', + 'send_invite' => 'Enviar Invitación', 'sent_invite' => 'Invitación enviada con éxito', 'updated_user' => 'Usario actualizado con éxito', 'invitation_message' => ':invitor te ha invitado a unirte a su cuenta en Invoice Ninja.', @@ -356,7 +356,7 @@ $LANG = array( 'user_state' => 'Estado', 'edit_user' => 'Editar Usario', 'delete_user' => 'Eliminar Usario', - 'active' => 'Activar', + 'active' => 'Activo', 'pending' => 'Pendiente', 'deleted_user' => 'Usario eliminado con éxito', 'confirm_email_invoice' => '¿Estás seguro que quieres enviar esta factura?', @@ -365,14 +365,14 @@ $LANG = array( 'cancel_account' => 'Cancelar Cuenta', 'cancel_account_message' => 'AVISO: Esta acción eliminará todos tus datos de forma permanente.', 'go_back' => 'Atrás', - 'data_visualizations' => 'Visualización de datos', - 'sample_data' => 'Datos de ejemplo', + 'data_visualizations' => 'Visualización de Datos', + 'sample_data' => 'Datos de Ejemplo', 'hide' => 'Ocultar', 'new_version_available' => 'Una nueva versión de :releases_link disponible. Estás utilizando versión :user_version, la última versión es :latest_version', 'invoice_settings' => 'Configuración de facturas', 'invoice_number_prefix' => 'Prefijo de facturación', 'invoice_number_counter' => 'Numeración de facturación', - 'quote_number_prefix' => 'Prejijo de cotizaciones', + 'quote_number_prefix' => 'Prefijo de cotizaciones', 'quote_number_counter' => 'Numeración de cotizaciones', 'share_invoice_counter' => 'Compartir la numeración para cotización y facturación', 'invoice_issued_to' => 'Factura emitida a', @@ -384,7 +384,7 @@ $LANG = array( 'gateway_help_27' => ':link to sign up for 2Checkout.com. To ensure payments are tracked set :complete_link as the redirect URL under Account > Site Management in the 2Checkout portal.', 'more_designs' => 'Más diseños', 'more_designs_title' => 'Diseños Adicionales de Facturas', - 'more_designs_cloud_header' => 'Vete Pro para más diseños de facturas', + 'more_designs_cloud_header' => 'Pase a Pro para más diseños de facturas', 'more_designs_cloud_text' => '', 'more_designs_self_host_text' => '', 'buy' => 'Comprar', @@ -402,11 +402,11 @@ $LANG = array( 'bought_white_label' => 'Licencia de etiqueta blanca habilitada con éxito', 'white_labeled' => 'Etiqueta Blanca', 'restore' => 'Restaurar', - 'restore_invoice' => 'Restaurar Invoice', - 'restore_quote' => 'Restaurar Quote', - 'restore_client' => 'Restaurar Client', - 'restore_credit' => 'Restaurar Credit', - 'restore_payment' => 'Restaurar Payment', + 'restore_invoice' => 'Restaurar Factura', + 'restore_quote' => 'Restaurar Cotización', + 'restore_client' => 'Restaurar Cliente', + 'restore_credit' => 'Restaurar Crédito', + 'restore_payment' => 'Restaurar Pago', 'restored_invoice' => 'Factura restaurada con éxito', 'restored_quote' => 'Cotización restaurada con éxito', 'restored_client' => 'Cliente restaurado con éxito', @@ -415,10 +415,10 @@ $LANG = array( 'reason_for_canceling' => 'Ayúdenos a mejorar contándonos porqué se va.', 'discount_percent' => 'Porcentaje', 'discount_amount' => 'Cantidad', - 'invoice_history' => 'Facturar Historial', - 'quote_history' => 'Cotizar Historial', - 'current_version' => 'Versión actual', - 'select_version' => 'Seleccionar versión', + 'invoice_history' => 'Historial de Facturas', + 'quote_history' => 'Historial de Cotizaciones', + 'current_version' => 'Versión Actual', + 'select_version' => 'Seleccione la Versión', 'view_history' => 'Ver Historial', 'edit_payment' => 'Editar Pago', 'updated_payment' => 'Pago actualizado con éxito', @@ -447,14 +447,14 @@ $LANG = array( 'support' => 'Soporte', 'contact_information' => 'Información de Contacto', '256_encryption' => 'Encripción de 256-Bit', - 'amount_due' => 'Valor por cobrar', + 'amount_due' => 'Importe a pagar', 'billing_address' => 'Dirección de facturación', 'billing_method' => 'Método de facturación', 'order_overview' => 'Resumen de la orden', 'match_address' => '*La dirección debe coincidir con la dirección asociada a la tarjeta de crédito.', - 'click_once' => '*Por favor haz clic en "PAGAR AHORA" sólo una vez - la transacción puede demorarse hasta un minuto en ser procesada.', - 'invoice_footer' => 'Pié de págia de la factura', - 'save_as_default_footer' => 'Guardar como el pié de página por defecto', + 'click_once' => '*Por favor haga clic en "PAGAR AHORA" sólo una vez - la transacción puede demorarse hasta un minuto en ser procesada.', + 'invoice_footer' => 'Pie de págia de la factura', + 'save_as_default_footer' => 'Guardar como el pie de página por defecto', 'token_management' => 'Administración de Tokens', 'tokens' => 'Tokens', 'add_token' => 'Agregar Token', @@ -473,20 +473,20 @@ $LANG = array( 'deleted_gateway' => 'Gateway eliminado con éxito', 'pay_with_paypal' => 'PayPal', 'pay_with_card' => 'Tarjeta de Crédito', - 'change_password' => 'Cambiar contraseña', - 'current_password' => 'contraseña actual', - 'new_password' => 'Nueva contraseña', - 'confirm_password' => 'Confirmar contraseña', + 'change_password' => 'Cambiar Contraseña', + 'current_password' => 'Contraseña Actual', + 'new_password' => 'Nueva Contraseña', + 'confirm_password' => 'Confirmar Contraseña', 'password_error_incorrect' => 'La contraseña actual es incorrecta.', - 'password_error_invalid' => 'La nueva contraseña es inválida.', - 'updated_password' => 'Contraseñaactualizada con éxito', + 'password_error_invalid' => 'La nueva contraseña no es válida.', + 'updated_password' => 'Contraseña actualizada correctamente', 'api_tokens' => 'API Tokens', - 'users_and_tokens' => 'Usuarios y Tokens', + 'users_and_tokens' => 'Usuarios & Tokens', 'account_login' => 'Ingreso', - 'recover_password' => 'Recupera tu contraseña', - 'forgot_password' => 'Olvidaste tu Contraseña?', + 'recover_password' => 'Recupere su contraseña', + 'forgot_password' => 'Olvidó su contraseña?', 'email_address' => 'Correo Electrónico', - 'lets_go' => 'Vamos', + 'lets_go' => 'Acceder', 'password_recovery' => 'Recuperación de Contraseña', 'send_email' => 'Enviar Correo', 'set_password' => 'Asignar Contraseña', @@ -501,14 +501,14 @@ $LANG = array( 'payment_type_paypal' => 'PayPal', 'payment_type_bitcoin' => 'Bitcoin', 'knowledge_base' => 'Base de Conocimiento', - 'partial' => 'Partial/Deposit', + 'partial' => 'Parcial/Depósito', 'partial_remaining' => ':partial de :balance', - 'more_fields' => ' Más Campos', + 'more_fields' => 'Más Campos', 'less_fields' => 'Menos Campos', 'client_name' => 'Nombre del Cliente', 'pdf_settings' => 'Configuración de PDF', 'product_settings' => 'Configuración del Producto', - 'auto_wrap' => 'Ajuste Automático de Linea', + 'auto_wrap' => 'Ajuste Automático de Línea', 'duplicate_post' => 'Advertencia: la página anterior fue enviada dos veces. El segundo envío ha sido ignorado.', 'view_documentation' => 'Ver Documentación', 'app_title' => 'Facturación Open-Source Gratuita', @@ -517,7 +517,7 @@ $LANG = array( 'www' => 'www', 'logo' => 'Logo', 'subdomain' => 'Subdominio', - 'provide_name_or_email' => 'Por favor provee un nombre o correo electrónico de contacto', + 'provide_name_or_email' => 'Por favor, indique un nombre o correo de contacto', 'charts_and_reports' => 'Gráficas y Reportes', 'chart' => 'Gráfica', 'report' => 'Reporte', @@ -547,7 +547,7 @@ $LANG = array( 'start' => 'Iniciar', 'stop' => 'Detener', 'now' => 'Ahora', - 'timer' => 'Timer', + 'timer' => 'Temporizador', 'manual' => 'Manual', 'date_and_time' => 'Fecha y Hora', 'second' => 'segundo', @@ -562,7 +562,7 @@ $LANG = array( 'end' => 'Fin', 'invoiced' => 'Facturado', 'logged' => 'Registrado', - 'running' => 'Corriendo', + 'running' => 'Ejecutando', 'task_error_multiple_clients' => 'Las tareas no pueden pertenecer a diferentes clientes', 'task_error_running' => 'Por favor primero detenga las tareas que se estén ejecutando', 'task_error_invoiced' => 'Las tareas ya han sido facturadas', @@ -612,7 +612,7 @@ $LANG = array( 'unlink_account' => 'Desconectar Cuenta', 'unlink' => 'Desconectar', 'show_address' => 'Actualizar Dirección', - 'show_address_help' => 'Requerir que el cliente provea su dirección de facturación', + 'show_address_help' => 'Requerir que el cliente indique su dirección de facturación', 'update_address' => 'Actualizar Dirección', 'update_address_help' => 'Actualiza la dirección del cliente con los detalles proporcionados', 'times' => 'Tiempos', @@ -621,33 +621,33 @@ $LANG = array( 'dark_mode_help' => 'Mostrar texto blanco sobre fondo negro', 'add_to_invoice' => 'Agregar a cuenta :invoice', 'create_new_invoice' => 'Crear Nueva Cuenta', - 'task_errors' => 'Por favor corrije cualquier tiempo que se sobreponga con otro', + 'task_errors' => 'Por favor corrija cualquier tiempo que se sobreponga con otro', 'from' => 'De', 'to' => 'Para', 'font_size' => 'Tamaño de Letra', 'primary_color' => 'Color Primario', 'secondary_color' => 'Color Secundario', - 'customize_design' => 'Personalizar el Diseño', + 'customize_design' => 'Personalizar Diseño', 'content' => 'Contenido', - 'styles' => 'Estílos', + 'styles' => 'Estilos', 'defaults' => 'Valores por Defecto', 'margins' => 'Márgenes', - 'header' => 'encabezado', - 'footer' => 'Pié de Página', + 'header' => 'Encabezado', + 'footer' => 'Pie de Página', 'custom' => 'Personalizado', 'invoice_to' => 'Factura para', - 'invoice_no' => 'Factura No.', + 'invoice_no' => 'Factura #', 'quote_no' => 'Quote No.', 'recent_payments' => 'Pagos Recientes', - 'outstanding' => 'Sobresaliente', - 'manage_companies' => 'Administrar Compañías', + 'outstanding' => 'Pendiente de Cobro', + 'manage_companies' => 'Gestionar Compañías', 'total_revenue' => 'Ingresos Totales', 'current_user' => 'Usuario Actual', 'new_recurring_invoice' => 'Nueva Factura Recurrente', 'recurring_invoice' => 'Factura Recurrente', - 'recurring_too_soon' => 'Es my pronto para crear la siguiente factura recurrente, it\'s scheduled for :date', + 'recurring_too_soon' => 'Es muy pronto para crear la siguiente factura recurrente, está programada para :date', 'created_by_invoice' => 'Creado por :invoice', - 'primary_user' => 'Usuario Primario', + 'primary_user' => 'Usuario Principal', 'help' => 'Ayuda', 'customize_help' => '

We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.

You can access a child property using dot notation. For example to show the client name you could use $client.name.

@@ -656,14 +656,14 @@ $LANG = array( 'quote_due_date' => 'Válida Hasta', 'valid_until' => 'Válida Hasta', 'reset_terms' => 'Reiniciar términos', - 'reset_footer' => 'Reiniciar pié de página', + 'reset_footer' => 'Reiniciar pie de página', 'invoices_sent' => ':count factura enviada|:count facturas enviadas', 'status_draft' => 'Borrador', 'status_sent' => 'Enviado', 'status_viewed' => 'Visto', 'status_partial' => 'Parcial', 'status_paid' => 'Pagado', - 'show_line_item_tax' => ' Mostrar impuestos por cada ítem en línea.', + 'show_line_item_tax' => ' Mostrar impuestos por cada item en línea.', 'iframe_url' => 'Sitio Web', 'iframe_url_help1' => 'Copia el siguiente código en una página de tu sitio web.', 'iframe_url_help2' => 'Puedes probar esta funcionalidad haciendo clic en \'Ver como el destinitario\' de una factura.', @@ -683,7 +683,7 @@ $LANG = array( 'invoice_not_found' => 'La factura solicitada no está disponible', 'referral_program' => 'Programa de Referidos', 'referral_code' => 'Código de Referidos', - 'last_sent_on' => 'ültimo enviado en :date', + 'last_sent_on' => 'último enviado en :date', 'page_expire' => 'Esta página expirará pronto, :click_here para que siga funcionando', 'upcoming_quotes' => 'Próximas Cotizaciones', 'expired_quotes' => 'Cotizaciones Vencidas', @@ -692,7 +692,7 @@ $LANG = array( 'show_all_options' => 'Mostrar todas las opciones', 'user_details' => 'Detalles de Usuario', 'oneclick_login' => 'Ingresar con un Click', - 'disable' => 'Deshabilitar', + 'disable' => 'Deshabilitado', 'invoice_quote_number' => 'Números de Cotización y Factura', 'invoice_charges' => 'Cargos de Factura', 'notification_invoice_bounced' => 'No nos fue posible entregar la Factura :invoice a :contact.', @@ -701,7 +701,7 @@ $LANG = array( 'notification_quote_bounced_subject' => 'No nos fue posible entregar la Cotización :invoice', 'custom_invoice_link' => 'Link Personalizado de Factura', 'total_invoiced' => 'Total Facturado', - 'open_balance' => 'Abrir Balance', + 'open_balance' => 'Saldo Abierto', 'verify_email' => 'Para verificar su cuenta de correo por favor visite el link en el correo de confirmación de tu cuenta.', 'basic_settings' => 'Configuración Básica', 'pro' => 'Pro', @@ -711,8 +711,8 @@ $LANG = array( 'general_settings' => 'Configuración General', 'customize' => 'Personalizar', 'oneclick_login_help' => 'Conecta una cuenta para ingresar sin contraseña', - 'referral_code_help' => 'Gana dinero compartiendo nuestra app en linea', - 'enable_with_stripe' => 'Habilitar | Requiere Stripe', + 'referral_code_help' => 'Gana dinero compartiendo nuestra app online', + 'enable_with_stripe' => 'Habilitado | Requiere Stripe', 'tax_settings' => 'Configuración de Impuestos', 'create_tax_rate' => 'Agregar Tasa de Impuesto', 'updated_tax_rate' => 'Tasa de impuesto actualizada con éxito', @@ -761,227 +761,230 @@ $LANG = array( 'activity_27' => ':user restauró el pago :payment', 'activity_28' => ':user restauró :credit créditos', 'activity_29' => ':contact aprovó la cotización :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', - 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', + 'activity_34' => ':user creó expense :expense', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'pago', 'system' => 'Sistema', - 'signature' => 'Email Signature', - 'default_messages' => 'Default Messages', - 'quote_terms' => 'Quote Terms', - 'default_quote_terms' => 'Default Quote Terms', + 'signature' => 'Firma del correo', + 'default_messages' => 'Mensajes por defecto', + 'quote_terms' => 'Terminos de Cotización', + 'default_quote_terms' => 'Terminos de Cotización por defecto', 'default_invoice_terms' => 'Configurar términos de factura por defecto', - 'default_invoice_footer' => 'Asignar pié de página por defecto para la factura', - 'quote_footer' => 'Quote Footer', - 'free' => 'Free', - 'quote_is_approved' => 'This quote is approved', - 'apply_credit' => 'Apply Credit', - 'system_settings' => 'System Settings', - 'archive_token' => 'Archive Token', - 'archived_token' => 'Successfully archived token', - 'archive_user' => 'Archive User', - 'archived_user' => 'Successfully archived user', - 'archive_account_gateway' => 'Archive Gateway', - 'archived_account_gateway' => 'Successfully archived gateway', - 'archive_recurring_invoice' => 'Archive Recurring Invoice', - 'archived_recurring_invoice' => 'Successfully archived recurring invoice', - 'delete_recurring_invoice' => 'Delete Recurring Invoice', - 'deleted_recurring_invoice' => 'Successfully deleted recurring invoice', - 'restore_recurring_invoice' => 'Restore Recurring Invoice', - 'restored_recurring_invoice' => 'Successfully restored recurring invoice', - 'archived' => 'Archived', - 'untitled_account' => 'Untitled Company', - 'before' => 'Before', - 'after' => 'After', - 'reset_terms_help' => 'Reset to the default account terms', - 'reset_footer_help' => 'Reset to the default account footer', - 'export_data' => 'Export Data', - 'user' => 'User', - 'country' => 'Country', - 'include' => 'Include', - 'logo_too_large' => 'Your logo is :size, for better PDF performance we suggest uploading an image file less than 200KB', - 'import_freshbooks' => 'Import From FreshBooks', - 'import_data' => 'Import Data', - 'source' => 'Source', + 'default_invoice_footer' => 'Asignar pie de página por defecto para la factura', + 'quote_footer' => 'Pie de la Cotización', + 'free' => 'Gratis', + 'quote_is_approved' => 'Esta cotización está aprobada', + 'apply_credit' => 'Aplicar Crédito', + 'system_settings' => 'Configuración del Sistema', + 'archive_token' => 'Archivar Token', + 'archived_token' => 'Token archivado', + 'archive_user' => 'Archivar Usuario', + 'archived_user' => 'Usuario archivado', + 'archive_account_gateway' => 'Archivar Pasarela', + 'archived_account_gateway' => 'Pasarela archivada', + 'archive_recurring_invoice' => 'Archivar Factura periódica', + 'archived_recurring_invoice' => 'Factura periódica archivada', + 'delete_recurring_invoice' => 'Borrar Factura periódica', + 'deleted_recurring_invoice' => 'Factura periódica borrada', + 'restore_recurring_invoice' => 'Restaurar Factura periódica ', + 'restored_recurring_invoice' => 'Factura periódica restaurada', + 'archived' => 'Archivado', + 'untitled_account' => 'Compañía sin Nombre', + 'before' => 'Antes', + 'after' => 'Después', + 'reset_terms_help' => 'Reestablecer los términos de cuenta predeterminados', + 'reset_footer_help' => 'Reestablecer el pie predeterminado', + 'export_data' => 'Exportar', + 'user' => 'Usuario', + 'country' => 'País', + 'include' => 'Incluir', + 'logo_too_large' => 'El logo es :size, para un buen rendimiento del PDF, sugerimos cargar una imagen de menos de 200KB', + 'import_freshbooks' => 'Importar desde FreshBooks', + 'import_data' => 'Importar datos', + 'source' => 'Origen', 'csv' => 'CSV', - 'client_file' => 'Client File', - 'invoice_file' => 'Invoice File', - 'task_file' => 'Task File', - 'no_mapper' => 'No valid mapping for file', - 'invalid_csv_header' => 'Invalid CSV Header', - 'client_portal' => 'Client Portal', - 'admin' => 'Admin', - 'disabled' => 'Disabled', - 'show_archived_users' => 'Show archived users', - 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', - 'invoices_will_create' => 'invoices will be created', - 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', - 'publishable_key' => 'Publishable Key', - 'secret_key' => 'Secret Key', - 'missing_publishable_key' => 'Set your Stripe publishable key for an improved checkout process', - 'email_design' => 'Email Design', - 'due_by' => 'Due by :date', - 'enable_email_markup' => 'Enable Markup', - 'enable_email_markup_help' => 'Make it easier for your clients to pay you by adding schema.org markup to your emails.', - 'template_help_title' => 'Templates Help', - 'template_help_1' => 'Available variables:', - 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', - 'plain' => 'Plain', - 'light' => 'Light', - 'dark' => 'Dark', - 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', - 'subdomain_help' => 'Customize the invoice link subdomain or display the invoice on your own website.', - 'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.', - 'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.', - 'custom_client_fields_helps' => 'Add a text input to the client create/edit page and display the label and value on the PDF.', - 'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.', - 'custom_invoice_fields_helps' => 'Add a text input to the invoice create/edit page and display the label and value on the PDF.', - 'custom_invoice_charges_helps' => 'Add a text input to the invoice create/edit page and include the charge in the invoice subtotals.', - 'token_expired' => 'Validation token was expired. Please try again.', - 'invoice_link' => 'Invoice Link', - 'button_confirmation_message' => 'Click to confirm your email address.', - 'confirm' => 'Confirm', - 'email_preferences' => 'Email Preferences', - 'created_invoices' => 'Successfully created :count invoice(s)', - 'next_invoice_number' => 'The next invoice number is :number.', - 'next_quote_number' => 'The next quote number is :number.', - 'days_before' => 'days before', - 'days_after' => 'days after', - 'field_due_date' => 'due date', - 'field_invoice_date' => 'invoice date', - 'schedule' => 'Schedule', - 'email_designs' => 'Email Designs', - 'assigned_when_sent' => 'Assigned when sent', - 'white_label_purchase_link' => 'Purchase a white label license', - 'expense' => 'Expense', - 'expenses' => 'Expenses', - 'new_expense' => 'Enter Expense', - 'enter_expense' => 'Enter Expense', - 'vendors' => 'Vendors', - 'new_vendor' => 'New Vendor', + 'client_file' => 'Archivo de Clientes', + 'invoice_file' => 'Archivo de Facturas', + 'task_file' => 'Archivo de Tareas', + 'no_mapper' => 'Mapeo no válido para el Archivo', + 'invalid_csv_header' => 'Cabecera CSV no Válida', + 'client_portal' => 'Portal de Cliente', + 'admin' => 'Admin.', + 'disabled' => 'Deshabilitado', + 'show_archived_users' => 'Mostrar usuarios archivados', + 'notes' => 'Notas', + 'invoice_will_create' => 'cliente será creado', + 'invoices_will_create' => 'facturas seran creadas', + 'failed_to_import' => 'Los siguientes registros fallaron al importar', + 'publishable_key' => 'Clave pública', + 'secret_key' => 'Clave Privada', + 'missing_publishable_key' => 'Establece tu clave pública de Stripe para mejorar el proceso de checkout', + 'email_design' => 'Diseño de Correo', + 'due_by' => 'Pagado en :date', + 'enable_email_markup' => 'Habilitar Markup', + 'enable_email_markup_help' => 'Haga que sea fácil para sus clientes que paguen mediante la adición de marcas "schema.org" a sus correos electrónicos.', + 'template_help_title' => 'Ayuda', + 'template_help_1' => 'Variables disponibles:', + 'email_design_id' => 'Estilo de Correo', + 'email_design_help' => 'Haga que sus mensajes de correo electrónico tengan un aspecto más profesional con diseños HTML', + 'plain' => 'Plano', + 'light' => 'Claro', + 'dark' => 'Oscuro', + 'industry_help' => 'Usado para proporcionar comparaciones de las medias de las empresas de tamaño y industria similar.', + 'subdomain_help' => 'Personaliza el subdominio para el enlace de la factura o mostrar la factura en su propio sitio web.', + 'invoice_number_help' => 'Especifique un prefijo o utilice un patrón a medida para establecer dinámicamente el número de factura.', + 'quote_number_help' => 'Especifique un prefijo o utilice un patrón a medida para establecer dinámicamente el número de presupuesto.', + 'custom_client_fields_helps' => 'Agregar una entrada de texto a la pagina de crear/editar cliente y mostrar la etiqueta y el valor en el PDF.', + 'custom_account_fields_helps' => 'Añadir una etiqueta y valor a la sección de detalles de la empresa del PDF.', + 'custom_invoice_fields_helps' => 'Agregar una entrada de texto a la pagina de crear/editar factura y mostrar la etiqueta y el valor en el PDF.', + 'custom_invoice_charges_helps' => 'gregar una entrada de texto a la pagina de crear/editar factura y mostrar la carga en los subtotales de la factura.', + 'token_expired' => 'Token de validación ha caducado. Por favor, vuelva a intentarlo.', + 'invoice_link' => 'Enlace a Factura', + 'button_confirmation_message' => 'Pulse aqui para confirmar su dirección de correo.', + 'confirm' => 'Confirmar', + 'email_preferences' => 'Preferencias de Correo', + 'created_invoices' => ':count factura(s) creada(s) correctamente', + 'next_invoice_number' => 'El próximo número de factura es :number.', + 'next_quote_number' => 'El próximo número de presupuesto es :number.', + 'days_before' => 'dias antes', + 'days_after' => 'dias despues', + 'field_due_date' => 'fecha de pago', + 'field_invoice_date' => 'fecha de factura', + 'schedule' => 'Programar', + 'email_designs' => 'Diseños de correo', + 'assigned_when_sent' => 'Asignado al enviar', + 'white_label_purchase_link' => 'Comprar licencia de marca blanca', + 'expense' => 'Gasto', + 'expenses' => 'Gastos', + 'new_expense' => 'Nuevo Gasto', + 'enter_expense' => 'Introducir Gasto', + 'vendors' => 'Proveedores', + 'new_vendor' => 'Nuevo Proveedor', 'payment_terms_net' => 'Net', - 'vendor' => 'Vendor', - 'edit_vendor' => 'Edit Vendor', - 'archive_vendor' => 'Archive Vendor', - 'delete_vendor' => 'Delete Vendor', - 'view_vendor' => 'View Vendor', - 'deleted_expense' => 'Successfully deleted expense', - 'archived_expense' => 'Successfully archived expense', - 'deleted_expenses' => 'Successfully deleted expenses', - 'archived_expenses' => 'Successfully archived expenses', - 'expense_amount' => 'Expense Amount', - 'expense_balance' => 'Expense Balance', - 'expense_date' => 'Expense Date', - 'expense_should_be_invoiced' => 'Should this expense be invoiced?', - 'public_notes' => 'Public Notes', - 'invoice_amount' => 'Invoice Amount', - 'exchange_rate' => 'Exchange Rate', - 'yes' => 'Yes', + 'vendor' => 'Proveedor', + 'edit_vendor' => 'Editar Proveedor', + 'archive_vendor' => 'Archivar Proveedor', + 'delete_vendor' => 'Borrar Proveedor', + 'view_vendor' => 'Ver Proveedor', + 'deleted_expense' => 'Gasto borrado correctamente', + 'archived_expense' => 'Gasto archivado correctamente', + 'deleted_expenses' => 'Gastos borrados correctamente', + 'archived_expenses' => 'Gastos archivados correctamente', + 'expense_amount' => 'Importe del Gasto', + 'expense_balance' => 'Saldo del Gasto', + 'expense_date' => 'Fecha del Gasto', + 'expense_should_be_invoiced' => '¿Este gasto debe ser facturado?', + 'public_notes' => 'Notas', + 'invoice_amount' => 'Importe de Factura', + 'exchange_rate' => 'Tipo de Cambio', + 'yes' => 'Si', 'no' => 'No', - 'should_be_invoiced' => 'Should be invoiced', - 'view_expense' => 'View expense # :expense', - 'edit_expense' => 'Edit Expense', - 'archive_expense' => 'Archive Expense', - 'delete_expense' => 'Delete Expense', - 'view_expense_num' => 'Expense # :expense', - 'updated_expense' => 'Successfully updated expense', - 'created_expense' => 'Successfully created expense', - 'enter_expense' => 'Enter Expense', - 'view' => 'View', - 'restore_expense' => 'Restore Expense', - 'invoice_expense' => 'Invoice Expense', - 'expense_error_multiple_clients' => 'The expenses can\'t belong to different clients', - 'expense_error_invoiced' => 'Expense has already been invoiced', - 'convert_currency' => 'Convert currency', - 'num_days' => 'Number of days', - 'create_payment_term' => 'Create Payment Term', - 'edit_payment_terms' => 'Edit Payment Term', - 'edit_payment_term' => 'Edit Payment Term', - 'archive_payment_term' => 'Archive Payment Term', - 'recurring_due_dates' => 'Recurring Invoice Due Dates', - 'recurring_due_date_help' => '

Automatically sets a due date for the invoice.

-

Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.

-

Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.

-

For example:

- ', - 'due' => 'Due', - 'next_due_on' => 'Due Next: :date', - 'use_client_terms' => 'Use client terms', - 'day_of_month' => ':ordinal day of month', - 'last_day_of_month' => 'Last day of month', - 'day_of_week_after' => ':ordinal :day after', - 'sunday' => 'Sunday', - 'monday' => 'Monday', - 'tuesday' => 'Tuesday', - 'wednesday' => 'Wednesday', - 'thursday' => 'Thursday', - 'friday' => 'Friday', - 'saturday' => 'Saturday', - 'header_font_id' => 'Header Font', - 'body_font_id' => 'Body Font', - 'color_font_help' => 'Note: the primary color and fonts are also used in the client portal and custom email designs.', + 'should_be_invoiced' => 'Debe ser Facturado', + 'view_expense' => 'Ver gasto # :expense', + 'edit_expense' => 'Editar Gasto', + 'archive_expense' => 'Archivar Gasto', + 'delete_expense' => 'Borrar Gasto', + 'view_expense_num' => 'Gasto # :expense', + 'updated_expense' => 'Gasto actualizado correctamente', + 'created_expense' => 'Gasto creado correctamente', + 'enter_expense' => 'Introducir Gasto', + 'view' => 'Ver', + 'restore_expense' => 'Restaurar Gasto', + 'invoice_expense' => 'Facturar Gasto', + 'expense_error_multiple_clients' => 'Los gastos no pertenecen a diferentes clientes', + 'expense_error_invoiced' => 'El gasto ya ha sido Facturado', + 'convert_currency' => 'Convertir moneda', + 'num_days' => 'Número de días', + 'create_payment_term' => 'Crear Términos de Pago', + 'edit_payment_terms' => 'Editar los Términos de Pago', + 'edit_payment_term' => 'Editar el Términos de Pago', + 'archive_payment_term' => 'Archivar Términos de Pago', + 'recurring_due_dates' => 'Fecha de Vencimiento de Factura Recurrente', + 'recurring_due_date_help' => '

Define automáticamente una fecha de vencimiento de la factura.

+

Facturas en un ciclo mensual o anual preparadas para vencer el día que se crearon o antes, vencerán al siguiente mes. Facturas preparadas para vencer el 29 o el 30, en los meses que no tienen ese día, vencerán el último día del mes

+

(Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.)

+

Facturas en un ciclo semanal preparadas para vencer el día de la semana que se crearon, vencerán a la siguiente semana.

+

(Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.)

+

Por ejemplo:

+ ', + 'due' => 'Vencimiento', + 'next_due_on' => 'Próximo Vencimiento: :date', + 'use_client_terms' => 'Utilizar términos del cliente', + 'day_of_month' => ':ordinal día del mes', + 'last_day_of_month' => 'Último día del mes', + 'day_of_week_after' => ':ordinal :day despues', + 'sunday' => 'Domingo', + 'monday' => 'Lunes', + 'tuesday' => 'Martes', + 'wednesday' => 'Miércoles', + 'thursday' => 'Jueves', + 'friday' => 'Viernes', + 'saturday' => 'Sábado', + 'header_font_id' => 'Tipo de letra de la cabecera', + 'body_font_id' => 'Tipo de letra del cuerpo', + 'color_font_help' => 'Nota: el color primario y las fuentes también se utilizan en el portal del cliente y los diseños de correo electrónico personalizados.', 'live_preview' => 'Live Preview', - 'invalid_mail_config' => 'Unable to send email, please check that the mail settings are correct.', - 'invoice_message_button' => 'To view your invoice for :amount, click the button below.', - 'quote_message_button' => 'To view your quote for :amount, click the button below.', - 'payment_message_button' => 'Thank you for your payment of :amount.', - 'payment_type_direct_debit' => 'Direct Debit', - 'bank_accounts' => 'Bank Accounts', - 'add_bank_account' => 'Add Bank Account', - 'setup_account' => 'Setup Account', - 'import_expenses' => 'Import Expenses', - 'bank_id' => 'bank', - 'integration_type' => 'Integration Type', - 'updated_bank_account' => 'Successfully updated bank account', - 'edit_bank_account' => 'Edit Bank Account', - 'archive_bank_account' => 'Archive Bank Account', - 'archived_bank_account' => 'Successfully archived bank account', - 'created_bank_account' => 'Successfully created bank account', - 'validate_bank_account' => 'Validate Bank Account', - 'bank_password_help' => 'Note: your password is transmitted securely and never stored on our servers.', - 'bank_password_warning' => 'Warning: your password may be transmitted in plain text, consider enabling HTTPS.', - 'username' => 'Username', - 'account_number' => 'Account Number', - 'account_name' => 'Account Name', - 'bank_account_error' => 'Failed to retreive account details, please check your credentials.', - 'status_approved' => 'Approved', - 'quote_settings' => 'Quote Settings', - 'auto_convert_quote' => 'Auto convert quote', - 'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.', - 'validate' => 'Validate', + 'invalid_mail_config' => 'Imposible enviar el correo, por favor, comprobar que la configuración de correo es correcta.', + 'invoice_message_button' => 'Para ver su factura con importe :amount, pulse el siguiente botón.', + 'quote_message_button' => 'Para ver su presupuesto con importe :amount, pulse el siguiente botón.', + 'payment_message_button' => 'Gracias por su pago de :amount.', + 'payment_type_direct_debit' => 'Débito Automático', + 'bank_accounts' => 'Cuentas Bancarias', + 'add_bank_account' => 'Añadir Cuenta Bancaria', + 'setup_account' => 'Configurar Cuenta', + 'import_expenses' => 'Importar Gastos', + 'bank_id' => 'banco', + 'integration_type' => 'Tipo de Integración', + 'updated_bank_account' => 'Cuenta Bancaria actualizada correctamente', + 'edit_bank_account' => 'Editar Cuenta Bancaria', + 'archive_bank_account' => 'Archivar Cuenta Bancaria', + 'archived_bank_account' => 'Cuenta Bancaria archivada correctamente', + 'created_bank_account' => 'Cuenta Bancaria creada correctamente', + 'validate_bank_account' => 'Validar Cuenta Bancaria', + 'bank_password_help' => 'Nota: su contraseña es transmitida de manera secura y nunca almacenada en nuestros servidores.', + 'bank_password_warning' => 'Advertencia: su contraseña puede ser transmitida en texto plano, considere habilitar HTTPS.', + 'username' => 'Usuario', + 'account_number' => 'Número de Cuenta', + 'account_name' => 'Nombre de Cuenta', + 'bank_account_error' => 'Error al recuperar los detalles de la cuenta, por favor revisa tus credenciales.', + 'status_approved' => 'Aprobado', + 'quote_settings' => 'Configuración de Presupuestos', + 'auto_convert_quote' => 'Auto convertir presupuesto', + 'auto_convert_quote_help' => 'Convierte un presupuesto en factura automaticamente cuando los aprueba el cliente.', + 'validate' => 'Validar', 'info' => 'Info', - 'imported_expenses' => 'Successfully created :count_vendors vendor(s) and :count_expenses expense(s)', - 'iframe_url_help3' => 'Note: if you plan on accepting credit cards details we strongly recommend enabling HTTPS on your site.', - 'expense_error_multiple_currencies' => 'The expenses can\'t have different currencies.', - 'expense_error_mismatch_currencies' => 'The client\'s currency does not match the expense currency.', + 'imported_expenses' => ' :count_vendors proveedor(es) y :count_expenses gasto(s) importados correctamente', + 'iframe_url_help3' => 'Nota: Si piensas aceptar tarjetas de crédito recomendamos tener habilitado HTTPS.', + 'expense_error_multiple_currencies' => 'Los gastos no pueden tener distintas divisas.', + 'expense_error_mismatch_currencies' => 'La divisa del cliente no coincide con la divisa del gasto.', 'trello_roadmap' => 'Trello Roadmap', - 'header_footer' => 'Header/Footer', - 'first_page' => 'first page', - 'all_pages' => 'all pages', - 'last_page' => 'last page', - 'all_pages_header' => 'Show header on', - 'all_pages_footer' => 'Show footer on', - 'invoice_currency' => 'Invoice Currency', + 'header_footer' => 'Encabezado/Pie', + 'first_page' => 'Primera página', + 'all_pages' => 'Todas las páginas', + 'last_page' => 'Última página', + 'all_pages_header' => 'Mostrar encabezado', + 'all_pages_footer' => 'Mostrar pie', + 'invoice_currency' => 'Divisa de la Factura', 'enable_https' => 'We strongly recommend using HTTPS to accept credit card details online.', - 'quote_issued_to' => 'Quote issued to', - 'show_currency_code' => 'Currency Code', + 'quote_issued_to' => 'Cotización emitida para', + 'show_currency_code' => 'Código de Divisa', 'trial_message' => 'Your account will receive a free two week trial of our pro plan.', 'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.', 'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.', @@ -995,64 +998,64 @@ $LANG = array( 'reset_password_footer' => 'Si no has solicitado un cambio de contraseña, por favor contactate con nosostros: :email', 'limit_users' => 'Lo sentimos, esta acción excederá el límite de :limit usarios', 'more_designs_self_host_header' => 'Adquiera 6 diseños adicionales de facturas por solo $:price', - 'old_browser' => 'Por favor utiliza más reciente', + 'old_browser' => 'Por favor use un navegador más reciente', 'white_label_custom_css' => ':link for $:price to enable custom styling and help support our project.', 'bank_accounts_help' => 'Connect a bank account to automatically import expenses and create vendors. Supports American Express and 400+ US banks.', 'pro_plan_remove_logo' => ':link haz click para eliminar el logo de Invoice Ninja', 'pro_plan_remove_logo_link' => 'Haz clic aquí', - 'invitation_status_sent' => 'Correo enviado', + 'invitation_status_sent' => 'Correo Enviado', 'invitation_status_opened' => 'Correo Abierto', 'invitation_status_viewed' => 'Factura Vista', - 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', - 'email_error_inactive_contact' => 'Emails can not be sent to inactive contacts', - 'email_error_inactive_invoice' => 'Emails can not be sent to inactive invoices', - 'email_error_user_unregistered' => 'Please register your account to send emails', - 'email_error_user_unconfirmed' => 'Please confirm your account to send emails', - 'email_error_invalid_contact_email' => 'Invalid contact email', + 'email_error_inactive_client' => 'No se pueden enviar correos a Clientes inactivos', + 'email_error_inactive_contact' => 'No se pueden enviar correos a Contactos inactivos', + 'email_error_inactive_invoice' => 'No se pueden enviar correos de Facturas inactivas', + 'email_error_user_unregistered' => 'Por favor registre su cuenta para enviar correos', + 'email_error_user_unconfirmed' => 'Por favor confirme su cuenta para enviar correos', + 'email_error_invalid_contact_email' => 'Correo de contacto no válido', - 'navigation' => 'Navigation', - 'list_invoices' => 'List Invoices', - 'list_clients' => 'List Clients', - 'list_quotes' => 'List Quotes', - 'list_tasks' => 'List Tasks', - 'list_expenses' => 'List Expenses', - 'list_recurring_invoices' => 'List Recurring Invoices', - 'list_payments' => 'List Payments', - 'list_credits' => 'List Credits', - 'tax_name' => 'Tax Name', - 'report_settings' => 'Report Settings', - 'search_hotkey' => 'shortcut is /', + 'navigation' => 'Navegación', + 'list_invoices' => 'Listar Facturas', + 'list_clients' => 'Listar Clientes', + 'list_quotes' => 'Listar Cotizaciones', + 'list_tasks' => 'Listar Tareas', + 'list_expenses' => 'Listar Gastos', + 'list_recurring_invoices' => 'Listar Facturas Recurrentes', + 'list_payments' => 'Listar Pagos', + 'list_credits' => 'Listar Créditos', + 'tax_name' => 'Nombre de Impuesto', + 'report_settings' => 'Configuración de Reportes', + 'search_hotkey' => 'Atajo es /', - 'new_user' => 'New User', - 'new_product' => 'New Product', - 'new_tax_rate' => 'New Tax Rate', - 'invoiced_amount' => 'Invoiced Amount', - 'invoice_item_fields' => 'Invoice Item Fields', - 'custom_invoice_item_fields_help' => 'Add a field when creating an invoice item and display the label and value on the PDF.', - 'recurring_invoice_number' => 'Recurring Invoice Number', - 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', + 'new_user' => 'Nuevo Usuario', + 'new_product' => 'Nuevo Producto', + 'new_tax_rate' => 'Nueva Tasa de Impuesto', + 'invoiced_amount' => 'Importe Facturado', + 'invoice_item_fields' => 'Campos de Ítem de Factura', + 'custom_invoice_item_fields_help' => 'Agregar un campo al crear un ítem de factura y mostrar la etiqueta y valor en el PDF.', + 'recurring_invoice_number' => 'Número de Factura Recurrente', + 'recurring_invoice_number_prefix_help' => 'Especificar un prefijo para las facturas recurrentes. Por defecto es \'R\'.', // Client Passwords - 'enable_portal_password' => 'Password Protect Invoices', - 'enable_portal_password_help' => 'Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.', - 'send_portal_password' => 'Generate Password Automatically', - 'send_portal_password_help' => 'If no password is set, one will be generated and sent with the first invoice.', + 'enable_portal_password' => 'Proteger Facturas con Contraseña', + 'enable_portal_password_help' => 'Permite establecer una contraseña para cada contacto. Si una contraseña es establecida, se le será solicitada al contacto para acceder a sus facturas.', + 'send_portal_password' => 'Generar Contraseña Automáticamente', + 'send_portal_password_help' => 'Si no se establece una contraseña, será generada automáticamente con la primer factura.', - 'expired' => 'Expired', - 'invalid_card_number' => 'The credit card number is not valid.', - 'invalid_expiry' => 'The expiration date is not valid.', - 'invalid_cvv' => 'The CVV is not valid.', - 'cost' => 'Cost', - 'create_invoice_for_sample' => 'Note: create your first invoice to see a preview here.', + 'expired' => 'Vencida', + 'invalid_card_number' => 'El número de tarjeta de crédito no es válido.', + 'invalid_expiry' => 'La fecha de vencimiento no es válida.', + 'invalid_cvv' => 'El CVV no es válido.', + 'cost' => 'Costo', + 'create_invoice_for_sample' => 'Nota: cree una factura para previsualizarla aquí.', // User Permissions - 'owner' => 'Owner', - 'administrator' => 'Administrator', - 'administrator_help' => 'Allow user to manage users, change settings and modify all records', - 'user_create_all' => 'Create clients, invoices, etc.', - 'user_view_all' => 'View all clients, invoices, etc.', - 'user_edit_all' => 'Edit all clients, invoices, etc.', + 'owner' => 'Propietario', + 'administrator' => 'Administrador', + 'administrator_help' => 'Permitir que administre usuarios, cambie configuraciones y modifique cualquier registro', + 'user_create_all' => 'Crear clientes, facturas, etc.', + 'user_view_all' => 'Ver todos los clientes, facturas, etc.', + 'user_edit_all' => 'Editar todos los clientes, facturas, etc.', 'gateway_help_20' => ':link to sign up for Sage Pay.', 'gateway_help_21' => ':link to sign up for Sage Pay.', 'partial_due' => 'Partial Due', @@ -1065,25 +1068,25 @@ $LANG = array( 'edit_all_help' => 'Allow user to modify records they didn\'t create', 'view_payment' => 'View Payment', - 'january' => 'January', - 'february' => 'February', - 'march' => 'March', - 'april' => 'April', - 'may' => 'May', - 'june' => 'June', - 'july' => 'July', - 'august' => 'August', - 'september' => 'September', - 'october' => 'October', - 'november' => 'November', - 'december' => 'December', + 'january' => 'Enero', + 'february' => 'Febrero', + 'march' => 'Marzo', + 'april' => 'Abril', + 'may' => 'Mayo', + 'june' => 'Junio', + 'july' => 'Julio', + 'august' => 'Agosto', + 'september' => 'Septiembre', + 'october' => 'Octubre', + 'november' => 'Noviembre', + 'december' => 'Diciembre', // Documents - 'documents_header' => 'Documents:', - 'email_documents_header' => 'Documents:', + 'documents_header' => 'Documentos:', + 'email_documents_header' => 'Documentos:', 'email_documents_example_1' => 'Widgets Receipt.pdf', 'email_documents_example_2' => 'Final Deliverable.zip', - 'invoice_documents' => 'Documents', + 'invoice_documents' => 'Documentos', 'expense_documents' => 'Attached Documents', 'invoice_embed_documents' => 'Embed Documents', 'invoice_embed_documents_help' => 'Include attached images in the invoice.', @@ -1359,7 +1362,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2132,14 +2135,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Seleccionar cliente y corregir errores.', + 'invoice_save_error' => 'Hubo un error al guardar su factura.', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Ayúdenos con las traducciones desde :link', + 'expense_category' => 'Categoría de Gastos', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 256ee2d035..3b96b03e65 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -761,16 +761,20 @@ $LANG = array( 'activity_27' => ':user restauró el pago :payment', 'activity_28' => ':user restauró :credit credito', 'activity_29' => ':contact approved presupuesto :quote', - 'activity_30' => ':user creó :vendor', - 'activity_31' => ':user creó :vendor', - 'activity_32' => ':user creó :vendor', - 'activity_33' => ':user creó :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user creó el gasto :expense', - 'activity_35' => ':user creó :vendor', - 'activity_36' => ':user creó :vendor', - 'activity_37' => ':user creó :vendor', - 'activity_42' => ':user creó la tarea :task', - 'activity_43' => ':user actualizó la tarea :vendor', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Pago', 'system' => 'Sistema', 'signature' => 'Firma del correo', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Ayuda', 'template_help_1' => 'Variables disponibles:', 'email_design_id' => 'Estilo de Correo', - 'email_design_help' => 'Haga que sus mensajes de correo electrónico tengan un aspecto más profesional con diseños HTML', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plano', 'light' => 'Claro', 'dark' => 'Oscuro', @@ -1358,7 +1362,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2131,14 +2135,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Seleccionar cliente y corregir errores.', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index 063838a26c..2b7c8389b0 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -277,11 +277,11 @@ $LANG = array( 'field_label' => 'Nom du champ', 'field_value' => 'Valeur du champ', 'edit' => 'Éditer', - 'set_name' => 'Set your company name', + 'set_name' => 'Saisir le nom de l\'entreprise', 'view_as_recipient' => 'Voir en tant que destinataire', 'product_library' => 'Inventaire', 'product' => 'Produit', - 'products' => 'Products', + 'products' => 'Produits', 'fill_products' => 'Remplissage auto des produits', 'fill_products_help' => 'La sélection d\'un produit entrainera la MAJ de la description et du prix', 'update_products' => 'Mise à jour auto des produits', @@ -440,7 +440,7 @@ $LANG = array( 'token_billing_4' => 'Toujours', 'token_billing_checkbox' => 'Enregistrer les informations de paiement', 'view_in_gateway' => 'Voir sur :gateway', - 'use_card_on_file' => 'Use Card on File', + 'use_card_on_file' => 'Utiliser la carte bancaire enregistrée', 'edit_payment_details' => 'Editer les détails de pauement', 'token_billing' => 'Enregister les détails de paiement', 'token_billing_secure' => 'Les données sont enregistrées de manière sécurisée par :link', @@ -452,7 +452,7 @@ $LANG = array( 'billing_method' => 'Méthode de facturation', 'order_overview' => 'Résumé de la commande', 'match_address' => '*L\'adresse doit correspondre à l\'adresse associée à la carte de crédit.', - 'click_once' => '*S\'il vous plaît cliquer sur "PAYER MAINTENANT" une seule fois - la transaction peut prendre jusqu\'à 1 minute.', + 'click_once' => '*Merci de cliquer sur "Payer maintenant" une seule fois. Le processus peut prendre jusqu\'à 1 minute.', 'invoice_footer' => 'Pied de facture', 'save_as_default_footer' => 'Définir comme pied de facture par défaut', 'token_management' => 'Gestion des jetons', @@ -761,16 +761,20 @@ $LANG = array( 'activity_27' => ':user a restauré le paiement :payment', 'activity_28' => ':user a restauré le crédit :credit', 'activity_29' => ':contact a approuvé le devis :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Paiement', 'system' => 'Système', 'signature' => 'Signature email', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Variable disponibles :', 'email_design_id' => 'Style de mail', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Brut', 'light' => 'Clair', 'dark' => 'Sombre', @@ -1166,13 +1170,13 @@ $LANG = array( // Payment updates - 'refund_payment' => 'Refund Payment', + 'refund_payment' => 'Remboursement du paiement', 'refund_max' => 'Max:', 'refund' => 'Refund', 'are_you_sure_refund' => 'Refund selected payments?', 'status_pending' => 'Pending', - 'status_completed' => 'Completed', - 'status_failed' => 'Failed', + 'status_completed' => 'Validé', + 'status_failed' => 'Échoué', 'status_partially_refunded' => 'Partially Refunded', 'status_partially_refunded_amount' => ':amount Refunded', 'status_refunded' => 'Refunded', @@ -1205,40 +1209,40 @@ $LANG = array( 'plaid' => 'Plaid', 'client_id' => 'Client Id', - 'secret' => 'Secret', - 'public_key' => 'Public Key', - 'plaid_optional' => '(optional)', + 'secret' => 'Clé secrète', + 'public_key' => 'Clé publique', + 'plaid_optional' => '(facultatif)', 'plaid_environment_help' => 'When a Stripe test key is given, Plaid\'s development environement (tartan) will be used.', 'other_providers' => 'Other Providers', - 'country_not_supported' => 'That country is not supported.', - 'invalid_routing_number' => 'The routing number is not valid.', - 'invalid_account_number' => 'The account number is not valid.', - 'account_number_mismatch' => 'The account numbers do not match.', - 'missing_account_holder_type' => 'Please select an individual or company account.', - 'missing_account_holder_name' => 'Please enter the account holder\'s name.', - 'routing_number' => 'Routing Number', - 'confirm_account_number' => 'Confirm Account Number', - 'individual_account' => 'Individual Account', - 'company_account' => 'Company Account', - 'account_holder_name' => 'Account Holder Name', - 'add_account' => 'Add Account', - 'payment_methods' => 'Payment Methods', + 'country_not_supported' => 'Ce pays n\'est pas géré par notre système', + 'invalid_routing_number' => 'Le B.I.C. est invalide', + 'invalid_account_number' => 'Le numéro de compte bancaire est invalide', + 'account_number_mismatch' => 'Les numéros du compte bancaire ne correspondent pas.', + 'missing_account_holder_type' => 'Merci de saisir un compte particulier ou entreprise', + 'missing_account_holder_name' => 'Merci de saisir un nom de titulaire de compte', + 'routing_number' => 'B.I.C.', + 'confirm_account_number' => 'Confirmez votre numéro de compte bancaire', + 'individual_account' => 'Compte particulier', + 'company_account' => 'Compte entreprise', + 'account_holder_name' => 'Nom du titulaire du compte', + 'add_account' => 'Ajouter un compte', + 'payment_methods' => 'Moyen de paiement', 'complete_verification' => 'Complete Verification', - 'verification_amount1' => 'Amount 1', - 'verification_amount2' => 'Amount 2', - 'payment_method_verified' => 'Verification completed successfully', - 'verification_failed' => 'Verification Failed', - 'remove_payment_method' => 'Remove Payment Method', + 'verification_amount1' => 'Montant 1', + 'verification_amount2' => 'Montant 2', + 'payment_method_verified' => 'Vérification réussie', + 'verification_failed' => 'Vérification échouée', + 'remove_payment_method' => 'Supprimer le moyen de paiement', 'confirm_remove_payment_method' => 'Are you sure you want to remove this payment method?', - 'remove' => 'Remove', - 'payment_method_removed' => 'Removed payment method.', + 'remove' => 'Supprimer', + 'payment_method_removed' => 'Supprimer le moyen de paiement', 'bank_account_verification_help' => 'We have made two deposits into your account with the description "VERIFICATION". These deposits will take 1-2 business days to appear on your statement. Please enter the amounts below.', 'bank_account_verification_next_steps' => 'We have made two deposits into your account with the description "VERIFICATION". These deposits will take 1-2 business days to appear on your statement. Once you have the amounts, come back to this payment methods page and click "Complete Verification" next to the account.', - 'unknown_bank' => 'Unknown Bank', - 'ach_verification_delay_help' => 'You will be able to use the account after completing verification. Verification usually takes 1-2 business days.', - 'add_credit_card' => 'Add Credit Card', - 'payment_method_added' => 'Added payment method.', + 'unknown_bank' => 'Banque inconnue', + 'ach_verification_delay_help' => 'Vous serez en mesure d\'utiliser le compte après avoir terminé la vérification. Celle-ci demande habituellement 1-2 jours ouvrables.', + 'add_credit_card' => 'Ajouter une carte de crédit', + 'payment_method_added' => 'Ajouter un moyen de paiement', 'use_for_auto_bill' => 'Use For Autobill', 'used_for_auto_bill' => 'Autobill Payment Method', 'payment_method_set_as_default' => 'Set Autobill payment method.', @@ -1255,7 +1259,7 @@ $LANG = array( 'plaid_linked_status' => 'Your bank account at :bank', 'add_payment_method' => 'Add Payment Method', 'account_holder_type' => 'Account Holder Type', - 'ach_authorization' => 'I authorize :company to use my bank account for future payments and, if necessary, electronically credit my account to correct erroneous debits. I understand that I may cancel this authorization at any time by removing the payment method or by contacting :email.', + 'ach_authorization' => 'J\'autorise :company à utiliser mes données bancaires pour de futurs paiements, et si besoin de créditer mon compte par voie électronique afin de corriger d\'éventuelles erreurs de débits. Je comprends que je suis en mesure d\'annuler cette autorisation à tout moment en supprimant mon moyen de paiement ou en contactant :email.', 'ach_authorization_required' => 'You must consent to ACH transactions.', 'off' => 'Off', 'opt_in' => 'Opt-in', @@ -1359,7 +1363,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -1372,7 +1376,7 @@ $LANG = array( // Payment types 'payment_type_Apply Credit' => 'Apply Credit', - 'payment_type_Bank Transfer' => 'Bank Transfer', + 'payment_type_Bank Transfer' => 'Transfert bancaire', 'payment_type_Cash' => 'Cash', 'payment_type_Debit' => 'Debit', 'payment_type_ACH' => 'ACH', @@ -1710,7 +1714,7 @@ $LANG = array( // Payment types 'payment_type_Apply Credit' => 'Apply Credit', - 'payment_type_Bank Transfer' => 'Bank Transfer', + 'payment_type_Bank Transfer' => 'Transfert bancaire', 'payment_type_Cash' => 'Cash', 'payment_type_Debit' => 'Debit', 'payment_type_ACH' => 'ACH', @@ -2132,14 +2136,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Veuillez vous assurer de sélectionner un client et de corriger les erreurs', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index 0168ba1cdb..e77751f02a 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -229,12 +229,12 @@ $LANG = array( 'deleted_credit' => 'Le crédit a été supprimé', 'deleted_credits' => ':count crédits supprimés', 'imported_file' => 'Fichier importé', - 'updated_vendor' => 'Le vendeur a été mis à jour', - 'created_vendor' => 'Le vendeur a été créé', - 'archived_vendor' => 'Le vendeur a été archivé', - 'archived_vendors' => ':count vendeurs archivés', - 'deleted_vendor' => 'Le vendeur a été supprimé', - 'deleted_vendors' => ':count vendeurs supprimés', + 'updated_vendor' => 'Le fournisseur a été mis à jour', + 'created_vendor' => 'Le fournisseur a été créé', + 'archived_vendor' => 'Le fournisseur a été archivé', + 'archived_vendors' => ':count fournisseurs archivés', + 'deleted_vendor' => 'Le fournisseur a été supprimé', + 'deleted_vendors' => ':count fournisseurs supprimés', 'confirmation_subject' => 'Validation du compte Invoice Ninja', 'confirmation_header' => 'Validation du compte', 'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.', @@ -761,16 +761,20 @@ $LANG = array( 'activity_27' => ':user a restauré le paiement :payment', 'activity_28' => ':user a restauré le crédit :credit', 'activity_29' => ':contact accepté la soumission :quote', - 'activity_30' => ':user a créé :vendor', - 'activity_31' => ':user a créé :vendor', - 'activity_32' => ':user a créé :vendor', - 'activity_33' => ':user a créé :vendor', + 'activity_30' => ':user a créé le fournisseur :vendor', + 'activity_31' => ':user a archivé le fournisseur :vendor', + 'activity_32' => ':user a supprimé le fournisseur :vendor', + 'activity_33' => ':user a restauré le fournisseur :vendor', 'activity_34' => ':user a créé la dépense :expense', - 'activity_35' => ':user a créé :vendor', - 'activity_36' => ':user a créé :vendor', - 'activity_37' => ':user a créé :vendor', - 'activity_42' => ':user a créé la tâche ":task"', - 'activity_43' => ':user a mis à jour la tâche ":task"', + 'activity_35' => ':user a archivé la dépense :expense', + 'activity_36' => ':user a supprimé la dépense :expense', + 'activity_37' => ':user a restauré la dépense :expense', + 'activity_42' => ':user a créé la tâche :task', + 'activity_43' => ':user a mis à jour la tâche :task', + 'activity_44' => ':user a archivé la tâche :task', + 'activity_45' => ':user a supprimé la tâche :task', + 'activity_46' => ':user a restauré la tâche :task', + 'activity_47' => ':user a mis à jour la dépense :expense', 'payment' => 'Paiement', 'system' => 'Système', 'signature' => 'Signature de courriel', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Aide pour les modèles', 'template_help_1' => 'Variables disponibles:', 'email_design_id' => 'Style de courriel', - 'email_design_help' => 'Donnez à vos courriel un effet professionnel avec les modèles HTML', + 'email_design_help' => 'Rendez vos courriels plus professionnels avec les mises en page HTML', 'plain' => 'Ordinaire', 'light' => 'Clair', 'dark' => 'Foncé', @@ -1031,9 +1035,9 @@ $LANG = array( 'recurring_invoice_number_prefix_help' => 'Spécifiez un préfixe qui sera ajouté au numéro de la facture récurrente. La valeur par défaut est \'R\'.', // Client Passwords - 'enable_portal_password' => 'Password Protect Invoices', + 'enable_portal_password' => 'Protéger les factures avec un mot de passe', 'enable_portal_password_help' => 'Permet de spécifier un mot de passe pour chaque contact. Si un mot de passe est spécifié, le contact devra saisir ce mot de passe pour visualiser ses factures.', - 'send_portal_password' => 'Generate Password Automatically', + 'send_portal_password' => 'Générer un mot de passe automatiquement', 'send_portal_password_help' => 'Si aucun mot de passe n\'est spécifié, le client recevra un mot de passe autogénéré lors de l\'envoi de la première facture.', 'expired' => 'Expiré', @@ -1053,8 +1057,8 @@ $LANG = array( 'gateway_help_20' => ':link pour s\'inscrire à Sage Pay.', 'gateway_help_21' => ':link pour s\'inscrire à Sage Pay.', 'partial_due' => 'Montant partiel du', - 'restore_vendor' => 'Restaurer un vendeur', - 'restored_vendor' => 'Le vendeur a été restauré', + 'restore_vendor' => 'Restaurer un fournisseur ', + 'restored_vendor' => 'Le fournisseur a été restauré', 'restored_expense' => 'La dépense a été restaurée', 'permissions' => 'Permissions', 'create_all_help' => 'Autoriser un utilisateur à créer et modifier ses enregistrements', @@ -1156,7 +1160,7 @@ $LANG = array( 'live_preview_disabled' => 'La prévisualisation en direct a été désactivée pour cette police', 'invoice_number_padding' => 'Remplissage (padding)', 'preview' => 'Prévisualistation', - 'list_vendors' => 'Liste des vendeurs', + 'list_vendors' => 'Liste des fournisseurs', 'add_users_not_supported' => 'Mettre à jour vers le plan Enterprise plan pour ajouter des utilisateurs à votre compte.', 'enterprise_plan_features' => 'Le Plan entreprise offre le support pour de multiple utilisateurs ainsi que l\'ajout de pièces jointes, :link pour voir la liste complète des fonctionnalités.', 'return_to_app' => 'Retour à l\'application', @@ -2009,7 +2013,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'view_client_portal' => 'Voir le portail client', 'view_portal' => 'Voir le portail', - 'vendor_contacts' => 'Contacts du vendeur', + 'vendor_contacts' => 'Contacts du fournisseur', 'all' => 'Tous', 'selected' => 'Sélectionnés', 'category' => 'Catégorie', @@ -2129,14 +2133,55 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'new_category' => 'Nouvelle catégorie', 'restore_product' => 'Restaurer le produit', 'blank' => 'Vide', - 'invoice_error' => 'Veuillez vous assurer de sélectionner un client et de corriger les erreurs', + 'invoice_save_error' => 'Il y a eu une erreur lors de la sauvegarde de votre facture', 'enable_recurring' => 'Activer la récurrence', 'disable_recurring' => 'Désactiver la récurrence', 'text' => 'Texte', - 'expense_will_create' => 'expense will be created', - 'expenses_will_create' => 'expenses will be created', - 'created_expenses' => 'Successfully created :count expense(s)', - + 'expense_will_create' => 'dépense sera créée', + 'expenses_will_create' => 'dépenses seront créée', + 'created_expenses' => ':count dépense(s) créée(s)', + + 'translate_app' => 'Aidez-nous à améliorer nos traductions avec :link', + 'expense_category' => 'Catégorie de dépense', + + 'go_ninja_pro' => 'Devenez Ninja Pro', + 'go_enterprise' => 'Devenez Entreprise!', + 'upgrade_for_features' => 'Mettre à jour pour plus de fonctionnalités', + 'pay_annually_discount' => 'Payez annuellement pour 10 mois + 2 gratuits', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'VotreMarque.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Personnalisez tous les aspects de votre facture', + 'enterprise_upgrade_feature1' => 'Définissez les permissions pour plusieurs utilisateurs', + 'enterprise_upgrade_feature2' => 'Ajoutez des fichiers joints aux factures et dépenses', + 'much_more' => 'Encore plus!', + + 'currency_symbol' => 'Symbole', + 'currency_code' => 'Code', + + 'buy_license' => 'Acheter une licence', + 'apply_license' => 'Activer la licence', + 'submit' => 'Envoyer', + 'white_label_license_key' => 'Clé de la licence', + 'invalid_white_label_license' => 'La licence sans pub n\'est pas valide', + 'created_by' => 'Créé par :name', + 'modules' => 'Modules', + 'financial_year_start' => 'Premier mois de l\'année', + 'authentication' => 'Authentification', + 'checkbox' => 'Case à cocher', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Case à cocher pour les conditions de facturation', + 'show_accept_invoice_terms_help' => 'Requiert du client qu\'il confirme et accepte les conditions de facturation', + 'show_accept_quote_terms' => 'Case à cocher pour les conditions de soumssion', + 'show_accept_quote_terms_help' => 'Requiert du client qu\'il confirme et accepte les conditions de soumission', + 'require_invoice_signature' => 'Signature de facture', + 'require_invoice_signature_help' => 'Requiert une signature du client', + 'require_quote_signature' => 'Signature de soumission', + 'require_quote_signature_help' => 'Requiert une signature du client', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Veuillez signer ici:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php index dfe8fcc7f6..2a2d8b4990 100644 --- a/resources/lang/hr/texts.php +++ b/resources/lang/hr/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user obnovio uplatu :payment', 'activity_28' => ':user obnovio :credit kredit', 'activity_29' => ':contact odobrio ponudu :quote', - 'activity_30' => ':user kreirao :vendor', - 'activity_31' => ':user kreirao :vendor', - 'activity_32' => ':user kreirao :vendor:', - 'activity_33' => ':user kreirao :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user kreirao trošak :expense', - 'activity_35' => ':user kreirao :vendor', - 'activity_36' => ':user kreirao :vendor', - 'activity_37' => ':user kreirao :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Uplata', 'system' => 'Sustav', 'signature' => 'Potpis e-pošte', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Pomoć za predloške', 'template_help_1' => 'Dostupne varijable:', 'email_design_id' => 'Stil e-pošte', - 'email_design_help' => 'Napravite svoju e-poštu profesionalnijom pomoću HTML postave', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Obično', 'light' => 'Svijetlo', 'dark' => 'Tamno', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Molimo provjerite da odaberete klijenta i korigirate greške', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 78ee95e047..3bb8a954c5 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -761,16 +761,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact ha approvato la fattura :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1359,7 +1363,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2132,14 +2136,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Per favore, assicurati di aver selezionato un cliente e correggi tutti gli errori', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php index 29a5f2c092..c5202c6f95 100644 --- a/resources/lang/ja/texts.php +++ b/resources/lang/ja/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Eメール 署名', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'テンプレート ヘルプ', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Eメール スタイル', - 'email_design_help' => 'HTMLメールでよりプロフェッショナルにする', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'プレーン', 'light' => 'ライト', 'dark' => 'ダーク', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => '顧客を選択し、エラーを修正したことを確認してください。', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index f82064a657..ecfbab40a1 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user sukurtas :vendor', - 'activity_31' => ':user sukurtas :vendor', - 'activity_32' => ':user sukurtas :vendor', - 'activity_33' => ':user sukurtas :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user sukurta sąskaita :expense', - 'activity_35' => ':user sukurtas :vendor', - 'activity_36' => ':user sukurtas :vendor', - 'activity_37' => ':user sukurtas :vendor', - 'activity_42' => ':user sukurtos užduotys ":task"', - 'activity_43' => ':user atnaujintos užduotys ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'Ši mokėjimo sąsaja jau yra', 'manual_entry' => 'Įrašyti rankiniu būdu', - 'start_of_week' => 'Savaitės pirma diena', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Please make sure to select a client and correct any errors', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index a3a053272a..1211ff5fd3 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user gjenopprettet betaling :payment', 'activity_28' => ':user gjenopprettet :credit kreditt', 'activity_29' => ':contact godkjente tilbud :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Betaling', 'system' => 'System', 'signature' => 'E-post Signatur', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Vennligst sørg for å velge en klient og rette eventuelle feil', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 2fb6e1df30..c3415490bf 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -762,15 +762,19 @@ $LANG = array( 'activity_28' => ':user heeft :credit krediet hersteld', 'activity_29' => ':contact heeft offerte :quote goedgekeurd', 'activity_30' => ':user heeft leverancier :vendor aangemaakt', - 'activity_31' => ':user heeft leverancier :vendor aangemaakt', - 'activity_32' => ':user heeft leverancier :vendor aangemaakt', - 'activity_33' => ':user heeft leverancier :vendor aangemaakt', + 'activity_31' => ':user heeft leverancier :vendor gearchiveerd', + 'activity_32' => ':user heeft leverancier :vendor verwijderd', + 'activity_33' => ':user heeft leverancier :vendor hersteld', 'activity_34' => ':user heeft uitgave :expense aangemaakt', - 'activity_35' => ':user heeft leverancier :vendor aangemaakt', - 'activity_36' => ':user heeft leverancier :vendor aangemaakt', - 'activity_37' => ':user heeft leverancier :vendor aangemaakt', - 'activity_42' => ':user heeft taak ":task" aangemaakt', - 'activity_43' => ':user heeft taak ":task" bijgewerkt', + 'activity_35' => ':user heeft uitgave :expense gearchiveerd', + 'activity_36' => ':user heeft uitgave :expense verwijderd', + 'activity_37' => ':user heeft uitgave :expense hersteld', + 'activity_42' => ':user heeft taak :task aangemaakt', + 'activity_43' => ':user heeft taak :task bijgewerkt', + 'activity_44' => ':user heeft taak :task gearchiveerd', + 'activity_45' => ':user heeft taak :task verwijderd', + 'activity_46' => ':user heeft taak :task hersteld', + 'activity_47' => ':user heeft uitgave :expense bijgewerkt', 'payment' => 'Betaling', 'system' => 'Systeem', 'signature' => 'E-mailhandtekening', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Hulp bij sjablonen', 'template_help_1' => 'Beschikbare variabelen:', 'email_design_id' => 'E-mail stijl', - 'email_design_help' => 'Geef uw e-mails een professionele uitstraling met HTML ontwerpen', + 'email_design_help' => 'Geef uw e-mails een professionele uitstraling met HTML ontwerpen.', 'plain' => 'Platte tekst', 'light' => 'Licht', 'dark' => 'Donker', @@ -1031,9 +1035,9 @@ $LANG = array( 'recurring_invoice_number_prefix_help' => 'Kies een voorvoegsel voor het factuurnummer van terugkerende facturen. De standaard is: \'R\'.', // Client Passwords - 'enable_portal_password' => 'Password Protect Invoices', + 'enable_portal_password' => 'Facturen beveiligen met een wachtwoord', 'enable_portal_password_help' => 'Geeft u de mogelijkheid om een wachtwoord in te stellen voor elke contactpersoon. Als er een wachtwoord is ingesteld moet de contactpersoon het wachtwoord invoeren voordat deze facturen kan bekijken.', - 'send_portal_password' => 'Generate Password Automatically', + 'send_portal_password' => 'Wachtwoord automatisch genereren', 'send_portal_password_help' => 'Als er geen wachtwoord is ingesteld zal deze automatisch worden gegenereerd en verzonden bij de eerste factuur.', 'expired' => 'Verlopen', @@ -1356,7 +1360,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'failed_remove_payment_method' => 'Verwijderen van betalingsmethode mislukt', 'gateway_exists' => 'Deze gateway bestaat reeds', 'manual_entry' => 'Manuele invoer', - 'start_of_week' => 'Eerste dag van de maand', + 'start_of_week' => 'Eerste dag van de week', // Frequencies 'freq_weekly' => 'Wekelijks', @@ -2130,14 +2134,55 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'new_category' => 'Nieuwe categorie', 'restore_product' => 'Herstel product', 'blank' => 'Blanco', - 'invoice_error' => 'Selecteer een klant alstublieft en corrigeer mogelijke fouten', + 'invoice_save_error' => 'Er was een fout bij het opslaan van uw factuur', 'enable_recurring' => 'Terugkerend inschakelen', 'disable_recurring' => 'Terugkerend uitschakelen', 'text' => 'Tekst', - 'expense_will_create' => 'expense will be created', - 'expenses_will_create' => 'expenses will be created', - 'created_expenses' => 'Successfully created :count expense(s)', - + 'expense_will_create' => 'uitgave zal aangemaakt worden', + 'expenses_will_create' => 'uitgaven zullen aangemaakt worden', + 'created_expenses' => ':count uitgaven succesvol aangemaakt', + + 'translate_app' => 'Help onze vertalingen te verbeteren met :link', + 'expense_category' => 'Uitgave categorie', + + 'go_ninja_pro' => 'Ga Ninja Pro!', + 'go_enterprise' => 'Ga zakelijk!', + 'upgrade_for_features' => 'Upgrade voor meer mogelijkheden', + 'pay_annually_discount' => 'Betaal jaarlijks voor 10 maanden en krijg er 2 gratis!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'UwMerk.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Pas elk aspect aan van uw factuur!', + 'enterprise_upgrade_feature1' => 'Stel machtigingen in voor meerdere gebruikers', + 'enterprise_upgrade_feature2' => 'Voeg externe documenten toe aan facturen & uitgaven', + 'much_more' => 'Veel meer!', + + 'currency_symbol' => 'Symbool', + 'currency_code' => 'Code', + + 'buy_license' => 'Koop licentie', + 'apply_license' => 'Activeer licentie', + 'submit' => 'Opslaan', + 'white_label_license_key' => 'Licentiesleutel', + 'invalid_white_label_license' => 'De whitelabel licentie is niet geldig', + 'created_by' => 'Aangemaakt door :name', + 'modules' => 'Modules', + 'financial_year_start' => 'Eerste maand van het jaar', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php index 98d204bc49..aa519297a7 100644 --- a/resources/lang/pl/texts.php +++ b/resources/lang/pl/texts.php @@ -287,7 +287,7 @@ $LANG = array( 'view_as_recipient' => 'Wyświetl jako odbiorca', 'product_library' => 'Biblioteka produktów', 'product' => 'Produkt', - 'products' => 'Products', + 'products' => 'Produkty', 'fill_products' => 'Automatycznie uzupełniaj produkty', 'fill_products_help' => 'Selecting a product will automatically fill in the description and cost', 'update_products' => 'Automatycznie aktualizuj produkty', @@ -643,7 +643,7 @@ $LANG = array( 'custom' => 'Custom', 'invoice_to' => 'Invoice to', 'invoice_no' => 'Invoice No.', - 'quote_no' => 'Quote No.', + 'quote_no' => 'Oferta Nr.', 'recent_payments' => 'Ostatnie płatności', 'outstanding' => 'Zaległe', 'manage_companies' => 'Zarządzaj kampaniami', @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Podpis e-mail', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Szablony Pomoc', 'template_help_1' => 'Dostępne zmienne:', 'email_design_id' => 'Motyw email', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Zwykły', 'light' => 'Jasny', 'dark' => 'Ciemny', @@ -1297,7 +1301,7 @@ $LANG = array( 'wepay_tos_agree' => 'Zgadzam się z :link', 'wepay_tos_link_text' => 'WePay Terms of Service', 'resend_confirmation_email' => 'Wyślij ponownie email potwierdzający', - 'manage_account' => 'Manage Account', + 'manage_account' => 'Zarządzanie kontem', 'action_required' => 'Action Required', 'finish_setup' => 'Zakończ konfigurację', 'created_wepay_confirmation_required' => 'Please check your email and confirm your email address with WePay.', @@ -1323,19 +1327,19 @@ $LANG = array( 'product_file' => 'Product File', 'import_products' => 'Import Products', 'products_will_create' => 'products will be created.', - 'product_key' => 'Product', + 'product_key' => 'Produkt', 'created_products' => 'Successfully created :count product(s)', 'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.', - 'JSON_file' => 'JSON File', + 'JSON_file' => 'Plik JSON', - 'view_dashboard' => 'View Dashboard', - 'client_session_expired' => 'Session Expired', - 'client_session_expired_message' => 'Your session has expired. Please click the link in your email again.', + 'view_dashboard' => 'Zobacz Pulpit', + 'client_session_expired' => 'Sesja wygasła', + 'client_session_expired_message' => 'Twoja sesja wygasła. Proszę kliknij ponownie w link, który znajduje się w Twojej skrzynce e-mail.', 'auto_bill_notification' => 'This invoice will automatically be billed to your :payment_method on file on :due_date.', - 'auto_bill_payment_method_bank_transfer' => 'bank account', - 'auto_bill_payment_method_credit_card' => 'credit card', - 'auto_bill_payment_method_paypal' => 'PayPal account', + 'auto_bill_payment_method_bank_transfer' => 'numer konta', + 'auto_bill_payment_method_credit_card' => 'karta kredytowa', + 'auto_bill_payment_method_paypal' => 'Konto PayPal', 'auto_bill_notification_placeholder' => 'This invoice will automatically be billed to your credit card on file on the due date.', 'payment_settings' => 'Payment Settings', @@ -1344,10 +1348,10 @@ $LANG = array( 'auto_bill_ach_date_help' => 'ACH auto bill will always happen on the due date', 'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.', - 'bank_account' => 'Bank Account', + 'bank_account' => 'Konto bankowe', 'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.', 'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.', - 'privacy_policy' => 'Privacy Policy', + 'privacy_policy' => 'Polityka prywatności', 'wepay_payment_tos_agree_required' => 'You must agree to the WePay Terms of Service and Privacy Policy.', 'payment_settings_supported_gateways' => 'These options are supported by the WePay, Stripe, and Braintree gateways.', 'ach_email_prompt' => 'Please enter your email address:', @@ -1356,16 +1360,16 @@ $LANG = array( 'update_font_cache' => 'Please force refresh the page to update the font cache.', 'more_options' => 'More options', 'credit_card' => 'Credit Card', - 'bank_transfer' => 'Bank Transfer', + 'bank_transfer' => 'Przelew bankowy', 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.', 'use_bank_on_file' => 'Use Bank on File', 'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.', 'bitcoin' => 'Bitcoin', - 'added_on' => 'Added :date', + 'added_on' => 'Dodano :date', 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -1702,8 +1706,8 @@ $LANG = array( 'lang_Polish' => 'Polish', 'lang_Spanish' => 'Spanish', 'lang_Spanish - Spain' => 'Spanish - Spain', - 'lang_Swedish' => 'Swedish', - 'lang_Albanian' => 'Albanian', + 'lang_Swedish' => 'Szwedzki', + 'lang_Albanian' => 'Albański', // Frequencies 'freq_weekly' => 'Weekly', @@ -2016,15 +2020,15 @@ $LANG = array( 'country_Yemen' => 'Yemen', 'country_Zambi' => 'Zambi', - 'view_client_portal' => 'View client portal', - 'view_portal' => 'View Portal', + 'view_client_portal' => 'Zobacz portal klienta', + 'view_portal' => 'Zobacz portal', 'vendor_contacts' => 'Vendor Contacts', - 'all' => 'All', + 'all' => 'Wszystko', 'selected' => 'Selected', - 'category' => 'Category', - 'categories' => 'Categories', - 'new_expense_category' => 'New Expense Category', - 'edit_category' => 'Edit Category', + 'category' => 'Kategoria', + 'categories' => 'Kategorie', + 'new_expense_category' => 'Nowa kategoria wydatków', + 'edit_category' => 'Edycja kategorii', 'archive_expense_category' => 'Archive Category', 'expense_categories' => 'Expense Categories', 'list_expense_categories' => 'List Expense Categories', @@ -2109,9 +2113,9 @@ $LANG = array( 'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.', 'unnamed_client' => 'Unnamed Client', - 'day' => 'Day', - 'week' => 'Week', - 'month' => 'Month', + 'day' => 'Dzień', + 'week' => 'Tydzień', + 'month' => 'Miesiąc', 'inactive_logout' => 'You have been logged out due to inactivity', 'reports' => 'Reports', 'total_profit' => 'Total Profit', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Pamiętaj aby wybrać klienta i poprawidź błędy', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index 1e77a1cd6d..b0d5047248 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -761,16 +761,20 @@ $LANG = array( 'activity_27' => ':user restaurou o pagamento :payment', 'activity_28' => ':user restaurou o crédito :credit', 'activity_29' => ':contact aprovou o orçamento :quote', - 'activity_30' => ':user criou :vendor', - 'activity_31' => ':user criou :vendor', - 'activity_32' => ':user criou :vendor', - 'activity_33' => ':user criou :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user criou a despesa :expense', - 'activity_35' => ':user criou :vendor', - 'activity_36' => ':user criou :vendor', - 'activity_37' => ':user criou :vendor', - 'activity_42' => ':user criou a tarefa ":task"', - 'activity_43' => ':user atualizou a tarefa ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Pagamento', 'system' => 'Sistema', 'signature' => 'Assinatura do E-mail', @@ -834,7 +838,7 @@ $LANG = array( 'template_help_title' => 'Ajuda de Templates', 'template_help_1' => 'Variáveis disponíveis:', 'email_design_id' => 'Estilo de e-mails', - 'email_design_help' => 'Deixe seus e-mails mais profissionais com layouts HTML', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plano', 'light' => 'Claro', 'dark' => 'Escuro', @@ -1356,7 +1360,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2129,14 +2133,55 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Verifique se você selecionou algum cliente e que não há nenhum outro erro', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php index dcf8fb0cb7..53358a77eb 100755 --- a/resources/lang/sq/texts.php +++ b/resources/lang/sq/texts.php @@ -764,16 +764,20 @@ $LANG = array( 'activity_27' => ':user ka rikthyer pagesën :payment', 'activity_28' => ':user ka rikthyer :credit kredit', 'activity_29' => ':contact ka aprovuar ofertën :quote', - 'activity_30' => ':user ka krijuar :vendor', - 'activity_31' => ':user ka krijuar :vendor', - 'activity_32' => ':user ka krijuar :vendor', - 'activity_33' => ':user ka krijuar :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user ka krijuar shpeznim :expense', - 'activity_35' => ':user ka krijuar :vendor', - 'activity_36' => ':user ka krijuar :vendor', - 'activity_37' => ':user ka krijuar :vendor', - 'activity_42' => ':user ka krijuar detyrë ":task"', - 'activity_43' => ':user ka perditesuar detyrën ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Pagesa', 'system' => 'Sistem', 'signature' => 'Nënshkrimi i emailit', @@ -837,7 +841,7 @@ $LANG = array( 'template_help_title' => 'Ndihma për shabllonë', 'template_help_1' => 'Variablat në dispozicion:', 'email_design_id' => 'Stili i emailit', - 'email_design_help' => 'Bëni që emailat tuaj të duken më profesional me kodim HTML', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'E thjeshtë', 'light' => 'E lehtë', 'dark' => 'E mbylltë', @@ -1363,7 +1367,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'failed_remove_payment_method' => 'Ka dështuar largimi i metodës së pagesës', 'gateway_exists' => 'Ky kanal pagese tashmë ekziston', 'manual_entry' => 'Vendos manualisht', - 'start_of_week' => 'Dita e parë e javës', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Javore', @@ -2136,14 +2140,55 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'new_category' => 'Kategori e Re', 'restore_product' => 'Rikthe Produktin', 'blank' => 'Bosh', - 'invoice_error' => 'Ju lutem sigurohuni të zgjidhni një klient dhe të përmirësoni çdo gabim', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Aktivizo Perseritjen', 'disable_recurring' => 'Caktivizo Perseritjen', 'text' => 'Tekst', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index 2f9b76035a..de9b8f86d9 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -766,16 +766,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -839,7 +843,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1364,7 +1368,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2137,14 +2141,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Välj kund och rätta till eventuella fel', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG; diff --git a/resources/lang/th/texts.php b/resources/lang/th/texts.php index 0a67d4f352..f188f08229 100644 --- a/resources/lang/th/texts.php +++ b/resources/lang/th/texts.php @@ -767,16 +767,20 @@ $LANG = array( 'activity_27' => ':user restored payment :payment', 'activity_28' => ':user restored :credit credit', 'activity_29' => ':contact approved quote :quote', - 'activity_30' => ':user created :vendor', - 'activity_31' => ':user created :vendor', - 'activity_32' => ':user created :vendor', - 'activity_33' => ':user created :vendor', + 'activity_30' => ':user created vendor :vendor', + 'activity_31' => ':user archived vendor :vendor', + 'activity_32' => ':user deleted vendor :vendor', + 'activity_33' => ':user restored vendor :vendor', 'activity_34' => ':user created expense :expense', - 'activity_35' => ':user created :vendor', - 'activity_36' => ':user created :vendor', - 'activity_37' => ':user created :vendor', - 'activity_42' => ':user created task ":task"', - 'activity_43' => ':user updated task ":task"', + 'activity_35' => ':user archived expense :expense', + 'activity_36' => ':user deleted expense :expense', + 'activity_37' => ':user restored expense :expense', + 'activity_42' => ':user created task :task', + 'activity_43' => ':user updated task :task', + 'activity_44' => ':user archived task :task', + 'activity_45' => ':user deleted task :task', + 'activity_46' => ':user restored task :task', + 'activity_47' => ':user updated expense :expense', 'payment' => 'Payment', 'system' => 'System', 'signature' => 'Email Signature', @@ -840,7 +844,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark', @@ -1365,7 +1369,7 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First day of the week', + 'start_of_week' => 'First Day of the Week', // Frequencies 'freq_weekly' => 'Weekly', @@ -2138,14 +2142,55 @@ $LANG = array( 'new_category' => 'New Category', 'restore_product' => 'Restore Product', 'blank' => 'Blank', - 'invoice_error' => 'Please make sure to select a client and correct any errors', + 'invoice_save_error' => 'There was an error saving your invoice', 'enable_recurring' => 'Enable Recurring', 'disable_recurring' => 'Disable Recurring', 'text' => 'Text', 'expense_will_create' => 'expense will be created', 'expenses_will_create' => 'expenses will be created', 'created_expenses' => 'Successfully created :count expense(s)', - + + 'translate_app' => 'Help improve our translations with :link', + 'expense_category' => 'Expense Category', + + 'go_ninja_pro' => 'Go Ninja Pro!', + 'go_enterprise' => 'Go Enterprise!', + 'upgrade_for_features' => 'Upgrade For More Features', + 'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', + 'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', + 'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', + 'much_more' => 'Much More!', + + 'currency_symbol' => 'Symbol', + 'currency_code' => 'Code', + + 'buy_license' => 'Buy License', + 'apply_license' => 'Apply License', + 'submit' => 'Submit', + 'white_label_license_key' => 'License Key', + 'invalid_white_label_license' => 'The white label license is not valid', + 'created_by' => 'Created by :name', + 'modules' => 'Modules', + 'financial_year_start' => 'First Month of the Year', + 'authentication' => 'Authentication', + 'checkbox' => 'Checkbox', + 'invoice_signature' => 'Signature', + 'show_accept_invoice_terms' => 'Invoice Terms Checkbox', + 'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', + 'show_accept_quote_terms' => 'Quote Terms Checkbox', + 'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', + 'require_invoice_signature' => 'Invoice Signature', + 'require_invoice_signature_help' => 'Require client to provide their signature.', + 'require_quote_signature' => 'Quote Signature', + 'require_quote_signature_help' => 'Require client to provide their signature.', + 'i_agree' => 'I Agree To The Terms', + 'sign_here' => 'Please sign here:', + 'authorization' => 'Authorization', + 'signed' => 'Signed', + ); return $LANG;