Updated language files

This commit is contained in:
Hillel Coren 2017-06-15 10:53:18 +03:00
parent cb533871ac
commit 78434fe159
41 changed files with 28838 additions and 543 deletions

View File

@ -79,8 +79,8 @@ class DashboardController extends BaseController
'tasks' => $tasks,
'showBlueVinePromo' => $showBlueVinePromo,
'showWhiteLabelExpired' => $showWhiteLabelExpired,
'headerClass' => in_array(\App::getLocale(), ['lt', 'pl', 'cs', 'sl']) ? 'in-large' : 'in-thin',
'footerClass' => in_array(\App::getLocale(), ['lt', 'pl', 'cs', 'sl']) ? '' : 'in-thin',
'headerClass' => in_array(\App::getLocale(), ['lt', 'pl', 'cs', 'sl', 'tr_TR']) ? 'in-large' : 'in-thin',
'footerClass' => in_array(\App::getLocale(), ['lt', 'pl', 'cs', 'sl', 'tr_TR']) ? '' : 'in-thin',
];
if ($showBlueVinePromo) {

View File

@ -34,6 +34,9 @@ class LanguageSeeder extends Seeder
['name' => 'English - United Kingdom', 'locale' => 'en_UK'],
['name' => 'Portuguese - Portugal', 'locale' => 'pt_PT'],
['name' => 'Slovenian', 'locale' => 'sl'],
['name' => 'Finnish', 'locale' => 'fi'],
['name' => 'Romanian', 'locale' => 'ro'],
['name' => 'Turkish - Turkey', 'locale' => 'tr_TR'],
];
foreach ($languages as $language) {

File diff suppressed because one or more lines are too long

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Guest',
'company_details' => 'Company Details',
'online_payments' => 'Online Payments',
'notifications' => 'Email Notifications',
'notifications' => 'Notifications',
'import_export' => 'Import | Export',
'done' => 'Done',
'save' => 'Save',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Currency Code',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Host',
'company_details' => 'Detaily firmy',
'online_payments' => 'Online platby',
'notifications' => 'Emailové notifikace',
'notifications' => 'Notifications',
'import_export' => 'Import | Export | Zrušit',
'done' => 'Hotovo',
'save' => 'Uložit',
@ -997,8 +997,8 @@ $LANG = array(
'quote_issued_to' => 'Náklad je vystaven',
'show_currency_code' => 'Kód měny',
'trial_message' => 'Váš účet získá zdarma 2 týdny zkušební verze Profi plánu.',
'trial_footer' => 'Vaše zkušební verze trvá :count dnů, :link upradujte nyní.',
'trial_footer_last_day' => 'Dnes je poslední den Vašeho zkušebního období , :link upradujte nyní.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Vyzkoušet zdarma',
'trial_success' => '14-ti denní zkušební lhůta úspěšně nastavena',
'overdue' => 'Po termínu',
@ -1715,6 +1715,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1725,24 +1730,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2098,7 +2085,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2224,6 +2210,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2246,6 +2233,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gæst',
'company_details' => 'Firmainformation',
'online_payments' => 'On-line betaling',
'notifications' => 'Notifikationer',
'notifications' => 'Notifications',
'import_export' => 'Import/Eksport',
'done' => 'Færdig',
'save' => 'Gem',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Currency Code',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sendt',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -17,11 +17,11 @@ $LANG = array(
'first_name' => 'Vorname',
'last_name' => 'Nachname',
'phone' => 'Telefon',
'email' => 'Email',
'email' => 'E-Mail',
'additional_info' => 'Zusätzliche Info',
'payment_terms' => 'Zahlungsbedingungen',
'currency_id' => 'Währung',
'size_id' => 'Firmengrösse',
'size_id' => 'Firmengröße',
'industry_id' => 'Kategorie',
'private_notes' => 'Notizen',
'invoice' => 'Rechnung',
@ -38,7 +38,7 @@ $LANG = array(
'tax' => 'Steuer',
'item' => 'Artikel',
'description' => 'Beschreibung',
'unit_cost' => 'Kosten pro Einheit',
'unit_cost' => 'Einzelpreis',
'quantity' => 'Menge',
'line_total' => 'Summe',
'subtotal' => 'Zwischensumme',
@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gast',
'company_details' => 'Firmendaten',
'online_payments' => 'Online-Zahlungen',
'notifications' => 'Benachrichtigungen',
'notifications' => 'Notifications',
'import_export' => 'Import/Export',
'done' => 'Erledigt',
'save' => 'Speichern',
@ -386,7 +386,7 @@ $LANG = array(
'mark_sent' => 'Als versendet markieren',
'gateway_help_1' => ':link um sich bei Authorize.net anzumelden.',
'gateway_help_2' => ':link um sich bei Authorize.net anzumelden.',
'gateway_help_17' => ':link um deine PayPal API-Signatur zu erhalten.',
'gateway_help_17' => ':link, um deine PayPal API-Signatur zu erhalten.',
'gateway_help_27' => ':link to sign up for 2Checkout.com. To ensure payments are tracked set :complete_link as the redirect URL under Account > Site Management in the 2Checkout portal.',
'more_designs' => 'Weitere Designs',
'more_designs_title' => 'Zusätzliche Rechnungsdesigns',
@ -674,7 +674,7 @@ $LANG = array(
'iframe_url' => 'Webseite',
'iframe_url_help1' => 'Kopiere den folgenden Code in eine Seite auf deiner Website.',
'iframe_url_help2' => 'Du kannst diese Funktion testen, in dem du für eine Rechnung \'Als Empfänger betrachten\'. anklickst.',
'auto_bill' => 'Auto-Rechnung',
'auto_bill' => 'Wiederkehrende Zahlungen',
'military_time' => '24-Stunden-Zeit',
'last_sent' => 'Zuletzt versendet',
'reminder_emails' => 'Erinnerungs-Emails',
@ -784,7 +784,7 @@ $LANG = array(
'activity_47' => ':user hat Ausgabe :expense bearbeitet',
'payment' => 'Zahlung',
'system' => 'System',
'signature' => 'Email-Signatur',
'signature' => 'E-Mail-Signatur',
'default_messages' => 'Standardnachrichten',
'quote_terms' => 'Angebotsbedingungen',
'default_quote_terms' => 'Standard-Angebotsbedingungen',
@ -838,13 +838,13 @@ $LANG = array(
'publishable_key' => 'Öffentlicher Schlüssel',
'secret_key' => 'Geheimer Schlüssel',
'missing_publishable_key' => 'Legen Sie den Stripe-Schlüssel für einen verbesserten Checkout-Vorgang fest',
'email_design' => 'Email Design',
'email_design' => 'E-Mail-Design',
'due_by' => 'Fällig am :date',
'enable_email_markup' => 'Markup erlauben',
'enable_email_markup_help' => 'Machen Sie es einfacher für Ihre Kunden zu bezahlen, indem Sie schema.org Markup zu Ihren E-Mails hinzufügen.',
'template_help_title' => 'Vorlagen Hilfe',
'template_help_1' => 'Verfügbare Variablen:',
'email_design_id' => 'E-Mail Stil',
'email_design_id' => 'E-Mail-Stil',
'email_design_help' => 'Lass deine E-Mails durch die Verwendung von HTML Layouts professioneller aussehen.',
'plain' => 'Einfach',
'light' => 'Hell',
@ -854,9 +854,9 @@ $LANG = array(
'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.',
'custom_account_fields_helps' => 'Füge ein Feld (Bezeichnung und zugehörigen Wert) zu dem Firmen-Detailabschnitt in der PDF-Datei zu.',
'custom_invoice_fields_helps' => 'Füge ein Feld hinzu, wenn eine neue Rechnung erstellt wird und zeige die Bezeichnung und den Wert auf der PDF-Datei an.',
'custom_client_fields_helps' => 'Füge ein Feld hinzu, wenn ein neuer Kunde erstellt wird und zeige die Bezeichnung und den Wert auf der Rechnung.',
'custom_account_fields_helps' => 'Füge ein Feld, mit Bezeichnung und zugehörigem Wert, zum Firmen-Detailabschnitt in der Rechnung hinzu.',
'custom_invoice_fields_helps' => 'Füge ein Feld hinzu, wenn eine neue Rechnung erstellt wird und zeige die Bezeichnung und den Wert auf der Rechnung an.',
'custom_invoice_charges_helps' => 'Füge ein Feld hinzu, wenn eine neue Rechnung erstellt wird und erfasse die Kosten in den Zwischensummen der Rechnung.',
'token_expired' => 'Validierungstoken ist abgelaufen. Bitte probieren Sie es erneut.',
'invoice_link' => 'Link zur Rechnung',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Angebot ausgefertigt an',
'show_currency_code' => 'Währungscode',
'trial_message' => 'Ihr Account erhält zwei Wochen Probemitgliedschaft für unseren Pro-Plan.',
'trial_footer' => 'Ihre kostenlose Probezeit hält weitere :count Tage an, :link um das Upgrade jetzt durchzuführen.',
'trial_footer_last_day' => 'Heute ist der letzte Tag Ihrer kostenlosen Probezeit, :link um upzugraden.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Kostenlose Probezeit starten',
'trial_success' => 'Erfolgreich eine 2-Wochen Testversion aktiviert',
'overdue' => 'Überfällig',
@ -1345,8 +1345,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'auto_bill_notification_placeholder' => 'Der Rechnungsbetrag dieser Rechnung wird automatisch am Fälligkeitsdatum von Ihrer Kreditkarte abgebucht.',
'payment_settings' => 'Zahlungseinstellungen',
'on_send_date' => 'On send date',
'on_due_date' => 'On due date',
'on_send_date' => 'Am Rechnungsdatum',
'on_due_date' => 'Am Fälligkeitsdatum',
'auto_bill_ach_date_help' => 'Am Tag der Fälligkeit wird ACH immer automatisch verrechnet.',
'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.',
@ -1713,6 +1713,11 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'Englisch (UK)',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Wöchentlich',
@ -1723,24 +1728,6 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'freq_six_months' => 'Halbjährlich',
'freq_annually' => 'Jährlich',
// Payment types
'payment_type_Apply Credit' => 'Guthaben anwenden',
'payment_type_Bank Transfer' => 'Überweisung',
'payment_type_Cash' => 'Bar',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa-Karte',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Kreditkarte (andere)',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Scheck',
// Industries
'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen',
'industry_Advertising' => 'Werbung',
@ -2005,7 +1992,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'update_credit' => 'Saldo aktualisieren',
'updated_credit' => 'Saldo erfolgreich aktualisiert',
'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.',
'live_preview_help' => 'Zeige Live-Vorschau der PDF-Datei 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' => 'Verhindere Download',
'redirect_url' => 'Umleitungs-URL',
@ -2051,7 +2038,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'exclusive' => 'Exklusive',
'postal_city_state' => 'Plz/Stadt/Staat',
'phantomjs_help' => 'In bestimmten Fällen nutzt diese App :link_phantom um PDFs zu erzeugen. Installieren Sie :link_docs, um diese lokal zu erzeugen.',
'phantomjs_local' => 'Benutze lokale PhantomJS',
'phantomjs_local' => 'Benutze lokale PhantomJS Instanz',
'client_number' => 'Kundennummer',
'client_number_help' => 'Geben Sie einen Präfix oder ein benutzerdefiniertes Schema an, um die Kundennummer dynamisch zu erzeugen.',
'next_client_number' => 'Die nächste Kundennummer ist :number.',
@ -2096,7 +2083,6 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'view_statement' => 'Zeige Bericht',
'statement' => 'Bericht',
'statement_date' => 'Bericht Datum',
'inactivity_logout' => 'Aufgrund von Inaktivität wurden Sie automatisch ausgeloggt.',
'mark_active' => 'Markiere aktiv',
'send_automatically' => 'Automatisch senden',
'initial_email' => 'Initiale E-Mail',
@ -2127,7 +2113,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'valid_thru' => 'Gültig\nthru',
'product_fields' => 'Produktfelder',
'custom_product_fields_help' => 'Füge ein Feld hinzu, wenn eine neues Produkt oder Rechnung erstellt wird und zeige die Bezeichnung und den Wert auf der PDF-Datei an.',
'custom_product_fields_help' => 'Füge ein Feld hinzu, wenn eine neues Produkt oder Rechnung erstellt wird und zeige die Bezeichnung und den Wert auf der Rechnung an.',
'freq_two_months' => 'Zwei Monate',
'freq_yearly' => 'Jährlich',
'profile' => 'Profil',
@ -2153,7 +2139,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'limits' => 'Grenzwerte',
'fees' => 'Gebühren',
'fee' => 'Gebühr',
'set_limits_fees' => 'Set :gateway_type Limits/Fees',
'set_limits_fees' => 'Limits/Gebühren festlegen',
'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.',
@ -2167,9 +2153,9 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'location_second_surcharge' => 'Aktiviert - Zweite Mahngebühr',
'location_line_item' => 'Aktiv - Posten',
'online_payment_surcharge' => 'Online Payment Surcharge',
'gateway_fees' => 'Zugangsgebühren',
'gateway_fees' => 'Transaktionsgebühren',
'fees_disabled' => 'Gebühren sind deaktiviert',
'gateway_fees_help' => 'Automatically add an online payment surcharge/discount.',
'gateway_fees_help' => 'Automatisch einen Online-Zahlungszuschlag oder Rabatt hinzufügen.',
'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.',
@ -2191,7 +2177,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'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.',
'tax_rate_type_help' => 'Inklusive Steuern passen Einzelpostenkosten an, wenn sie ausgewählt werden.',
'invoice_footer_help' => 'Verwende $pageNumber und $pageCount um Seiteninformationen anzuzeigen.',
'credit_note' => 'Credit Note',
'credit_issued_to' => 'Credit issued to',
@ -2222,14 +2208,15 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Archivierung erfolgreich :Produktzähler',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
'recommend_on' => 'Wir empfehlen diese Einstellung zu <b>aktivieren</b>.',
'recommend_off' => 'Wir empfehlen diese Einstellung zu <b>deaktivieren</b>.',
'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',
'surcharge_label' => 'Aufschlagsfeldbezeichnung',
'contact_fields' => 'Kontaktfelder',
'custom_contact_fields_help' => 'Füge ein Feld hinzu, wenn ein neuer Kontakt erstellt wird und zeige die Bezeichnung und den Wert auf der Rechnung.',
'datatable_info' => 'Zeige Eintrag :start bis :end von :total',
'credit_total' => 'Credit Total',
'mark_billable' => 'zur Verrechnung kennzeichnen',
'billed' => 'Verrechnet',
@ -2244,6 +2231,42 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'versendet',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Επισκέπτης',
'company_details' => 'Στοιχεία Εταιρείας',
'online_payments' => 'Πληρωμές Online',
'notifications' => 'Ειδοποιήσεις Email',
'notifications' => 'Ειδοποιήσεις',
'import_export' => 'Εισαγωγή | Εξαγωγή',
'done' => 'Έτοιμο',
'save' => 'Αποθήκευση',
@ -645,7 +645,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'invoice_no' => 'Αρ. Τιμολογίου',
'quote_no' => 'Προσφορά Αρ.',
'recent_payments' => 'Πρόσφατες Πληρωμές',
'outstanding' => 'Εξαιρετικά',
'outstanding' => 'Εκκρεμή',
'manage_companies' => 'Διαχείριση Εταιρειών',
'total_revenue' => 'Συνολικά Έσοδα',
'current_user' => 'Τρέχων Χρήστης',
@ -995,8 +995,8 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'quote_issued_to' => 'Έκδοση προσφοράς προς',
'show_currency_code' => 'Κωδικός Νομίσματος',
'trial_message' => 'Ο λογαριασμός σας θα δεχθεί μια δωρεάν δοκιμαστική περίοδο δύο εβδομάδων στο επαγγελματικό μας πλάνο.',
'trial_footer' => 'Η δωρεάν δοκιμαστική περίοδο ισχύει για :count ακόμα ημέρες, :link για να αναβαθμίσετε τώρα.',
'trial_footer_last_day' => 'Αυτή είναι η τελευταία ημέρα της δωρεάν δοκιμαστικής περιόδου, :link για να αναβαθμίσετε τώρα.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Έναρξη Δωρεάν Δοκιμής',
'trial_success' => 'Επιτυχής ενεργοποίηση δωρεάν δοκιμαστικής περιόδου δύο εβδομάδων στο επαγγελματικό πλάνο.',
'overdue' => 'Εκπρόθεσμος',
@ -1713,6 +1713,11 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'lang_Albanian' => 'Αλβανικά',
'lang_English - United Kingdom' => 'Αγγλικά - Ηνωμένο Βασίλειο',
'lang_Slovenian' => 'Σλοβένικά',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Εβδομάδα',
@ -1723,24 +1728,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'freq_six_months' => 'Έξι μήνες',
'freq_annually' => 'Έτος',
// Payment types
'payment_type_Apply Credit' => 'Εφαρμογή Πίστωσης',
'payment_type_Bank Transfer' => 'Τραπεζικό Έμβασμα',
'payment_type_Cash' => 'Μετρητά',
'payment_type_Debit' => 'Χρέωση',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Άλλη πιστωτική κάρτα',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Επιταγή',
// Industries
'industry_Accounting & Legal' => 'Λογιστικά & Νομικά',
'industry_Advertising' => 'Διαφημίσεις',
@ -2096,7 +2083,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'view_statement' => 'Εμφάνιση Δήλωσης',
'statement' => 'Δήλωση',
'statement_date' => 'Ημ/νία Δήλωσης',
'inactivity_logout' => 'Έχετε αποσυνδεθεί λόγω αδράνειας.',
'mark_active' => 'Σήμανση ως Ενεργό',
'send_automatically' => 'Αυτόματη Αποστολή',
'initial_email' => 'Αρχικό Email',
@ -2222,6 +2208,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'sample_commands' => 'Δείγματα εντολών',
'voice_commands_feedback' => 'Εργαζόμαστε για να βελτιώσουμε αυτό το χαρακτηριστικό, εάν υπάρχει μία εντολή που θέλετε να υποστηρίζουμε παρακαλούμε στείλτε μας email στο :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Έμβασμα',
'archived_products' => 'Επιτυχής αρχειοθέτηση :count προϊόντων',
'recommend_on' => 'Προτείνουμε την <b>ενεργοποίηση</b> αυτής της ρύθμισης.',
'recommend_off' => 'Προτείνουμε την <b>απενεργοποίηση</b> αυτής της ρύθμισης.',
@ -2244,6 +2231,42 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'white_label_license_error' => 'Αδυναμία επικύρωσης της άδειας, ελέγξτε το αρχείο storage/logs/laravel-error.log για περισσότερες λεπτομέρειες.',
'plan_price' => 'Τιμή Πλάνου',
'wrong_confirmation' => 'Λανθασμένος κωδικός επιβεβαίωσης',
'oauth_taken' => 'Ο λογαριασμός χρήστη έχει ήδη καταχωρηθεί',
'emailed_payment' => 'Επιτυχής αποστολή πληρωμής με Email',
'email_payment' => 'Αποστολή πληρωμής με Email',
'sent' => 'απεστάλη',
'invoiceplane_import' => 'Χρησιμοποιήστε το :link για να μεταφέρετε τα δεδομένα σας από το InvoicePlane.',
'duplicate_expense_warning' => 'Προειδοποίηση: Το :link μπορεί να είναι διπλή εγγραφή',
'expense_link' => 'έξοδο',
'resume_task' => 'Επανέναρξη Εργασίας',
'resumed_task' => 'Επιτυχής επανέναρξη εργασίας',
'quote_design' => 'Σχεδιασμός Προσφοράς',
'default_design' => 'Προεπιλεγμένος Σχεδιασμός',
'custom_design1' => 'Προσαρμοσμένος Σχεδιασμός 1',
'custom_design2' => 'Προσαρμοσμένος Σχεδιασμός 2',
'custom_design3' => 'Προσαρμοσμένος Σχεδιασμός 3',
'empty' => 'Κενό',
'load_design' => 'Φόρτωση Σχεδιασμού',
'accepted_card_logos' => 'Λογότυπα Αποδεκτών Καρτών',
'phantomjs_local_and_cloud' => 'Χρησιμοποιείτε το τοπικό PhantomJS, επιστροφή πίσω στο phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Κλειδί Analytics',
'analytics_key_help' => 'Ιχνηλατήστε τις πληρωμές σας χρησιμοποιώντας :link',
'start_date_required' => 'Απαιτείται η ημερομηνία έναρξης',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -2229,7 +2234,7 @@ $LANG = array(
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'Sent',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Invitado',
'company_details' => 'Detalles de la Empresa',
'online_payments' => 'Pagos Online',
'notifications' => 'Notificaciones',
'notifications' => 'Notifications',
'import_export' => 'Importar/Exportar',
'done' => 'Hecho',
'save' => 'Guardar',
@ -988,8 +988,8 @@ $LANG = array(
'quote_issued_to' => 'Cotización emitida para',
'show_currency_code' => 'Código de Divisa',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1706,6 +1706,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1716,24 +1721,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2089,7 +2076,6 @@ $LANG = array(
'view_statement' => 'Ver Estado De Cuenta',
'statement' => 'Estado De Cuenta',
'statement_date' => 'Fecha del Estado De Cuenta',
'inactivity_logout' => 'Se ha cerrado la sesión por inactividad.',
'mark_active' => 'Marcar como Activo',
'send_automatically' => 'Enviar Automáticamente',
'initial_email' => 'Email Inicial',
@ -2215,6 +2201,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2237,6 +2224,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'enviado',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Invitado',
'company_details' => 'Detalles de la Empresa',
'online_payments' => 'Pagos Online',
'notifications' => 'Notificaciones',
'notifications' => 'Notifications',
'import_export' => 'Importar/Exportar',
'done' => 'Hecho',
'save' => 'Guardar',
@ -991,8 +991,8 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'quote_issued_to' => 'Presupuesto emitido a',
'show_currency_code' => 'Código de Moneda',
'trial_message' => 'Tu cuenta recibirá dos semanas gratuitas de nuestro plan Pro.',
'trial_footer' => 'A tu periodo de prueba le quedan :count dias mas, :link para actualizar a Pro',
'trial_footer_last_day' => 'Este es el último día de su periodo de prueba, :link para actualizar a Pro',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Iniciar periodo de Prueba',
'trial_success' => 'Habilitado correctamente el periodo de dos semanas de prueba Pro ',
'overdue' => 'Atraso',
@ -1709,6 +1709,11 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'lang_Albanian' => 'Albanés',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1719,24 +1724,6 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Transferencia bancaria',
'payment_type_Cash' => 'Efectivo',
'payment_type_Debit' => 'Débito',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Tarjeta VISA',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Otras tarjetas de crédito',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Cheque',
// Industries
'industry_Accounting & Legal' => 'Contabilidad y legal',
'industry_Advertising' => 'Publicidad',
@ -2092,7 +2079,6 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2218,6 +2204,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2240,6 +2227,42 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'Enviado',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

1633
resources/lang/fi/auth.php Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2277
resources/lang/fi/texts.php Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -989,8 +989,8 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no
'quote_issued_to' => 'Devis à l\'attention de',
'show_currency_code' => 'Code de la devise',
'trial_message' => 'Votre compte va être crédité d\'un essai gratuit de 2 semaines de notre Plan pro.',
'trial_footer' => 'Il reste :count jours à votre essai gratuit, :link pour mettre à jour maintenant',
'trial_footer_last_day' => 'Ceci est le dernier jour de votre essai gratuit, :link pour mettre à niveau maintenant.',
'trial_footer' => 'Il vous reste :count jours d\'essai sur notre offre Pro, :link modifiez votre abonnement maintenant.',
'trial_footer_last_day' => 'C\'est votre dernier jour d\'essai sur notre offre Pro, :link modifiez votre abonnement maintenant.',
'trial_call_to_action' => 'Commencer l\'essai gratuit',
'trial_success' => 'Crédit d\'un essai gratuit de 2 semaines de notre Plan pro avec succès',
'overdue' => 'Impayé',
@ -1684,7 +1684,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'country_Wallis and Futuna' => 'Wallis et Futuna',
'country_Samoa' => 'Samoa',
'country_Yemen' => 'Yémen',
'country_Zambia' => 'Zambia',
'country_Zambia' => 'Zambie',
// Languages
'lang_Brazilian Portuguese' => 'Portuguais - Brésil',
@ -1707,6 +1707,11 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Albanian' => 'Albanais',
'lang_English - United Kingdom' => 'Anglais - Royaume Uni',
'lang_Slovenian' => 'Slovène',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Hebdomadaire',
@ -1717,24 +1722,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'freq_six_months' => 'Semestrielle',
'freq_annually' => 'Annuelle',
// Payment types
'payment_type_Apply Credit' => 'Appliquer le crédit',
'payment_type_Bank Transfer' => 'Transfert bancaire',
'payment_type_Cash' => 'Comptant',
'payment_type_Debit' => 'Débit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Carte Visa',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Autre carte de crédit',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Chèque',
// Industries
'industry_Accounting & Legal' => 'Comptabilité & Légal',
'industry_Advertising' => 'Publicité',
@ -2090,7 +2077,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'view_statement' => 'Voir le relevé',
'statement' => 'Relevé',
'statement_date' => 'Date du relevé',
'inactivity_logout' => 'En raison d\'inactivité, vous avez été automatiquement déconnecté.',
'mark_active' => 'Marquer comme actif',
'send_automatically' => 'Envoyer automatiquement',
'initial_email' => 'Courriel initial',
@ -2100,8 +2086,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'recipients' => 'Destinataires',
'save_as_default' => 'Sauvegarder par défaut',
'template' => 'Modèle',
'start_of_week_help' => 'Utilisés par des sélecteurs de <b>date>/b>',
'financial_year_start_help' => 'Utilisés par des sélecteurs de <b>plages de date>/b>',
'start_of_week_help' => 'Utilisés par des sélecteurs de <b>date</b>',
'financial_year_start_help' => 'Utilisés par des sélecteurs de <b>plages de date</b>',
'reports_help' => 'Shift + Click pour trier plusieurs colonnes, Ctrl + Click pour annuler la sélection',
'this_year' => 'Année encours',
@ -2216,6 +2202,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => ':count produits archivés',
'recommend_on' => 'Nous recommandons d\'<b>activer</b> ce réglage.',
'recommend_off' => 'Nous recommandons de<b>désactiver</b> ce réglage.',
@ -2237,7 +2224,43 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'mark_expense_paid' => 'Marquer payé',
'white_label_license_error' => 'Validation de licence échouée, vérifier storage/logs/laravel-error.log pour plus de détails.',
'plan_price' => 'Prix du Plan',
'wrong_confirmation' => 'Incorrect confirmation code',
'wrong_confirmation' => 'Code de confirmation incorrect',
'oauth_taken' => 'Le compte est déjà enregistré',
'emailed_payment' => 'Paiement envoyé avec succès par email',
'email_payment' => 'Envoyer le paiement par email',
'sent' => 'envoyé',
'invoiceplane_import' => 'Utiliser: :link pour migrer vos données depuis InvoicePlane',
'duplicate_expense_warning' => 'Attention: Ce :link est peut être un doublon',
'expense_link' => 'Dépenses',
'resume_task' => 'Relancer la tâche',
'resumed_task' => 'Tâche relancée avec succès',
'quote_design' => 'Mise en page des Devis',
'default_design' => 'Mise en page par défaut',
'custom_design1' => 'Modèle personnalisé 1',
'custom_design2' => 'Modèle personnalisé 2',
'custom_design3' => 'Modèle personnalisé 3',
'empty' => 'Vide',
'load_design' => 'Chargé un modèle',
'accepted_card_logos' => 'Logos des cartes acceptées',
'phantomjs_local_and_cloud' => 'Utilisation locale de PhantomJS, retombant à phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Suivez les paiements en utilisant :link',
'start_date_required' => 'La date de début est requise',
'application_settings' => 'Paramètres de l\'application',
'database_connection' => 'Connection base de donnée',
'driver' => 'Pilote',
'host' => 'Domaine',
'database' => 'Base de donnée',
'test_connection' => 'Tester la connexion',
'from_name' => 'Nom expéditeur',
'from_address' => 'Adresse expéditeur',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Domaine Mailgun',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Envoyer un email de test',
);

View File

@ -986,8 +986,8 @@ $LANG = array(
'quote_issued_to' => 'La soumission a été émise pour',
'show_currency_code' => 'Code de devise',
'trial_message' => 'Vous allez bénéficier d\'un essai gratuit de 2 semaines au Plan Pro.',
'trial_footer' => 'Il reste :count jours à votre essai gratuit, :link pour continuer.',
'trial_footer_last_day' => 'C\'est le dernier jour de votre essai gratuit, :link pour continuer.',
'trial_footer' => 'Vous avez encore :count jours pour votre essai gratuit Pro Plan, :link pour s\'inscrire.',
'trial_footer_last_day' => 'C\'est le dernier jour de votre essai gratuit Pro Plan, :link pour s\'inscrire.',
'trial_call_to_action' => 'Démarrez votre essai gratuit',
'trial_success' => 'Le Plan Pro, version d\'essai gratuit pour 2 semaines a été activé',
'overdue' => 'En souffrance',
@ -1704,6 +1704,11 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Albanian' => 'Albanien',
'lang_English - United Kingdom' => 'Anglais - Royaume Uni',
'lang_Slovenian' => 'Slovénien',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Hebdomadaire',
@ -1714,24 +1719,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'freq_six_months' => 'Semestrielle',
'freq_annually' => 'Annuelle',
// Payment types
'payment_type_Apply Credit' => 'Appliquer le crédit',
'payment_type_Bank Transfer' => 'Virement bancaire',
'payment_type_Cash' => 'Comptant',
'payment_type_Debit' => 'Débit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover',
'payment_type_Diners Card' => 'Diners Club',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Autre carte de crédit',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Chèque',
// Industries
'industry_Accounting & Legal' => 'Administration',
'industry_Advertising' => 'Publicité',
@ -2087,7 +2074,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'view_statement' => 'Visualiser le relevé',
'statement' => 'Relevé',
'statement_date' => 'Date du relevé',
'inactivity_logout' => 'En raison de l\'inactivité, vous avez été déconnecté.',
'mark_active' => 'Cocher actif',
'send_automatically' => 'Envoyer automatiquement',
'initial_email' => 'Courriel initial',
@ -2214,6 +2200,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'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',
'payment_type_Money Order' => 'Mandat poste',
'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.',
@ -2236,6 +2223,42 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'white_label_license_error' => 'La validation de la licence n\'a pas fonctionné. Veuillez consulter storage/logs/laravel-error.log pour plus d\'information.',
'plan_price' => 'Tarification',
'wrong_confirmation' => 'Code de confirmation incorrect',
'oauth_taken' => 'Ces comptes ont déjà été enregistrés',
'emailed_payment' => 'Le paiement a été envoyé par courriel',
'email_payment' => 'Courriel de paiement',
'sent' => 'envoyé',
'invoiceplane_import' => 'Utilisez ce :link pour importer vos données de InvoicePlane.',
'duplicate_expense_warning' => 'Avertissement: Ce :link pourrait être un doublon',
'expense_link' => 'dépense',
'resume_task' => 'Poursuivre la tâche',
'resumed_task' => 'La tâche est en cours',
'quote_design' => 'Design de soumission',
'default_design' => 'Design par défaut',
'custom_design1' => 'Design personnalisé 1',
'custom_design2' => 'Design personnalisé 2',
'custom_design3' => 'Design personnalisé 3',
'empty' => 'Vide',
'load_design' => 'Charger le design',
'accepted_card_logos' => 'Logos des cartes acceptées',
'phantomjs_local_and_cloud' => 'Utilise PhantomJS local et en second, phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Clé Analytics',
'analytics_key_help' => 'Suivre les paiements en utilisant :link',
'start_date_required' => 'La date de début est requise',
'application_settings' => 'Paramètres de l\'application',
'database_connection' => 'Connexion base de données',
'driver' => 'Pilote',
'host' => 'Hôte',
'database' => 'Base de données',
'test_connection' => 'Test de connexion',
'from_name' => 'Nom de',
'from_address' => 'Adresse de',
'port' => 'Port',
'encryption' => 'Cryptage',
'mailgun_domain' => 'Domaine Mailgun',
'mailgun_private_key' => 'Clé privée Mailgun',
'send_test_email' => 'Envoyer un courriel test',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gost',
'company_details' => 'Detalji poduzeća',
'online_payments' => 'Online uplate',
'notifications' => 'Obavijesti e-poštom',
'notifications' => 'Notifications',
'import_export' => 'Import | Export',
'done' => 'Dovršeno',
'save' => 'Pohrani',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Ponuda napravljena za',
'show_currency_code' => 'Kod valute',
'trial_message' => 'Vaš račun će primiti besplatni dvotjedni probni rok za naš pro plan.',
'trial_footer' => 'Vaš besplatni probni rok traje još :count dana, :link za trenutnu nadogradnju.',
'trial_footer_last_day' => 'Ovo je zadnji dan vašeg probnog roka, :link za trenutnu nadogradnju.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Pokreni besplatni probni rok',
'trial_success' => 'Uspješno je omogućeno dva tjedna besplatnog probnog pro plan roka',
'overdue' => 'Van valute',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'poslano',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Ospite',
'company_details' => 'Dettagli Azienda',
'online_payments' => 'Pagamenti Online',
'notifications' => 'Notifiche',
'notifications' => 'Notifications',
'import_export' => 'Importa/Esporta',
'done' => 'Fatto',
'save' => 'Salva',
@ -989,8 +989,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Currency Code',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1706,6 +1706,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1716,24 +1721,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2089,7 +2076,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2215,6 +2201,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2237,6 +2224,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'ゲスト',
'company_details' => '企業情報',
'online_payments' => 'オンライン入金',
'notifications' => 'Eメール通知',
'notifications' => 'Notifications',
'import_export' => 'インポート | エクスポート | キャンセル',
'done' => '完了',
'save' => '保存',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => '通貨コード',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'フリートライアルを始める',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Svečias',
'company_details' => 'Imonės informacija',
'online_payments' => 'Online mokėjimai',
'notifications' => 'Priminimai',
'notifications' => 'Notifications',
'import_export' => 'Importas/Eksportas',
'done' => 'Baigta',
'save' => 'Saugoti',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Valiutos kodas',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Pavedimu',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gjest',
'company_details' => 'Firmainformasjon',
'online_payments' => 'Nettbetalinger',
'notifications' => 'Varsler',
'notifications' => 'Notifications',
'import_export' => 'Import/Eksport',
'done' => 'Ferdig',
'save' => 'Lagre',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Currency Code',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sendt',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gast',
'company_details' => 'Bedrijfsdetails',
'online_payments' => 'Online betalingen',
'notifications' => 'Meldingen',
'notifications' => 'Notificaties',
'import_export' => 'Importeer/Exporteer',
'done' => 'Klaar',
'save' => 'Opslaan',
@ -1705,6 +1705,11 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'lang_Albanian' => 'Albanees',
'lang_English - United Kingdom' => 'Engels - Verenigd Koninkrijk',
'lang_Slovenian' => 'Sloveens',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Wekelijks',
@ -1715,24 +1720,6 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'freq_six_months' => 'Zes maanden',
'freq_annually' => 'Jaarlijks',
// Payment types
'payment_type_Apply Credit' => 'Krediet toepassen',
'payment_type_Bank Transfer' => 'Overschrijving',
'payment_type_Cash' => 'Contant',
'payment_type_Debit' => 'Debet',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visakaart',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Andere creditcard',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Cheque',
// Industries
'industry_Accounting & Legal' => 'Boekhouding & juridisch',
'industry_Advertising' => 'Adverteren',
@ -2088,7 +2075,6 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'view_statement' => 'Toon overzicht',
'statement' => 'Overzicht',
'statement_date' => 'Overzicht datum',
'inactivity_logout' => 'Je werd automatisch afgemeld als gevolg van inactiviteit.',
'mark_active' => 'Markeer als actief',
'send_automatically' => 'Automatisch versturen',
'initial_email' => 'Initiele e-mail',
@ -2214,6 +2200,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'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',
'payment_type_Money Order' => 'Money Order',
'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>.',
@ -2236,6 +2223,42 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'white_label_license_error' => 'Validatie van de licentie mislukt, controleer storage/logs/laravel-error.log voor meer informatie.',
'plan_price' => 'Plan prijs',
'wrong_confirmation' => 'Incorrecte bevestigingscode',
'oauth_taken' => 'Het account is al geregistreerd',
'emailed_payment' => 'Betaling succesvol gemaild',
'email_payment' => 'Betaling mailen',
'sent' => 'verzonden',
'invoiceplane_import' => 'Gebruik :link om uw data te migreren van InvoicePlane.',
'duplicate_expense_warning' => 'Waarschuwing: Deze :link kan een duplicaat zijn',
'expense_link' => 'uitgave',
'resume_task' => 'Taak hervatten',
'resumed_task' => 'Taak succesvol hervat',
'quote_design' => 'Offerte ontwerp',
'default_design' => 'Standaardontwerp',
'custom_design1' => 'Aangepast ontwerp 1',
'custom_design2' => 'Aangepast ontwerp 2',
'custom_design3' => 'Aangepast ontwerp 3',
'empty' => 'Leegmaken',
'load_design' => 'Laad ontwerp',
'accepted_card_logos' => 'Geaccepteerde kaart logo\'s',
'phantomjs_local_and_cloud' => 'PhantomJS gebruiken, terugvallen naar phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Betalingen traceren met :link',
'start_date_required' => 'De startdatum is vereist',
'application_settings' => 'Applicatie instellingen',
'database_connection' => 'Databaseverbinding',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Verbinding testen',
'from_name' => 'Van naam',
'from_address' => 'Van adres',
'port' => 'Poort',
'encryption' => 'Encryptie',
'mailgun_domain' => 'Mailgun domein',
'mailgun_private_key' => 'Mailgun private sleutel',
'send_test_email' => 'Verstuur test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gość',
'company_details' => 'Dane firmy',
'online_payments' => 'Płatności online',
'notifications' => 'Powiadomienia email',
'notifications' => 'Notifications',
'import_export' => 'Import | Eksport danych',
'done' => 'Gotowe',
'save' => 'Zapisz',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Oferta wydana do',
'show_currency_code' => 'Kod waluty',
'trial_message' => 'Twoje konto otrzyma bezpłatny dwutygodniowy okres próbny naszego pro planu.',
'trial_footer' => 'Bezpłatny okres próbny ważny tylko :count dni, aby aktualizować kliknij: :link.',
'trial_footer_last_day' => 'To ostatni dzień twojego bezpłatnego okresu próbnego, aby zaktualizować kliknij: :link.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Rozpocznij darmowy okres próbny',
'trial_success' => 'Darmowy okres próbny został włączony',
'overdue' => 'Zaległość',
@ -1713,6 +1713,11 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'lang_Albanian' => 'Albański',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Co tydzień',
@ -1723,24 +1728,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'freq_six_months' => 'Co sześć miesięcy',
'freq_annually' => 'Co rok',
// Payment types
'payment_type_Apply Credit' => 'Zastosuj kredyt',
'payment_type_Bank Transfer' => 'Przelew bankowy',
'payment_type_Cash' => 'Gotówka',
'payment_type_Debit' => 'Debet',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Inna karta kredytowa',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Czek',
// Industries
'industry_Accounting & Legal' => 'Księgowość i prawo',
'industry_Advertising' => 'Reklama',
@ -2096,7 +2083,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'view_statement' => 'Zobacz wyciąg',
'statement' => 'Wyciąg',
'statement_date' => 'Data wygenerowania wyciągu',
'inactivity_logout' => 'Z powodu nieaktywności nastąpiło automatyczne wylogowanie.',
'mark_active' => 'Oznacz jako aktywną',
'send_automatically' => 'Wyślij automatycznie',
'initial_email' => 'Początkowy email',
@ -2222,6 +2208,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'wysłano',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -200,7 +200,7 @@ $LANG = array(
'limit_clients' => 'Desculpe, isto irá exceder o limite de :count clientes',
'payment_error' => 'Ocorreu um erro ao processar o pagamento. Por favor tente novamente mais tarde.',
'registration_required' => 'Favor logar-se para enviar uma fatura por e-mail',
'confirmation_required' => 'Please confirm your email address, <a href=\'/resend_confirmation\'>click here</a> to resend the confirmation email.',
'confirmation_required' => 'Por favor confirme seu endereço de e-mail, <a href=\'/resend_confirmation\'>clique aqui</a> para reenviar a confirmação.',
'updated_client' => 'Cliente atualizado com sucesso',
'created_client' => 'Cliente criado com sucesso',
'archived_client' => 'Cliente arquivado com sucesso',
@ -266,7 +266,7 @@ $LANG = array(
'working' => 'Processando',
'success' => 'Successo',
'success_message' => 'Você se registrou com sucesso. Por favor acesse o link de confirmação recebido para confirmar o seu endereço de e-mail.',
'erase_data' => 'Your account is not registered, this will permanently erase your data.',
'erase_data' => 'Sua conta ainda não está cadastrada, isso apagará permanentemente seus dados.',
'password' => 'Senha',
'pro_plan_product' => 'Plano Profissional',
'pro_plan_success' => 'Muito Obrigado! Assim que o pagamento for confirmado seu plano será ativado.',
@ -331,7 +331,7 @@ $LANG = array(
'deleted_quote' => 'Orçamento deletado',
'deleted_quotes' => ':count Orçamento(s) deletado(s)',
'converted_to_invoice' => 'Orçamento faturado',
'quote_subject' => 'New quote :quote from :account',
'quote_subject' => 'Novo orçamento :quote de :account',
'quote_message' => 'Para visualizar o oçamento de :amount, clique no link abaixo.',
'quote_link_message' => 'Para visualizar o orçamento clique no link abaixo',
'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client',
@ -348,7 +348,7 @@ $LANG = array(
'charge_taxes' => 'Taxas',
'user_management' => 'Gerenciamento de Usuários',
'add_user' => 'Adicionar Usuários',
'send_invite' => 'Send Invitation',
'send_invite' => 'Enviar convite',
'sent_invite' => 'Convite enviado',
'updated_user' => 'Usuário atualizado',
'invitation_message' => 'Você recebeu um convite de :invitor. ',
@ -363,7 +363,7 @@ $LANG = array(
'confirm_email_quote' => 'Deseja enviar este orçamento?',
'confirm_recurring_email_invoice' => 'Deseja enviar esta fatura?',
'cancel_account' => 'Cancelar Conta',
'cancel_account_message' => 'Warning: This will permanently delete your account, there is no undo.',
'cancel_account_message' => 'Aviso: Isso apagará permanentemente sua conta, não há como desfazer.',
'go_back' => 'Voltar',
'data_visualizations' => 'Visualização de Dados',
'sample_data' => 'Dados de Exemplo',
@ -488,7 +488,7 @@ $LANG = array(
'email_address' => 'E-mail',
'lets_go' => 'Vamos!',
'password_recovery' => 'Recuperar Senha',
'send_email' => 'Send Email',
'send_email' => 'Enviar Email',
'set_password' => 'Definir Senha',
'converted' => 'Faturado',
'email_approved' => 'Notificar-me por e-mail quando um orçamento for <b>aprovado</b>',
@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mais Campos',
'less_fields' => 'Menos Campos',
'client_name' => 'Client',
'client_name' => 'Cliente',
'pdf_settings' => 'Configurações do PDF',
'product_settings' => 'Configurações de Produtos',
'auto_wrap' => 'Quebrar Linhas',
@ -517,7 +517,7 @@ $LANG = array(
'www' => 'www',
'logo' => 'Logo',
'subdomain' => 'Subdomínio',
'provide_name_or_email' => 'Please provide a name or email',
'provide_name_or_email' => 'Por favor informe um nome ou email',
'charts_and_reports' => 'Gráficos & Relatórios',
'chart' => 'Gráfico',
'report' => 'Relatório',
@ -986,8 +986,8 @@ $LANG = array(
'quote_issued_to' => 'Orçamento emitido para',
'show_currency_code' => 'Código da Moeda',
'trial_message' => 'Sua conta receberá duas semanas receberá duas semanas gratuitamente para testar nosso plano pro.',
'trial_footer' => 'Seu período de teste expira em :count dias, :link para adquirir o plano pro.',
'trial_footer_last_day' => 'Seu período de testes encerra hoje, :link para adiquirir o plano pro.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Iniciar período de testes',
'trial_success' => 'Duas semanas de testes foi habilitado com sucesso',
'overdue' => 'Vencido',
@ -1704,6 +1704,11 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1714,24 +1719,6 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2087,7 +2074,6 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2213,6 +2199,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2235,6 +2222,42 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'enviado',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Convidado',
'company_details' => 'Detalhes da Empresa',
'online_payments' => 'Pagamentos Online',
'notifications' => 'Notificações de email',
'notifications' => 'Notifications',
'import_export' => 'Importar/Exportar',
'done' => 'Feito',
'save' => 'Guardar',
@ -986,8 +986,8 @@ $LANG = array(
'quote_issued_to' => 'Orçamento emitido para',
'show_currency_code' => 'Código da Moeda',
'trial_message' => 'A sua conta receberá gratuitamente duas semanas para testar nosso plano pro.',
'trial_footer' => 'Seu período de teste expira a :count dias, :link para adquirir o plano pro.',
'trial_footer_last_day' => 'O seu período de testes encerra hoje, :link para adquirir o plano pro.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Iniciar período de testes',
'trial_success' => 'Ativado duas semanas de teste para testar o plano Pro',
'overdue' => 'Vencido',
@ -1704,6 +1704,11 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Semanal',
@ -1714,24 +1719,6 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'freq_six_months' => 'Semestral',
'freq_annually' => 'Anual',
// Payment types
'payment_type_Apply Credit' => 'Aplicar Crédito',
'payment_type_Bank Transfer' => 'Transferência Bancária',
'payment_type_Cash' => 'Dinheiro',
'payment_type_Debit' => 'Débito',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Cartão Visa',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Outro Cartão de Crédito',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Cheque',
// Industries
'industry_Accounting & Legal' => 'Contabilidade & Legislação',
'industry_Advertising' => 'Publicidade',
@ -2088,7 +2075,6 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'view_statement' => 'Visualizar declaração',
'statement' => 'Declaração',
'statement_date' => 'Data da declaração',
'inactivity_logout' => 'Fechou por inatividade, fechou sessão automaticamente .',
'mark_active' => 'Ativar',
'send_automatically' => 'Enviar automaticamente',
'initial_email' => 'Email inicial',
@ -2214,6 +2200,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'sample_commands' => 'Comandos de exemplo',
'voice_commands_feedback' => 'Estamos a trabalhar para melhorar esta questão, se quiser por enviar-nos um email para :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Money Order',
'archived_products' => ':count Produtos arquivados com sucesso',
'recommend_on' => 'Recomendamos <b>ativar</b> esta definição.',
'recommend_off' => 'Recomendamos <b>desativar</b> esta definição.',
@ -2236,6 +2223,42 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'white_label_license_error' => 'Falhou a validar a licença, verifique storage/logs/laravel-error.log para mais detalhes.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'enviado',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

1633
resources/lang/ro/auth.php Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2277
resources/lang/ro/texts.php Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gost',
'company_details' => 'Podatki Podjetja',
'online_payments' => 'Spletna Plačila',
'notifications' => 'E-Sporočila',
'notifications' => 'Notifications',
'import_export' => 'Uvoz | Izvoz',
'done' => 'Končano',
'save' => 'Shrani',
@ -262,7 +262,7 @@ $LANG = array(
'sign_up_to_save' => 'Prijavite se, da shranite svoje delo',
'agree_to_terms' => 'Strinjam se z Invoice Ninja pogoji :terms',
'terms_of_service' => 'Pogoji uporabe',
'email_taken' => 'Ta e-naslov je že prijavljen',
'email_taken' => 'Ta e-naslov je že registriran',
'working' => 'V delu',
'success' => 'Uspešno izvedeno',
'success_message' => 'Vaša registracija je bila uspešna! Za potrditev kliknite na link v poslanem potrditvenem e-sporočilu.',
@ -994,8 +994,8 @@ Prijava v račun',
'quote_issued_to' => 'Ponudba izdana za',
'show_currency_code' => 'Valuta',
'trial_message' => 'Vaš račun bo prejel dva tedna brezplačne uporabe našega pro načrta.',
'trial_footer' => 'Vaša brezplačno poskusno obdobje traja še :count dni, :link za nadgradnjo.',
'trial_footer_last_day' => 'Danes se zadnji dan vašega brezplačnega poskusnega obdobja, :link za nadgradnjo.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Začni brezplačno poskusno obdobje',
'trial_success' => 'Dva tedensko brezplačno poskusno obdobje uspešno omogočeno.',
'overdue' => 'Zapadlo',
@ -1018,7 +1018,7 @@ Prijava v račun',
'email_error_inactive_client' => 'E-pošte se ne more pošiljati neaktivnim strankam',
'email_error_inactive_contact' => 'E-pošte se ne more pošiljati neaktivnim kontaktom',
'email_error_inactive_invoice' => 'E-pošte se ne more pošiljati neaktivnim računom',
'email_error_user_unregistered' => 'Za pošiljanje e-pošte se prijavite.',
'email_error_user_unregistered' => 'Za pošiljanje e-pošte registrirajte vaš račun',
'email_error_user_unconfirmed' => 'Za pošiljanje pošte potrdite svoj račun',
'email_error_invalid_contact_email' => 'Neveljaven kontakten e-naslov',
@ -1715,6 +1715,11 @@ Biotehnologija',
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovensko',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Tedensko',
@ -1725,24 +1730,6 @@ Biotehnologija',
'freq_six_months' => 'Šest mesecev',
'freq_annually' => 'Letno',
// Payment types
'payment_type_Apply Credit' => 'Potrdi dobropis',
'payment_type_Bank Transfer' => 'Bančno Nakazilo',
'payment_type_Cash' => 'Gotovina',
'payment_type_Debit' => 'Bremenitev',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Kartica',
'payment_type_MasterCard' => 'Master Kartica',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Kartica',
'payment_type_Diners Card' => 'Diners Kartica',
'payment_type_EuroCard' => 'Euro Kartica',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Ostale Kreditne Kartice',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Denarnica',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Računovodstvo in Pravosodje',
'industry_Advertising' => 'Oglaševanje',
@ -2100,7 +2087,6 @@ Nekaj je šlo narobe',
'view_statement' => 'Ogled Izjave',
'statement' => 'Izjava',
'statement_date' => 'Rok Izjave',
'inactivity_logout' => 'Zaradi neaktivnosti ste bili avtomatično odjavljeni',
'mark_active' => 'Označi kot Aktivno',
'send_automatically' => 'Pošlji samodeljno',
'initial_email' => 'Osnovni E-naslov',
@ -2227,6 +2213,7 @@ Nekaj je šlo narobe',
'sample_commands' => 'Vzorčni ukazi',
'voice_commands_feedback' => 'Aktivno si prizadevamo izboljšati storitev. Če imate ukaz, ki bi želeli da ga vključimo, nam prosim pišite na :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Število uspešno arhiviranih produktov: :count',
'recommend_on' => 'Priporočamo da <b>omogočite</b> to nastavitev.',
'recommend_off' => 'Priporočamo da <b>onemogočite</b> to nastavitev.',
@ -2249,6 +2236,42 @@ Nekaj je šlo narobe',
'white_label_license_error' => 'Ni uspelo potrditi licence, preveri storage/logs/laravel-error.log za več podrobnosti.',
'plan_price' => 'Cane načrta',
'wrong_confirmation' => 'Nepravilna potrditvena koda',
'oauth_taken' => 'Račun je že registriran',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'poslano',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Vizitor',
'company_details' => 'Detajet e kompanisë',
'online_payments' => 'Pagesat Online',
'notifications' => 'Dërgo me email njoftimet',
'notifications' => 'Notifications',
'import_export' => 'Import | Export',
'done' => 'Përfundo',
'save' => 'Ruaj',
@ -992,8 +992,8 @@ $LANG = array(
'quote_issued_to' => 'Oferta i është lëshuar',
'show_currency_code' => 'Kodi i valutës',
'trial_message' => 'Llogaria juaj do të pranojë një periudhë testuese dyjavore të Pro planit që ofrojmë.',
'trial_footer' => 'Periudha testuese zgjat edhe :count ditë, :link për ta blerë versioinin Pro.',
'trial_footer_last_day' => 'Kjo është dita e fundit e versionit tuaj provues, :link ta bleni versionin Pro.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Filloni periudhën provuese',
'trial_success' => 'Periudha provuese dyjavore për pro planin është aktivizuar me sukses',
'overdue' => 'E vonuar',
@ -1711,6 +1711,11 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'lang_Albanian' => 'Shqip',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Javore',
@ -1721,24 +1726,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'freq_six_months' => 'Gjashtë mujore',
'freq_annually' => 'Vjetore',
// Payment types
'payment_type_Apply Credit' => 'Apliko kreditin',
'payment_type_Bank Transfer' => 'Transfer bankar',
'payment_type_Cash' => 'Kesh',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Tjetër Credit Card',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Qeqe',
// Industries
'industry_Accounting & Legal' => 'Kontabilitet & Ligjore',
'industry_Advertising' => 'Reklamimi',
@ -2094,7 +2081,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2220,6 +2206,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2242,6 +2229,42 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'dërguar',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -53,7 +53,7 @@ $LANG = array(
'edit_client_details' => 'Ändra kunduppgifter',
'enable' => 'Tillgänglig',
'learn_more' => 'Hjälp',
'manage_rates' => 'Hantera kurser',
'manage_rates' => 'Hantera priser',
'note_to_client' => 'Anteckningar till kund',
'invoice_terms' => 'Fakturavillkor',
'save_as_default_terms' => 'Spara som standardvillkor',
@ -66,7 +66,7 @@ $LANG = array(
'email_invoice' => 'E-posta faktura',
'enter_payment' => 'Ange betalning',
'tax_rates' => 'Momsnivåer',
'rate' => 'Kurs',
'rate' => '`a-pris',
'settings' => 'Inställningar',
'enable_invoice_tax' => 'Slå på <b>moms per faktura</b>',
'enable_line_item_tax' => 'Slå på <b>moms per rad</b>',
@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gäst',
'company_details' => 'Företagsinfo',
'online_payments' => 'Onlinebetalningar',
'notifications' => 'E-post Meddelande',
'notifications' => 'Meddelanden',
'import_export' => 'Importera/Exportera',
'done' => 'Klar',
'save' => 'Spara',
@ -382,7 +382,7 @@ $LANG = array(
'share_invoice_counter' => 'Dela fakturaräknare',
'invoice_issued_to' => 'Faktura ställd till',
'invalid_counter' => 'För att undvika nummerkonflikt så bör antingen faktura- eller offertprefix anges',
'mark_sent' => 'Markering skickad',
'mark_sent' => 'Markera skickad',
'gateway_help_1' => ':link för att registrera dig på Authorize.net.',
'gateway_help_2' => ':link för att registrera dig på Authorize.net.',
'gateway_help_17' => ':link för att hämta din PayPal API-nyckel.',
@ -578,7 +578,7 @@ $LANG = array(
'deleted_tasks' => 'Framgångsrikt raderade :count uppgifter',
'create_task' => 'Skapa uppgift',
'stopped_task' => 'Framgångsrikt stoppad uppgift',
'invoice_task' => 'Faktura uppgift',
'invoice_task' => 'Fakturera uppgift',
'invoice_labels' => 'Faktura märkning',
'prefix' => 'Prefix',
'counter' => 'Räknare',
@ -644,7 +644,7 @@ $LANG = array(
'invoice_no' => 'Faktura nr.',
'quote_no' => 'Offert nr.',
'recent_payments' => 'Nyligen utförda betalningar',
'outstanding' => 'Ofullständig/Innestående/Obetald',
'outstanding' => 'Utestående/Obetalt',
'manage_companies' => 'Hantera företag',
'total_revenue' => 'Totala intäkter',
'current_user' => 'Befintlig användare',
@ -871,7 +871,7 @@ $LANG = array(
'field_invoice_date' => 'faktura datum',
'schedule' => 'Schema',
'email_designs' => 'E-post designs',
'assigned_when_sent' => 'Tilldelad vid sänd.',
'assigned_when_sent' => 'Genereras vid skapande',
'white_label_purchase_link' => 'Köp en white label licens',
'expense' => 'Utgift',
'expenses' => 'Utgifter',
@ -994,8 +994,8 @@ $LANG = array(
'quote_issued_to' => 'Offert utfärdad till',
'show_currency_code' => 'Valuta kod',
'trial_message' => 'Ditt konto kommer att få två veckor pröva-på-tid av på pro plan.',
'trial_footer' => 'Din gratis version gäller :count till dagar, :link för uppgradering nu.',
'trial_footer_last_day' => 'Detta är sista dagen av din gratis version, :link för uppgradering nu.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Starta test period',
'trial_success' => 'Lyckades aktivera två veckors gratis testversion för Pro nivå',
'overdue' => 'Försenat',
@ -1717,7 +1717,12 @@ Nya Kaledonien',
'lang_Swedish' => 'Svenska',
'lang_Albanian' => 'Albanska',
'lang_English - United Kingdom' => 'Engelska - Storbritannien',
'lang_Slovenian' => 'Slovenian',
'lang_Slovenian' => 'Slovenien',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Veckovis',
@ -1728,24 +1733,6 @@ Nya Kaledonien',
'freq_six_months' => 'Sex månader',
'freq_annually' => 'Årsvis',
// Payment types
'payment_type_Apply Credit' => 'Tillämpa kredit',
'payment_type_Bank Transfer' => 'Bank överföring',
'payment_type_Cash' => 'Kontant',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa kort',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners kort',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Annat kreditkort',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Redovisning & Legala',
'industry_Advertising' => 'Annonsering',
@ -1938,15 +1925,15 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'authentication' => 'Autentisering',
'checkbox' => 'Kryssruta',
'invoice_signature' => 'Signatur',
'show_accept_invoice_terms' => 'Faktura vilkor kryssruta',
'show_accept_invoice_terms_help' => 'Kräv att klienten accepterar faktura vilkoren.',
'show_accept_invoice_terms' => 'Faktura villkor kryssruta',
'show_accept_invoice_terms_help' => 'Kräv att klienten accepterar faktura villkoren.',
'show_accept_quote_terms' => 'Offert villkors kryssruta',
'show_accept_quote_terms_help' => 'Kräv att klienten accepterar offert vilkoren.',
'show_accept_quote_terms_help' => 'Kräv att klienten accepterar offert villkoren.',
'require_invoice_signature' => 'Faktura signatur',
'require_invoice_signature_help' => 'Kräv signatur av klient.',
'require_quote_signature' => 'Offert signatur',
'require_quote_signature_help' => 'Kräv signatur av klient.',
'i_agree' => 'Jag accepterar vilkoren',
'i_agree' => 'Jag accepterar villkoren',
'sign_here' => 'Vänligen signera här:',
'authorization' => 'Tillstånd',
'signed' => 'Signerad',
@ -2103,7 +2090,6 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'view_statement' => 'Se transaktion',
'statement' => 'Transaktionsdatum',
'statement_date' => 'Sista transaktionsdatum',
'inactivity_logout' => 'Du har loggats ut p.g.a. inaktivitet.',
'mark_active' => 'Markera aktiv',
'send_automatically' => 'Skicka automatiskt',
'initial_email' => 'Påbörja epost',
@ -2229,6 +2215,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'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',
'payment_type_Money Order' => 'Fastpris i förskott - Money Order',
'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.',
@ -2249,8 +2236,44 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'add_documents_to_invoice' => 'Bifoga dokument till fakturan',
'mark_expense_paid' => 'Markera som betald',
'white_label_license_error' => 'Misslyckas att validera licensen, kolla storage/logs/laravel-error.log för mer detaljer.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'plan_price' => 'Pris plan',
'wrong_confirmation' => 'Ogiltig bekräftelsekod',
'oauth_taken' => 'Kontot är redan registerat',
'emailed_payment' => 'Epostade betalningen utan problem',
'email_payment' => 'Eposta betalning',
'sent' => 'skickat',
'invoiceplane_import' => 'Använd :link för att migrera din data från InvoicePlane.',
'duplicate_expense_warning' => 'Varning: Denna :link kan vara en dubblett',
'expense_link' => 'utgifter',
'resume_task' => 'fortsätt uppgift',
'resumed_task' => 'fortsatt uppgiften utan problem',
'quote_design' => 'Offert design',
'default_design' => 'Standard design',
'custom_design1' => 'Anpassad design 1',
'custom_design2' => 'Anpassad design 2',
'custom_design3' => 'Anpassad design 3',
'empty' => 'Tom',
'load_design' => 'Ladda design',
'accepted_card_logos' => 'Accepterade kort logos',
'phantomjs_local_and_cloud' => 'Använder lokal PhantomJS, återgår till phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics nyckel',
'analytics_key_help' => 'Följ betalningar via :link',
'start_date_required' => 'Start datum är nödvändig',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

View File

@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Guest',
'company_details' => 'รายละเอียดบริษัท',
'online_payments' => 'การจ่ายเงิน Online',
'notifications' => 'การแจ้งเตือนทางอีเมล',
'notifications' => 'Notifications',
'import_export' => 'นำเข้า | ส่งออก',
'done' => 'เรียบร้อย',
'save' => 'บันทึก',
@ -995,8 +995,8 @@ $LANG = array(
'quote_issued_to' => 'Quote issued to',
'show_currency_code' => 'Currency Code',
'trial_message' => 'Your account will receive a free two week trial of our pro plan.',
'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.',
'trial_call_to_action' => 'Start Free Trial',
'trial_success' => 'Successfully enabled two week free pro plan trial',
'overdue' => 'Overdue',
@ -1713,6 +1713,11 @@ $LANG = array(
'lang_Albanian' => 'Albanian',
'lang_English - United Kingdom' => 'English - United Kingdom',
'lang_Slovenian' => 'Slovenian',
'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal',
// Frequencies
'freq_weekly' => 'Weekly',
@ -1723,24 +1728,6 @@ $LANG = array(
'freq_six_months' => 'Six months',
'freq_annually' => 'Annually',
// Payment types
'payment_type_Apply Credit' => 'Apply Credit',
'payment_type_Bank Transfer' => 'Bank Transfer',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa Card',
'payment_type_MasterCard' => 'MasterCard',
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => 'Discover Card',
'payment_type_Diners Card' => 'Diners Card',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
'payment_type_Credit Card Other' => 'Credit Card Other',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@ -2096,7 +2083,6 @@ $LANG = array(
'view_statement' => 'View Statement',
'statement' => 'Statement',
'statement_date' => 'Statement Date',
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
'mark_active' => 'Mark Active',
'send_automatically' => 'Send Automatically',
'initial_email' => 'Initial Email',
@ -2222,6 +2208,7 @@ $LANG = array(
'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',
'payment_type_Money Order' => 'Money Order',
'archived_products' => 'Successfully archived :count products',
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
@ -2244,6 +2231,42 @@ $LANG = array(
'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.',
'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment',
'email_payment' => 'Email Payment',
'sent' => 'sent',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense',
'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design',
'default_design' => 'Default Design',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key',
'analytics_key_help' => 'Track payments using :link',
'start_date_required' => 'The start date is required',
'application_settings' => 'Application Settings',
'database_connection' => 'Database Connection',
'driver' => 'Driver',
'host' => 'Host',
'database' => 'Database',
'test_connection' => 'Test connection',
'from_name' => 'From Name',
'from_address' => 'From Address',
'port' => 'Port',
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email',
);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff