Update language files

This commit is contained in:
Hillel Coren 2017-07-17 20:17:12 +03:00
parent 31069ced20
commit f63482747a
26 changed files with 1376 additions and 451 deletions

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Settings', 'pdf_settings' => 'PDF Settings',
'product_settings' => 'Product Settings', 'product_settings' => 'Product Settings',
'auto_wrap' => 'Auto Line Wrap', 'auto_wrap' => 'Auto Line Wrap',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Date & Time', 'date_and_time' => 'Date & Time',
'second' => 'second', 'second' => 'Second',
'seconds' => 'seconds', 'seconds' => 'Seconds',
'minute' => 'minute', 'minute' => 'Minute',
'minutes' => 'minutes', 'minutes' => 'Minutes',
'hour' => 'hour', 'hour' => 'Hour',
'hours' => 'hours', 'hours' => 'Hours',
'task_details' => 'Task Details', 'task_details' => 'Task Details',
'duration' => 'Duration', 'duration' => 'Duration',
'end_time' => 'End Time', 'end_time' => 'End Time',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Set to now', 'set_now' => 'Set to now',
'dark_mode' => 'Dark Mode', 'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Add to invoice :invoice', 'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice', 'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -18,7 +18,7 @@ $LANG = array(
'last_name' => 'Příjmení', 'last_name' => 'Příjmení',
'phone' => 'Telefon', 'phone' => 'Telefon',
'email' => 'Email', 'email' => 'Email',
'additional_info' => 'Další info', 'additional_info' => 'Další informace',
'payment_terms' => 'Platební podmínky', 'payment_terms' => 'Platební podmínky',
'currency_id' => 'Měna', 'currency_id' => 'Měna',
'size_id' => 'Velikost firmy', 'size_id' => 'Velikost firmy',
@ -30,8 +30,8 @@ $LANG = array(
'due_date' => 'Datum splatnosti', 'due_date' => 'Datum splatnosti',
'invoice_number' => 'Číslo faktury', 'invoice_number' => 'Číslo faktury',
'invoice_number_short' => 'Faktura #', 'invoice_number_short' => 'Faktura #',
'po_number' => 'PO číslo', 'po_number' => 'Číslo objednávky',
'po_number_short' => 'PO #', 'po_number_short' => 'Objednávka #',
'frequency_id' => 'Jak často', 'frequency_id' => 'Jak často',
'discount' => 'Sleva', 'discount' => 'Sleva',
'taxes' => 'Daně', 'taxes' => 'Daně',
@ -43,7 +43,7 @@ $LANG = array(
'line_total' => 'Celkem', 'line_total' => 'Celkem',
'subtotal' => 'Mezisoučet', 'subtotal' => 'Mezisoučet',
'paid_to_date' => 'Zaplaceno ke dni', 'paid_to_date' => 'Zaplaceno ke dni',
'balance_due' => 'Zbývající zůstatek', 'balance_due' => 'Zbývá zaplatit',
'invoice_design_id' => 'Design', 'invoice_design_id' => 'Design',
'terms' => 'Podmínky', 'terms' => 'Podmínky',
'your_invoice' => 'Vaše faktura', 'your_invoice' => 'Vaše faktura',
@ -52,7 +52,7 @@ $LANG = array(
'create_new_client' => 'Vytvořit nového klienta', 'create_new_client' => 'Vytvořit nového klienta',
'edit_client_details' => 'Editovat detaily klienta', 'edit_client_details' => 'Editovat detaily klienta',
'enable' => 'Umožnit', 'enable' => 'Umožnit',
'learn_more' => 'Viz více', 'learn_more' => 'Více informací',
'manage_rates' => 'Spravovat sazby', 'manage_rates' => 'Spravovat sazby',
'note_to_client' => 'Poznámka ke klientovi', 'note_to_client' => 'Poznámka ke klientovi',
'invoice_terms' => 'Fakturační podmínky', 'invoice_terms' => 'Fakturační podmínky',
@ -70,7 +70,7 @@ $LANG = array(
'settings' => 'Nastavení', 'settings' => 'Nastavení',
'enable_invoice_tax' => 'Umožnit nastavit <b>daň na faktuře</b>', 'enable_invoice_tax' => 'Umožnit nastavit <b>daň na faktuře</b>',
'enable_line_item_tax' => 'Umožnit nastavit<b>daně u položek</b>', 'enable_line_item_tax' => 'Umožnit nastavit<b>daně u položek</b>',
'dashboard' => 'Dashboard', 'dashboard' => 'Hlavní panel',
'clients' => 'Klienti', 'clients' => 'Klienti',
'invoices' => 'Faktury', 'invoices' => 'Faktury',
'payments' => 'Platby', 'payments' => 'Platby',
@ -81,15 +81,15 @@ $LANG = array(
'guest' => 'Host', 'guest' => 'Host',
'company_details' => 'Detaily firmy', 'company_details' => 'Detaily firmy',
'online_payments' => 'Online platby', 'online_payments' => 'Online platby',
'notifications' => 'Notifications', 'notifications' => 'Oznámení',
'import_export' => 'Import | Export | Zrušit', 'import_export' => 'Import | Export',
'done' => 'Hotovo', 'done' => 'Hotovo',
'save' => 'Uložit', 'save' => 'Uložit',
'create' => 'Vytvořit', 'create' => 'Vytvořit',
'upload' => 'Nahrát', 'upload' => 'Nahrát',
'import' => 'Import', 'import' => 'Importovat',
'download' => 'Stažení', 'download' => 'Stáhnout',
'cancel' => 'Zrušení', 'cancel' => 'Zrušit',
'close' => 'Zavřít', 'close' => 'Zavřít',
'provide_email' => 'Prosím zadejte platnou adresu', 'provide_email' => 'Prosím zadejte platnou adresu',
'powered_by' => 'Vytvořeno', 'powered_by' => 'Vytvořeno',
@ -109,7 +109,7 @@ $LANG = array(
'active_client' => 'aktivní klient', 'active_client' => 'aktivní klient',
'active_clients' => 'aktivní klienti', 'active_clients' => 'aktivní klienti',
'invoices_past_due' => 'Faktury po splatnosti', 'invoices_past_due' => 'Faktury po splatnosti',
'upcoming_invoices' => 'Budoucí faktury', 'upcoming_invoices' => 'Nadcházející faktury',
'average_invoice' => 'Průměrná faktura', 'average_invoice' => 'Průměrná faktura',
'archive' => 'Archivovat', 'archive' => 'Archivovat',
'delete' => 'Smazat', 'delete' => 'Smazat',
@ -123,23 +123,23 @@ $LANG = array(
'filter' => 'Filtr', 'filter' => 'Filtr',
'new_client' => 'Nový klient', 'new_client' => 'Nový klient',
'new_invoice' => 'Nová faktura', 'new_invoice' => 'Nová faktura',
'new_payment' => 'Enter Payment', 'new_payment' => 'Zadat platbu',
'new_credit' => 'Enter Credit', 'new_credit' => 'Zadat kredit',
'contact' => 'Kontakt', 'contact' => 'Kontakt',
'date_created' => 'Datum vytvoření', 'date_created' => 'Datum vytvoření',
'last_login' => 'Poslední přihlášení', 'last_login' => 'Poslední přihlášení',
'balance' => 'Zůstatek', 'balance' => 'Zůstatek',
'action' => 'Akce', 'action' => 'Akce',
'status' => 'Status', 'status' => 'Status',
'invoice_total' => 'Faktury celkem', 'invoice_total' => 'Celková částka',
'frequency' => 'Frekvence', 'frequency' => 'Frekvence',
'start_date' => 'Datum počátku', 'start_date' => 'Počáteční datum',
'end_date' => 'Datum konce', 'end_date' => 'Konečné datum',
'transaction_reference' => 'Odkaz na transakci', 'transaction_reference' => 'Odkaz na transakci',
'method' => 'Metoda', 'method' => 'Metoda',
'payment_amount' => 'Částka k platbě', 'payment_amount' => 'Částka k platbě',
'payment_date' => 'Datum platby', 'payment_date' => 'Datum platby',
'credit_amount' => 'Částka kreditu', 'credit_amount' => 'Počet kreditu',
'credit_balance' => 'Zůstatek kreditu', 'credit_balance' => 'Zůstatek kreditu',
'credit_date' => 'Datum kreditu', 'credit_date' => 'Datum kreditu',
'empty_table' => 'Nejsou dostupná žádná data', 'empty_table' => 'Nejsou dostupná žádná data',
@ -152,9 +152,9 @@ $LANG = array(
'details' => 'Detaily', 'details' => 'Detaily',
'standing' => 'Trvající', 'standing' => 'Trvající',
'credit' => 'Kredit', 'credit' => 'Kredit',
'activity' => 'Aktivity', 'activity' => 'Aktivita',
'date' => 'Datum', 'date' => 'Datum',
'message' => 'Vzkaz', 'message' => 'Zpráva',
'adjustment' => 'Úprava', 'adjustment' => 'Úprava',
'are_you_sure' => 'Jste si jisti?', 'are_you_sure' => 'Jste si jisti?',
'payment_type_id' => 'Typ platby', 'payment_type_id' => 'Typ platby',
@ -167,16 +167,16 @@ $LANG = array(
'users' => 'Uživatelé', 'users' => 'Uživatelé',
'localization' => 'Lokalizace', 'localization' => 'Lokalizace',
'remove_logo' => 'Odstranit logo', 'remove_logo' => 'Odstranit logo',
'logo_help' => 'Podporujeme: JPEG, GIF a PNG', 'logo_help' => 'Podporováno: JPEG, GIF a PNG',
'payment_gateway' => 'Platební brána', 'payment_gateway' => 'Platební brána',
'gateway_id' => 'brána', 'gateway_id' => 'Brána',
'email_notifications' => 'Emailové notifikace', 'email_notifications' => 'Emailové notifikace',
'email_sent' => 'Odeslat email pokud je faktura <b>odeslaná</b>', 'email_sent' => 'Odeslat email, pokud je faktura <b>odeslaná</b>',
'email_viewed' => 'Odeslat email pokud je faktura <b>prohlédnuta</b>', 'email_viewed' => 'Odeslat email, pokud je faktura <b>zobrazena</b>',
'email_paid' => 'Odeslat email pokud je faktura <b>zaplacena</b>', 'email_paid' => 'Odeslat email, pokud je faktura <b>zaplacena</b>',
'site_updates' => 'Změny na webu', 'site_updates' => 'Změny na webu',
'custom_messages' => 'Volitelné vzkazy', 'custom_messages' => 'Volitelné vzkazy',
'default_email_footer' => 'Nastavit výchozí <b>podpis do emailu</b>', 'default_email_footer' => 'Nastavit výchozí <b>emailový podpis</b>',
'select_file' => 'Prosím zvolte soubor', 'select_file' => 'Prosím zvolte soubor',
'first_row_headers' => 'Použít první řádku jako záhlaví', 'first_row_headers' => 'Použít první řádku jako záhlaví',
'column' => 'Sloupec', 'column' => 'Sloupec',
@ -186,90 +186,90 @@ $LANG = array(
'clients_will_create' => 'klienti budou vytvořeni', 'clients_will_create' => 'klienti budou vytvořeni',
'email_settings' => 'Nastavení emailu', 'email_settings' => 'Nastavení emailu',
'client_view_styling' => 'Úprava klientského zobrazení', 'client_view_styling' => 'Úprava klientského zobrazení',
'pdf_email_attachment' => 'Attach Invoice', 'pdf_email_attachment' => 'Přiložit fakturu',
'custom_css' => 'Volitelné CSS', 'custom_css' => 'Volitelné CSS',
'import_clients' => 'Importovat klientská data', 'import_clients' => 'Importovat klientská data',
'csv_file' => 'CSV soubor', 'csv_file' => 'CSV soubor',
'export_clients' => 'Exportovat klienty', 'export_clients' => 'Exportovat klientská data',
'created_client' => 'Úspěšně vytvořen klient', 'created_client' => 'Klient úspěšně vytvořen',
'created_clients' => 'Úspěšně vytvořeno :count klientů', 'created_clients' => ':count klientů bylo úspěšně vytvořeno',
'updated_settings' => 'Úspěšně změněno nastavení', 'updated_settings' => 'Nastavení úspěšně změněno',
'removed_logo' => 'Úspěšně odtraněno logo', 'removed_logo' => 'Logo úspěšně odstraněno',
'sent_message' => 'Úspěšně odeslán vzkaz', 'sent_message' => 'Zpráva úspěšně odeslána',
'invoice_error' => 'Ujistěte se, že máte zvoleného klienta a opravte případné chyby', 'invoice_error' => 'Ujistěte se, že máte zvoleného klienta a opravte případné chyby',
'limit_clients' => 'Omlouváme se , to přesahuje limit :count počtu klientů', 'limit_clients' => 'Omlouváme se, toto přesáhne limit :count klientů',
'payment_error' => 'Nastala chyba během zpracování Vaší platby. Zkuste to prosím později znovu.', 'payment_error' => 'Nastala chyba během zpracování Vaší platby. Zkuste to prosím znovu později.',
'registration_required' => 'Pro odeslání faktury se zeregistrujte', 'registration_required' => 'Pro odeslání faktury se prosím zaregistrujte',
'confirmation_required' => 'Please confirm your email address, <a href=\'/resend_confirmation\'>click here</a> to resend the confirmation email.', 'confirmation_required' => 'Prosím potvrďte Vaši emailovou adresu,<a href=\'/resend_confirmation\'>klikněte zde</a>pro zaslání ověřovacího emailu znovu.',
'updated_client' => 'Úspěšně změněn klient', 'updated_client' => 'Klient úspěšně aktualizován',
'created_client' => 'Úspěšně vytvořen klient', 'created_client' => 'Klient úspěšně vytvořen',
'archived_client' => 'Úspěšně archivován klient', 'archived_client' => 'Klient úspěšně archivován',
'archived_clients' => 'Úspěšně archivováno :count klientů', 'archived_clients' => ':count klientů bylo úspěšně archivováno',
'deleted_client' => 'Úspěšně smazán klient', 'deleted_client' => 'Klient úspěšně smazán',
'deleted_clients' => 'Úspěšně smazáno :count klientů', 'deleted_clients' => ':count klientů bylo úspěšně smazáno',
'updated_invoice' => 'Úspěšně změněna faktura', 'updated_invoice' => 'Faktura úspěšně aktualizována',
'created_invoice' => 'Úspěšně vytvořena faktura', 'created_invoice' => 'Faktura úspěšně vytvořena',
'cloned_invoice' => 'Úspěšně zduplikována faktura', 'cloned_invoice' => 'Faktura úspěšně zduplikována',
'emailed_invoice' => 'Úspěšně odeslána faktura', 'emailed_invoice' => 'Faktura úspěšně odeslána',
'and_created_client' => 'a vytvořen klient', 'and_created_client' => 'a vytvořen klient',
'archived_invoice' => 'Úspěšně archivována faktura', 'archived_invoice' => 'Faktura úspěšně archivována',
'archived_invoices' => 'Úspěšně archivováno :count faktur', 'archived_invoices' => ':count faktur úspěšně archivováno',
'deleted_invoice' => 'Úspěšně smazána faktura', 'deleted_invoice' => 'Faktura úspěšně smazána',
'deleted_invoices' => 'Úspěšně smazáno :count faktur', 'deleted_invoices' => ':count faktur úspěšně smazáno',
'created_payment' => 'Úspěšně vytvořena platba', 'created_payment' => 'Platba úspěšně vytvořena',
'created_payments' => 'Úspěšně vytvořeno :count plateb', 'created_payments' => ':count plateb úspěšně vytvořeno',
'archived_payment' => 'Úspěšně archivována platba', 'archived_payment' => 'Platba úspěšně archivována',
'archived_payments' => 'Úspěšně archivováno :count plateb', 'archived_payments' => ':count plateb úspěšně archivováno',
'deleted_payment' => 'Úspěšně smazána platba', 'deleted_payment' => 'Platba úspěšně smazána',
'deleted_payments' => 'Úspěšně smazáno :count plateb', 'deleted_payments' => ':count plateb bylo úspěšně smazáno',
'applied_payment' => 'Úspěšně aplikována platba', 'applied_payment' => 'Platba úspěšně aplikována',
'created_credit' => 'Úspěšně vytvořen kredit', 'created_credit' => 'Kredit úspěšně vytvořen',
'archived_credit' => 'Úspěšně archivován kredit', 'archived_credit' => 'Kredit úspěšně archivován',
'archived_credits' => 'Úspěšně archivován :count kreditů', 'archived_credits' => ':count kreditů bylo úspěšně archivováno',
'deleted_credit' => 'Úspěšně smazán kredit', 'deleted_credit' => 'Kredit úspěšně smazán',
'deleted_credits' => 'Úspěšně smazáno :count kreditů', 'deleted_credits' => ':count kreditů bylo úspěšně smazáno',
'imported_file' => 'Úspěšně importován soubor', 'imported_file' => 'Soubor úspěšně importován',
'updated_vendor' => 'Úspěšně změněn dodavatel', 'updated_vendor' => 'Dodavatel úspěšně aktualizován',
'created_vendor' => 'Úspěšně vytvořen dodavatel', 'created_vendor' => 'Dodavatel úspěšně vytvořen',
'archived_vendor' => 'Úspěšně archivován dodavatel', 'archived_vendor' => 'Dodavatel úspěšně archivován',
'archived_vendors' => 'Úspěšně archivováno :count dodavatelů', 'archived_vendors' => ':count dodavatelů bylo úspěšně archivováno',
'deleted_vendor' => 'Úspěšně smazán dodavatel', 'deleted_vendor' => 'Dodavatel úspěšně smazán',
'deleted_vendors' => 'Úspěšně smazán :count dodavatel', 'deleted_vendors' => ':count dodavatelů bylo úspěšně smazáno',
'confirmation_subject' => 'Invoice Ninja účet - ověření', 'confirmation_subject' => 'Invoice Ninja účet - ověření',
'confirmation_header' => 'Ověření účtu', 'confirmation_header' => 'Ověření účtu',
'confirmation_message' => 'Prosím klikněte na odkaz níže pro potvrzení Vašeho účtu.', 'confirmation_message' => 'Prosím klikněte na odkaz níže pro potvrzení Vašeho účtu.',
'invoice_subject' => 'Nová faktura :invoice od :account', 'invoice_subject' => 'Nová faktura :invoice od :account',
'invoice_message' => 'Pro zobrazení faktury na :amount, klikněte na odkaz níže.', 'invoice_message' => 'Pro zobrazení faktury za :amount, klikněte na odkaz níže.',
'payment_subject' => 'Platba obdržena', 'payment_subject' => 'Platba obdržena',
'payment_message' => 'Děkujeme za Vaši platbu :amount.', 'payment_message' => 'Děkujeme za Vaši platbu vy výši :amount.',
'email_salutation' => 'Vážený(á) :name,', 'email_salutation' => 'Vážený(á) :name,',
'email_signature' => 'S pozdravem,', 'email_signature' => 'S pozdravem,',
'email_from' => 'Invoice Ninja Tým', 'email_from' => 'Tým Invoice Ninja',
'invoice_link_message' => 'Pro zobrazení faktury klikněte na odkaz níže:', 'invoice_link_message' => 'Pro zobrazení faktury klikněte na odkaz níže:',
'notification_invoice_paid_subject' => 'Faktura :invoice byla zaplacena :client', 'notification_invoice_paid_subject' => 'Faktura :invoice byla zaplacena klientem :client',
'notification_invoice_sent_subject' => 'Faktura :invoice byla odeslána :client', 'notification_invoice_sent_subject' => 'Faktura :invoice byla odeslána klientovi :client',
'notification_invoice_viewed_subject' => 'Faktura :invoice byla zobrazena :client', 'notification_invoice_viewed_subject' => 'Faktura :invoice byla zobrazena klientem :client',
'notification_invoice_paid' => 'Platba :amount byla odeslána :client na fakturu :invoice.', 'notification_invoice_paid' => 'Platba ve výši :amount byla provedena klientem :client za fakturu :invoice.',
'notification_invoice_sent' => 'Klientovi :client byla odeslána faktura :invoice na :amount.', 'notification_invoice_sent' => 'Klientovi :client byla odeslána faktura :invoice za :amount.',
'notification_invoice_viewed' => 'Klientovi :client se zobrazila faktura :invoice na :amount.', 'notification_invoice_viewed' => 'Klient :client zobrazil fakturu :invoice za :amount.',
'reset_password' => 'Resetovat své heslo můžete kliknutím na následující tlačítko:', 'reset_password' => 'Své heslo můžete resetovat kliknutím na následující tlačítko:',
'secure_payment' => 'Bezpečná platba', 'secure_payment' => 'Bezpečná platba',
'card_number' => 'Číslo karty', 'card_number' => 'Číslo karty',
'expiration_month' => 'Expirace měsíc', 'expiration_month' => 'Měsíc expirace',
'expiration_year' => 'Expirace rok', 'expiration_year' => 'Rok expirace',
'cvv' => 'CVV kód', 'cvv' => 'CVV kód',
'logout' => 'Odhlásit se', 'logout' => 'Odhlásit se',
'sign_up_to_save' => 'Zaregistrujte se pro uložení své práce', 'sign_up_to_save' => 'Pro uložení své práce se zaregistrujte',
'agree_to_terms' => 'Souhlasím s podmínkami Ninja :terms', 'agree_to_terms' => 'Souhlasím s podmínkami Invoice Ninja :terms',
'terms_of_service' => 'Obchodní podmínky', 'terms_of_service' => 'Obchodní podmínky',
'email_taken' => 'Tento email už byl registrován', 'email_taken' => 'Tento email už byl registrován',
'working' => 'Pracuji', 'working' => 'Pracuji',
'success' => 'Úspěšně', 'success' => 'Úspěch',
'success_message' => 'Úspěšně jste se zaregistroval(a)! Prosím klikněte pak na odkaz, který Vám přijde pro ověření do Vašeho emailu.', 'success_message' => 'Registrace proběhla úspěšně! Pro potvrzení Vašeho účtu klikněte na odkaz v emailu, který jsme Vám zaslali.',
'erase_data' => 'Your account is not registered, this will permanently erase your data.', 'erase_data' => 'Váš účet není zaregistrován, toto permanentně smaže Vaše data.',
'password' => 'Heslo', 'password' => 'Heslo',
'pro_plan_product' => 'Profi plán', 'pro_plan_product' => 'Profi plán',
'pro_plan_success' => 'Děkujeme za použití Invoice Ninja\'s Profi plánu!<p/>&nbsp;<br/> 'pro_plan_success' => 'Děkujeme za použití Profi plánu od Invoice Ninja!<p/>&nbsp;<br/>
<b>Další kroky</b><p/>Faktura k úhradě Vám byla zaslána na email spojený s tímto účtem. <b>Další kroky</b><p/>Faktura k úhradě Vám byla zaslána na email spojený s tímto účtem.
Pro povolení všech skvělých profi vlastností si prosím přečtěte instrukce pro provedení platby na zaslané faktuře Pro povolení všech skvělých profi vlastností si prosím přečtěte instrukce pro provedení platby na zaslané faktuře
pro roční využívání Profi plánu.<p/> pro roční využívání Profi plánu.<p/>
@ -281,43 +281,43 @@ $LANG = array(
'client_fields' => 'Pole pro klienta', 'client_fields' => 'Pole pro klienta',
'field_label' => 'Popiska pole', 'field_label' => 'Popiska pole',
'field_value' => 'Hodnota pole', 'field_value' => 'Hodnota pole',
'edit' => 'Editovat', 'edit' => 'Upravit',
'set_name' => 'Nastavit jméno vaší firmy', 'set_name' => 'Nastavit jméno Vaší firmy',
'view_as_recipient' => 'Vidět jako příjemce', 'view_as_recipient' => 'Zobrazit jako příjemce',
'product_library' => 'Katalog produktů', 'product_library' => 'Katalog produktů',
'product' => 'Produkt', 'product' => 'Produkt',
'products' => 'Products', 'products' => 'Produkty',
'fill_products' => 'Automaticky vyplnit produkty', 'fill_products' => 'Automaticky předvyplnit produkty',
'fill_products_help' => 'Výběr produktu automaticky <b>vyplní popis a náklady</b>', 'fill_products_help' => 'Výběr produktu automaticky <b>vyplní popis a cenu</b>',
'update_products' => 'Automaticky měnit produkty', 'update_products' => 'Automaticky aktualizovat produkty',
'update_products_help' => 'Změna na faktuře automaticky <b>promítne do katalogu produktů</b>', 'update_products_help' => 'Změna na faktuře automaticky <b>aktualizuje katalog produktů</b>',
'create_product' => 'Přidat produkt', 'create_product' => 'Přidat produkt',
'edit_product' => 'Editovat produkt', 'edit_product' => 'Upravit produkt',
'archive_product' => 'Archivovat produkt', 'archive_product' => 'Archivovat produkt',
'updated_product' => 'Úspěšně změněn produkt', 'updated_product' => 'Produkt úspěšně aktualizován',
'created_product' => 'Úspěšně vytvořen produkt', 'created_product' => 'Produkt úspěšně vytvořen',
'archived_product' => 'Úspěšně archivován produkt', 'archived_product' => 'Produkt úspěšně archivován',
'pro_plan_custom_fields' => ':link pro nastavení volitelných polí připojením k Profi plánu', 'pro_plan_custom_fields' => ':link pro nastavení volitelných polí je nutný Profi plán',
'advanced_settings' => 'Pokročilé nastavení', 'advanced_settings' => 'Pokročilé nastavení',
'pro_plan_advanced_settings' => ':link pro nastavení pokročilých nastavení připojením k Profi plánu', 'pro_plan_advanced_settings' => ':link pro nastavení pokročilých nastavení je nutný Profi plán',
'invoice_design' => 'Vzhled faktur', 'invoice_design' => 'Vzhled faktur',
'specify_colors' => 'Určete barvy', 'specify_colors' => 'Vyberte barvy',
'specify_colors_label' => 'Zvolit barvy použité ve faktuře', 'specify_colors_label' => 'Vyberte barvy použité na faktuře',
'chart_builder' => 'Generování grafů', 'chart_builder' => 'Generátor grafů',
'ninja_email_footer' => 'Použijte :site k fakturaci Vašim klientům a nechte si platit online zdarma!', 'ninja_email_footer' => 'Použijte :site pro fakturaci Vašim klientům a nechte si platit online zdarma!',
'go_pro' => 'Přejít na Profi', 'go_pro' => 'Přejít na Profi',
'quote' => 'Nabídka', 'quote' => 'Nabídka',
'quotes' => 'Nabídky', 'quotes' => 'Nabídky',
'quote_number' => 'Číslo nabídky', 'quote_number' => 'Číslo nabídky',
'quote_number_short' => 'Nabídka #', 'quote_number_short' => 'Nabídka #',
'quote_date' => 'Datum nabídky', 'quote_date' => 'Datum nabídky',
'quote_total' => 'Nabídek celkem', 'quote_total' => 'Celkem',
'your_quote' => 'Vaše nabídky', 'your_quote' => 'Vaše nabídky',
'total' => 'Celkem', 'total' => 'Celkem',
'clone' => 'Duplikovat', 'clone' => 'Duplikovat',
'new_quote' => 'Nová nabídka', 'new_quote' => 'Nová nabídka',
'create_quote' => 'Vytvořit nabídku', 'create_quote' => 'Vytvořit nabídku',
'edit_quote' => 'Editovat nabídku', 'edit_quote' => 'Upravit nabídku',
'archive_quote' => 'Archivovat nabídku', 'archive_quote' => 'Archivovat nabídku',
'delete_quote' => 'Smazat nabídku', 'delete_quote' => 'Smazat nabídku',
'save_quote' => 'Uložit nabídku', 'save_quote' => 'Uložit nabídku',
@ -327,48 +327,48 @@ $LANG = array(
'view_invoice' => 'Zobrazit fakturu', 'view_invoice' => 'Zobrazit fakturu',
'view_client' => 'Zobrazit klienta', 'view_client' => 'Zobrazit klienta',
'view_quote' => 'Zobrazit nabídku', 'view_quote' => 'Zobrazit nabídku',
'updated_quote' => 'Úspěšně změněna nabídka', 'updated_quote' => 'Nabídka úspěšně aktualizována',
'created_quote' => 'Úspěšně vytvořena nabídka', 'created_quote' => 'Nabídka úspěšně vytvořena',
'cloned_quote' => 'Úspěšně zduplikována nabídka', 'cloned_quote' => 'Nabídka úspěšně zduplikována',
'emailed_quote' => 'Úspěšně odeslána nabídka', 'emailed_quote' => 'Nabídka úspěšně odeslána',
'archived_quote' => 'Úspěšně archivována nabídka', 'archived_quote' => 'Nabídka úspěšně archivována',
'archived_quotes' => 'Úspěšně archiváno :count nabídek', 'archived_quotes' => ':count nabídek bylo úspěšně archivováno',
'deleted_quote' => 'Úspěšně smazána nabídka', 'deleted_quote' => 'Nabídka úspěšně smazána',
'deleted_quotes' => 'Úspěšně smazáno :count nabídek', 'deleted_quotes' => ':count nabídek bylo úspěšně smazáno',
'converted_to_invoice' => 'Úspěšně změněna nabídka na fakturu', 'converted_to_invoice' => 'Nabídka byla úspěšně změněna na fakturu',
'quote_subject' => 'New quote :quote from :account', 'quote_subject' => 'Nová nabídka :quote od :account',
'quote_message' => 'Pro zobrazení nabídky na :amount, klikněte na odkaz níže.', 'quote_message' => 'Pro zobrazení nabídky za :amount, klikněte na odkaz níže.',
'quote_link_message' => 'Pro zobrazení nabídky pro vašeho klienta klikněte na odkaz níže:', 'quote_link_message' => 'Pro zobrazení nabídky vašeho klienta klikněte na odkaz níže:',
'notification_quote_sent_subject' => 'Nabídka :invoice byla odeslána :client', 'notification_quote_sent_subject' => 'Nabídka :invoice byla odeslána klientovi :client',
'notification_quote_viewed_subject' => 'Nabídka :invoice byla zobrazena :client', 'notification_quote_viewed_subject' => 'Nabídka :invoice byla zobrazena klientem :client',
'notification_quote_sent' => 'Klientovi :client byla emailem odeslána nabídka :invoice na :amount.', 'notification_quote_sent' => 'Klientovi :client byla emailem odeslána nabídka :invoice za :amount.',
'notification_quote_viewed' => 'Klientovi :client se zobrazila nabídka :invoice na :amount.', 'notification_quote_viewed' => 'Klient :client zobrazil nabídku :invoice za :amount.',
'session_expired' => 'Vaše přihlášení expirovalo.', 'session_expired' => 'Vaše přihlášení vypršelo.',
'invoice_fields' => 'Pole faktury', 'invoice_fields' => 'Pole na faktuře',
'invoice_options' => 'Možnosti faktury', 'invoice_options' => 'Možnosti faktury',
'hide_quantity' => 'Skrýt množství', 'hide_quantity' => 'Skrýt množství',
'hide_quantity_help' => 'Disable the quantities column, then you can declutter invoices by no longer displaying this field.', 'hide_quantity_help' => 'Zakázat sloupec množství, takže můžete vyúčtovat faktury a toto pole již nebude zobrazeno.',
'hide_paid_to_date' => 'Skrýt Zaplaceno ke dni', 'hide_paid_to_date' => 'Skrýt Zaplaceno ke dni',
'hide_paid_to_date_help' => 'Pouze zobrazte "Zaplaceno ke dni" na faktuře jakmile přijde platba.', 'hide_paid_to_date_help' => 'Zobrazit na faktuře "Zaplaceno ke dni" pouze když přijde platba.',
'charge_taxes' => 'Použít daně', 'charge_taxes' => 'Použít daně',
'user_management' => 'Správa uživatelů', 'user_management' => 'Správa uživatelů',
'add_user' => 'Přidat uživatele', 'add_user' => 'Přidat uživatele',
'send_invite' => 'Send Invitation', 'send_invite' => 'Poslat pozvánku',
'sent_invite' => 'Pozvánka úspěšně odeslána', 'sent_invite' => 'Pozvánka úspěšně odeslána',
'updated_user' => 'Uživatel úspěšně změněn', 'updated_user' => 'Uživatel úspěšně změněn',
'invitation_message' => 'Byl(a) jste pozván(a) :invitor. ', 'invitation_message' => 'Byl(a) jste pozván(a) od :invitor. ',
'register_to_add_user' => 'Prosím zaregistrujte se jako uživatel', 'register_to_add_user' => 'Prosím zaregistrujte se pro přidání uživatele',
'user_state' => 'Stav', 'user_state' => 'Stav',
'edit_user' => 'Editovat uživatele', 'edit_user' => 'Upravit uživatele',
'delete_user' => 'Smazat uživatele', 'delete_user' => 'Smazat uživatele',
'active' => 'Aktivní', 'active' => 'Aktivní',
'pending' => 'Nevyřízený', 'pending' => 'Nevyřízený',
'deleted_user' => 'Uživatel úspěšně smazán', 'deleted_user' => 'Uživatel úspěšně smazán',
'confirm_email_invoice' => 'Jste si jistí, že chcete poslat tuto fakturu emailem?', 'confirm_email_invoice' => 'Jste si jistí, že chcete odeslat tuto fakturu?',
'confirm_email_quote' => 'Jste si jistí, že chcete poslat tuto nabídku emailem?', 'confirm_email_quote' => 'Jste si jistí, že chcete odeslat tuto nabídku?',
'confirm_recurring_email_invoice' => 'Jste si jistí, že chcete poslat tuto fakturu emailem?', 'confirm_recurring_email_invoice' => 'Jste si jistí, že chcete odeslat tuto fakturu?',
'cancel_account' => 'Zrušit účet', 'cancel_account' => 'Smazat účet',
'cancel_account_message' => 'Warning: This will permanently delete your account, there is no undo.', 'cancel_account_message' => 'Varování: Toto permanentně odstraní Váš účet. Tato akce je nevratná.',
'go_back' => 'Jít zpět', 'go_back' => 'Jít zpět',
'data_visualizations' => 'Vizualizace dat', 'data_visualizations' => 'Vizualizace dat',
'sample_data' => 'Zobrazit vzorová data', 'sample_data' => 'Zobrazit vzorová data',
@ -423,7 +423,7 @@ $LANG = array(
'invoice_history' => 'Historie faktur', 'invoice_history' => 'Historie faktur',
'quote_history' => 'Historie nabídek', 'quote_history' => 'Historie nabídek',
'current_version' => 'Současná verze', 'current_version' => 'Současná verze',
'select_version' => 'Select version', 'select_version' => 'Vyberte verzi',
'view_history' => 'Zobrazit historii', 'view_history' => 'Zobrazit historii',
'edit_payment' => 'Editovat platbu', 'edit_payment' => 'Editovat platbu',
'updated_payment' => 'Platba úspěšně změněna', 'updated_payment' => 'Platba úspěšně změněna',
@ -444,7 +444,7 @@ $LANG = array(
'token_billing_3' => 'Opt-out - je zobrazen zaškrtnutý', 'token_billing_3' => 'Opt-out - je zobrazen zaškrtnutý',
'token_billing_4' => 'Vždy', 'token_billing_4' => 'Vždy',
'token_billing_checkbox' => 'Ukládat detaily platební karty', 'token_billing_checkbox' => 'Ukládat detaily platební karty',
'view_in_gateway' => 'View in :gateway', 'view_in_gateway' => 'Zobrazit v :gateway',
'use_card_on_file' => 'Use Card on File', 'use_card_on_file' => 'Use Card on File',
'edit_payment_details' => 'Editovat platební údaje', 'edit_payment_details' => 'Editovat platební údaje',
'token_billing' => 'Ukládat platební údaje', 'token_billing' => 'Ukládat platební údaje',
@ -493,7 +493,7 @@ $LANG = array(
'email_address' => 'Email', 'email_address' => 'Email',
'lets_go' => 'Jdeme na to', 'lets_go' => 'Jdeme na to',
'password_recovery' => 'Obnovení hesla', 'password_recovery' => 'Obnovení hesla',
'send_email' => 'Send Email', 'send_email' => 'Odeslat email',
'set_password' => 'Nastavit heslo', 'set_password' => 'Nastavit heslo',
'converted' => 'Zkonvertováno', 'converted' => 'Zkonvertováno',
'email_approved' => 'Odeslat email po <b>schválení nabídky</b>', 'email_approved' => 'Odeslat email po <b>schválení nabídky</b>',
@ -510,7 +510,7 @@ $LANG = array(
'partial_remaining' => ':partial z :balance', 'partial_remaining' => ':partial z :balance',
'more_fields' => 'Více polí', 'more_fields' => 'Více polí',
'less_fields' => 'Méně polí', 'less_fields' => 'Méně polí',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'Nastavení PDF', 'pdf_settings' => 'Nastavení PDF',
'product_settings' => 'Nastavení produktu', 'product_settings' => 'Nastavení produktu',
'auto_wrap' => 'Automatické zalomení řádky', 'auto_wrap' => 'Automatické zalomení řádky',
@ -524,7 +524,7 @@ $LANG = array(
'www' => 'www', 'www' => 'www',
'logo' => 'Logo', 'logo' => 'Logo',
'subdomain' => 'subdoména', 'subdomain' => 'subdoména',
'provide_name_or_email' => 'Please provide a name or email', 'provide_name_or_email' => 'Prosím zadejte jméno nebo email',
'charts_and_reports' => 'Grafy & Reporty', 'charts_and_reports' => 'Grafy & Reporty',
'chart' => 'Graf', 'chart' => 'Graf',
'report' => 'Report', 'report' => 'Report',
@ -557,12 +557,12 @@ $LANG = array(
'timer' => 'Časovač', 'timer' => 'Časovač',
'manual' => 'Manuální', 'manual' => 'Manuální',
'date_and_time' => 'Datum & Čas', 'date_and_time' => 'Datum & Čas',
'second' => 'vteřina', 'second' => 'Sekunda',
'seconds' => 'vteřin', 'seconds' => 'Sekundy',
'minute' => 'minuta', 'minute' => 'Minuta',
'minutes' => 'minut', 'minutes' => 'Minuty',
'hour' => 'hodina', 'hour' => 'Hodina',
'hours' => 'hodiny', 'hours' => 'Hodiny',
'task_details' => 'Detaily úlohy', 'task_details' => 'Detaily úlohy',
'duration' => 'Trvání', 'duration' => 'Trvání',
'end_time' => 'Čas konce', 'end_time' => 'Čas konce',
@ -615,7 +615,7 @@ $LANG = array(
'or' => 'nebo', 'or' => 'nebo',
'email_error' => 'Nastal problém s odesláním emailu', 'email_error' => 'Nastal problém s odesláním emailu',
'confirm_recurring_timing' => 'Poznámka: Emaily jsou odesílány na záčátku hodiny.', 'confirm_recurring_timing' => 'Poznámka: Emaily jsou odesílány na záčátku hodiny.',
'payment_terms_help' => 'Sets the default <b>invoice due date</b>', 'payment_terms_help' => 'Nastaví jako výchozí <b>datum splatnosti faktury</b>',
'unlink_account' => 'Odpojit účet', 'unlink_account' => 'Odpojit účet',
'unlink' => 'Odpojit', 'unlink' => 'Odpojit',
'show_address' => 'Ukázat adresu', 'show_address' => 'Ukázat adresu',
@ -625,7 +625,7 @@ $LANG = array(
'times' => 'Časy', 'times' => 'Časy',
'set_now' => 'Nastavit nyní', 'set_now' => 'Nastavit nyní',
'dark_mode' => 'Tmavý mód', 'dark_mode' => 'Tmavý mód',
'dark_mode_help' => 'Zobrazit bílý text na černém pozadí', 'dark_mode_help' => 'Použít tmavé pozadí pro postranní panely',
'add_to_invoice' => 'Přidat k faktuře :invoice', 'add_to_invoice' => 'Přidat k faktuře :invoice',
'create_new_invoice' => 'Vytvořit novou fakturu', 'create_new_invoice' => 'Vytvořit novou fakturu',
'task_errors' => 'Prosím opravte překrývající se časy', 'task_errors' => 'Prosím opravte překrývající se časy',
@ -644,9 +644,9 @@ $LANG = array(
'custom' => 'Volitelné', 'custom' => 'Volitelné',
'invoice_to' => 'Fakturovat komu', 'invoice_to' => 'Fakturovat komu',
'invoice_no' => 'Faktura č.', 'invoice_no' => 'Faktura č.',
'quote_no' => 'Quote No.', 'quote_no' => 'Nabídka Č.',
'recent_payments' => 'Poslední platby', 'recent_payments' => 'Poslední platby',
'outstanding' => 'Nevyrovnaný', 'outstanding' => 'Nezaplaceno',
'manage_companies' => 'Spravovat firmy', 'manage_companies' => 'Spravovat firmy',
'total_revenue' => 'Celkové příjmy', 'total_revenue' => 'Celkové příjmy',
'current_user' => 'Aktuální uživatel', 'current_user' => 'Aktuální uživatel',
@ -1015,7 +1015,7 @@ $LANG = array(
'pro_plan_remove_logo' => ':link pro odstranění loga Invoice Ninja připojením se k profi plánu', 'pro_plan_remove_logo' => ':link pro odstranění loga Invoice Ninja připojením se k profi plánu',
'pro_plan_remove_logo_link' => 'Klikněte zde', 'pro_plan_remove_logo_link' => 'Klikněte zde',
'invitation_status_sent' => 'Sent', 'invitation_status_sent' => 'Odesláno',
'invitation_status_opened' => 'Openend', 'invitation_status_opened' => 'Openend',
'invitation_status_viewed' => 'Viewed', 'invitation_status_viewed' => 'Viewed',
'email_error_inactive_client' => 'Emaily nemohou být odeslány neaktivním klientům', 'email_error_inactive_client' => 'Emaily nemohou být odeslány neaktivním klientům',
@ -1185,7 +1185,7 @@ $LANG = array(
'refund' => 'Refund', 'refund' => 'Refund',
'are_you_sure_refund' => 'Refund selected payments?', 'are_you_sure_refund' => 'Refund selected payments?',
'status_pending' => 'Pending', 'status_pending' => 'Pending',
'status_completed' => 'Completed', 'status_completed' => 'Dokončeno',
'status_failed' => 'Failed', 'status_failed' => 'Failed',
'status_partially_refunded' => 'Partially Refunded', 'status_partially_refunded' => 'Partially Refunded',
'status_partially_refunded_amount' => ':amount Refunded', 'status_partially_refunded_amount' => ':amount Refunded',
@ -1375,6 +1375,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1436,6 +1437,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -1501,7 +1503,7 @@ $LANG = array(
'country_Croatia' => 'Croatia', 'country_Croatia' => 'Croatia',
'country_Cuba' => 'Cuba', 'country_Cuba' => 'Cuba',
'country_Cyprus' => 'Cyprus', 'country_Cyprus' => 'Cyprus',
'country_Czech Republic' => 'Czech Republic', 'country_Czech Republic' => 'Česká Republika',
'country_Benin' => 'Benin', 'country_Benin' => 'Benin',
'country_Denmark' => 'Denmark', 'country_Denmark' => 'Denmark',
'country_Dominica' => 'Dominica', 'country_Dominica' => 'Dominica',
@ -1697,7 +1699,7 @@ $LANG = array(
// Languages // Languages
'lang_Brazilian Portuguese' => 'Brazilian Portuguese', 'lang_Brazilian Portuguese' => 'Brazilian Portuguese',
'lang_Croatian' => 'Croatian', 'lang_Croatian' => 'Croatian',
'lang_Czech' => 'Czech', 'lang_Czech' => 'Čeština',
'lang_Danish' => 'Danish', 'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch', 'lang_Dutch' => 'Dutch',
'lang_English' => 'English', 'lang_English' => 'English',
@ -2018,7 +2020,7 @@ $LANG = array(
'product_will_create' => 'product will be created', 'product_will_create' => 'product will be created',
'contact_us_response' => 'Thank you for your message! We\'ll try to respond as soon as possible.', 'contact_us_response' => 'Thank you for your message! We\'ll try to respond as soon as possible.',
'last_7_days' => 'Last 7 Days', 'last_7_days' => 'Last 7 Days',
'last_30_days' => 'Last 30 Days', 'last_30_days' => 'Poslední měsíc',
'this_month' => 'This Month', 'this_month' => 'This Month',
'last_month' => 'Last Month', 'last_month' => 'Last Month',
'last_year' => 'Last Year', 'last_year' => 'Last Year',
@ -2218,7 +2220,7 @@ $LANG = array(
'surcharge_label' => 'Surcharge Label', 'surcharge_label' => 'Surcharge Label',
'contact_fields' => 'Contact Fields', 'contact_fields' => 'Contact Fields',
'custom_contact_fields_help' => 'Add a field when creating a contact and display the label and value on the PDF.', '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', 'datatable_info' => 'Zobrazeno :start do :end z :total položek',
'credit_total' => 'Credit Total', 'credit_total' => 'Credit Total',
'mark_billable' => 'Mark billable', 'mark_billable' => 'Mark billable',
'billed' => 'Billed', 'billed' => 'Billed',
@ -2243,7 +2245,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2268,7 +2270,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial af :balance', 'partial_remaining' => ':partial af :balance',
'more_fields' => 'Flere felter', 'more_fields' => 'Flere felter',
'less_fields' => 'Mindre felter', 'less_fields' => 'Mindre felter',
'client_name' => 'Klient', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Indstillinger', 'pdf_settings' => 'PDF Indstillinger',
'product_settings' => 'Produkt Indstillinger', 'product_settings' => 'Produkt Indstillinger',
'auto_wrap' => 'Automatisk linie ombrydning', 'auto_wrap' => 'Automatisk linie ombrydning',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Tidtager', 'timer' => 'Tidtager',
'manual' => 'Manuelt', 'manual' => 'Manuelt',
'date_and_time' => 'Dato & Tid', 'date_and_time' => 'Dato & Tid',
'second' => 'sekund', 'second' => 'Second',
'seconds' => 'sekunder', 'seconds' => 'Seconds',
'minute' => 'minut', 'minute' => 'Minute',
'minutes' => 'minutter', 'minutes' => 'Minutes',
'hour' => 'time', 'hour' => 'Hour',
'hours' => 'timer', 'hours' => 'Hours',
'task_details' => 'Opgave detaljer', 'task_details' => 'Opgave detaljer',
'duration' => 'Varighed', 'duration' => 'Varighed',
'end_time' => 'Slut tidspunkt', 'end_time' => 'Slut tidspunkt',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Gange', 'times' => 'Gange',
'set_now' => 'Sæt nu', 'set_now' => 'Sæt nu',
'dark_mode' => 'Mørk tilstand', 'dark_mode' => 'Mørk tilstand',
'dark_mode_help' => 'Vis hvid tekst på sort baggrund', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Tilføj til faktura nr.: :invoice', 'add_to_invoice' => 'Tilføj til faktura nr.: :invoice',
'create_new_invoice' => 'Opret ny faktura', 'create_new_invoice' => 'Opret ny faktura',
'task_errors' => 'Ret venligst de overlappende tider', 'task_errors' => 'Ret venligst de overlappende tider',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -2,7 +2,7 @@
$LANG = array( $LANG = array(
'organization' => 'Unternehmen', 'organization' => 'Unternehmenn',
'name' => 'Name', 'name' => 'Name',
'website' => 'Webseite', 'website' => 'Webseite',
'work_phone' => 'Telefon', 'work_phone' => 'Telefon',
@ -81,7 +81,7 @@ $LANG = array(
'guest' => 'Gast', 'guest' => 'Gast',
'company_details' => 'Firmendaten', 'company_details' => 'Firmendaten',
'online_payments' => 'Online-Zahlungen', 'online_payments' => 'Online-Zahlungen',
'notifications' => 'Notifications', 'notifications' => 'Benachrichtigungen',
'import_export' => 'Import/Export', 'import_export' => 'Import/Export',
'done' => 'Erledigt', 'done' => 'Erledigt',
'save' => 'Speichern', 'save' => 'Speichern',
@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial von :balance', 'partial_remaining' => ':partial von :balance',
'more_fields' => 'Weitere Felder', 'more_fields' => 'Weitere Felder',
'less_fields' => 'Weniger Felder', 'less_fields' => 'Weniger Felder',
'client_name' => 'Kunde', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF-Einstellungen', 'pdf_settings' => 'PDF-Einstellungen',
'product_settings' => 'Produkt-Einstellungen', 'product_settings' => 'Produkt-Einstellungen',
'auto_wrap' => 'Automatischer Zeilenumbruch', 'auto_wrap' => 'Automatischer Zeilenumbruch',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Zeiten', 'times' => 'Zeiten',
'set_now' => 'Auf Jetzt setzen', 'set_now' => 'Auf Jetzt setzen',
'dark_mode' => 'Dunkler Modus', 'dark_mode' => 'Dunkler Modus',
'dark_mode_help' => 'Weisser Text auf schwarzem Hintergrund anzeigen', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Zur Rechnung :invoice hinzufügen', 'add_to_invoice' => 'Zur Rechnung :invoice hinzufügen',
'create_new_invoice' => 'Neue Rechnung erstellen', 'create_new_invoice' => 'Neue Rechnung erstellen',
'task_errors' => 'Bitte korrigieren Sie alle überlappenden Zeiten', 'task_errors' => 'Bitte korrigieren Sie alle überlappenden Zeiten',
@ -674,7 +674,7 @@ $LANG = array(
'iframe_url' => 'Webseite', 'iframe_url' => 'Webseite',
'iframe_url_help1' => 'Kopiere den folgenden Code in eine Seite auf deiner Website.', '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.', 'iframe_url_help2' => 'Du kannst diese Funktion testen, in dem du für eine Rechnung \'Als Empfänger betrachten\'. anklickst.',
'auto_bill' => 'Wiederkehrende Zahlungen', 'auto_bill' => 'Automatische Verrechnung',
'military_time' => '24-Stunden-Zeit', 'military_time' => '24-Stunden-Zeit',
'last_sent' => 'Zuletzt versendet', 'last_sent' => 'Zuletzt versendet',
'reminder_emails' => 'Erinnerungs-Emails', 'reminder_emails' => 'Erinnerungs-Emails',
@ -1373,6 +1373,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'start_of_week' => 'Erster Tag der Woche', 'start_of_week' => 'Erster Tag der Woche',
// Frequencies // Frequencies
'freq_inactive' => 'Inaktiv',
'freq_weekly' => 'Wöchentlich', 'freq_weekly' => 'Wöchentlich',
'freq_two_weeks' => 'Zweiwöchentlich', 'freq_two_weeks' => 'Zweiwöchentlich',
'freq_four_weeks' => 'Vierwöchentlich', 'freq_four_weeks' => 'Vierwöchentlich',
@ -1434,6 +1435,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'industry_Pharmaceuticals' => 'Arzneimittel', 'industry_Pharmaceuticals' => 'Arzneimittel',
'industry_Professional Services & Consulting' => 'Professionelle Dienstleistungen und Beratung', 'industry_Professional Services & Consulting' => 'Professionelle Dienstleistungen und Beratung',
'industry_Real Estate' => 'Immobilien', 'industry_Real Estate' => 'Immobilien',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Einzel- und Grosshandel', 'industry_Retail & Wholesale' => 'Einzel- und Grosshandel',
'industry_Sports' => 'Sport', 'industry_Sports' => 'Sport',
'industry_Transportation' => 'Verkehrswesen', 'industry_Transportation' => 'Verkehrswesen',
@ -1690,7 +1692,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'country_Wallis and Futuna' => 'Wallis und Futuna', 'country_Wallis and Futuna' => 'Wallis und Futuna',
'country_Samoa' => 'Samoa', 'country_Samoa' => 'Samoa',
'country_Yemen' => 'Jemen', 'country_Yemen' => 'Jemen',
'country_Zambia' => 'Zambia', 'country_Zambia' => 'Sambia',
// Languages // Languages
'lang_Brazilian Portuguese' => 'Brasilianisches Portugiesisch', 'lang_Brazilian Portuguese' => 'Brasilianisches Portugiesisch',
@ -2141,7 +2143,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'fee' => 'Gebühr', 'fee' => 'Gebühr',
'set_limits_fees' => 'Limits/Gebühren festlegen', 'set_limits_fees' => 'Limits/Gebühren festlegen',
'fees_tax_help' => 'Enable line item taxes to set the fee tax rates.', 'fees_tax_help' => 'Enable line item taxes to set the fee tax rates.',
'fees_sample' => 'The fee for a :amount invoice would be :total.', 'fees_sample' => 'Die Gebühren für eine Rechnung über :amount  würden :total betragen.',
'discount_sample' => 'The discount for a :amount invoice would be :total.', 'discount_sample' => 'The discount for a :amount invoice would be :total.',
'no_fees' => 'Keine Gebühren', 'no_fees' => 'Keine Gebühren',
'gateway_fees_disclaimer' => 'Warning: not all states/payment gateways allow adding fees, please review local laws/terms of service.', 'gateway_fees_disclaimer' => 'Warning: not all states/payment gateways allow adding fees, please review local laws/terms of service.',
@ -2152,7 +2154,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'location_first_surcharge' => 'Aktiviert - Erste Mahngebühr', 'location_first_surcharge' => 'Aktiviert - Erste Mahngebühr',
'location_second_surcharge' => 'Aktiviert - Zweite Mahngebühr', 'location_second_surcharge' => 'Aktiviert - Zweite Mahngebühr',
'location_line_item' => 'Aktiv - Posten', 'location_line_item' => 'Aktiv - Posten',
'online_payment_surcharge' => 'Online Payment Surcharge', 'online_payment_surcharge' => 'Gebühr für Online-Zahlung',
'gateway_fees' => 'Transaktionsgebühren', 'gateway_fees' => 'Transaktionsgebühren',
'fees_disabled' => 'Gebühren sind deaktiviert', 'fees_disabled' => 'Gebühren sind deaktiviert',
'gateway_fees_help' => 'Automatisch einen Online-Zahlungszuschlag oder Rabatt hinzufügen.', 'gateway_fees_help' => 'Automatisch einen Online-Zahlungszuschlag oder Rabatt hinzufügen.',
@ -2180,7 +2182,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'tax_rate_type_help' => 'Inklusive Steuern passen Einzelpostenkosten an, wenn sie ausgewählt werden.', 'tax_rate_type_help' => 'Inklusive Steuern passen Einzelpostenkosten an, wenn sie ausgewählt werden.',
'invoice_footer_help' => 'Verwende $pageNumber und $pageCount um Seiteninformationen anzuzeigen.', 'invoice_footer_help' => 'Verwende $pageNumber und $pageCount um Seiteninformationen anzuzeigen.',
'credit_note' => 'Credit Note', 'credit_note' => 'Credit Note',
'credit_issued_to' => 'Credit issued to', 'credit_issued_to' => 'Kreditkarte ausgestellt auf',
'credit_to' => 'Credit to', 'credit_to' => 'Credit to',
'your_credit' => 'Your Credit', 'your_credit' => 'Your Credit',
'credit_number' => 'Credit Number', 'credit_number' => 'Credit Number',
@ -2232,22 +2234,22 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'plan_price' => 'Plan Price', 'plan_price' => 'Plan Price',
'wrong_confirmation' => 'Incorrect confirmation code', 'wrong_confirmation' => 'Incorrect confirmation code',
'oauth_taken' => 'The account is already registered', 'oauth_taken' => 'The account is already registered',
'emailed_payment' => 'Successfully emailed payment', 'emailed_payment' => 'Zahlungs eMail erfolgreich gesendet',
'email_payment' => 'Email Payment', 'email_payment' => 'Sende Zahlungs eMail',
'sent' => 'versendet', 'sent' => 'versendet',
'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.',
'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate',
'expense_link' => 'expense', 'expense_link' => 'Ausgabe',
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
'empty' => 'Empty', 'empty' => 'Leer',
'load_design' => 'Load Design', 'load_design' => 'Load Design',
'accepted_card_logos' => 'Accepted Card Logos', 'accepted_card_logos' => 'Logos der akzeptierten Kreditkarten',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com', 'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics', 'google_analytics' => 'Google Analytics',
'analytics_key' => 'Analytics Key', 'analytics_key' => 'Analytics Key',
@ -2266,7 +2268,42 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Aktualisiere Zahlungsdetails',
'updated_payment_details' => 'Zahlungsdetails erfolgreich aktualisiert',
'update_credit_card' => 'Aktualisiere Kreditkarte',
'recurring_expenses' => 'Wiederkehrende Ausgaben',
'recurring_expense' => 'Wiederkehrende Ausgabe',
'new_recurring_expense' => 'Wiederkehrende Ausgabe eingeben',
'edit_recurring_expense' => 'Wiederkehrende Ausgabe bearbeiten',
'archive_recurring_expense' => 'Wiederkehrende Ausgabe archivieren',
'list_recurring_expense' => 'Wiederkehrende Ausgabe auflisten',
'updated_recurring_expense' => 'Wiederkehrende Ausgabe wurde aktualisiert',
'created_recurring_expense' => 'Wiederkehrende Ausgabe wurde erstellt',
'archived_recurring_expense' => 'Wiederkehrende Ausgabe wurde archiviert',
'archived_recurring_expense' => 'Wiederkehrende Ausgabe wurde archiviert',
'restore_recurring_expense' => 'Wiederkehrende Ausgabe wiederherstellen',
'restored_recurring_expense' => 'Wiederkehrende Ausgabe wurde wiederhergestellt',
'delete_recurring_expense' => 'Wiederkehrende Ausgabe Löschen',
'deleted_recurring_expense' => 'Projekt wurde gelöscht',
'deleted_recurring_expense' => 'Projekt wurde gelöscht',
'view_recurring_expense' => 'Wiederkehrende Ausgabe Anzeigen',
'taxes_and_fees' => 'Steuern und Gebühren',
'import_failed' => 'Import fehlgeschlagen',
'recurring_prefix' => 'Wiederkehrender Präfix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Achtung: Das Datumsformat ist ungültig',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'partial_remaining' => ':partial από :balance', 'partial_remaining' => ':partial από :balance',
'more_fields' => 'Περισσότερα Πεδία', 'more_fields' => 'Περισσότερα Πεδία',
'less_fields' => 'Λιγότερα Πεδία', 'less_fields' => 'Λιγότερα Πεδία',
'client_name' => 'Πελάτης', 'client_name' => 'Όνομα Πελάτη',
'pdf_settings' => 'Ρυθμίσεις PDF', 'pdf_settings' => 'Ρυθμίσεις PDF',
'product_settings' => 'Ρυθμίσεις Προϊόντων', 'product_settings' => 'Ρυθμίσεις Προϊόντων',
'auto_wrap' => 'Αυτόματη Αναδίπλωση Γραμμής', 'auto_wrap' => 'Αυτόματη Αναδίπλωση Γραμμής',
@ -556,12 +556,12 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'timer' => 'Μετρητής', 'timer' => 'Μετρητής',
'manual' => 'Χειροκίνητο', 'manual' => 'Χειροκίνητο',
'date_and_time' => 'Ημερομηνία & Ώρα', 'date_and_time' => 'Ημερομηνία & Ώρα',
'second' => 'δευτερόλεπτο', 'second' => 'Δευτερόλεπτο',
'seconds' => 'δευτερόλεπτα', 'seconds' => 'Δευτερόλεπτα',
'minute' => 'λεπτό', 'minute' => 'Λεπτό',
'minutes' => 'λεπτά', 'minutes' => 'Λεπτά',
'hour' => 'ώρα', 'hour' => 'Ώρα',
'hours' => 'ώρες', 'hours' => 'Ώρες',
'task_details' => 'Στοιχεία Εργασίας', 'task_details' => 'Στοιχεία Εργασίας',
'duration' => 'Διάρκεια', 'duration' => 'Διάρκεια',
'end_time' => 'Ώρα Λήξης', 'end_time' => 'Ώρα Λήξης',
@ -624,7 +624,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'times' => 'Φορές', 'times' => 'Φορές',
'set_now' => 'Όρισε το στο τώρα', 'set_now' => 'Όρισε το στο τώρα',
'dark_mode' => 'Σκοτεινό Περιβάλλον', 'dark_mode' => 'Σκοτεινό Περιβάλλον',
'dark_mode_help' => 'Προβολή λευκού κειμένου σε μαύρο φόντο', 'dark_mode_help' => 'Χρήση σκούρου υπόβαθρου για τις πλαϊνές μπάρες',
'add_to_invoice' => 'Προσθήκη στο Τιμολόγιο :Invoice', 'add_to_invoice' => 'Προσθήκη στο Τιμολόγιο :Invoice',
'create_new_invoice' => 'Δημιουργία νέου τιμολογίου', 'create_new_invoice' => 'Δημιουργία νέου τιμολογίου',
'task_errors' => 'Παρακαλώ διορθώστε τυχόν επικαλυπτόμενες ώρες', 'task_errors' => 'Παρακαλώ διορθώστε τυχόν επικαλυπτόμενες ώρες',
@ -995,8 +995,8 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'quote_issued_to' => 'Έκδοση προσφοράς προς', 'quote_issued_to' => 'Έκδοση προσφοράς προς',
'show_currency_code' => 'Κωδικός Νομίσματος', 'show_currency_code' => 'Κωδικός Νομίσματος',
'trial_message' => 'Ο λογαριασμός σας θα δεχθεί μια δωρεάν δοκιμαστική περίοδο δύο εβδομάδων στο επαγγελματικό μας πλάνο.', 'trial_message' => 'Ο λογαριασμός σας θα δεχθεί μια δωρεάν δοκιμαστική περίοδο δύο εβδομάδων στο επαγγελματικό μας πλάνο.',
'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.', 'trial_footer' => 'Η δωρεάν δοκιμαστική περίοδο ισχύει για :count ακόμα ημέρες, :link για να αναβαθμίσετε τώρα.',
'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.', 'trial_footer_last_day' => 'Αυτή είναι η τελευταία ημέρα της δωρεάν δοκιμαστικής περιόδου, :link για να αναβαθμίσετε τώρα.',
'trial_call_to_action' => 'Έναρξη Δωρεάν Δοκιμής', 'trial_call_to_action' => 'Έναρξη Δωρεάν Δοκιμής',
'trial_success' => 'Επιτυχής ενεργοποίηση δωρεάν δοκιμαστικής περιόδου δύο εβδομάδων στο επαγγελματικό πλάνο.', 'trial_success' => 'Επιτυχής ενεργοποίηση δωρεάν δοκιμαστικής περιόδου δύο εβδομάδων στο επαγγελματικό πλάνο.',
'overdue' => 'Εκπρόθεσμος', 'overdue' => 'Εκπρόθεσμος',
@ -1373,6 +1373,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'start_of_week' => 'Πρώτη Μέρα της Εβδομάδας', 'start_of_week' => 'Πρώτη Μέρα της Εβδομάδας',
// Frequencies // Frequencies
'freq_inactive' => 'Ανενεργό',
'freq_weekly' => 'Εβδομάδα', 'freq_weekly' => 'Εβδομάδα',
'freq_two_weeks' => 'Δύο εβδομάδες', 'freq_two_weeks' => 'Δύο εβδομάδες',
'freq_four_weeks' => 'Τέσσερις εβδομάδες', 'freq_four_weeks' => 'Τέσσερις εβδομάδες',
@ -1434,6 +1435,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'industry_Pharmaceuticals' => 'Φάρμακα', 'industry_Pharmaceuticals' => 'Φάρμακα',
'industry_Professional Services & Consulting' => 'Υπηρεσίες & Συμβουλευτική', 'industry_Professional Services & Consulting' => 'Υπηρεσίες & Συμβουλευτική',
'industry_Real Estate' => 'Κτηματομεσιτικά', 'industry_Real Estate' => 'Κτηματομεσιτικά',
'industry_Restaurant & Catering' => 'Εστιατόριο & Catering',
'industry_Retail & Wholesale' => 'Λιανικό & Χονδρικό Εμπόριο', 'industry_Retail & Wholesale' => 'Λιανικό & Χονδρικό Εμπόριο',
'industry_Sports' => 'Αθλητισμός', 'industry_Sports' => 'Αθλητισμός',
'industry_Transportation' => 'Μεταφορά', 'industry_Transportation' => 'Μεταφορά',
@ -1713,11 +1715,11 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'lang_Albanian' => 'Αλβανικά', 'lang_Albanian' => 'Αλβανικά',
'lang_English - United Kingdom' => 'Αγγλικά - Ηνωμένο Βασίλειο', 'lang_English - United Kingdom' => 'Αγγλικά - Ηνωμένο Βασίλειο',
'lang_Slovenian' => 'Σλοβένικά', 'lang_Slovenian' => 'Σλοβένικά',
'lang_Finnish' => 'Finnish', 'lang_Finnish' => 'Φινλανδικά',
'lang_Romanian' => 'Romanian', 'lang_Romanian' => 'Ρουμάνικα',
'lang_Turkish - Turkey' => 'Turkish - Turkey', 'lang_Turkish - Turkey' => 'Τουρκικά - Τουρκία',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', 'lang_Portuguese - Brazilian' => 'Πορτογαλικά - Βραζιλία',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal', 'lang_Portuguese - Portugal' => 'Πορτογαλικά - Πορτογαλία',
// Frequencies // Frequencies
'freq_weekly' => 'Εβδομάδα', 'freq_weekly' => 'Εβδομάδα',
@ -2253,20 +2255,55 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'analytics_key' => 'Κλειδί Analytics', 'analytics_key' => 'Κλειδί Analytics',
'analytics_key_help' => 'Ιχνηλατήστε τις πληρωμές σας χρησιμοποιώντας :link', 'analytics_key_help' => 'Ιχνηλατήστε τις πληρωμές σας χρησιμοποιώντας :link',
'start_date_required' => 'Απαιτείται η ημερομηνία έναρξης', 'start_date_required' => 'Απαιτείται η ημερομηνία έναρξης',
'application_settings' => 'Application Settings', 'application_settings' => 'Ρυθμίσεις Εφαρμογής',
'database_connection' => 'Database Connection', 'database_connection' => 'Σύνδεση Βάσης Δεδομένων',
'driver' => 'Driver', 'driver' => 'Οδηγός',
'host' => 'Host', 'host' => 'Εξυπηρετητής',
'database' => 'Database', 'database' => 'Βάση Δεδομένων',
'test_connection' => 'Test connection', 'test_connection' => 'Έλεγχος σύνδεσης',
'from_name' => 'From Name', 'from_name' => 'Από Όνομα',
'from_address' => 'From Address', 'from_address' => 'Από Διεύθυνση',
'port' => 'Port', 'port' => 'Πόρτα',
'encryption' => 'Encryption', 'encryption' => 'Κρυπτογράφηση',
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Όνομα χώρου Mailgun',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Ιδιωτικό Κλειδί Mailgun',
'send_test_email' => 'Send test email', 'send_test_email' => 'Αποστολή δοκιμαστικού email',
'select_label' => 'Επιλογή Ετικέτας',
'label' => 'Ετικέτα',
'service' => 'Υπηρεσία',
'update_payment_details' => 'Ανανέωση λεπτομερειών πληρωμής',
'updated_payment_details' => 'Επιτυχής ανανέωση λεπτομερειών πληρωμής',
'update_credit_card' => 'Ανανέωση Πιστωτικής Κάρτας',
'recurring_expenses' => 'Επαναλαμβανόμενες Δαπάνες',
'recurring_expense' => 'Επαναλαμβανόμενη Δαπάνη',
'new_recurring_expense' => 'Νέα Επαναλαμβανόμενη Δαπάνη',
'edit_recurring_expense' => 'Επεξεργασία Επαναλαμβανόμενης Δαπάνης',
'archive_recurring_expense' => 'Αρχειοθέτηση Επαναλαμβανόμενης Δαπάνης',
'list_recurring_expense' => 'Εμφάνιση Επαναλαμβανόμενων Δαπανών',
'updated_recurring_expense' => 'Επιτυχής ενημέρωση επαναλαμβανόμενης δαπάνης',
'created_recurring_expense' => 'Επιτυχής δημιουργία επαναλαμβανόμενης δαπάνης',
'archived_recurring_expense' => 'Επιτυχής αρχειοθέτηση επαναλαμβανόμενης δαπάνης',
'archived_recurring_expense' => 'Επιτυχής αρχειοθέτηση επαναλαμβανόμενης δαπάνης',
'restore_recurring_expense' => 'Επαναφορά Επαναλαμβανόμενης Δαπάνης',
'restored_recurring_expense' => 'Επιτυχής επαναφορά επαναλαμβανόμενης δαπάνης',
'delete_recurring_expense' => 'Διαγραφή Επαναλαμβανόμενης Δαπάνης',
'deleted_recurring_expense' => 'Επιτυχής διαγραφή project',
'deleted_recurring_expense' => 'Επιτυχής διαγραφή project',
'view_recurring_expense' => 'Εμφάνιση Επαναλαμβανόμενης Δαπάνης',
'taxes_and_fees' => 'Φόροι και προμήθειες',
'import_failed' => 'Εισαγωγή Απέτυχε',
'recurring_prefix' => 'Επαναλαμβανόμενο Πρόθεμα',
'options' => 'Επιλογές',
'credit_number_help' => 'Ορίστε ένα πρόθεμα ή χρησιμοποιήστε ένα προσαρμοσμένο μοτίβο για να καθορίζετε δυναμικά τον αριθμό πίστωσης για αρνητικά τιμολόγια.',
'next_credit_number' => 'Ο επόμενος αριθμός πίστωσης είναι :number.',
'padding_help' => 'Το πλήθος των μηδενικών για τη δημιουργία του αριθμού.',
'import_warning_invalid_date' => 'Προειδοποίηση: Η μορφή της ημερομηνίας μοιάζει να είναι μη έγκυρη.',
'product_notes' => 'Σημειώσεις Προϊόντος',
'app_version' => 'Έκδοση Εφαρμογής',
'ofx_version' => 'Έκδοση OFX',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -2283,12 +2283,12 @@ $LANG = array(
'updated_recurring_expense' => 'Successfully updated recurring expense', 'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense', 'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense', 'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived :count recurring expenses', 'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense', 'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense', 'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense', 'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project', 'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted :count projects', 'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense', 'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees', 'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed', 'import_failed' => 'Import Failed',

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Más Campos', 'more_fields' => 'Más Campos',
'less_fields' => 'Menos Campos', 'less_fields' => 'Menos Campos',
'client_name' => 'Cliente', 'client_name' => 'Client Name',
'pdf_settings' => 'Configuración de PDF', 'pdf_settings' => 'Configuración de PDF',
'product_settings' => 'Configuración del Producto', 'product_settings' => 'Configuración del Producto',
'auto_wrap' => 'Ajuste Automático de Línea', 'auto_wrap' => 'Ajuste Automático de Línea',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Temporizador', 'timer' => 'Temporizador',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Fecha y Hora', 'date_and_time' => 'Fecha y Hora',
'second' => 'segundo', 'second' => 'Second',
'seconds' => 'segundos', 'seconds' => 'Seconds',
'minute' => 'minuto', 'minute' => 'Minute',
'minutes' => 'minutos', 'minutes' => 'Minutes',
'hour' => 'hora', 'hour' => 'Hour',
'hours' => 'horas', 'hours' => 'Hours',
'task_details' => 'Detalles de la Tarea', 'task_details' => 'Detalles de la Tarea',
'duration' => 'Duración', 'duration' => 'Duración',
'end_time' => 'Tiempo Final', 'end_time' => 'Tiempo Final',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Tiempos', 'times' => 'Tiempos',
'set_now' => 'Asignar ahora', 'set_now' => 'Asignar ahora',
'dark_mode' => 'Modo Oscuro', 'dark_mode' => 'Modo Oscuro',
'dark_mode_help' => 'Mostrar texto blanco sobre fondo negro', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Agregar a cuenta :invoice', 'add_to_invoice' => 'Agregar a cuenta :invoice',
'create_new_invoice' => 'Crear Nueva Cuenta', 'create_new_invoice' => 'Crear Nueva Cuenta',
'task_errors' => 'Por favor corrija cualquier tiempo que se sobreponga con otro', 'task_errors' => 'Por favor corrija cualquier tiempo que se sobreponga con otro',
@ -1366,6 +1366,7 @@ $LANG = array(
'start_of_week' => 'Primer Día de la Semana', 'start_of_week' => 'Primer Día de la Semana',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1427,6 +1428,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2234,7 +2236,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2259,7 +2261,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mas campos', 'more_fields' => 'Mas campos',
'less_fields' => 'Menos campos', 'less_fields' => 'Menos campos',
'client_name' => 'Cliente', 'client_name' => 'Client Name',
'pdf_settings' => 'Configuracion PDF', 'pdf_settings' => 'Configuracion PDF',
'product_settings' => 'Configuracion de Producto', 'product_settings' => 'Configuracion de Producto',
'auto_wrap' => 'Auto ajuste de línea', 'auto_wrap' => 'Auto ajuste de línea',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Temporizador', 'timer' => 'Temporizador',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Día y hora', 'date_and_time' => 'Día y hora',
'second' => 'segundo', 'second' => 'Second',
'seconds' => 'segundos', 'seconds' => 'Seconds',
'minute' => 'minuto', 'minute' => 'Minute',
'minutes' => 'minutos', 'minutes' => 'Minutes',
'hour' => 'hora', 'hour' => 'Hour',
'hours' => 'horas', 'hours' => 'Hours',
'task_details' => 'Detalles de Tarea', 'task_details' => 'Detalles de Tarea',
'duration' => 'Duración', 'duration' => 'Duración',
'end_time' => 'Hora de Fin', 'end_time' => 'Hora de Fin',
@ -619,7 +619,7 @@ Acceder a 10 hermosos diseños de Factura',
'times' => 'Tiempos', 'times' => 'Tiempos',
'set_now' => 'Establecer ahora', 'set_now' => 'Establecer ahora',
'dark_mode' => 'Modo Oscuro', 'dark_mode' => 'Modo Oscuro',
'dark_mode_help' => 'Muestra el texto blanco sobre fondo negro', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Añadir a la factura :invoice', 'add_to_invoice' => 'Añadir a la factura :invoice',
'create_new_invoice' => 'Crear una nueva factura', 'create_new_invoice' => 'Crear una nueva factura',
'task_errors' => 'Por favor corrija los tiempos solapados', 'task_errors' => 'Por favor corrija los tiempos solapados',
@ -1369,6 +1369,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'start_of_week' => 'Primer día de la semana', 'start_of_week' => 'Primer día de la semana',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1430,6 +1431,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'industry_Pharmaceuticals' => 'Farmacéutico', 'industry_Pharmaceuticals' => 'Farmacéutico',
'industry_Professional Services & Consulting' => 'Servicios profesionales y de consultoría', 'industry_Professional Services & Consulting' => 'Servicios profesionales y de consultoría',
'industry_Real Estate' => 'Inmobiliario', 'industry_Real Estate' => 'Inmobiliario',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Minorista y mayorista', 'industry_Retail & Wholesale' => 'Minorista y mayorista',
'industry_Sports' => 'Deportes', 'industry_Sports' => 'Deportes',
'industry_Transportation' => 'Transporte', 'industry_Transportation' => 'Transporte',
@ -2237,7 +2239,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2262,7 +2264,42 @@ Atención! tu password puede estar transmitida como texto plano, considera habil
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -513,7 +513,7 @@ Lasku poistettiin (if only one, alternative)',
'partial_remaining' => ':partial summasta :balance', 'partial_remaining' => ':partial summasta :balance',
'more_fields' => 'Lisää kenttiä', 'more_fields' => 'Lisää kenttiä',
'less_fields' => 'Vähemmän kenttiä', 'less_fields' => 'Vähemmän kenttiä',
'client_name' => 'Asiakas', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF-asetukset', 'pdf_settings' => 'PDF-asetukset',
'product_settings' => 'Tuoteasetukset', 'product_settings' => 'Tuoteasetukset',
'auto_wrap' => 'Automaattinen rivinvaihto', 'auto_wrap' => 'Automaattinen rivinvaihto',
@ -558,12 +558,12 @@ Lasku poistettiin (if only one, alternative)',
'timer' => 'Ajastin', 'timer' => 'Ajastin',
'manual' => 'Manuaalinen', 'manual' => 'Manuaalinen',
'date_and_time' => 'Päivä & Aika', 'date_and_time' => 'Päivä & Aika',
'second' => 'sekunti', 'second' => 'Second',
'seconds' => 'sekuntia', 'seconds' => 'Seconds',
'minute' => 'minuutti', 'minute' => 'Minute',
'minutes' => 'minuuttia', 'minutes' => 'Minutes',
'hour' => 'tunti', 'hour' => 'Hour',
'hours' => 'tuntia', 'hours' => 'Hours',
'task_details' => 'Tehtävän yksityiskohdat', 'task_details' => 'Tehtävän yksityiskohdat',
'duration' => 'Kesto', 'duration' => 'Kesto',
'end_time' => 'Lopetusaika', 'end_time' => 'Lopetusaika',
@ -626,7 +626,7 @@ Lasku poistettiin (if only one, alternative)',
'times' => 'Ajat', 'times' => 'Ajat',
'set_now' => 'Aseta nykyhetkeen', 'set_now' => 'Aseta nykyhetkeen',
'dark_mode' => 'Tumma tila', 'dark_mode' => 'Tumma tila',
'dark_mode_help' => 'Näytä valkoinen teksti mustalla taustalla', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Lisää laskulle :invoice', 'add_to_invoice' => 'Lisää laskulle :invoice',
'create_new_invoice' => 'Luo uusi lasku', 'create_new_invoice' => 'Luo uusi lasku',
'task_errors' => 'Ole hyvä ja korjaa päällekäiset ajat', 'task_errors' => 'Ole hyvä ja korjaa päällekäiset ajat',
@ -1375,6 +1375,7 @@ Lasku poistettiin (if only one, alternative)',
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1436,6 +1437,7 @@ Lasku poistettiin (if only one, alternative)',
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2243,7 +2245,7 @@ Lasku poistettiin (if only one, alternative)',
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2268,7 +2270,42 @@ Lasku poistettiin (if only one, alternative)',
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Plus de champs', 'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs', 'less_fields' => 'Moins de champs',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'Réglages PDF', 'pdf_settings' => 'Réglages PDF',
'product_settings' => 'Réglages du produit', 'product_settings' => 'Réglages du produit',
'auto_wrap' => 'Retour à la ligne automatique', 'auto_wrap' => 'Retour à la ligne automatique',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Compteur', 'timer' => 'Compteur',
'manual' => 'Manuel', 'manual' => 'Manuel',
'date_and_time' => 'Date & heure', 'date_and_time' => 'Date & heure',
'second' => 'seconde', 'second' => 'Second',
'seconds' => 'secondes', 'seconds' => 'Seconds',
'minute' => 'minute', 'minute' => 'Minute',
'minutes' => 'minutes', 'minutes' => 'Minutes',
'hour' => 'heure', 'hour' => 'Hour',
'hours' => 'heures', 'hours' => 'Hours',
'task_details' => 'Détails de la tâche', 'task_details' => 'Détails de la tâche',
'duration' => 'Durée', 'duration' => 'Durée',
'end_time' => 'Heure de fin', 'end_time' => 'Heure de fin',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Horaires', 'times' => 'Horaires',
'set_now' => 'Définir maintenant', 'set_now' => 'Définir maintenant',
'dark_mode' => 'Mode sombre', 'dark_mode' => 'Mode sombre',
'dark_mode_help' => 'Montrer du texte blanc sur fond noir', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Ajouter à la facture :invoice', 'add_to_invoice' => 'Ajouter à la facture :invoice',
'create_new_invoice' => 'Créer une nouvelle facture', 'create_new_invoice' => 'Créer une nouvelle facture',
'task_errors' => 'Merci de corriger les horaires conflictuels', 'task_errors' => 'Merci de corriger les horaires conflictuels',
@ -1367,6 +1367,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'start_of_week' => 'Premier jour de la semaine', 'start_of_week' => 'Premier jour de la semaine',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Hebdomadaire', 'freq_weekly' => 'Hebdomadaire',
'freq_two_weeks' => 'deux semaines', 'freq_two_weeks' => 'deux semaines',
'freq_four_weeks' => 'quatre semaines', 'freq_four_weeks' => 'quatre semaines',
@ -1428,6 +1429,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'industry_Pharmaceuticals' => 'Pharmaceutique', 'industry_Pharmaceuticals' => 'Pharmaceutique',
'industry_Professional Services & Consulting' => 'Services Professionnels et Conseil', 'industry_Professional Services & Consulting' => 'Services Professionnels et Conseil',
'industry_Real Estate' => 'Immobilier', 'industry_Real Estate' => 'Immobilier',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Détail & Grossiste', 'industry_Retail & Wholesale' => 'Détail & Grossiste',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -1710,8 +1712,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Finnish' => 'Finnish', 'lang_Finnish' => 'Finnish',
'lang_Romanian' => 'Romanian', 'lang_Romanian' => 'Romanian',
'lang_Turkish - Turkey' => 'Turkish - Turkey', 'lang_Turkish - Turkey' => 'Turkish - Turkey',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', 'lang_Portuguese - Brazilian' => 'Portugais - Brésil',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal', 'lang_Portuguese - Portugal' => 'Portugais - Portugal',
// Frequencies // Frequencies
'freq_weekly' => 'Hebdomadaire', 'freq_weekly' => 'Hebdomadaire',
@ -2235,7 +2237,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'resume_task' => 'Relancer la tâche', 'resume_task' => 'Relancer la tâche',
'resumed_task' => 'Tâche relancée avec succès', 'resumed_task' => 'Tâche relancée avec succès',
'quote_design' => 'Mise en page des Devis', 'quote_design' => 'Mise en page des Devis',
'default_design' => 'Mise en page par défaut', 'default_design' => 'Standard Design',
'custom_design1' => 'Modèle personnalisé 1', 'custom_design1' => 'Modèle personnalisé 1',
'custom_design2' => 'Modèle personnalisé 2', 'custom_design2' => 'Modèle personnalisé 2',
'custom_design3' => 'Modèle personnalisé 3', 'custom_design3' => 'Modèle personnalisé 3',
@ -2260,7 +2262,42 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'mailgun_domain' => 'Domaine Mailgun', 'mailgun_domain' => 'Domaine Mailgun',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Envoyer un email de test', 'send_test_email' => 'Envoyer un email de test',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partiel de :balance', 'partial_remaining' => ':partiel de :balance',
'more_fields' => 'Plus de champs', 'more_fields' => 'Plus de champs',
'less_fields' => 'Moins de champs', 'less_fields' => 'Moins de champs',
'client_name' => 'Client', 'client_name' => 'Nom du client',
'pdf_settings' => 'Paramètres PDF', 'pdf_settings' => 'Paramètres PDF',
'product_settings' => 'Paramètres des produits', 'product_settings' => 'Paramètres des produits',
'auto_wrap' => 'Retour à la ligne automatique', 'auto_wrap' => 'Retour à la ligne automatique',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Minuteur', 'timer' => 'Minuteur',
'manual' => 'Manuel', 'manual' => 'Manuel',
'date_and_time' => 'Date et heure', 'date_and_time' => 'Date et heure',
'second' => 'seconde', 'second' => 'Seconde',
'seconds' => 'secondes', 'seconds' => 'Secondes',
'minute' => 'minute', 'minute' => 'Minute',
'minutes' => 'minutes', 'minutes' => 'Minutes',
'hour' => 'heure', 'hour' => 'Heure',
'hours' => 'heures', 'hours' => 'Heures',
'task_details' => 'Détails de la tâche', 'task_details' => 'Détails de la tâche',
'duration' => 'Durée', 'duration' => 'Durée',
'end_time' => 'Arrêtée à', 'end_time' => 'Arrêtée à',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Définir', 'set_now' => 'Définir',
'dark_mode' => 'Mode foncé', 'dark_mode' => 'Mode foncé',
'dark_mode_help' => 'Affiche le texte blanc sur noir', 'dark_mode_help' => 'Utiliser un fond sombre pour les barres latérales',
'add_to_invoice' => 'Ajouter à la facture :invoice', 'add_to_invoice' => 'Ajouter à la facture :invoice',
'create_new_invoice' => 'Créer une facture', 'create_new_invoice' => 'Créer une facture',
'task_errors' => 'Veuillez corriger les plages de temps qui se chevauchent', 'task_errors' => 'Veuillez corriger les plages de temps qui se chevauchent',
@ -1364,6 +1364,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'start_of_week' => 'Premier jour de la semaine', 'start_of_week' => 'Premier jour de la semaine',
// Frequencies // Frequencies
'freq_inactive' => 'Inactif',
'freq_weekly' => 'Hebdomadaire', 'freq_weekly' => 'Hebdomadaire',
'freq_two_weeks' => 'Aux deux semaines', 'freq_two_weeks' => 'Aux deux semaines',
'freq_four_weeks' => 'Aux quatre semaines', 'freq_four_weeks' => 'Aux quatre semaines',
@ -1425,6 +1426,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'industry_Pharmaceuticals' => 'Pharmaceutique', 'industry_Pharmaceuticals' => 'Pharmaceutique',
'industry_Professional Services & Consulting' => 'Services Professionnels et Conseil', 'industry_Professional Services & Consulting' => 'Services Professionnels et Conseil',
'industry_Real Estate' => 'Immobilier', 'industry_Real Estate' => 'Immobilier',
'industry_Restaurant & Catering' => 'Restauration',
'industry_Retail & Wholesale' => 'Détail en gros', 'industry_Retail & Wholesale' => 'Détail en gros',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -1704,11 +1706,11 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Albanian' => 'Albanien', 'lang_Albanian' => 'Albanien',
'lang_English - United Kingdom' => 'Anglais - Royaume Uni', 'lang_English - United Kingdom' => 'Anglais - Royaume Uni',
'lang_Slovenian' => 'Slovénien', 'lang_Slovenian' => 'Slovénien',
'lang_Finnish' => 'Finnish', 'lang_Finnish' => 'Finlandais',
'lang_Romanian' => 'Romanian', 'lang_Romanian' => 'Roumain',
'lang_Turkish - Turkey' => 'Turkish - Turkey', 'lang_Turkish - Turkey' => 'Turc - Turquie',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', 'lang_Portuguese - Brazilian' => 'Portugais - Brésil',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal', 'lang_Portuguese - Portugal' => 'Portugais - Portugal',
// Frequencies // Frequencies
'freq_weekly' => 'Hebdomadaire', 'freq_weekly' => 'Hebdomadaire',
@ -2002,7 +2004,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'discount_message' => 'L\'offre de :amount expire le :expires', 'discount_message' => 'L\'offre de :amount expire le :expires',
'mark_paid' => 'Marquer payée', 'mark_paid' => 'Marquer payée',
'marked_sent_invoice' => 'La facture marquée a été envoyée', 'marked_sent_invoice' => 'La facture marquée a été envoyée',
'marked_sent_invoices' => 'Les facturea marquéea ont été envoyées', 'marked_sent_invoices' => 'Les factures marquées ont été envoyées',
'invoice_name' => 'Facture', 'invoice_name' => 'Facture',
'product_will_create' => 'produit sera créé', 'product_will_create' => 'produit sera créé',
'contact_us_response' => 'Nous avons bien reçu votre message. Nous y répondrons dans les plus bref délais.. Merci !', 'contact_us_response' => 'Nous avons bien reçu votre message. Nous y répondrons dans les plus bref délais.. Merci !',
@ -2233,7 +2235,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'resume_task' => 'Poursuivre la tâche', 'resume_task' => 'Poursuivre la tâche',
'resumed_task' => 'La tâche est en cours', 'resumed_task' => 'La tâche est en cours',
'quote_design' => 'Design de soumission', 'quote_design' => 'Design de soumission',
'default_design' => 'Design par défaut', 'default_design' => 'Design standard',
'custom_design1' => 'Design personnalisé 1', 'custom_design1' => 'Design personnalisé 1',
'custom_design2' => 'Design personnalisé 2', 'custom_design2' => 'Design personnalisé 2',
'custom_design3' => 'Design personnalisé 3', 'custom_design3' => 'Design personnalisé 3',
@ -2258,7 +2260,42 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'mailgun_domain' => 'Domaine Mailgun', 'mailgun_domain' => 'Domaine Mailgun',
'mailgun_private_key' => 'Clé privée Mailgun', 'mailgun_private_key' => 'Clé privée Mailgun',
'send_test_email' => 'Envoyer un courriel test', 'send_test_email' => 'Envoyer un courriel test',
'select_label' => 'Sélectionnez le libellé',
'label' => 'Libellé',
'service' => 'Service',
'update_payment_details' => 'Mettre à jour les infos de paiement',
'updated_payment_details' => 'Les infos de paiement ont été mis à jour',
'update_credit_card' => 'Mettre à jour la carte de crédit',
'recurring_expenses' => 'Dépenses récurrentes',
'recurring_expense' => 'Dépense récurrente',
'new_recurring_expense' => 'Nouvelle dépense récurrente',
'edit_recurring_expense' => 'Éditer la dépense récurrente',
'archive_recurring_expense' => 'Archiver la dépense récurrente',
'list_recurring_expense' => 'Lister les dépenses récurrentes',
'updated_recurring_expense' => 'La dépense récurrente a été mise à jour',
'created_recurring_expense' => 'La dépense récurrente a été créée',
'archived_recurring_expense' => 'La dépense récurrente a été archivée',
'archived_recurring_expense' => 'La dépense récurrente a été archivée',
'restore_recurring_expense' => 'Restaurer la dépense récurrente',
'restored_recurring_expense' => 'La dépense récurrente a été restaurée',
'delete_recurring_expense' => 'Supprimer la dépense récurrente',
'deleted_recurring_expense' => 'La dépense récurrente a été supprimée',
'deleted_recurring_expense' => 'La dépense récurrente a été supprimée',
'view_recurring_expense' => 'Visualiser la dépense récurrente',
'taxes_and_fees' => 'Taxes et frais',
'import_failed' => 'L\'importation a échoué',
'recurring_prefix' => 'Préfixe récurrent',
'options' => 'Options',
'credit_number_help' => 'Spécifiez un préfixe ou utilisez un modèle personnalisé pour définir de façon dynamique le numéro de crédit pour les factures négatives.',
'next_credit_number' => 'Le prochain numéro de crédit est :number.',
'padding_help' => 'Le nombre de zéro précédant le numéro.',
'import_warning_invalid_date' => 'Avertissement: Le format de la date n\'est pas valide.',
'product_notes' => 'Notes du produit',
'app_version' => 'Version de l\'app',
'ofx_version' => 'Version OFX',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial od :balance', 'partial_remaining' => ':partial od :balance',
'more_fields' => 'Više polja', 'more_fields' => 'Više polja',
'less_fields' => 'Manje polja', 'less_fields' => 'Manje polja',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF postavke', 'pdf_settings' => 'PDF postavke',
'product_settings' => 'Postavke proizvoda', 'product_settings' => 'Postavke proizvoda',
'auto_wrap' => 'Auto formatiranje stavke', 'auto_wrap' => 'Auto formatiranje stavke',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Štoperica', 'timer' => 'Štoperica',
'manual' => 'Ručno', 'manual' => 'Ručno',
'date_and_time' => 'Datum & vrijeme', 'date_and_time' => 'Datum & vrijeme',
'second' => 'sekunda', 'second' => 'Second',
'seconds' => 'sekunde', 'seconds' => 'Seconds',
'minute' => 'minuta', 'minute' => 'Minute',
'minutes' => 'minute', 'minutes' => 'Minutes',
'hour' => 'sat', 'hour' => 'Hour',
'hours' => 'sati', 'hours' => 'Hours',
'task_details' => 'Detalji zadatka', 'task_details' => 'Detalji zadatka',
'duration' => 'Trajanje', 'duration' => 'Trajanje',
'end_time' => 'Završno vrijeme', 'end_time' => 'Završno vrijeme',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Vremena', 'times' => 'Vremena',
'set_now' => 'Postavi na sada', 'set_now' => 'Postavi na sada',
'dark_mode' => 'Tamni prikaz', 'dark_mode' => 'Tamni prikaz',
'dark_mode_help' => 'Prikaži bijeli tekst na crnoj pozadini', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Dodaj računu :invoice', 'add_to_invoice' => 'Dodaj računu :invoice',
'create_new_invoice' => 'Kreiraj novi račun', 'create_new_invoice' => 'Kreiraj novi račun',
'task_errors' => 'Molimo korigirajte preklopna vremena', 'task_errors' => 'Molimo korigirajte preklopna vremena',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial di :balance', 'partial_remaining' => ':partial di :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
'client_name' => 'Cliente', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Settings', 'pdf_settings' => 'PDF Settings',
'product_settings' => 'Product Settings', 'product_settings' => 'Product Settings',
'auto_wrap' => 'Auto Line Wrap', 'auto_wrap' => 'Auto Line Wrap',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manuale', 'manual' => 'Manuale',
'date_and_time' => 'Data e ora', 'date_and_time' => 'Data e ora',
'second' => 'secondo', 'second' => 'Second',
'seconds' => 'secondi', 'seconds' => 'Seconds',
'minute' => 'minuto', 'minute' => 'Minute',
'minutes' => 'minuti', 'minutes' => 'Minutes',
'hour' => 'ora', 'hour' => 'Hour',
'hours' => 'ore', 'hours' => 'Hours',
'task_details' => 'Dettagli Task', 'task_details' => 'Dettagli Task',
'duration' => 'Durata', 'duration' => 'Durata',
'end_time' => 'Tempo di fine', 'end_time' => 'Tempo di fine',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Set now', 'set_now' => 'Set now',
'dark_mode' => 'Dark Mode', 'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Add to invoice :invoice', 'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice', 'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1177,7 +1177,7 @@ $LANG = array(
'refund' => 'Refund', 'refund' => 'Refund',
'are_you_sure_refund' => 'Refund selected payments?', 'are_you_sure_refund' => 'Refund selected payments?',
'status_pending' => 'Pending', 'status_pending' => 'Pending',
'status_completed' => 'Completed', 'status_completed' => 'Completato',
'status_failed' => 'Fallito', 'status_failed' => 'Fallito',
'status_partially_refunded' => 'Parzialmente Rimborsata', 'status_partially_refunded' => 'Parzialmente Rimborsata',
'status_partially_refunded_amount' => ':amount Refunded', 'status_partially_refunded_amount' => ':amount Refunded',
@ -1366,6 +1366,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1427,6 +1428,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2234,7 +2236,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2259,7 +2261,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => '項目を増やす', 'more_fields' => '項目を増やす',
'less_fields' => '項目を減らす', 'less_fields' => '項目を減らす',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF設定', 'pdf_settings' => 'PDF設定',
'product_settings' => '商品設定', 'product_settings' => '商品設定',
'auto_wrap' => 'Auto Line Wrap', 'auto_wrap' => 'Auto Line Wrap',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'タイマー', 'timer' => 'タイマー',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => '日時', 'date_and_time' => '日時',
'second' => '', 'second' => 'Second',
'seconds' => '', 'seconds' => 'Seconds',
'minute' => '', 'minute' => 'Minute',
'minutes' => '', 'minutes' => 'Minutes',
'hour' => '時間', 'hour' => 'Hour',
'hours' => '時間', 'hours' => 'Hours',
'task_details' => 'タスク詳細', 'task_details' => 'タスク詳細',
'duration' => 'Duration', 'duration' => 'Duration',
'end_time' => '終了時間', 'end_time' => '終了時間',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Set to now', 'set_now' => 'Set to now',
'dark_mode' => 'ダークモード', 'dark_mode' => 'ダークモード',
'dark_mode_help' => '黒地に白で表示', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => '請求書 :invoice に追加', 'add_to_invoice' => '請求書 :invoice に追加',
'create_new_invoice' => '請求書を新規作成', 'create_new_invoice' => '請求書を新規作成',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
'client_name' => 'Klientas', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Settings', 'pdf_settings' => 'PDF Settings',
'product_settings' => 'Product Settings', 'product_settings' => 'Product Settings',
'auto_wrap' => 'Auto Line Wrap', 'auto_wrap' => 'Auto Line Wrap',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Chronometras', 'timer' => 'Chronometras',
'manual' => 'Nurodyti', 'manual' => 'Nurodyti',
'date_and_time' => 'Data ir laikas', 'date_and_time' => 'Data ir laikas',
'second' => 'sekundė', 'second' => 'Second',
'seconds' => 'sekundės', 'seconds' => 'Seconds',
'minute' => 'minutė', 'minute' => 'Minute',
'minutes' => 'minutės', 'minutes' => 'Minutes',
'hour' => 'valanda', 'hour' => 'Hour',
'hours' => 'Valandos', 'hours' => 'Hours',
'task_details' => 'Task Details', 'task_details' => 'Task Details',
'duration' => 'Trukmė', 'duration' => 'Trukmė',
'end_time' => 'Pabaiga', 'end_time' => 'Pabaiga',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Laikas', 'times' => 'Laikas',
'set_now' => 'Dabar', 'set_now' => 'Dabar',
'dark_mode' => 'Dark Mode', 'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Add to invoice :invoice', 'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice', 'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Nekilnojamas turtas', 'industry_Real Estate' => 'Nekilnojamas turtas',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':delvis av :balance', 'partial_remaining' => ':delvis av :balance',
'more_fields' => 'Flere Felt', 'more_fields' => 'Flere Felt',
'less_fields' => 'Mindre Felt', 'less_fields' => 'Mindre Felt',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Innstillinger', 'pdf_settings' => 'PDF Innstillinger',
'product_settings' => 'Produkt Innstillinger', 'product_settings' => 'Produkt Innstillinger',
'auto_wrap' => 'Automatisk Linjebryting', 'auto_wrap' => 'Automatisk Linjebryting',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Tidtaker', 'timer' => 'Tidtaker',
'manual' => 'Manuell', 'manual' => 'Manuell',
'date_and_time' => 'Dato & Tid', 'date_and_time' => 'Dato & Tid',
'second' => 'sekund', 'second' => 'Second',
'seconds' => 'sekunder', 'seconds' => 'Seconds',
'minute' => 'minutt', 'minute' => 'Minute',
'minutes' => 'minutter', 'minutes' => 'Minutes',
'hour' => 'time', 'hour' => 'Hour',
'hours' => 'timer', 'hours' => 'Hours',
'task_details' => 'Oppgave Detaljer', 'task_details' => 'Oppgave Detaljer',
'duration' => 'Varighet', 'duration' => 'Varighet',
'end_time' => 'Sluttid', 'end_time' => 'Sluttid',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Tider', 'times' => 'Tider',
'set_now' => 'Sett til nå', 'set_now' => 'Sett til nå',
'dark_mode' => 'Mørk Modus', 'dark_mode' => 'Mørk Modus',
'dark_mode_help' => 'Vis hvit tekst på svart bakgrunn', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Legg til på faktura :invoice', 'add_to_invoice' => 'Legg til på faktura :invoice',
'create_new_invoice' => 'Lag ny faktura', 'create_new_invoice' => 'Lag ny faktura',
'task_errors' => 'Vennligst rett alle overlappende tider', 'task_errors' => 'Vennligst rett alle overlappende tider',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial / :balance', 'partial_remaining' => ':partial / :balance',
'more_fields' => 'Meer velden', 'more_fields' => 'Meer velden',
'less_fields' => 'Minder velden', 'less_fields' => 'Minder velden',
'client_name' => 'Klant', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF-instellingen', 'pdf_settings' => 'PDF-instellingen',
'product_settings' => 'Productinstellingen', 'product_settings' => 'Productinstellingen',
'auto_wrap' => 'Automatisch regel afbreken', 'auto_wrap' => 'Automatisch regel afbreken',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manueel', 'manual' => 'Manueel',
'date_and_time' => 'Datum en tijd', 'date_and_time' => 'Datum en tijd',
'second' => 'seconde', 'second' => 'Seconde',
'seconds' => 'seconden', 'seconds' => 'Seconden',
'minute' => 'minuut', 'minute' => 'Minuut',
'minutes' => 'minuten', 'minutes' => 'Minuten',
'hour' => 'uur', 'hour' => 'Uur',
'hours' => 'uren', 'hours' => 'Uren',
'task_details' => 'Taakdetails', 'task_details' => 'Taakdetails',
'duration' => 'Duur', 'duration' => 'Duur',
'end_time' => 'Eindtijd', 'end_time' => 'Eindtijd',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Tijden', 'times' => 'Tijden',
'set_now' => 'Start nu', 'set_now' => 'Start nu',
'dark_mode' => 'Donkere modus', 'dark_mode' => 'Donkere modus',
'dark_mode_help' => 'Toon witte tekst op een donkere achtergrond', 'dark_mode_help' => 'Gebruik een donkere achtergrond voor de zijbalk',
'add_to_invoice' => 'Toevoegen aan factuur :invoice', 'add_to_invoice' => 'Toevoegen aan factuur :invoice',
'create_new_invoice' => 'Maak een nieuwe factuur', 'create_new_invoice' => 'Maak een nieuwe factuur',
'task_errors' => 'Pas overlappende tijden aan a.u.b..', 'task_errors' => 'Pas overlappende tijden aan a.u.b..',
@ -1058,7 +1058,7 @@ $LANG = array(
'user_edit_all' => 'Bewerken van alle klanten, facturen, enz.', 'user_edit_all' => 'Bewerken van alle klanten, facturen, enz.',
'gateway_help_20' => ':link om aan te melden voor Sage Pay.', 'gateway_help_20' => ':link om aan te melden voor Sage Pay.',
'gateway_help_21' => ':link om aan te melden voor Sage Pay.', 'gateway_help_21' => ':link om aan te melden voor Sage Pay.',
'partial_due' => 'Gedeeltelijke vervaldatum', 'partial_due' => 'Te betalen voorschot',
'restore_vendor' => 'Leverancier herstellen', 'restore_vendor' => 'Leverancier herstellen',
'restored_vendor' => 'Leverancier succesvol hersteld', 'restored_vendor' => 'Leverancier succesvol hersteld',
'restored_expense' => 'Uitgave succesvol hersteld', 'restored_expense' => 'Uitgave succesvol hersteld',
@ -1364,6 +1364,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'start_of_week' => 'Eerste dag van de week', 'start_of_week' => 'Eerste dag van de week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactief',
'freq_weekly' => 'Wekelijks', 'freq_weekly' => 'Wekelijks',
'freq_two_weeks' => 'Twee weken', 'freq_two_weeks' => 'Twee weken',
'freq_four_weeks' => 'Vier weken', 'freq_four_weeks' => 'Vier weken',
@ -1425,6 +1426,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'industry_Pharmaceuticals' => 'Farmaceutisch', 'industry_Pharmaceuticals' => 'Farmaceutisch',
'industry_Professional Services & Consulting' => 'Professionele diensten & raadgeving', 'industry_Professional Services & Consulting' => 'Professionele diensten & raadgeving',
'industry_Real Estate' => 'Onroerend goed', 'industry_Real Estate' => 'Onroerend goed',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Klein- & groothandel', 'industry_Retail & Wholesale' => 'Klein- & groothandel',
'industry_Sports' => 'Sport', 'industry_Sports' => 'Sport',
'industry_Transportation' => 'Vervoer', 'industry_Transportation' => 'Vervoer',
@ -1705,11 +1707,11 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'lang_Albanian' => 'Albanees', 'lang_Albanian' => 'Albanees',
'lang_English - United Kingdom' => 'Engels - Verenigd Koninkrijk', 'lang_English - United Kingdom' => 'Engels - Verenigd Koninkrijk',
'lang_Slovenian' => 'Sloveens', 'lang_Slovenian' => 'Sloveens',
'lang_Finnish' => 'Finnish', 'lang_Finnish' => 'Fins',
'lang_Romanian' => 'Romanian', 'lang_Romanian' => 'Roemeens',
'lang_Turkish - Turkey' => 'Turkish - Turkey', 'lang_Turkish - Turkey' => 'Turks - Turkije',
'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', 'lang_Portuguese - Brazilian' => 'Portugees - Braziliaans',
'lang_Portuguese - Portugal' => 'Portuguese - Portugal', 'lang_Portuguese - Portugal' => 'Portugees - Portugal',
// Frequencies // Frequencies
'freq_weekly' => 'Wekelijks', 'freq_weekly' => 'Wekelijks',
@ -2208,7 +2210,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'surcharge_label' => 'Toeslag label', 'surcharge_label' => 'Toeslag label',
'contact_fields' => 'Contact velden', 'contact_fields' => 'Contact velden',
'custom_contact_fields_help' => 'Voeg een veld toe bij het creeren van een contact en toon het label en de waarde op de PDF.', 'custom_contact_fields_help' => 'Voeg een veld toe bij het creeren van een contact en toon het label en de waarde op de PDF.',
'datatable_info' => ':start tot :end van :totaal items worden getoond', 'datatable_info' => ':start tot :end van :total items worden getoond',
'credit_total' => 'Totaal krediet', 'credit_total' => 'Totaal krediet',
'mark_billable' => 'Markeer factureerbaar', 'mark_billable' => 'Markeer factureerbaar',
'billed' => 'Gefactureerd', 'billed' => 'Gefactureerd',
@ -2233,7 +2235,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'resume_task' => 'Taak hervatten', 'resume_task' => 'Taak hervatten',
'resumed_task' => 'Taak succesvol hervat', 'resumed_task' => 'Taak succesvol hervat',
'quote_design' => 'Offerte ontwerp', 'quote_design' => 'Offerte ontwerp',
'default_design' => 'Standaardontwerp', 'default_design' => 'Standaard ontwerp',
'custom_design1' => 'Aangepast ontwerp 1', 'custom_design1' => 'Aangepast ontwerp 1',
'custom_design2' => 'Aangepast ontwerp 2', 'custom_design2' => 'Aangepast ontwerp 2',
'custom_design3' => 'Aangepast ontwerp 3', 'custom_design3' => 'Aangepast ontwerp 3',
@ -2258,7 +2260,42 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'mailgun_domain' => 'Mailgun domein', 'mailgun_domain' => 'Mailgun domein',
'mailgun_private_key' => 'Mailgun private sleutel', 'mailgun_private_key' => 'Mailgun private sleutel',
'send_test_email' => 'Verstuur test email', 'send_test_email' => 'Verstuur test email',
'select_label' => 'Selecteer label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Betalingsdetails bijwerken',
'updated_payment_details' => 'Betalingsdetails succesvol bijgewerkt',
'update_credit_card' => 'Krediet kaart bijwerken',
'recurring_expenses' => 'Terugkerende uitgaven',
'recurring_expense' => 'Terugkerende uitgave',
'new_recurring_expense' => 'Nieuwe terugkerende uitgave',
'edit_recurring_expense' => 'Terugkerende uitgave bewerken',
'archive_recurring_expense' => 'Terugkerende uitgave archiveren',
'list_recurring_expense' => 'Toon terugkerende uitgaven',
'updated_recurring_expense' => 'Terugkerende uitgave succesvol bijgewerkt',
'created_recurring_expense' => 'Terugkerende uitgave succesvol aangemaakt',
'archived_recurring_expense' => 'Terugkerende uitgave succesvol gearchiveerd',
'archived_recurring_expense' => 'Terugkerende uitgave succesvol gearchiveerd',
'restore_recurring_expense' => 'Terugkerende uitgave herstellen',
'restored_recurring_expense' => 'Terugkerende uitgave succesvol hersteld',
'delete_recurring_expense' => 'Terugkerende uitgave verwijderen',
'deleted_recurring_expense' => 'Project succesvol verwijderd',
'deleted_recurring_expense' => 'Project succesvol verwijderd',
'view_recurring_expense' => 'Terugkerende uitgave tonen',
'taxes_and_fees' => 'Belastingen en heffingen',
'import_failed' => 'Importeren mislukt',
'recurring_prefix' => 'Terugkerend voorvoegsel',
'options' => 'Opties',
'credit_number_help' => 'Geef een voorvoegsel of een aangepast patroon om kredietnummers dynamisch te genereren.',
'next_credit_number' => 'Het volgende kredietnummer is :number.',
'padding_help' => 'Het aantal nullen om het nummer op te vullen.',
'import_warning_invalid_date' => 'Waarschuwing: het datumformaat lijkt ongeldig te zijn.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial z :balance', 'partial_remaining' => ':partial z :balance',
'more_fields' => 'Więcej pól', 'more_fields' => 'Więcej pól',
'less_fields' => 'Mniej pól', 'less_fields' => 'Mniej pól',
'client_name' => 'Klient', 'client_name' => 'Client Name',
'pdf_settings' => 'Ustawienia PDF', 'pdf_settings' => 'Ustawienia PDF',
'product_settings' => 'Ustawienia produktu', 'product_settings' => 'Ustawienia produktu',
'auto_wrap' => 'Zawijaj wiersze', 'auto_wrap' => 'Zawijaj wiersze',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Odliczanie czasu', 'timer' => 'Odliczanie czasu',
'manual' => 'Wprowadź ręcznie', 'manual' => 'Wprowadź ręcznie',
'date_and_time' => 'Data i czas', 'date_and_time' => 'Data i czas',
'second' => 'sekunda', 'second' => 'Second',
'seconds' => 'sekund', 'seconds' => 'Seconds',
'minute' => 'minuta', 'minute' => 'Minute',
'minutes' => 'minut', 'minutes' => 'Minutes',
'hour' => 'godzina', 'hour' => 'Hour',
'hours' => 'godzin', 'hours' => 'Hours',
'task_details' => 'Szczegóły zadania', 'task_details' => 'Szczegóły zadania',
'duration' => 'Czas trwania', 'duration' => 'Czas trwania',
'end_time' => 'Zakończono', 'end_time' => 'Zakończono',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Razy/Okresy', 'times' => 'Razy/Okresy',
'set_now' => 'Ustaw na teraz', 'set_now' => 'Ustaw na teraz',
'dark_mode' => 'Tryb ciemny', 'dark_mode' => 'Tryb ciemny',
'dark_mode_help' => 'Pokaż białe napisy na czarnym tle', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Dodaj do faktury :invoice', 'add_to_invoice' => 'Dodaj do faktury :invoice',
'create_new_invoice' => 'Utwórz nową fakturę', 'create_new_invoice' => 'Utwórz nową fakturę',
'task_errors' => 'Proszę skoryguj nakładające się czasy', 'task_errors' => 'Proszę skoryguj nakładające się czasy',
@ -1373,6 +1373,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'start_of_week' => 'Pierwszy dzień tygodnia', 'start_of_week' => 'Pierwszy dzień tygodnia',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Co tydzień', 'freq_weekly' => 'Co tydzień',
'freq_two_weeks' => 'Co dwa tygodnie', 'freq_two_weeks' => 'Co dwa tygodnie',
'freq_four_weeks' => 'Co cztery tygodnie', 'freq_four_weeks' => 'Co cztery tygodnie',
@ -1434,6 +1435,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'industry_Pharmaceuticals' => 'Farmacja', 'industry_Pharmaceuticals' => 'Farmacja',
'industry_Professional Services & Consulting' => 'Usługi doradcze i konsulting', 'industry_Professional Services & Consulting' => 'Usługi doradcze i konsulting',
'industry_Real Estate' => 'Nieruchomości', 'industry_Real Estate' => 'Nieruchomości',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Sprzedaż i hurtownie', 'industry_Retail & Wholesale' => 'Sprzedaż i hurtownie',
'industry_Sports' => 'Sporty', 'industry_Sports' => 'Sporty',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -2241,7 +2243,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mais Campos', 'more_fields' => 'Mais Campos',
'less_fields' => 'Menos Campos', 'less_fields' => 'Menos Campos',
'client_name' => 'Cliente', 'client_name' => 'Client Name',
'pdf_settings' => 'Configurações do PDF', 'pdf_settings' => 'Configurações do PDF',
'product_settings' => 'Configurações de Produtos', 'product_settings' => 'Configurações de Produtos',
'auto_wrap' => 'Quebrar Linhas', 'auto_wrap' => 'Quebrar Linhas',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Data & Hora', 'date_and_time' => 'Data & Hora',
'second' => 'segundo', 'second' => 'Second',
'seconds' => 'segundos', 'seconds' => 'Seconds',
'minute' => 'minuto', 'minute' => 'Minute',
'minutes' => 'minutos', 'minutes' => 'Minutes',
'hour' => 'hora', 'hour' => 'Hour',
'hours' => 'horas', 'hours' => 'Hours',
'task_details' => 'Detalhes da Tarefa', 'task_details' => 'Detalhes da Tarefa',
'duration' => 'Duração', 'duration' => 'Duração',
'end_time' => 'Final', 'end_time' => 'Final',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Tempo', 'times' => 'Tempo',
'set_now' => 'Agora', 'set_now' => 'Agora',
'dark_mode' => 'Modo Escuro', 'dark_mode' => 'Modo Escuro',
'dark_mode_help' => 'Mostrar texto branco em fundo preto', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Adicionar na fatura :invoice', 'add_to_invoice' => 'Adicionar na fatura :invoice',
'create_new_invoice' => 'Criar fatura', 'create_new_invoice' => 'Criar fatura',
'task_errors' => 'Corrija os tempos sobrepostos', 'task_errors' => 'Corrija os tempos sobrepostos',
@ -1364,6 +1364,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1425,6 +1426,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2232,7 +2234,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2257,7 +2259,42 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -505,7 +505,7 @@ $LANG = array(
'partial_remaining' => ':partial de :balance', 'partial_remaining' => ':partial de :balance',
'more_fields' => 'Mais Campos', 'more_fields' => 'Mais Campos',
'less_fields' => 'Menos Campos', 'less_fields' => 'Menos Campos',
'client_name' => 'Cliente', 'client_name' => 'Client Name',
'pdf_settings' => 'Definições do PDF', 'pdf_settings' => 'Definições do PDF',
'product_settings' => 'Definições de Produtos', 'product_settings' => 'Definições de Produtos',
'auto_wrap' => 'Quebrar Linhas', 'auto_wrap' => 'Quebrar Linhas',
@ -550,12 +550,12 @@ $LANG = array(
'timer' => 'Temporizador', 'timer' => 'Temporizador',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Data & Hora', 'date_and_time' => 'Data & Hora',
'second' => 'segundo', 'second' => 'Second',
'seconds' => 'segundos', 'seconds' => 'Seconds',
'minute' => 'minuto', 'minute' => 'Minute',
'minutes' => 'minutos', 'minutes' => 'Minutes',
'hour' => 'hora', 'hour' => 'Hour',
'hours' => 'horas', 'hours' => 'Hours',
'task_details' => 'Detalhes da Tarefa', 'task_details' => 'Detalhes da Tarefa',
'duration' => 'Duração', 'duration' => 'Duração',
'end_time' => 'Final', 'end_time' => 'Final',
@ -618,7 +618,7 @@ $LANG = array(
'times' => 'Tempo', 'times' => 'Tempo',
'set_now' => 'Agora', 'set_now' => 'Agora',
'dark_mode' => 'Modo Escuro', 'dark_mode' => 'Modo Escuro',
'dark_mode_help' => 'Mostrar texto branco em fundo preto', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Adicionar na nota de pagamento :invoice', 'add_to_invoice' => 'Adicionar na nota de pagamento :invoice',
'create_new_invoice' => 'Criar nota de pagamento', 'create_new_invoice' => 'Criar nota de pagamento',
'task_errors' => 'Corrija os tempos sobrepostos', 'task_errors' => 'Corrija os tempos sobrepostos',
@ -1364,6 +1364,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'start_of_week' => 'Primeiro Dia da Semana', 'start_of_week' => 'Primeiro Dia da Semana',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Semanal', 'freq_weekly' => 'Semanal',
'freq_two_weeks' => '2 semanas', 'freq_two_weeks' => '2 semanas',
'freq_four_weeks' => '4 semanas', 'freq_four_weeks' => '4 semanas',
@ -1425,6 +1426,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'industry_Pharmaceuticals' => 'Fermacêutica', 'industry_Pharmaceuticals' => 'Fermacêutica',
'industry_Professional Services & Consulting' => 'Serviços Profissionais & Consultoria', 'industry_Professional Services & Consulting' => 'Serviços Profissionais & Consultoria',
'industry_Real Estate' => 'Imobiliária', 'industry_Real Estate' => 'Imobiliária',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retalho & Armazenistas', 'industry_Retail & Wholesale' => 'Retalho & Armazenistas',
'industry_Sports' => 'Desporto', 'industry_Sports' => 'Desporto',
'industry_Transportation' => 'Transporte', 'industry_Transportation' => 'Transporte',
@ -2233,7 +2235,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2258,7 +2260,42 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -513,7 +513,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'partial_remaining' => ':partial din :balance', 'partial_remaining' => ':partial din :balance',
'more_fields' => 'Mai mult câmpuri', 'more_fields' => 'Mai mult câmpuri',
'less_fields' => 'Mai puține câmpuri', 'less_fields' => 'Mai puține câmpuri',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'Opțiuni PDF', 'pdf_settings' => 'Opțiuni PDF',
'product_settings' => 'Opțiuni Produs', 'product_settings' => 'Opțiuni Produs',
'auto_wrap' => 'Linie nouă automată', 'auto_wrap' => 'Linie nouă automată',
@ -558,12 +558,12 @@ Atentie: Folosește Legacy API Key, nu Token API',
'timer' => 'Cronometru', 'timer' => 'Cronometru',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Data și Timpul', 'date_and_time' => 'Data și Timpul',
'second' => 'secundă', 'second' => 'Second',
'seconds' => 'secunde', 'seconds' => 'Seconds',
'minute' => 'minut', 'minute' => 'Minute',
'minutes' => 'minute', 'minutes' => 'Minutes',
'hour' => 'oră', 'hour' => 'Hour',
'hours' => 'ore', 'hours' => 'Hours',
'task_details' => 'Detalii Task', 'task_details' => 'Detalii Task',
'duration' => 'Durată', 'duration' => 'Durată',
'end_time' => 'Timp încheiere', 'end_time' => 'Timp încheiere',
@ -626,7 +626,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Set to now', 'set_now' => 'Set to now',
'dark_mode' => 'Dark Mode', 'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Add to invoice :invoice', 'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice', 'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1375,6 +1375,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'start_of_week' => 'Prima Zi a Săptamânii', 'start_of_week' => 'Prima Zi a Săptamânii',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Săptămânal', 'freq_weekly' => 'Săptămânal',
'freq_two_weeks' => 'Două Săptămâni', 'freq_two_weeks' => 'Două Săptămâni',
'freq_four_weeks' => 'Patru Săptămâni', 'freq_four_weeks' => 'Patru Săptămâni',
@ -1436,6 +1437,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2243,7 +2245,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2268,7 +2270,42 @@ Atentie: Folosește Legacy API Key, nu Token API',
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -510,7 +510,7 @@ Prijava v račun',
'partial_remaining' => ':partial od :balance', 'partial_remaining' => ':partial od :balance',
'more_fields' => 'Več Polj', 'more_fields' => 'Več Polj',
'less_fields' => 'Manj Polj', 'less_fields' => 'Manj Polj',
'client_name' => 'Stranka', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Nastavitve', 'pdf_settings' => 'PDF Nastavitve',
'product_settings' => 'Nastavitve Produkta', 'product_settings' => 'Nastavitve Produkta',
'auto_wrap' => 'Samodejni prelom vrstic', 'auto_wrap' => 'Samodejni prelom vrstic',
@ -555,12 +555,12 @@ Prijava v račun',
'timer' => 'Merilec časa', 'timer' => 'Merilec časa',
'manual' => 'Ročno', 'manual' => 'Ročno',
'date_and_time' => 'Datum in Čas', 'date_and_time' => 'Datum in Čas',
'second' => 'sekunda', 'second' => 'Second',
'seconds' => 'sekunde', 'seconds' => 'Seconds',
'minute' => 'minuta', 'minute' => 'Minute',
'minutes' => 'minute', 'minutes' => 'Minutes',
'hour' => 'ura', 'hour' => 'Hour',
'hours' => 'ure', 'hours' => 'Hours',
'task_details' => 'Podrobnosti Opravila', 'task_details' => 'Podrobnosti Opravila',
'duration' => 'Trajanje', 'duration' => 'Trajanje',
'end_time' => 'Čas zaključka', 'end_time' => 'Čas zaključka',
@ -623,7 +623,7 @@ Prijava v račun',
'times' => 'Čas', 'times' => 'Čas',
'set_now' => 'Nastavi za zdaj', 'set_now' => 'Nastavi za zdaj',
'dark_mode' => 'Temen način', 'dark_mode' => 'Temen način',
'dark_mode_help' => 'Prikaži bel tekst na črni podlagi', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Dodaj k računu :invoice', 'add_to_invoice' => 'Dodaj k računu :invoice',
'create_new_invoice' => 'Ustvari nov račun', 'create_new_invoice' => 'Ustvari nov račun',
'task_errors' => 'Prosim popravite prekrivajoče časove', 'task_errors' => 'Prosim popravite prekrivajoče časove',
@ -1374,6 +1374,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'start_of_week' => 'Prvi dan v tednu', 'start_of_week' => 'Prvi dan v tednu',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Tedensko', 'freq_weekly' => 'Tedensko',
'freq_two_weeks' => 'Dva tedna', 'freq_two_weeks' => 'Dva tedna',
'freq_four_weeks' => 'Štiri tedni', 'freq_four_weeks' => 'Štiri tedni',
@ -1436,6 +1437,7 @@ Biotehnologija',
'industry_Pharmaceuticals' => 'Farmacevtski izdelki', 'industry_Pharmaceuticals' => 'Farmacevtski izdelki',
'industry_Professional Services & Consulting' => 'Svetovanje', 'industry_Professional Services & Consulting' => 'Svetovanje',
'industry_Real Estate' => 'Nepremičnina', 'industry_Real Estate' => 'Nepremičnina',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Trgovina na drobno in debelo', 'industry_Retail & Wholesale' => 'Trgovina na drobno in debelo',
'industry_Sports' => 'Šport', 'industry_Sports' => 'Šport',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -2246,7 +2248,7 @@ Nekaj je šlo narobe',
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2271,7 +2273,42 @@ Nekaj je šlo narobe',
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -508,7 +508,7 @@ $LANG = array(
'partial_remaining' => ':partial nga :balance', 'partial_remaining' => ':partial nga :balance',
'more_fields' => 'Më shumë fusha', 'more_fields' => 'Më shumë fusha',
'less_fields' => 'Më pak fusha', 'less_fields' => 'Më pak fusha',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'Rregullimet e PDF', 'pdf_settings' => 'Rregullimet e PDF',
'product_settings' => 'Rregullimi i Produktit', 'product_settings' => 'Rregullimi i Produktit',
'auto_wrap' => 'Mbushja automatike', 'auto_wrap' => 'Mbushja automatike',
@ -553,12 +553,12 @@ $LANG = array(
'timer' => 'Kohëmatësi', 'timer' => 'Kohëmatësi',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Data & Koha', 'date_and_time' => 'Data & Koha',
'second' => 'sekond', 'second' => 'Second',
'seconds' => 'sekonda', 'seconds' => 'Seconds',
'minute' => 'minut', 'minute' => 'Minute',
'minutes' => 'minuta', 'minutes' => 'Minutes',
'hour' => 'orë', 'hour' => 'Hour',
'hours' => 'orë', 'hours' => 'Hours',
'task_details' => 'Detajet e Detyrës', 'task_details' => 'Detajet e Detyrës',
'duration' => 'Kohëzgjatja', 'duration' => 'Kohëzgjatja',
'end_time' => 'Koha e përfundimit', 'end_time' => 'Koha e përfundimit',
@ -621,7 +621,7 @@ $LANG = array(
'times' => 'Kohët', 'times' => 'Kohët',
'set_now' => 'Caktoje për tash', 'set_now' => 'Caktoje për tash',
'dark_mode' => 'Modeli i errët', 'dark_mode' => 'Modeli i errët',
'dark_mode_help' => 'Shfaq tekstin e bardhë në prapavijë të zezë', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Shto në faturën :invoice', 'add_to_invoice' => 'Shto në faturën :invoice',
'create_new_invoice' => 'Krijo faturë të re', 'create_new_invoice' => 'Krijo faturë të re',
'task_errors' => 'Ju lutem korrigjoni kohët e vendosura mbi njëra-tjetrën', 'task_errors' => 'Ju lutem korrigjoni kohët e vendosura mbi njëra-tjetrën',
@ -1371,6 +1371,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Javore', 'freq_weekly' => 'Javore',
'freq_two_weeks' => 'Dy javore', 'freq_two_weeks' => 'Dy javore',
'freq_four_weeks' => 'Katër javore', 'freq_four_weeks' => 'Katër javore',
@ -1432,6 +1433,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'industry_Pharmaceuticals' => 'Farmaceutike', 'industry_Pharmaceuticals' => 'Farmaceutike',
'industry_Professional Services & Consulting' => 'Shërbime profesionale & konsultim', 'industry_Professional Services & Consulting' => 'Shërbime profesionale & konsultim',
'industry_Real Estate' => 'Patundshmëri', 'industry_Real Estate' => 'Patundshmëri',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Shitje', 'industry_Retail & Wholesale' => 'Shitje',
'industry_Sports' => 'Sport', 'industry_Sports' => 'Sport',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -2239,7 +2241,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2264,7 +2266,42 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -510,7 +510,7 @@ $LANG = array(
'partial_remaining' => ':partial av :balance', 'partial_remaining' => ':partial av :balance',
'more_fields' => 'Fler fält', 'more_fields' => 'Fler fält',
'less_fields' => 'Färre fält', 'less_fields' => 'Färre fält',
'client_name' => 'Kund', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Settings', 'pdf_settings' => 'PDF Settings',
'product_settings' => 'Produkt inställningar', 'product_settings' => 'Produkt inställningar',
'auto_wrap' => 'Automatisk Rad Byte', 'auto_wrap' => 'Automatisk Rad Byte',
@ -555,12 +555,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manuell', 'manual' => 'Manuell',
'date_and_time' => 'Datum & Tid', 'date_and_time' => 'Datum & Tid',
'second' => 'sekund', 'second' => 'Sekund',
'seconds' => 'sekunder', 'seconds' => 'Sekunder',
'minute' => 'minut', 'minute' => 'Minut',
'minutes' => 'minuter', 'minutes' => 'Minuter',
'hour' => 'timme', 'hour' => 'Timme',
'hours' => 'timmar', 'hours' => 'Timmar',
'task_details' => 'Uppgift information', 'task_details' => 'Uppgift information',
'duration' => 'Varaktighet', 'duration' => 'Varaktighet',
'end_time' => 'Sluttid', 'end_time' => 'Sluttid',
@ -623,7 +623,7 @@ $LANG = array(
'times' => 'Tider', 'times' => 'Tider',
'set_now' => 'Satt till nu', 'set_now' => 'Satt till nu',
'dark_mode' => 'Mörkt läge', 'dark_mode' => 'Mörkt läge',
'dark_mode_help' => 'Visa vit text på svart bakgrund', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Lägg till på faktura :invoice', 'add_to_invoice' => 'Lägg till på faktura :invoice',
'create_new_invoice' => 'Skapa ny faktura', 'create_new_invoice' => 'Skapa ny faktura',
'task_errors' => 'Korrigera överlappande tider', 'task_errors' => 'Korrigera överlappande tider',
@ -1372,6 +1372,7 @@ När ni har pengarna, kom tillbaka till denna betalningsmetods sida och klicka p
'start_of_week' => 'Första veckodagen', 'start_of_week' => 'Första veckodagen',
// Frequencies // Frequencies
'freq_inactive' => 'Inaktiv',
'freq_weekly' => 'Veckovis', 'freq_weekly' => 'Veckovis',
'freq_two_weeks' => 'Två veckor', 'freq_two_weeks' => 'Två veckor',
'freq_four_weeks' => 'Fyra veckor', 'freq_four_weeks' => 'Fyra veckor',
@ -1433,6 +1434,7 @@ När ni har pengarna, kom tillbaka till denna betalningsmetods sida och klicka p
'industry_Pharmaceuticals' => 'Läkemedel', 'industry_Pharmaceuticals' => 'Läkemedel',
'industry_Professional Services & Consulting' => 'Professionella tjänster & rådgivning', 'industry_Professional Services & Consulting' => 'Professionella tjänster & rådgivning',
'industry_Real Estate' => 'Fastighet', 'industry_Real Estate' => 'Fastighet',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Detaljhandel & Partihandel', 'industry_Retail & Wholesale' => 'Detaljhandel & Partihandel',
'industry_Sports' => 'Sport', 'industry_Sports' => 'Sport',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -2260,20 +2262,55 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'analytics_key' => 'Analytics nyckel', 'analytics_key' => 'Analytics nyckel',
'analytics_key_help' => 'Följ betalningar via :link', 'analytics_key_help' => 'Följ betalningar via :link',
'start_date_required' => 'Start datum är nödvändig', 'start_date_required' => 'Start datum är nödvändig',
'application_settings' => 'Application Settings', 'application_settings' => 'Program inställning',
'database_connection' => 'Database Connection', 'database_connection' => 'Databas koppling',
'driver' => 'Driver', 'driver' => 'Driver',
'host' => 'Host', 'host' => 'Värd',
'database' => 'Database', 'database' => 'Databas',
'test_connection' => 'Test connection', 'test_connection' => 'Testa koppling',
'from_name' => 'From Name', 'from_name' => 'Från namn',
'from_address' => 'From Address', 'from_address' => 'Från adress',
'port' => 'Port', 'port' => 'Port',
'encryption' => 'Encryption', 'encryption' => 'Kryptering',
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Skicka test meddelande',
'select_label' => 'Välj rubrik',
'label' => 'Rubrik',
'service' => 'Service',
'update_payment_details' => 'Uppdatera betalnings detaljer',
'updated_payment_details' => 'Uppdaterade betalningsdetaljer utan problem',
'update_credit_card' => 'Uppdatera kreditkort',
'recurring_expenses' => 'Återkommande utgifter',
'recurring_expense' => 'Återkommande utgift',
'new_recurring_expense' => 'Ny återkommande utgift',
'edit_recurring_expense' => 'Ändra återkommande utgift',
'archive_recurring_expense' => 'Arkivera återkommande utgift',
'list_recurring_expense' => 'Lista återkommande utgifter',
'updated_recurring_expense' => 'Uppdaterade återkommande utgift utan problem',
'created_recurring_expense' => 'Skapade återkommande utgift utan problem',
'archived_recurring_expense' => 'Arkiverade återkommande utgift utan problem',
'archived_recurring_expense' => 'Arkiverade återkommande utgift utan problem',
'restore_recurring_expense' => 'Återställ återkommande utgift',
'restored_recurring_expense' => 'Återställde återkommande utgifter utan problem',
'delete_recurring_expense' => 'Ta bort återkommande utgifter',
'deleted_recurring_expense' => 'Tog bort projektet utan problem',
'deleted_recurring_expense' => 'Tog bort projektet utan problem',
'view_recurring_expense' => 'Se återkommande utgifter',
'taxes_and_fees' => 'Skatter och avgifter',
'import_failed' => 'Import misslyckades',
'recurring_prefix' => 'Återkommande prefix',
'options' => 'Val',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'Nästa kreditkortsnummer är :number.',
'padding_help' => 'Antal nollor för att fylla ut numret',
'import_warning_invalid_date' => 'Varning: Datumformatet verkar vara ogiltigt',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -511,7 +511,7 @@ $LANG = array(
'partial_remaining' => ':partial of :balance', 'partial_remaining' => ':partial of :balance',
'more_fields' => 'More Fields', 'more_fields' => 'More Fields',
'less_fields' => 'Less Fields', 'less_fields' => 'Less Fields',
'client_name' => 'Client', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Settings', 'pdf_settings' => 'PDF Settings',
'product_settings' => 'Product Settings', 'product_settings' => 'Product Settings',
'auto_wrap' => 'Auto Line Wrap', 'auto_wrap' => 'Auto Line Wrap',
@ -556,12 +556,12 @@ $LANG = array(
'timer' => 'Timer', 'timer' => 'Timer',
'manual' => 'Manual', 'manual' => 'Manual',
'date_and_time' => 'Date & Time', 'date_and_time' => 'Date & Time',
'second' => 'second', 'second' => 'Second',
'seconds' => 'seconds', 'seconds' => 'Seconds',
'minute' => 'minute', 'minute' => 'Minute',
'minutes' => 'minutes', 'minutes' => 'Minutes',
'hour' => 'hour', 'hour' => 'Hour',
'hours' => 'hours', 'hours' => 'Hours',
'task_details' => 'Task Details', 'task_details' => 'Task Details',
'duration' => 'Duration', 'duration' => 'Duration',
'end_time' => 'End Time', 'end_time' => 'End Time',
@ -624,7 +624,7 @@ $LANG = array(
'times' => 'Times', 'times' => 'Times',
'set_now' => 'Set to now', 'set_now' => 'Set to now',
'dark_mode' => 'Dark Mode', 'dark_mode' => 'Dark Mode',
'dark_mode_help' => 'Show white text on black background', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => 'Add to invoice :invoice', 'add_to_invoice' => 'Add to invoice :invoice',
'create_new_invoice' => 'Create new invoice', 'create_new_invoice' => 'Create new invoice',
'task_errors' => 'Please correct any overlapping times', 'task_errors' => 'Please correct any overlapping times',
@ -1373,6 +1373,7 @@ $LANG = array(
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1434,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2241,7 +2243,7 @@ $LANG = array(
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2266,7 +2268,42 @@ $LANG = array(
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );

View File

@ -510,7 +510,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'partial_remaining' => ':partial / :balance', 'partial_remaining' => ':partial / :balance',
'more_fields' => 'Daha Fazla Alan', 'more_fields' => 'Daha Fazla Alan',
'less_fields' => 'Daha Az Alan', 'less_fields' => 'Daha Az Alan',
'client_name' => 'Müşteri Adı', 'client_name' => 'Client Name',
'pdf_settings' => 'PDF Ayarları', 'pdf_settings' => 'PDF Ayarları',
'product_settings' => 'Ürün Ayarları', 'product_settings' => 'Ürün Ayarları',
'auto_wrap' => 'Otomatik Satır Kaydırma', 'auto_wrap' => 'Otomatik Satır Kaydırma',
@ -555,12 +555,12 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'timer' => 'Zamanlayıcı', 'timer' => 'Zamanlayıcı',
'manual' => 'Manuel', 'manual' => 'Manuel',
'date_and_time' => 'Tarih & Saat', 'date_and_time' => 'Tarih & Saat',
'second' => 'saniye', 'second' => 'Second',
'seconds' => 'saniye', 'seconds' => 'Seconds',
'minute' => 'dakika', 'minute' => 'Minute',
'minutes' => 'dakika', 'minutes' => 'Minutes',
'hour' => 'saat', 'hour' => 'Hour',
'hours' => 'saat', 'hours' => 'Hours',
'task_details' => 'Görev Detayları', 'task_details' => 'Görev Detayları',
'duration' => 'Süre', 'duration' => 'Süre',
'end_time' => 'Bitiş Zamanı', 'end_time' => 'Bitiş Zamanı',
@ -623,7 +623,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'times' => 'Zamanlar', 'times' => 'Zamanlar',
'set_now' => 'Şimdiye ayarla', 'set_now' => 'Şimdiye ayarla',
'dark_mode' => 'Karanlık Mod', 'dark_mode' => 'Karanlık Mod',
'dark_mode_help' => 'Siyah zemin üzerine beyaz metin göster', 'dark_mode_help' => 'Use a dark background for the sidebars',
'add_to_invoice' => ':invoice nolu faturaya ekle', 'add_to_invoice' => ':invoice nolu faturaya ekle',
'create_new_invoice' => 'Yeni fatura oluştur', 'create_new_invoice' => 'Yeni fatura oluştur',
'task_errors' => 'Lütfen örtüşen süreleri düzeltin', 'task_errors' => 'Lütfen örtüşen süreleri düzeltin',
@ -1372,6 +1372,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'start_of_week' => 'First Day of the Week', 'start_of_week' => 'First Day of the Week',
// Frequencies // Frequencies
'freq_inactive' => 'Inactive',
'freq_weekly' => 'Weekly', 'freq_weekly' => 'Weekly',
'freq_two_weeks' => 'Two weeks', 'freq_two_weeks' => 'Two weeks',
'freq_four_weeks' => 'Four weeks', 'freq_four_weeks' => 'Four weeks',
@ -1433,6 +1434,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'industry_Pharmaceuticals' => 'Pharmaceuticals', 'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting', 'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate', 'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale', 'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports', 'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation', 'industry_Transportation' => 'Transportation',
@ -2240,7 +2242,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'resume_task' => 'Resume Task', 'resume_task' => 'Resume Task',
'resumed_task' => 'Successfully resumed task', 'resumed_task' => 'Successfully resumed task',
'quote_design' => 'Quote Design', 'quote_design' => 'Quote Design',
'default_design' => 'Default Design', 'default_design' => 'Standard Design',
'custom_design1' => 'Custom Design 1', 'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2', 'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3', 'custom_design3' => 'Custom Design 3',
@ -2265,7 +2267,42 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'mailgun_domain' => 'Mailgun Domain', 'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key', 'mailgun_private_key' => 'Mailgun Private Key',
'send_test_email' => 'Send test email', 'send_test_email' => 'Send test email',
'select_label' => 'Select Label',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Update payment details',
'updated_payment_details' => 'Successfully updated payment details',
'update_credit_card' => 'Update Credit Card',
'recurring_expenses' => 'Recurring Expenses',
'recurring_expense' => 'Recurring Expense',
'new_recurring_expense' => 'New Recurring Expense',
'edit_recurring_expense' => 'Edit Recurring Expense',
'archive_recurring_expense' => 'Archive Recurring Expense',
'list_recurring_expense' => 'List Recurring Expenses',
'updated_recurring_expense' => 'Successfully updated recurring expense',
'created_recurring_expense' => 'Successfully created recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'archived_recurring_expense' => 'Successfully archived recurring expense',
'restore_recurring_expense' => 'Restore Recurring Expense',
'restored_recurring_expense' => 'Successfully restored recurring expense',
'delete_recurring_expense' => 'Delete Recurring Expense',
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted project',
'view_recurring_expense' => 'View Recurring Expense',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',
'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.',
'next_credit_number' => 'The next credit number is :number.',
'padding_help' => 'The number of zero\'s to pad the number.',
'import_warning_invalid_date' => 'Warning: The date format appears to be invalid.',
'product_notes' => 'Product Notes',
'app_version' => 'App Version',
'ofx_version' => 'OFX Version',
'gateway_help_23' => ':link to get your Stripe API keys.',
'error_app_key_not_set' => 'Error: the APP_KEY value is not set in the .env file.',
'error_app_key_set_to_default' => 'Error: the APP_KEY value is set to the default in the .env file.'
); );