mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update language files
This commit is contained in:
parent
b0d185e559
commit
a0c9a1c7b2
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1713,6 +1713,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2258,7 +2259,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2295,6 +2296,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2467,11 +2469,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -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' => 'Warnung: Diese Aktion wird Ihr Konto unwiederbringlich löschen.',
|
||||
'cancel_account_message' => 'Warnung: Diese Aktion wird dein Konto unwiederbringlich löschen.',
|
||||
'go_back' => 'Zurück',
|
||||
'data_visualizations' => 'Datenvisualisierungen',
|
||||
'sample_data' => 'Beispieldaten werden angezeigt',
|
||||
@ -732,7 +732,7 @@ $LANG = array(
|
||||
'recurring_hour' => 'Wiederholende Stunde',
|
||||
'pattern' => 'Schema',
|
||||
'pattern_help_title' => 'Schema-Hilfe',
|
||||
'pattern_help_1' => 'Create custom numbers by specifying a pattern',
|
||||
'pattern_help_1' => 'Erstellen Sie benutzerdefinierte Nummernkreise durch eigene Nummernsschemata.',
|
||||
'pattern_help_2' => 'Verfügbare Variablen:',
|
||||
'pattern_help_3' => 'Zum Beispiel: :example würde zu :value konvertiert werden.',
|
||||
'see_options' => 'Optionen ansehen',
|
||||
@ -851,7 +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',
|
||||
'website_help' => 'Zeige die Rechnung als iFrame auf deiner eigenen Webseite an',
|
||||
'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.',
|
||||
@ -1042,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' => 'Recurring Number',
|
||||
'recurring_invoice_number' => 'Wiederkehrende Nummer',
|
||||
'recurring_invoice_number_prefix_help' => 'Geben Sie einen Präfix für wiederkehrende Rechnungen an. Standard ist \'R\'.',
|
||||
|
||||
// Client Passwords
|
||||
@ -1711,6 +1711,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'lang_Spanish - Spain' => 'Spanisch - Spanien',
|
||||
'lang_Swedish' => 'Schwedisch',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'Englisch (UK)',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Wöchentlich',
|
||||
@ -2256,7 +2257,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'edit_credit' => 'Saldo bearbeiten',
|
||||
'live_preview_help' => 'Zeige Live-Vorschau der PDF auf der Rechnungsseite.<br/>Schalte dies ab, falls es zu Leistungsproblemen während der Rechnungsbearbeitung führt.',
|
||||
'force_pdfjs_help' => 'Ersetze den eingebauten PDF-Viewer in :chrome_link und :firefox_link.<br/>Aktiviere dies, wenn dein Browser die PDFs automatisch herunterlädt.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Verhindere Download',
|
||||
'redirect_url' => 'Umleitungs-URL',
|
||||
'redirect_url_help' => 'Gebe optional eine URL an, zu der umgeleitet werden soll, wenn eine Zahlung getätigt wurde.',
|
||||
'save_draft' => 'Speichere Entwurf',
|
||||
@ -2293,6 +2294,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'renew_license' => 'Verlängere die Lizenz',
|
||||
'iphone_app_message' => 'Berücksichtigen Sie unser :link herunterzuladen',
|
||||
'iphone_app' => 'iPhone-App',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Eingeloggt',
|
||||
'switch_to_primary' => 'Wechseln Sie zu Ihrem Primärunternehmen (:name), um Ihren Plan zu managen.',
|
||||
'inclusive' => 'Inklusive',
|
||||
@ -2338,8 +2340,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'profit_and_loss' => 'Gewinn und Verlust',
|
||||
'revenue' => 'Einnahmen',
|
||||
'profit' => 'Profit',
|
||||
'group_when_sorted' => 'Gruppe bei Sortierung',
|
||||
'group_dates_by' => 'Gruppe Daten nach',
|
||||
'group_when_sorted' => 'Gruppiere bei Sortierung',
|
||||
'group_dates_by' => 'Gruppiere Daten nach',
|
||||
'year' => 'Jahr',
|
||||
'view_statement' => 'Zeige Bericht',
|
||||
'statement' => 'Bericht',
|
||||
@ -2396,7 +2398,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'create_vendor' => 'Lieferanten erstellen',
|
||||
'create_expense_category' => 'Kategorie erstellen',
|
||||
'pro_plan_reports' => ':link to enable reports by joining the Pro Plan',
|
||||
'mark_ready' => 'Mark Ready',
|
||||
'mark_ready' => 'Als bereit markieren',
|
||||
|
||||
'limits' => 'Limits',
|
||||
'fees' => 'Gebühren',
|
||||
@ -2409,31 +2411,31 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'gateway_fees_disclaimer' => 'Warning: not all states/payment gateways allow adding fees, please review local laws/terms of service.',
|
||||
'percent' => 'Prozent',
|
||||
'location' => 'Ort',
|
||||
'line_item' => 'Line Item',
|
||||
'line_item' => 'Posten',
|
||||
'surcharge' => 'Gebühr',
|
||||
'location_first_surcharge' => 'Enabled - First surcharge',
|
||||
'location_second_surcharge' => 'Enabled - Second surcharge',
|
||||
'location_line_item' => 'Enabled - Line item',
|
||||
'location_line_item' => 'Aktiv - Posten',
|
||||
'online_payment_surcharge' => 'Online Payment Surcharge',
|
||||
'gateway_fees' => 'Gateway Fees',
|
||||
'fees_disabled' => 'Gebühren sind deaktiviert',
|
||||
'gateway_fees_help' => 'Automatically add an online payment surcharge/discount.',
|
||||
'gateway' => 'Gateway',
|
||||
'gateway' => 'Provider',
|
||||
'gateway_fee_change_warning' => 'If there are unpaid invoices with fees they need to be updated manually.',
|
||||
'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.',
|
||||
'logo_warning_fileinfo' => 'Warning: To support gifs the fileinfo PHP extension needs to be enabled.',
|
||||
'logo_warning_invalid' => 'There was a problem reading the image file, please try a different format.',
|
||||
'billable' => 'Abrechenbar',
|
||||
'logo_warning_too_large' => 'Die Bilddatei ist zu groß.',
|
||||
'logo_warning_fileinfo' => 'Warnung: Um gif-Dateien zu unterstützen muss die fileinfo PHP-Erweiterung aktiv sein.',
|
||||
'logo_warning_invalid' => 'Es gab ein Problem beim Einlesen der Bilddatei. Bitte verwende ein anderes Dateiformat.',
|
||||
|
||||
'error_refresh_page' => 'An error occurred, please refresh the page and try again.',
|
||||
'error_refresh_page' => 'Es ist ein Fehler aufgetreten. Bitte aktualisiere die Webseite und probiere es erneut.',
|
||||
'data' => 'Data',
|
||||
'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.',
|
||||
'reset_counter' => 'Zähler-Reset',
|
||||
'next_reset' => 'Nächster Reset',
|
||||
'reset_counter_help' => 'Setze automatisch den Rechnungs- und Angebotszähler zurück.',
|
||||
'auto_bill_failed' => 'Auto-billing for invoice :invoice_number failed',
|
||||
'online_payment_discount' => 'Online-Zahlungsrabatt',
|
||||
'created_new_company' => 'Neues Unternehmen erfolgreich erstellt',
|
||||
@ -2455,7 +2457,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'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.',
|
||||
'purge_data_message' => 'Achtung: Alle Daten werden vollständig gelöscht. Dieser Vorgang kann nicht rückgängig gemacht werden.',
|
||||
'contact_phone' => 'Telefonnummer des Kontakts',
|
||||
'contact_email' => 'E-Mail-Adresse des Kontakts',
|
||||
'reply_to_email' => 'Antwort-E-Mail-Adresse',
|
||||
@ -2464,12 +2466,32 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
|
||||
'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',
|
||||
'listening' => 'Höre zu...',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'voice_commands' => 'Sprachbefehle',
|
||||
'sample_commands' => 'Beispiele für Sprachbefehle',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -383,7 +383,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'share_invoice_counter' => 'Μοιραστείτε τον μετρητή τιμολογίου',
|
||||
'invoice_issued_to' => 'Έκδοση τιμολογίου προς',
|
||||
'invalid_counter' => 'Για να αποφείγετε πιθανή σύγχυση, παρακαλώ ορίστε σειρά σε τιμολόγιο ή προσφορά',
|
||||
'mark_sent' => 'Μαρκάρισε ως Απεσταλμένο',
|
||||
'mark_sent' => 'Σήμανση ως Απεσταλμένο',
|
||||
'gateway_help_1' => ':link για εγγραφή στο Authorize.net.',
|
||||
'gateway_help_2' => ':link για εγγραφή στο Authorize.net.',
|
||||
'gateway_help_17' => ':link για να πάρετε υπογραφή για το API του PayPal.',
|
||||
@ -851,7 +851,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'dark' => 'Σκούρο',
|
||||
'industry_help' => 'Χρησιμοποιείται για να παρέχει συγκρίσεις μέσων όρων εταιριών ίδιου μεγέθους στους ίδιους επαγγελματικούς τομείς.',
|
||||
'subdomain_help' => 'Ορίστε τον υποτομέα ή εμφάνιστε το τιμολόγιο στη δική σας ιστοσελίδα',
|
||||
'website_help' => 'Display the invoice in an iFrame on your own website',
|
||||
'website_help' => 'Εμφανίστε το τιμολόγιο σε ένα iFrame στη δική σας ιστοσελίδα',
|
||||
'invoice_number_help' => 'Ορίστε ένα πρόθεμα ή χρησιμοποιήστε ένα προσαρμοσμένο μοτίβο για να καθορίζετε δυναμικά τον αριθμό τιμολογίου.',
|
||||
'quote_number_help' => 'Ορίστε ένα πρόθεμα ή χρησιμοποιήστε ένα προσαρμοσμένο μοτίβο για να καθορίζετε δυναμικά τον αριθμό προσφοράς.',
|
||||
'custom_client_fields_helps' => 'Προσθέστε ένα πεδίο όταν δημιουργείτε ένα πελάτη και εμφανίστε την ετικέτα και την τιμή στο αρχείο PDF.',
|
||||
@ -1042,7 +1042,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'invoiced_amount' => 'Τιμολογημένο Ποσό',
|
||||
'invoice_item_fields' => 'Πεδία Προϊόντων Τιμολογίου',
|
||||
'custom_invoice_item_fields_help' => 'Προσθέστε ένα πεδίο όταν δημιουργείτε ένα προϊόν τιμολογίου και εμφανίστε την ετικέτα και την τιμή στο αρχείο PDF.',
|
||||
'recurring_invoice_number' => 'Recurring Number',
|
||||
'recurring_invoice_number' => 'Επαναλαμβανόμενος Αριθμός',
|
||||
'recurring_invoice_number_prefix_help' => 'Ορίστε ένα πρόθεμα που να περιλαμβάνεται στον αριθμό τιμολογίου των επαναλαμβανόμενων τιμολογίων. Η εξ\'ορισμού τιμή είναι \'R\'.',
|
||||
|
||||
// Client Passwords
|
||||
@ -1711,6 +1711,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'lang_Spanish - Spain' => 'Ισπανικά Ισπανίας',
|
||||
'lang_Swedish' => 'Σουηδικά',
|
||||
'lang_Albanian' => 'Αλβανικά',
|
||||
'lang_English - United Kingdom' => 'Αγγλικά - Ηνωμένο Βασίλειο',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Εβδομάδα',
|
||||
@ -2256,7 +2257,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'edit_credit' => 'Επεξεργασία Πίστωσης',
|
||||
'live_preview_help' => 'Εμφάνιση μιας ζωντανής προεπισκόπησης του PDF του τιμολογίου.<br/>Απενεργοποιήστε αυτή την επιλογή για βελτίωση της ταχύτητας επεξεργασίας τιμολογίων.',
|
||||
'force_pdfjs_help' => 'Αντικαταστήστε τον ενσωματωμένο παρουσιαστή PDF στο :chrome_link και :firefox_link.<br/>Ενεργοποιήστε αυτή την επιλογή εάν ο browser σας κατεβάζει αυτόματα το PDF.',
|
||||
'force_pdfjs' => 'Παρουσιαστής PDF',
|
||||
'force_pdfjs' => 'Παρεμπόδιση Μεταφόρτωσης',
|
||||
'redirect_url' => 'URL Ανακατεύθυνσης',
|
||||
'redirect_url_help' => 'Εναλλακτικά ορίστε ένα URL για ανακατεύθυνση μετά την πραγματοποίηση μιας πληρωμής.',
|
||||
'save_draft' => 'Αποθήκευση Πρόχειρου',
|
||||
@ -2293,6 +2294,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'renew_license' => 'Ανανέωση Άδειας Χρήσης',
|
||||
'iphone_app_message' => 'Σκεφτείτε να κατεβάσετε το :link',
|
||||
'iphone_app' => 'Εφαρμογή iPhone',
|
||||
'android_app' => 'Εφαρμογή Android',
|
||||
'logged_in' => 'Εισηγμένος',
|
||||
'switch_to_primary' => 'Αλλάξτε στην πρωτεύουσα επιχείρηση (:name) για να διαχειριστείτε το πλάνο σας.',
|
||||
'inclusive' => 'Συμπεριλαμβάνεται',
|
||||
@ -2345,7 +2347,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'statement' => 'Δήλωση',
|
||||
'statement_date' => 'Ημ/νία Δήλωσης',
|
||||
'inactivity_logout' => 'Έχετε αποσυνδεθεί λόγω αδράνειας.',
|
||||
'mark_active' => 'Σήμανση ως Ενεργός',
|
||||
'mark_active' => 'Σήμανση ως Ενεργό',
|
||||
'send_automatically' => 'Αυτόματη Αποστολή',
|
||||
'initial_email' => 'Αρχικό Email',
|
||||
'invoice_not_emailed' => 'Το τιμολόγιο δεν έχει αποσταλεί με email.',
|
||||
@ -2396,7 +2398,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'create_vendor' => 'Δημιουργία προμηθευτή',
|
||||
'create_expense_category' => 'Δημιουργία κατηγορίας',
|
||||
'pro_plan_reports' => ':link για την ενεργοποίηση των εκθέσεων με τη συμμετοχή στο Επαγγελματικό Πλάνο',
|
||||
'mark_ready' => 'Μαρκάρισμα ως Έτοιμο',
|
||||
'mark_ready' => 'Σήμανση ως Έτοιμο',
|
||||
|
||||
'limits' => 'Όρια',
|
||||
'fees' => 'Προμήθειες',
|
||||
@ -2464,12 +2466,32 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
|
||||
'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.',
|
||||
'listening' => 'Ηχητική καταγραφή...',
|
||||
'microphone_help' => 'Πείτε "νέο τιμολόγιο για [client]" ή "εμφάνισέ μου τις αρχειοθετημένες πληρωμές του [client]"',
|
||||
'voice_commands' => 'Ηχητικές Εντολές',
|
||||
'sample_commands' => 'Δείγματα εντολών',
|
||||
'voice_commands_feedback' => 'Εργαζόμαστε για να βελτιώσουμε αυτό το χαρακτηριστικό, εάν υπάρχει μία εντολή που θέλετε να υποστηρίζουμε παρακαλούμε στείλτε μας email στο :email.',
|
||||
'payment_type_Venmo' => 'Venmo',
|
||||
'archived_products' => 'Επιτυχής αρχειοθέτηση :count προϊόντων',
|
||||
'recommend_on' => 'Προτείνουμε την <b>ενεργοποίηση</b> αυτής της ρύθμισης.',
|
||||
'recommend_off' => 'Προτείνουμε την <b>απενεργοποίηση</b> αυτής της ρύθμισης.',
|
||||
'notes_auto_billed' => 'Αυτόματη χρέωση',
|
||||
'surcharge_label' => 'Ετικέτα Επιβάρυνσης',
|
||||
'contact_fields' => 'Πεδία Επαφής',
|
||||
'custom_contact_fields_help' => 'Προσθέστε ένα πεδίο όταν δημιουργείτε μία επαφή και εμφανίστε την ετικέτα και την τιμή του στο αρχείο PDF.',
|
||||
'datatable_info' => 'Εμφάνιση :start έως :end από :total εγγραφές',
|
||||
'credit_total' => 'Συνολική Πίστωση',
|
||||
'mark_billable' => 'Σήμανση ως χρεώσιμο',
|
||||
'billed' => 'Τιμολογήθηκαν',
|
||||
'company_variables' => 'Μεταβλητές Εταιρίας',
|
||||
'client_variables' => 'Μεταβλητές Πελάτη',
|
||||
'invoice_variables' => 'Μεταβλητές Τιμολογίου',
|
||||
'navigation_variables' => 'Μεταβλητές Πλοήγησης',
|
||||
'custom_variables' => 'Προσαρμοσμένες Μεταβλητές',
|
||||
'invalid_file' => 'Μη έγκυρος τύπος αρχείου',
|
||||
'add_documents_to_invoice' => 'Προσθέστε έγγραφα στο τιμολόγιο',
|
||||
'mark_expense_paid' => 'Σήμανση ως εξοφλημένο',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1704,6 +1704,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2249,7 +2250,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Editar Crédito',
|
||||
'live_preview_help' => 'Mostrar una previsualización del PDF en la página de la factura.<br/>Habilite esto si so navegador está descargando automáticamente el archivo PDF.',
|
||||
'force_pdfjs_help' => 'Reemplazar el visor de archivos PDF incorporado de :chrome_link y :firefox_link. <br/> Habilite esto si su navegador está descargando automáticamente el archivo PDF.',
|
||||
'force_pdfjs' => 'Visor PDF',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'URL de Redirección',
|
||||
'redirect_url_help' => 'Opcionalmente, especifique una URL para redireccionar luego que se ingrese el pago.',
|
||||
'save_draft' => 'Guardar Borrador',
|
||||
@ -2286,6 +2287,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renovar Licencia',
|
||||
'iphone_app_message' => 'Considere descargando nuestro :link',
|
||||
'iphone_app' => 'app para iPhone',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Conectado',
|
||||
'switch_to_primary' => 'CDámbiese a su compañía principal (:name) para administrar su plan.',
|
||||
'inclusive' => 'Inclusivo',
|
||||
@ -2458,11 +2460,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1707,6 +1707,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
|
||||
'lang_Spanish - Spain' => 'Español - España',
|
||||
'lang_Swedish' => 'Sueco',
|
||||
'lang_Albanian' => 'Albanés',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2252,7 +2253,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Guardar borrador',
|
||||
@ -2289,6 +2290,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
|
||||
'renew_license' => 'Renovar licencia',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2461,11 +2463,31 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1705,6 +1705,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'lang_Spanish - Spain' => 'Espagnol - Espagne',
|
||||
'lang_Swedish' => 'Suédois',
|
||||
'lang_Albanian' => 'Albanais',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Hebdomadaire',
|
||||
@ -2250,7 +2251,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'edit_credit' => 'Éditer le crédit',
|
||||
'live_preview_help' => 'Afficher une prévisualisation actualisée sur la page d\'une facture.<br/>Désactiver cette fonctionnalité pour améliorer les performances pendant l\'édition des factures.',
|
||||
'force_pdfjs_help' => 'Remplacer le lecteur PDF intégré dans :chrome_link et dans :firefox_link.<br/>Activez cette fonctionnalité si votre navigateur télécharge automatiquement les fichiers PDF.',
|
||||
'force_pdfjs' => 'Visionneuse de PDF',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'URL de redirection',
|
||||
'redirect_url_help' => 'Indiquez si vous le souhaitez une URL à laquelle vous vouler rediriger après l\'entrée d\'un paiement.',
|
||||
'save_draft' => 'Sauvegarder le brouillon',
|
||||
@ -2287,6 +2288,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'renew_license' => 'Renouveler la licence',
|
||||
'iphone_app_message' => 'Avez-vous penser télécharger notre :link',
|
||||
'iphone_app' => 'App iPhone',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Connecté',
|
||||
'switch_to_primary' => 'Veuillez basculer vers votre entreprise initiale (:name) pour gérer votre plan d\'abonnement.',
|
||||
'inclusive' => 'Inclusif',
|
||||
@ -2459,11 +2461,31 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -845,7 +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',
|
||||
'website_help' => 'Affiche la facture dans un iFrame sur votre site web',
|
||||
'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.',
|
||||
@ -1702,6 +1702,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'lang_Spanish - Spain' => 'Espagnol - Espagne',
|
||||
'lang_Swedish' => 'Suédois',
|
||||
'lang_Albanian' => 'Albanien',
|
||||
'lang_English - United Kingdom' => 'Anglais - Royaume Uni',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Hebdomadaire',
|
||||
@ -2247,7 +2248,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'edit_credit' => 'Éditer le crédit',
|
||||
'live_preview_help' => 'Afficher une prévisualisation actualisée sur la page d\'une facture.<br/>Désactiver cette fonctionnalité pour améliorer les performances pendant l\'édition des factures.',
|
||||
'force_pdfjs_help' => 'Remplacer le lecteur PDF intégré dans :chrome_link et dans :firefox_link.<br/>Activer cette fonctionnalité si votre navigateur télécharge automatiquement les fichiers PDF.',
|
||||
'force_pdfjs' => 'Visualisateur PDF',
|
||||
'force_pdfjs' => 'Empêcher le téléchargement',
|
||||
'redirect_url' => 'URL de redirection',
|
||||
'redirect_url_help' => 'Veuillez spécifier une URL optionnelle de redirection après la saisi d\'un paiement.',
|
||||
'save_draft' => 'Sauvegarder le brouillon',
|
||||
@ -2284,6 +2285,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'renew_license' => 'Renouveler la licence',
|
||||
'iphone_app_message' => 'Avez-vous penser télécharger notre :link',
|
||||
'iphone_app' => 'App iPhone',
|
||||
'android_app' => 'App Android',
|
||||
'logged_in' => 'Connecté',
|
||||
'switch_to_primary' => 'Veuillez basculer vers votre entreprise initiale (:name) pour gérer votre plan d\'abonnement.',
|
||||
'inclusive' => 'Inclusif',
|
||||
@ -2457,11 +2459,31 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
|
||||
'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.',
|
||||
'microphone_help' => 'Dites "nouvelle facture pour [client]" ou "montre-moi les paiements archivés pour [client]"',
|
||||
'voice_commands' => 'Commandes vocales',
|
||||
'sample_commands' => 'Exemples de commandes',
|
||||
'voice_commands_feedback' => 'Nous travaillons activement à l\'amélioration de cette fonctionnalité. Si vous souhaitez l\'ajout d\'une commande sépcifique, veuillez nous contacter par courriel à :email.',
|
||||
'payment_type_Venmo' => 'Venmo',
|
||||
'archived_products' => ':count produits archivés',
|
||||
'recommend_on' => 'Il est recommandé d\'<b>activer</b> cette option.',
|
||||
'recommend_off' => 'Il est recommandé de <b>désactiver</b> cette option.',
|
||||
'notes_auto_billed' => 'Autofacturation',
|
||||
'surcharge_label' => 'Intitulé de surcharge',
|
||||
'contact_fields' => 'Champs de contact',
|
||||
'custom_contact_fields_help' => 'Ajoute un champ lors de la création d\'un contact et affiche l\'intitulé et sa valeur dans le fichier PDF.',
|
||||
'datatable_info' => ':start entrées sur :end',
|
||||
'credit_total' => 'Total du crédit',
|
||||
'mark_billable' => 'Marquer comme facturable',
|
||||
'billed' => 'Facturé',
|
||||
'company_variables' => 'Variables de la compagnie',
|
||||
'client_variables' => 'Variables du client',
|
||||
'invoice_variables' => 'Variables de facture',
|
||||
'navigation_variables' => 'Variables de navigation',
|
||||
'custom_variables' => 'Variables personnalisées',
|
||||
'invalid_file' => 'Type de fichier invalide',
|
||||
'add_documents_to_invoice' => 'Ajouter un document à la facture',
|
||||
'mark_expense_paid' => 'Marquer comme payé',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1704,6 +1704,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2249,7 +2250,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2286,6 +2287,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2458,11 +2460,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -845,7 +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',
|
||||
'website_help' => 'Toon de factuur in een iFrame op uw eigen 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.',
|
||||
@ -1703,6 +1703,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'lang_Spanish - Spain' => 'Spaans - Spanje',
|
||||
'lang_Swedish' => 'Zweeds',
|
||||
'lang_Albanian' => 'Albanees',
|
||||
'lang_English - United Kingdom' => 'Engels - Verenigd Koninkrijk',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Wekelijks',
|
||||
@ -2248,7 +2249,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'edit_credit' => 'Krediet aanpassen',
|
||||
'live_preview_help' => 'Toon een live PDF voorbeeld op de factuur pagina.<br/>Schakel dit uit om de prestaties te verbeteren tijdens het bewerken van facturen.',
|
||||
'force_pdfjs_help' => 'Vervang de ingebouwde PDF viewer in :chrome_link en :firefox_link.<br/>Schakel dit in als je browser de PDF automatisch download.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Download voorkomen',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optioneel kan een URL opgegeven worden om naar door te verwijzen nadat een betaling is ingevoerd.',
|
||||
'save_draft' => 'Concept Opslaan',
|
||||
@ -2285,6 +2286,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'renew_license' => 'Licentie vernieuwen',
|
||||
'iphone_app_message' => 'Overweeg onze :link te downloaden',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Aangemeld',
|
||||
'switch_to_primary' => 'Schakel over naar uw primair bedrijf (:name) om uw abonnement te beheren.',
|
||||
'inclusive' => 'Inclusief',
|
||||
@ -2391,27 +2393,27 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'mark_ready' => 'Markeer als gereed',
|
||||
|
||||
'limits' => 'Limieten',
|
||||
'fees' => 'Vergoedingen',
|
||||
'fee' => 'Vergoeding',
|
||||
'set_limits_fees' => 'Stel :gateway_type limieten/vergoedingen in',
|
||||
'fees_tax_help' => 'Schakel regelitem belastingen in om vergoedingsbelastingen in te stellen.',
|
||||
'fees_sample' => 'De vergoeding voor een :amount factuur komt op :total.',
|
||||
'discount_sample' => 'De korting voor een :amount factuur komt neer op :total.',
|
||||
'no_fees' => 'Geen vergoedingen',
|
||||
'fees' => 'Transactiekosten',
|
||||
'fee' => 'Transactiekosten',
|
||||
'set_limits_fees' => 'Stel :gateway_type limieten/toeslag in',
|
||||
'fees_tax_help' => 'Schakel regelitem belastingen in om belastingstoeslag in te stellen.',
|
||||
'fees_sample' => 'De toeslag voor een :amount factuur is :total.',
|
||||
'discount_sample' => 'De korting voor een :amount factuur is :total.',
|
||||
'no_fees' => 'Geen transactiekosten',
|
||||
'gateway_fees_disclaimer' => 'Waarschuwing: niet alle staten/betalingsgateways laten het toe om kosten toe te voegen, gelieve lokale wetten/servicevoorwaarden te raadplegen.',
|
||||
'percent' => 'Procent',
|
||||
'location' => 'Locatie',
|
||||
'line_item' => 'Regelitem',
|
||||
'surcharge' => 'Toeslag',
|
||||
'location_first_surcharge' => 'Ingeschakeld - Eerste toelage',
|
||||
'location_first_surcharge' => 'Ingeschakeld - Eerste toeslag',
|
||||
'location_second_surcharge' => 'Ingeschakeld - Tweede toeslag',
|
||||
'location_line_item' => 'Ingeschakeld - Regelitem',
|
||||
'online_payment_surcharge' => 'Online betaling toeslag',
|
||||
'gateway_fees' => 'Gateway-toeslagen',
|
||||
'fees_disabled' => 'Toeslagen zijn uitgeschakeld',
|
||||
'gateway_fees_help' => 'Online betalingsvergoeding/korting automatisch toevoegen.',
|
||||
'online_payment_surcharge' => 'Online betalingstoeslag',
|
||||
'gateway_fees' => 'Gateway transactiekosten',
|
||||
'fees_disabled' => 'Transactiekosten zijn uitgeschakeld',
|
||||
'gateway_fees_help' => 'Online betalingstoeslag/korting automatisch toevoegen.',
|
||||
'gateway' => 'Gateway',
|
||||
'gateway_fee_change_warning' => 'Als er onbetaalde facturen met bijdragen zijn, moeten die handmatig bijgewerkt worden.',
|
||||
'gateway_fee_change_warning' => 'Als er onbetaalde facturen met transactiekosten zijn, moeten die handmatig bijgewerkt worden.',
|
||||
'fees_surcharge_help' => 'Toeslag aanpassen :link.',
|
||||
'label_and_taxes' => 'label en belastingen',
|
||||
'billable' => 'Factureerbare uren',
|
||||
@ -2429,7 +2431,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'auto_bill_failed' => 'Autofacturatie voor factuur :invoice_number mislukt',
|
||||
'online_payment_discount' => 'Online betalingskorting',
|
||||
'created_new_company' => 'Nieuw bedrijf succesfol aangemaakt',
|
||||
'fees_disabled_for_gateway' => 'Toeslagen zijn uitgeschakeld voor deze gateway.',
|
||||
'fees_disabled_for_gateway' => 'Transactiekosten zijn uitgeschakeld voor deze gateway.',
|
||||
'logout_and_delete' => 'Uitloggen/account opzeggen',
|
||||
'tax_rate_type_help' => 'Inclusief belastingen past de kost van het regelitem aan wanneer geselecteerd.',
|
||||
'invoice_footer_help' => 'Gebruik $pageNumber en $pageCount om de pagina informatie weer te geven.',
|
||||
@ -2457,11 +2459,31 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
|
||||
'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.',
|
||||
'microphone_help' => 'Zeg "nieuw factuur voor [client]" of "toon me [client]\'s gearchiveerde betalingen".',
|
||||
'voice_commands' => 'Stemcommando\'s',
|
||||
'sample_commands' => 'Voorbeeldcommando\'s',
|
||||
'voice_commands_feedback' => 'We werken actief aan deze feature, als er een commando is waarvan u wilt dat wij dat ondersteunen, mail ons dan op :email.',
|
||||
'payment_type_Venmo' => 'Venmo',
|
||||
'archived_products' => ':count producten succesvol gearchiveerd',
|
||||
'recommend_on' => 'We raden aan deze instellingen <b>in te schakelen</b>.',
|
||||
'recommend_off' => 'We raden aan deze instellingen <b>uit te schakelen</b>.',
|
||||
'notes_auto_billed' => 'Automatische geïncasseerd',
|
||||
'surcharge_label' => 'Toeslag label',
|
||||
'contact_fields' => 'Contact velden',
|
||||
'custom_contact_fields_help' => 'Voeg een veld toe bij het creeren van een contact en toon het label en de waarde op de PDF.',
|
||||
'datatable_info' => ':start tot :end van :totaal items worden getoond',
|
||||
'credit_total' => 'Totaal krediet',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Gefactureerd',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'lang_Spanish - Spain' => 'Hiszpański (Hiszpania)',
|
||||
'lang_Swedish' => 'Szwedzki',
|
||||
'lang_Albanian' => 'Albański',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Co tydzień',
|
||||
@ -2256,7 +2257,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'edit_credit' => 'Edytuj kredyt',
|
||||
'live_preview_help' => 'Wyświetlaj podgląd PDF na stronie faktury. <br/> Wyłącz tę opcję, aby uzyskać poprawę wydajności w trakcie edycji faktur.',
|
||||
'force_pdfjs_help' => 'Zastąp wbudowany podgląd plików PDF w :chrome_link i :firefox_link.<br/>Włącz tę opcję, jeśli przeglądarka automatycznie pobiera plik PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'URL przekierowania',
|
||||
'redirect_url_help' => 'Opcjonalnie określ adres URL do przekierowania po wprowadzeniu płatności.',
|
||||
'save_draft' => 'Zapisz wersję roboczą',
|
||||
@ -2293,6 +2294,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'renew_license' => 'Odnów licencję',
|
||||
'iphone_app_message' => 'Rozważ pobranie od nas :link',
|
||||
'iphone_app' => 'Aplikacja iPhone',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Zalogowany',
|
||||
'switch_to_primary' => 'Przełącz się na swoją główną firmę (:name), aby zarządzać planem.',
|
||||
'inclusive' => 'Wliczanie w kwotę',
|
||||
@ -2465,11 +2467,31 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1702,6 +1702,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2247,7 +2248,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2284,6 +2285,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2456,11 +2458,31 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1709,6 +1709,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Shqip',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Javore',
|
||||
@ -2254,7 +2255,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2291,6 +2292,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2463,11 +2465,31 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -850,7 +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',
|
||||
'website_help' => 'Visa fakturan i en iFrame på din hemsida',
|
||||
'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.',
|
||||
@ -1041,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' => 'Recurring Number',
|
||||
'recurring_invoice_number' => 'Återkommande nummer',
|
||||
'recurring_invoice_number_prefix_help' => 'Specificera ett prefix att lägga till på återkommande fakturor. Standard värde är \'R\'',
|
||||
|
||||
// Client Passwords
|
||||
@ -1716,6 +1716,7 @@ Nya Kaledonien',
|
||||
'lang_Spanish - Spain' => 'Spanska',
|
||||
'lang_Swedish' => 'Svenska',
|
||||
'lang_Albanian' => 'Albanska',
|
||||
'lang_English - United Kingdom' => 'Engelska - Storbritannien',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Veckovis',
|
||||
@ -2269,7 +2270,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'live_preview_help' => 'Visar en förhandsgranskning av PDF live på fakturasidan.<br/>Stäng av denna för att förbättra prestandan vid fakturaredigering.',
|
||||
'force_pdfjs_help' => 'Ersätt den inbyggda PDF-visaren i :chrome_link och :firefox_link.
|
||||
<br />Aktivera detta om din webbläsare automatiskt laddar hem PDF:erna.',
|
||||
'force_pdfjs' => 'PDF-visare',
|
||||
'force_pdfjs' => 'Förhindra nerladdning',
|
||||
'redirect_url' => 'Omdirigeringsadress',
|
||||
'redirect_url_help' => 'Alternativt specificera en URL att gå till efter en betalning är gjord.',
|
||||
'save_draft' => 'Spara utkast',
|
||||
@ -2306,6 +2307,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'renew_license' => 'Förnya licens',
|
||||
'iphone_app_message' => 'Överväg nerladdning av :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Inloggad',
|
||||
'switch_to_primary' => 'Byta till ditt primära företag (:name) för att hantera din prenumeration.',
|
||||
'inclusive' => 'Inklusive',
|
||||
@ -2474,15 +2476,35 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
|
||||
'reply_to_email' => 'Reply-To E-post',
|
||||
'reply_to_email_help' => 'Specifiera reply-to adress för klient mail.',
|
||||
'bcc_email_help' => 'Inkludera denna adress privat med kundens e-post.',
|
||||
'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.',
|
||||
'import_complete' => 'Din import har slutförts utan problem.',
|
||||
'confirm_account_to_import' => 'Vänligen bekräfta ditt konto för att importera data.',
|
||||
'import_started' => 'Din import har startat, vi skickar ett epost meddelande när det är klart.',
|
||||
'listening' => 'Lyssnar....',
|
||||
'microphone_help' => 'Säg "ny faktura till [kund]" eller "visa mig [kund]´s arkiverade betalningar"',
|
||||
'voice_commands' => 'Röst kommando',
|
||||
'sample_commands' => 'Test kommandon',
|
||||
'voice_commands_feedback' => 'Vi arbetat aktivt med att förbättra denna funktion, om där är ett kommando du vill vi ska stödja skicka ett mail till :email',
|
||||
'payment_type_Venmo' => 'Venmo',
|
||||
'archived_products' => 'Arkiverade :count produkter utan problem',
|
||||
'recommend_on' => 'Vi rekommenderar <b>aktivering</b> av denna inställning.',
|
||||
'recommend_off' => 'Vi rekommenderar <b>inaktivering</b> av denna inställning.',
|
||||
'notes_auto_billed' => 'Automatisk fakturering',
|
||||
'surcharge_label' => 'Tilläggsetikett',
|
||||
'contact_fields' => 'Kontaktfält',
|
||||
'custom_contact_fields_help' => 'Lägg fält vid skapande av kontakt och visa stämpel och värdet på PDF',
|
||||
'datatable_info' => 'Visar :start till :end av :total poster',
|
||||
'credit_total' => 'Kredit Totalt',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Fakturerad',
|
||||
'company_variables' => 'Företagsvariabler',
|
||||
'client_variables' => 'Klientvariabler',
|
||||
'invoice_variables' => 'Fakturavariabler',
|
||||
'navigation_variables' => 'Navigationsvariabler',
|
||||
'custom_variables' => 'Anpassade variabler',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -1711,6 +1711,7 @@ $LANG = array(
|
||||
'lang_Spanish - Spain' => 'Spanish - Spain',
|
||||
'lang_Swedish' => 'Swedish',
|
||||
'lang_Albanian' => 'Albanian',
|
||||
'lang_English - United Kingdom' => 'English - United Kingdom',
|
||||
|
||||
// Frequencies
|
||||
'freq_weekly' => 'Weekly',
|
||||
@ -2256,7 +2257,7 @@ $LANG = array(
|
||||
'edit_credit' => 'Edit Credit',
|
||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||
'force_pdfjs' => 'PDF Viewer',
|
||||
'force_pdfjs' => 'Prevent Download',
|
||||
'redirect_url' => 'Redirect URL',
|
||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||
'save_draft' => 'Save Draft',
|
||||
@ -2293,6 +2294,7 @@ $LANG = array(
|
||||
'renew_license' => 'Renew License',
|
||||
'iphone_app_message' => 'Consider downloading our :link',
|
||||
'iphone_app' => 'iPhone app',
|
||||
'android_app' => 'Android app',
|
||||
'logged_in' => 'Logged In',
|
||||
'switch_to_primary' => 'Switch to your primary company (:name) to manage your plan.',
|
||||
'inclusive' => 'Inclusive',
|
||||
@ -2465,11 +2467,31 @@ $LANG = array(
|
||||
'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...\'',
|
||||
'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"',
|
||||
'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',
|
||||
'archived_products' => 'Successfully archived :count products',
|
||||
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||
'notes_auto_billed' => 'Auto-billed',
|
||||
'surcharge_label' => 'Surcharge Label',
|
||||
'contact_fields' => 'Contact Fields',
|
||||
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.',
|
||||
'datatable_info' => 'Showing :start to :end of :total entries',
|
||||
'credit_total' => 'Credit Total',
|
||||
'mark_billable' => 'Mark billable',
|
||||
'billed' => 'Billed',
|
||||
'company_variables' => 'Company Variables',
|
||||
'client_variables' => 'Client Variables',
|
||||
'invoice_variables' => 'Invoice Variables',
|
||||
'navigation_variables' => 'Navigation Variables',
|
||||
'custom_variables' => 'Custom Variables',
|
||||
'invalid_file' => 'Invalid file type',
|
||||
'add_documents_to_invoice' => 'Add documents to invoice',
|
||||
'mark_expense_paid' => 'Mark paid',
|
||||
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
|
||||
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user