diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php index 498255eba8b6..c57f7cbcf478 100644 --- a/resources/lang/ca/texts.php +++ b/resources/lang/ca/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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 field when creating a client and display the label and value on the PDF.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php index dbcfc1098752..597f9ff7ba9c 100644 --- a/resources/lang/cs/texts.php +++ b/resources/lang/cs/texts.php @@ -852,6 +852,7 @@ $LANG = array( 'dark' => 'Tmavý', 'industry_help' => 'Používá se pro porovnání proti průměru u firem podobné velikosti a podobného odvětví.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Určete prefix nebo použijte upravitelný vzorec pro nastavení číslování faktur.', 'quote_number_help' => 'Určete prefix nebo použijte upravitelný vzorec pro nastavení číslování nabídek.', 'custom_client_fields_helps' => 'Když vytváříte klienta - přidejte nové pole a jeho popis a hodnotu pro zobrazení v PDF.', @@ -1043,7 +1044,7 @@ $LANG = array( 'invoiced_amount' => 'Fakturovaná částka', 'invoice_item_fields' => 'Pole položky faktury', 'custom_invoice_item_fields_help' => 'Během vytváření faktury si přidejte pole a zobrazte si jeho popis a hodnotu v PDF.', - 'recurring_invoice_number' => 'Číslo pravidelné faktury', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Určete prefix, který se přidá k číslu pravidelných faktur. Výchozí hodnota je \'R\'.', // Client Passwords @@ -2465,6 +2466,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index 335c881c47cb..ebed07af95ce 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index b61eba1a79be..5aecdab3e51f 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -2,7 +2,7 @@ $LANG = array( - 'organization' => 'Organisation', + 'organization' => 'Unternehmen', 'name' => 'Name', 'website' => 'Webseite', 'work_phone' => 'Telefon', @@ -151,7 +151,7 @@ $LANG = array( 'last_logged_in' => 'Zuletzt eingeloggt', 'details' => 'Details', 'standing' => 'Aktueller Stand', - 'credit' => 'Guthaben', + 'credit' => 'Gutschrift', 'activity' => 'Aktivität', 'date' => 'Datum', 'message' => 'Nachricht', @@ -266,7 +266,7 @@ $LANG = array( 'working' => 'Wird bearbeitet', 'success' => 'Erfolg', 'success_message' => 'Du hast dich erfolgreich registriert. Bitte besuche den Link in deiner Bestätigungsmail um deine E-Mail-Adresse zu verifizieren.', - 'erase_data' => 'Your account is not registered, this will permanently erase your data.', + 'erase_data' => 'Ihr Konto ist nicht registriert, diese Aktion wird Ihre Daten unwiederbringlich löschen.', 'password' => 'Passwort', 'pro_plan_product' => 'Pro Plan', 'pro_plan_success' => 'Danke, dass Sie Invoice Ninja\'s Pro gewählt haben!

 
@@ -369,7 +369,7 @@ $LANG = array( 'confirm_email_quote' => 'Bist du sicher, dass du dieses Angebot per E-Mail versenden möchtest', 'confirm_recurring_email_invoice' => 'Wiederkehrende Rechnung ist aktiv. Bis du sicher, dass du diese Rechnung weiterhin als E-Mail verschicken möchtest?', 'cancel_account' => 'Konto Kündigen', - 'cancel_account_message' => 'Warning: This will permanently delete your account, there is no undo.', + 'cancel_account_message' => 'Warnung: Diese Aktion wird Ihr Konto unwiederbringlich löschen.', 'go_back' => 'Zurück', 'data_visualizations' => 'Datenvisualisierungen', 'sample_data' => 'Beispieldaten werden angezeigt', @@ -663,8 +663,8 @@ $LANG = array( 'valid_until' => 'Gültig bis', 'reset_terms' => 'Zahlungsbedingungen zurücksetzen', 'reset_footer' => 'Fußzeile zurücksetzen', - 'invoice_sent' => ':count invoice sent', - 'invoices_sent' => ':count invoices sent', + 'invoice_sent' => ':count Rechnung versendet', + 'invoices_sent' => ':count Rechnungen versendet', 'status_draft' => 'Entwurf', 'status_sent' => 'Versendet', 'status_viewed' => 'Angesehen', @@ -701,7 +701,7 @@ $LANG = array( 'oneclick_login' => 'Ein Klick Login', 'disable' => 'Deaktivieren', 'invoice_quote_number' => 'Rechnungs- und Angebotsnummern', - 'invoice_charges' => 'Invoice Surcharges', + 'invoice_charges' => 'Rechnungsgebühren', 'notification_invoice_bounced' => 'Die Rechnung :invoice an :contact konnte nicht zugestellt werden.', 'notification_invoice_bounced_subject' => 'Rechnung :invoice nicht zugestellt.', 'notification_quote_bounced' => 'Das Angebot :invoice an :contact konnte nicht zugestellt werden.', @@ -792,7 +792,7 @@ $LANG = array( 'default_invoice_footer' => 'Standard-Fußzeile festlegen', 'quote_footer' => 'Angebots-Fußzeile', 'free' => 'Kostenlos', - 'quote_is_approved' => 'The quote has been approved', + 'quote_is_approved' => 'Dem Angebot wurde zugestimmt', 'apply_credit' => 'Guthaben anwenden', 'system_settings' => 'Systemeinstellungen', 'archive_token' => 'Token archivieren', @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dunkel', 'industry_help' => 'Wird genutzt um Vergleiche zwischen den Durchschnittswerten von Firmen ähnlicher Größe und Branche ermitteln zu können.', 'subdomain_help' => 'Passen Sie die Rechnungslink-Subdomäne an oder stellen Sie die Rechnung auf Ihrer eigenen Webseite zur Verfügung.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Geben Sie einen Präfix oder ein benutzerdefiniertes Schema an, um die Rechnungsnummer dynamisch zu erzeugen.', 'quote_number_help' => 'Geben Sie einen Präfix oder ein benutzerdefiniertes Schema an, um die Angebotsnummer dynamisch zu erzeugen.', 'custom_client_fields_helps' => 'Füge ein Feld hinzu, wenn ein neuer Kunde erstellt wird und zeige die Bezeichnung und den Wert auf der PDF-Datei an.', @@ -1041,7 +1042,7 @@ $LANG = array( 'invoiced_amount' => 'Rechnungsbetrag', 'invoice_item_fields' => 'Rechnungspositionsfeld', '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' => 'Wiederkehrende Rechnungsnummer', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Geben Sie einen Präfix für wiederkehrende Rechnungen an. Standard ist \'R\'.', // Client Passwords @@ -2324,7 +2325,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'sort_by' => 'Sortiere nach', 'draft' => 'Entwurf', 'unpaid' => 'Unbezahlt', - 'aging' => 'Altern', + 'aging' => 'Versendet', 'age' => 'Alter', 'days' => 'Tage', 'age_group_0' => '0 - 30 Tage', @@ -2398,28 +2399,28 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'mark_ready' => 'Mark Ready', 'limits' => 'Limits', - 'fees' => 'Fees', - 'fee' => 'Fee', + 'fees' => 'Gebühren', + 'fee' => 'Gebühr', 'set_limits_fees' => 'Set :gateway_type Limits/Fees', 'fees_tax_help' => 'Enable line item taxes to set the fee tax rates.', 'fees_sample' => 'The fee for a :amount invoice would be :total.', 'discount_sample' => 'The discount for a :amount invoice would be :total.', - 'no_fees' => 'No Fees', + 'no_fees' => 'Keine Gebühren', 'gateway_fees_disclaimer' => 'Warning: not all states/payment gateways allow adding fees, please review local laws/terms of service.', - 'percent' => 'Percent', - 'location' => 'Location', + 'percent' => 'Prozent', + 'location' => 'Ort', 'line_item' => 'Line Item', - 'surcharge' => 'Surcharge', + 'surcharge' => 'Gebühr', 'location_first_surcharge' => 'Enabled - First surcharge', 'location_second_surcharge' => 'Enabled - Second surcharge', 'location_line_item' => 'Enabled - Line item', 'online_payment_surcharge' => 'Online Payment Surcharge', 'gateway_fees' => 'Gateway Fees', - 'fees_disabled' => 'Fees are disabled', + 'fees_disabled' => 'Gebühren sind deaktiviert', 'gateway_fees_help' => 'Automatically add an online payment surcharge/discount.', 'gateway' => 'Gateway', 'gateway_fee_change_warning' => 'If there are unpaid invoices with fees they need to be updated manually.', - 'fees_surcharge_help' => 'Customize surcharge :link.', + 'fees_surcharge_help' => 'Gebühren anpassen :link.', 'label_and_taxes' => 'label and taxes', 'billable' => 'Billable', 'logo_warning_too_large' => 'The image file is too large.', @@ -2428,41 +2429,47 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'error_refresh_page' => 'An error occurred, please refresh the page and try again.', 'data' => 'Data', - 'imported_settings' => 'Successfully imported settings', - 'lang_Greek' => 'Greek', + 'imported_settings' => 'Einstellungen erfolgreich aktualisiert', + 'lang_Greek' => 'Griechisch', 'reset_counter' => 'Reset Counter', 'next_reset' => 'Next Reset', 'reset_counter_help' => 'Automatically reset the invoice and quote counters.', 'auto_bill_failed' => 'Auto-billing for invoice :invoice_number failed', - 'online_payment_discount' => 'Online Payment Discount', - 'created_new_company' => 'Successfully created new company', - 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', - 'logout_and_delete' => 'Log Out/Delete Account', + 'online_payment_discount' => 'Online-Zahlungsrabatt', + 'created_new_company' => 'Neues Unternehmen erfolgreich erstellt', + 'fees_disabled_for_gateway' => 'Gebühren sind für diesen Gateway deaktiviert.', + 'logout_and_delete' => 'Ausloggen/Konto löschen', 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', - 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', + 'invoice_footer_help' => 'Verwende $pageNumber und $pageCount um Seiteninformationen anzuzeigen.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', 'credit_to' => 'Credit to', 'your_credit' => 'Your Credit', 'credit_number' => 'Credit Number', 'create_credit_note' => 'Create Credit Note', - 'menu' => 'Menu', + 'menu' => 'Menü', 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', - 'purge_data' => 'Purge Data', - 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', - 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', - 'forbidden' => 'Forbidden', + 'purge_data' => 'Daten säubern', + 'delete_data' => 'Daten löschen', + 'purge_data_help' => 'Lösche unwiederbringlich alle Daten des Kontos, wobei das Konto und die Einstellungen erhalten bleiben.', + 'cancel_account_help' => 'Lösche unwiederbringlich das Konto, mitsamt aller Daten und Einstellungen.', + 'purge_successful' => 'Erfolgreich Kontodaten gelöscht', + 'forbidden' => 'Verboten', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', - 'contact_phone' => 'Contact Phone', - 'contact_email' => 'Contact Email', - 'reply_to_email' => 'Reply-To Email', - 'reply_to_email_help' => 'Specify the reply-to address for client emails.', - 'bcc_email_help' => 'Privately include this address with client emails.', - 'import_complete' => 'Your import has successfully completed.', - 'confirm_account_to_import' => 'Please confirm your account to import data.', - 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'contact_phone' => 'Telefonnummer des Kontakts', + 'contact_email' => 'E-Mail-Adresse des Kontakts', + 'reply_to_email' => 'Antwort-E-Mail-Adresse', + 'reply_to_email_help' => 'Gib die Antwort-E-Mail-Adresse an, die für den Kundenkontakt genutzt werden soll.', + 'bcc_email_help' => 'Sende unsichtbar zusätzlich alle ausgehenden E-Mails an die hier angegebene Adresse.', + 'import_complete' => 'Ihr Import wurde erfolgreich abgeschlossen.', + 'confirm_account_to_import' => 'Bitte bestätigen Sie Ihr Konto um Daten zu importieren.', + 'import_started' => 'Ihr Import wurde gestartet, wir senden Ihnen eine E-Mail zu, sobald er abgeschlossen wurde.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/el/texts.php b/resources/lang/el/texts.php index f5df4906e1cc..5e9ca1057c12 100644 --- a/resources/lang/el/texts.php +++ b/resources/lang/el/texts.php @@ -369,7 +369,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'confirm_email_quote' => 'Είστε σίγουροι ότι θέλετε να αποστείλετε αυτή την προσφορά;', 'confirm_recurring_email_invoice' => 'Είστε σίγουροι ότι θέλετε να αποστέλλεται αυτό το παραστατικό;', 'cancel_account' => 'Διαγραφή Λογαριασμού', - 'cancel_account_message' => 'Warning: This will permanently delete your account, there is no undo.', + 'cancel_account_message' => 'Προσοχή: Αυτό θα σβήσει το λογαριασμό σας, χωρίς δυνατότητα αναίρεσης.', 'go_back' => 'Επιστροφή', 'data_visualizations' => 'Απεικονίσεις Δεδομένων', 'sample_data' => 'Εμφάνιση δείγματος δεδομένων', @@ -732,7 +732,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'recurring_hour' => 'Επαναλαμβανόμενη Ώρα', 'pattern' => 'Μοτίβο', 'pattern_help_title' => 'Βοήθεια Μοτίβων', - 'pattern_help_1' => 'Create custom numbers by specifying a pattern', + 'pattern_help_1' => 'Δημιουργείστε προσαρμοσμένους αριθμούς καθορίζοντας ένα πρότυπο', 'pattern_help_2' => 'Διαθέσιμες μεταβλητές:', 'pattern_help_3' => 'Για παράδειγμα, το :example θα μετατραπεί σε :value', 'see_options' => 'Προβολή επιλογών', @@ -851,6 +851,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'dark' => 'Σκούρο', 'industry_help' => 'Χρησιμοποιείται για να παρέχει συγκρίσεις μέσων όρων εταιριών ίδιου μεγέθους στους ίδιους επαγγελματικούς τομείς.', 'subdomain_help' => 'Ορίστε τον υποτομέα ή εμφάνιστε το τιμολόγιο στη δική σας ιστοσελίδα', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Ορίστε ένα πρόθεμα ή χρησιμοποιήστε ένα προσαρμοσμένο μοτίβο για να καθορίζετε δυναμικά τον αριθμό τιμολογίου.', 'quote_number_help' => 'Ορίστε ένα πρόθεμα ή χρησιμοποιήστε ένα προσαρμοσμένο μοτίβο για να καθορίζετε δυναμικά τον αριθμό προσφοράς.', 'custom_client_fields_helps' => 'Προσθέστε ένα πεδίο όταν δημιουργείτε ένα πελάτη και εμφανίστε την ετικέτα και την τιμή στο αρχείο PDF.', @@ -1041,7 +1042,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'invoiced_amount' => 'Τιμολογημένο Ποσό', 'invoice_item_fields' => 'Πεδία Προϊόντων Τιμολογίου', 'custom_invoice_item_fields_help' => 'Προσθέστε ένα πεδίο όταν δημιουργείτε ένα προϊόν τιμολογίου και εμφανίστε την ετικέτα και την τιμή στο αρχείο PDF.', - 'recurring_invoice_number' => 'Αριθμός Επαναλαμβανόμενου Τιμολογίου', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Ορίστε ένα πρόθεμα που να περιλαμβάνεται στον αριθμό τιμολογίου των επαναλαμβανόμενων τιμολογίων. Η εξ\'ορισμού τιμή είναι \'R\'.', // Client Passwords @@ -2448,21 +2449,27 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'create_credit_note' => 'Δημιουργία Πιστωτικού Σημειώματος', 'menu' => 'Μενού', 'error_incorrect_gateway_ids' => 'Σφάλμα: Ο πίνακας των πυλών (gateways) έχει λάθος αριθμούς.', - 'purge_data' => 'Purge Data', - 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', - 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', - 'forbidden' => 'Forbidden', - 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', - 'contact_phone' => 'Contact Phone', - 'contact_email' => 'Contact Email', - 'reply_to_email' => 'Reply-To Email', - 'reply_to_email_help' => 'Specify the reply-to address for client emails.', - 'bcc_email_help' => 'Privately include this address with client emails.', - 'import_complete' => 'Your import has successfully completed.', - 'confirm_account_to_import' => 'Please confirm your account to import data.', - 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'purge_data' => 'Εκκαθάριση Δεδομένων', + 'delete_data' => 'Διαγραφή Δεδομένων', + 'purge_data_help' => 'Οριστική διαγραφή όλων των δεδομένων στο λογαριασμό, κρατώντας μόνο το λογαριασμό και τις ρυθμίσεις.', + 'cancel_account_help' => 'Οριστική διαγραφή του λογαριασμού με όλα τα δεδομένα και τις ρυθμίσεις.', + 'purge_successful' => 'Επιτυχής εκκαθάριση δεδομένων λογαριασμού', + 'forbidden' => 'Απαγορευμένο', + 'purge_data_message' => 'Προσοχή: Αυτό θα σβήσει όλα σας τα δεδομένα, χωρίς δυνατότητα αναίρεσης.', + 'contact_phone' => 'Τηλέφωνο Επικοινωνίας', + 'contact_email' => 'Email Επικοινωνίας', + 'reply_to_email' => 'Email Απάντησης', + 'reply_to_email_help' => 'Ορίστε τη διεύθυνση απάντησης για τα emails που απευθύνονται στους πελάτες.', + 'bcc_email_help' => 'Ορίστε τη διεύθυνση κρυφής αποστολής για τα emails που απευθύνονται στους πελάτες.', + 'import_complete' => 'Επιτυχής ολοκλήρωση της εισαγωγής', + 'confirm_account_to_import' => 'Παρακαλώ επιβεβαιώστε το λογαριασμό σας για εισαγωγή δεδομένων', + 'import_started' => 'Η εισαγωγή δεδομένων ξεκίνησε, θα σας αποσταλεί email με την ολοκλήρωση.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index bc6668e17d35..8c9c6b5f65c8 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -845,6 +845,7 @@ $LANG = array( 'dark' => 'Oscuro', 'industry_help' => 'Usado para proporcionar comparaciones de las medias de las empresas de tamaño y industria similar.', 'subdomain_help' => 'Asigne el suubdominio o mostrar la factura en su propio sitio web.', + 'website_help' => 'Display the invoice in an iFrame on your own website', '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.', @@ -1034,7 +1035,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Especificar un prefijo para las facturas recurrentes. Por defecto es \'R\'.', // Client Passwords @@ -2456,6 +2457,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index baa7f5be627f..9e99d2fdfc56 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -846,6 +846,7 @@ Acceder a 10 hermosos diseños de Factura', 'dark' => 'Oscuro', 'industry_help' => 'Usado para proporcionar comparaciones de las medias de empresas de sectores y tamaño similares.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', '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' => 'Añadir un campo al crear un cliente y mostrar la etiqueta y su valor en el PDF.', @@ -1037,7 +1038,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'invoiced_amount' => 'Invoiced Amount', 'invoice_item_fields' => 'Campos de concepto de factura', 'custom_invoice_item_fields_help' => 'Añadir un campo al crear un concepto de factura y mostrar la etiqueta y su valor en el PDF.', - 'recurring_invoice_number' => 'Número de factura recurrente', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Especifique un prefijo que se antepondrá al número de factura sólo para las facturas recurrentes. El valor predeterminado es \'R\'.', // Client Passwords @@ -2459,6 +2460,12 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index c236f9952f6c..af41a78adf1a 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -845,6 +845,7 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'dark' => 'Sombre', 'industry_help' => 'Utilisé dans le but de fournir des statistiques la taille et le secteur de l\'entreprise.', 'subdomain_help' => 'Définissez un sous-domaine ou affichez la facture sur votre propre site web.', + 'website_help' => 'Display the invoice in an iFrame 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.', @@ -1035,7 +1036,7 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'invoiced_amount' => 'Montant de la facture', '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' => 'Numéros de Factures Récurrentes', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2457,6 +2458,12 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index 8d910df4353c..a173c45dc600 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -845,6 +845,7 @@ $LANG = array( 'dark' => 'Foncé', 'industry_help' => 'Pour des fins de comparaison entre des entreprises de même taille et du même secteur d\'activité.', 'subdomain_help' => 'Définissez le sous-domaine ou affichez la facture sur votre site web.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Spécifiez un préfixe ou utilisez un modèle personnalisé pour la création du numéro de facture.', 'quote_number_help' => 'Spécifiez un préfixe ou utilisez un modèle personnalisé pour la création du numéro de soumission.', 'custom_client_fields_helps' => 'Ajoutez un champ personnalisé à la page de création/édition de client et affichez le titre et la valeur dans le fichier PDF.', @@ -1032,7 +1033,7 @@ $LANG = array( 'invoiced_amount' => 'Montant facturé', 'invoice_item_fields' => 'Champs d\'items de facture', 'custom_invoice_item_fields_help' => 'Ajoutez un champ lors de la création d\'une facture pour afficher le libellé et la valeur du champ sur le PDF.', - 'recurring_invoice_number' => 'Numéro de facture récurrente', + 'recurring_invoice_number' => 'Numéro récurrent', '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 @@ -2452,9 +2453,15 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'reply_to_email' => 'Courriel de réponse', 'reply_to_email_help' => 'Spécifie une adresse courriel de réponse', 'bcc_email_help' => 'Inclut de façon privée cette adresse avec les courriels du client.', - 'import_complete' => 'Your import has successfully completed.', - 'confirm_account_to_import' => 'Please confirm your account to import data.', - 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'import_complete' => 'L\'importation est réussie.', + 'confirm_account_to_import' => 'Veuillez confirmer votre compte pour l\'importation des données.', + 'import_started' => 'L\'importation est en cours. Vous recevrez un courriel lorsqu\'elle sera complétée.', + 'listening' => 'En écoute...', + 'microphone_help' => 'Dites \'Nouvelle facture pour...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php index c9d9f0ceae76..26558d3e8b27 100644 --- a/resources/lang/hr/texts.php +++ b/resources/lang/hr/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Tamno', 'industry_help' => 'Koristi se za usporedbe između prosjeka poduzeća sličnih veličina i djelatnosti.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Odredite prefiks ili koristite prilagođeni uzorak za dinamično postavljanje brojeva računa.', 'quote_number_help' => 'Odredite prefiks ili koristite prilagođeni uzorak za dinamično postavljanje brojeva ponuda.', 'custom_client_fields_helps' => 'Add a field when creating a client and display the label and value on the PDF.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 3e26f18a625e..0fc9e5b05096 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -845,6 +845,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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.', @@ -1035,7 +1036,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2456,6 +2457,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php index fe86f3f1729a..5fe9c05af652 100644 --- a/resources/lang/ja/texts.php +++ b/resources/lang/ja/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'ダーク', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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 field when creating a client and display the label and value on the PDF.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index 773bfe61d32c..957e35d426a3 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index dc349a242674..0cefa8461cec 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 401e7cbec9ee..91f3f3c083e5 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -845,6 +845,7 @@ $LANG = array( 'dark' => 'Donker', 'industry_help' => 'Wordt gebruikt om een vergelijking te kunnen maken met de gemiddelden van andere bedrijven uit dezelfde sector en van dezelfde grootte.', 'subdomain_help' => 'Stel het subdomein in of toon het factuur op uw eigen website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Kies een voorvoegsel of gebruik een patroon om het factuurnummer dynamisch te genereren.', 'quote_number_help' => 'Kies een voorvoegsel of gebruik een patroon om het offertenummer dynamisch te genereren.', 'custom_client_fields_helps' => 'Plaatst een tekstveld op de klanten aanmaak-/bewerkpagina en toont het gekozen label op de PDF.', @@ -1032,7 +1033,7 @@ $LANG = array( 'invoiced_amount' => 'Gefactureerd bedrag', 'invoice_item_fields' => 'Factuurregels', 'custom_invoice_item_fields_help' => 'Voeg een veld toe bij het aanmaken van een factuurregel en toon het label met de waarde op de PDF.', - 'recurring_invoice_number' => 'Nummer terugkerende factuur', + 'recurring_invoice_number' => 'Terugkerend nummer', 'recurring_invoice_number_prefix_help' => 'Kies een voorvoegsel voor het factuurnummer van terugkerende facturen. De standaard is: \'R\'.', // Client Passwords @@ -2452,9 +2453,15 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'reply_to_email' => 'Antwoord naar e-mail', 'reply_to_email_help' => 'Geef het antwoord-aan adres voor klant e-mails.', 'bcc_email_help' => 'Dit adres heimelijk gebruiken met klant e-mails.', - 'import_complete' => 'Your import has successfully completed.', - 'confirm_account_to_import' => 'Please confirm your account to import data.', - 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'import_complete' => 'Het importeren is succesvol uitgevoerd.', + 'confirm_account_to_import' => 'Gelieve uw account te bevestigen om de gegevens te importeren.', + 'import_started' => 'Het importeren is gestart, we sturen u een e-mail van zodra het proces afgerond is.', + 'listening' => 'Luisteren...', + 'microphone_help' => 'Zeg \'nieuw factuur voor...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php index a90f0b13e6a6..88ca00b8cc57 100644 --- a/resources/lang/pl/texts.php +++ b/resources/lang/pl/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Ciemny', 'industry_help' => 'Informacje używane w celach porównawczych przy obliczaniu statystyk firm podobnych rozmiarów i branż.', 'subdomain_help' => 'Ustaw subdomenę lub wyświetl fakturę na swojej stronie.', + 'website_help' => 'Display the invoice in an iFrame 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 field when creating a client and display the label and value on the PDF.', @@ -1041,7 +1042,7 @@ $LANG = array( 'invoiced_amount' => 'Fakturowana kwota', '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' => 'Numer faktury okresowej', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Dodaj własny prefix do numeru faktury okresowej. Wartość domyślna to \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index f53971a55538..14730d11d332 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -845,6 +845,7 @@ $LANG = array( 'dark' => 'Escuro', 'industry_help' => 'Usado para fornecer comparações contra as médias das empresas de tamanho e indústria similar.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Especifique um prefixo ou usar um padrão personalizado para definir dinamicamente o número da fatura.', 'quote_number_help' => 'Especifique um prefixo ou usar um padrão personalizado para definir dinamicamente o número do orçamento.', 'custom_client_fields_helps' => 'Adicionar uma entrada de texto na página Criar/Editar Cliente e exibir no PDF.', @@ -1032,7 +1033,7 @@ $LANG = array( 'invoiced_amount' => 'Total Faturado', 'invoice_item_fields' => 'Campos de Ítens da Fatura', 'custom_invoice_item_fields_help' => 'Adicionar um campo ao adicionar um ítem na fatura e exibir no PDF.', - 'recurring_invoice_number' => 'Número da Fatura Recorrente', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Informe um prefixo para a numeração das faturas recorrentes. O valor padrão é \'R\'.', // Client Passwords @@ -2454,6 +2455,12 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php index 27672d566b6b..7dd7fe9e48f1 100755 --- a/resources/lang/sq/texts.php +++ b/resources/lang/sq/texts.php @@ -848,6 +848,7 @@ $LANG = array( 'dark' => 'E mbylltë', 'industry_help' => 'Përdoret për të realizuar krahasime ndaj kompanive mesatere me numër puntorësh të ngjashëm.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Caktoni një prefiks ose ndonjë shabllon të caktuar për të dinamizuar numrin e faturave.', 'quote_number_help' => 'Caktoni një prefiks ose ndonjë shabllon të caktuar për të dinamizuar numrin e ofertave.', 'custom_client_fields_helps' => 'Shtoni një fushë ë kur të zgjedhni klientin të shfaqet vlera në PDF.', @@ -1039,7 +1040,7 @@ $LANG = array( 'invoice_item_fields' => ' Fushat e njësive në faturë', 'custom_invoice_item_fields_help' => 'Shtoni një fushë ë kur të krijoni faturë dhe etiketa me vlerë të shfaqen në PDF.', - 'recurring_invoice_number' => 'Numri i faturës së përsëritshme', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Cakto një prefiks që i shtohet numrit të faturave të përsëritshme. Vlera e paracaktuar është "R".', // Client Passwords @@ -2461,6 +2462,12 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index 1dc558d53db5..f2e8964ecae4 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -850,6 +850,7 @@ $LANG = array( 'dark' => 'Mörk', 'industry_help' => 'Används för att ge jämförelser mot genomsnitten för företag med liknande storlek och bransch.', 'subdomain_help' => 'Ställ in subdomänen eller visa fakturorna på din egen hemsida', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Specifiera ett prefix eller anpassat mönster för att dynamiskt sätta fakturanummer.', 'quote_number_help' => 'Specifiera ett prefix eller använd ett anpassat mönster för att dynamiskt sätta offert nummer.', 'custom_client_fields_helps' => 'Lägga till ett fält när du skapar en klient och visa etiketten och värdet på PDF.', @@ -1040,7 +1041,7 @@ $LANG = array( 'invoiced_amount' => 'Fakturerad summa', 'invoice_item_fields' => 'Fakturerat varu belopp', 'custom_invoice_item_fields_help' => 'Lägg till ett fält när fakturan skapas och visa namn samt värde på PDF´n', - 'recurring_invoice_number' => 'Återkommande faktura nummer', + 'recurring_invoice_number' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Specificera ett prefix att lägga till på återkommande fakturor. Standard värde är \'R\'', // Client Passwords @@ -2476,6 +2477,12 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', ); diff --git a/resources/lang/th/texts.php b/resources/lang/th/texts.php index 4a1a3c30e678..c5d1a97851a4 100644 --- a/resources/lang/th/texts.php +++ b/resources/lang/th/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame 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 field when creating a client and display the label and value on the PDF.', @@ -1041,7 +1042,7 @@ $LANG = array( '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' => 'Recurring Number', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.', // Client Passwords @@ -2463,6 +2464,12 @@ $LANG = array( 'import_complete' => 'Your import has successfully completed.', 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', + 'payment_type_Venmo' => 'Venmo', );