mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #7916 from beganovich/react-278-translations
Update translations
This commit is contained in:
commit
e792bbe17c
@ -1004,7 +1004,7 @@ $LANG = array(
|
|||||||
'status_approved' => 'Approved',
|
'status_approved' => 'Approved',
|
||||||
'quote_settings' => 'Quote Settings',
|
'quote_settings' => 'Quote Settings',
|
||||||
'auto_convert_quote' => 'Auto Convert',
|
'auto_convert_quote' => 'Auto Convert',
|
||||||
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.',
|
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved.',
|
||||||
'validate' => 'Validate',
|
'validate' => 'Validate',
|
||||||
'info' => 'Info',
|
'info' => 'Info',
|
||||||
'imported_expenses' => 'Successfully created :count_vendors vendor(s) and :count_expenses expense(s)',
|
'imported_expenses' => 'Successfully created :count_vendors vendor(s) and :count_expenses expense(s)',
|
||||||
@ -2822,11 +2822,11 @@ $LANG = array(
|
|||||||
'invalid_url' => 'Invalid URL',
|
'invalid_url' => 'Invalid URL',
|
||||||
'workflow_settings' => 'Workflow Settings',
|
'workflow_settings' => 'Workflow Settings',
|
||||||
'auto_email_invoice' => 'Auto Email',
|
'auto_email_invoice' => 'Auto Email',
|
||||||
'auto_email_invoice_help' => 'Automatically email recurring invoices when they are created.',
|
'auto_email_invoice_help' => 'Automatically email recurring invoices when created.',
|
||||||
'auto_archive_invoice' => 'Auto Archive',
|
'auto_archive_invoice' => 'Auto Archive',
|
||||||
'auto_archive_invoice_help' => 'Automatically archive invoices when they are paid.',
|
'auto_archive_invoice_help' => 'Automatically archive invoices when paid.',
|
||||||
'auto_archive_quote' => 'Auto Archive',
|
'auto_archive_quote' => 'Auto Archive',
|
||||||
'auto_archive_quote_help' => 'Automatically archive quotes when they are converted.',
|
'auto_archive_quote_help' => 'Automatically archive quotes when converted to invoice.',
|
||||||
'require_approve_quote' => 'Require approve quote',
|
'require_approve_quote' => 'Require approve quote',
|
||||||
'require_approve_quote_help' => 'Require clients to approve quotes.',
|
'require_approve_quote_help' => 'Require clients to approve quotes.',
|
||||||
'allow_approve_expired_quote' => 'Allow approve expired quote',
|
'allow_approve_expired_quote' => 'Allow approve expired quote',
|
||||||
@ -3688,7 +3688,7 @@ $LANG = array(
|
|||||||
'force_update_help' => 'You are running the latest version but there may be pending fixes available.',
|
'force_update_help' => 'You are running the latest version but there may be pending fixes available.',
|
||||||
'mark_paid_help' => 'Track the expense has been paid',
|
'mark_paid_help' => 'Track the expense has been paid',
|
||||||
'mark_invoiceable_help' => 'Enable the expense to be invoiced',
|
'mark_invoiceable_help' => 'Enable the expense to be invoiced',
|
||||||
'add_documents_to_invoice_help' => 'Make the documents visible',
|
'add_documents_to_invoice_help' => 'Make the documents visible to client',
|
||||||
'convert_currency_help' => 'Set an exchange rate',
|
'convert_currency_help' => 'Set an exchange rate',
|
||||||
'expense_settings' => 'Expense Settings',
|
'expense_settings' => 'Expense Settings',
|
||||||
'clone_to_recurring' => 'Clone to Recurring',
|
'clone_to_recurring' => 'Clone to Recurring',
|
||||||
@ -4573,13 +4573,13 @@ $LANG = array(
|
|||||||
'tax_amount3' => 'Tax Amount 3',
|
'tax_amount3' => 'Tax Amount 3',
|
||||||
'update_project' => 'Update Project',
|
'update_project' => 'Update Project',
|
||||||
'auto_archive_invoice_cancelled' => 'Auto Archive Cancelled Invoice',
|
'auto_archive_invoice_cancelled' => 'Auto Archive Cancelled Invoice',
|
||||||
'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when they are cancelled',
|
'auto_archive_invoice_cancelled_help' => 'Automatically archive invoices when cancelled',
|
||||||
'no_invoices_found' => 'No invoices found',
|
'no_invoices_found' => 'No invoices found',
|
||||||
'created_record' => 'Successfully created record',
|
'created_record' => 'Successfully created record',
|
||||||
'auto_archive_paid_invoices' => 'Auto Archive Paid',
|
'auto_archive_paid_invoices' => 'Auto Archive Paid',
|
||||||
'auto_archive_paid_invoices_help' => 'Automatically archive invoices when they are paid.',
|
'auto_archive_paid_invoices_help' => 'Automatically archive invoices when they are paid.',
|
||||||
'auto_archive_cancelled_invoices' => 'Auto Archive Cancelled',
|
'auto_archive_cancelled_invoices' => 'Auto Archive Cancelled',
|
||||||
'auto_archive_cancelled_invoices_help' => 'Automatically archive invoices when they are cancelled.',
|
'auto_archive_cancelled_invoices_help' => 'Automatically archive invoices when cancelled.',
|
||||||
'alternate_pdf_viewer' => 'Alternate PDF Viewer',
|
'alternate_pdf_viewer' => 'Alternate PDF Viewer',
|
||||||
'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]',
|
'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]',
|
||||||
'currency_cayman_island_dollar' => 'Cayman Island Dollar',
|
'currency_cayman_island_dollar' => 'Cayman Island Dollar',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user