diff --git a/VERSION.txt b/VERSION.txt
index 9af2414c2c..0c37012d2c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-5.3.36
\ No newline at end of file
+5.3.37
\ No newline at end of file
diff --git a/app/Http/Requests/ClientPortal/Statements/ShowStatementRequest.php b/app/Http/Requests/ClientPortal/Statements/ShowStatementRequest.php
index c205aac909..51e4c01a0a 100644
--- a/app/Http/Requests/ClientPortal/Statements/ShowStatementRequest.php
+++ b/app/Http/Requests/ClientPortal/Statements/ShowStatementRequest.php
@@ -44,6 +44,7 @@ class ShowStatementRequest extends FormRequest
public function client(): Client
{
+ // return Client::withTrashed()->without('contacts.company', 'documents', 'gateway_tokens')->where('id', auth('contact')->user()->client_id)->first();
return auth('contact')->user()->client;
}
}
diff --git a/app/Http/ValidationRules/Project/ValidProjectForClient.php b/app/Http/ValidationRules/Project/ValidProjectForClient.php
index 410348a925..6ab33d0730 100644
--- a/app/Http/ValidationRules/Project/ValidProjectForClient.php
+++ b/app/Http/ValidationRules/Project/ValidProjectForClient.php
@@ -49,8 +49,10 @@ class ValidProjectForClient implements Rule
$project = Project::find($this->input['project_id']);
- if(!$project)
+ if(!$project){
$this->message = "Project not found";
+ return;
+ }
return $project->client_id == $this->input['client_id'];
}
diff --git a/app/Jobs/Company/CompanyImport.php b/app/Jobs/Company/CompanyImport.php
index 5f8f1d913b..5b476f6268 100644
--- a/app/Jobs/Company/CompanyImport.php
+++ b/app/Jobs/Company/CompanyImport.php
@@ -896,6 +896,7 @@ class CompanyImport implements ShouldQueue
['quotes' => 'quote_id'],
['subscriptions' => 'subscription_id'],
['recurring_invoices' => 'recurring_invoice_id'],
+ ['recurring_expenses' => 'recurring_expense_id'],
// ['invitations' => 'invitation_id'],
],
'activities');
diff --git a/app/Services/Invoice/InvoiceService.php b/app/Services/Invoice/InvoiceService.php
index 2057b46c51..72119404bc 100644
--- a/app/Services/Invoice/InvoiceService.php
+++ b/app/Services/Invoice/InvoiceService.php
@@ -136,7 +136,6 @@ class InvoiceService
*/
public function updateBalance($balance_adjustment, bool $is_draft = false)
{
- // $this->invoice = (new UpdateBalance($this->invoice, $balance_adjustment, $is_draft))->run();
if ((bool)$this->invoice->is_deleted !== false) {
nlog($this->invoice->number . " is deleted returning");
@@ -300,12 +299,6 @@ class InvoiceService
if($this->invoice->status_id == Invoice::STATUS_DRAFT)
return $this;
- // if ((int)$this->invoice->balance == 0) {
-
- // $this->setStatus(Invoice::STATUS_PAID)->workFlow();
-
- // }
-
if ($this->invoice->balance > 0 && $this->invoice->balance < $this->invoice->amount) {
$this->setStatus(Invoice::STATUS_PARTIAL);
}
diff --git a/config/ninja.php b/config/ninja.php
index 139158bafb..27066a5c48 100644
--- a/config/ninja.php
+++ b/config/ninja.php
@@ -14,8 +14,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
- 'app_version' => '5.3.36',
- 'app_tag' => '5.3.36',
+ 'app_version' => '5.3.37',
+ 'app_tag' => '5.3.37',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),
diff --git a/resources/lang/ar/texts.php b/resources/lang/ar/texts.php
index 405460f096..c344b81062 100644
--- a/resources/lang/ar/texts.php
+++ b/resources/lang/ar/texts.php
@@ -1400,7 +1400,7 @@ $LANG = array(
'more_options' => 'More options',
'credit_card' => 'Credit Card',
'bank_transfer' => 'Bank Transfer',
- 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
@@ -1779,6 +1779,7 @@ $LANG = array(
'lang_Bulgarian' => 'Bulgarian',
'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@@ -2471,6 +2472,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review',
@@ -4257,7 +4267,7 @@ $LANG = array(
'user_duplicate_error' => 'Cannot add the same user to the same company',
'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
'ach_verification_notification_label' => 'ACH verification',
- 'ach_verification_notification' => 'Connecting bank accounts require verification. Stripe will automatically sends two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
'login_link_requested_label' => 'Login link requested',
'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
'invoices_backup_subject' => 'Your invoices are ready for download',
@@ -4291,8 +4301,59 @@ $LANG = array(
'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
'email_quota_exceeded_subject' => 'Account email quota exceeded.',
'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php
index bcfcd6b5db..9ca2b4cc40 100644
--- a/resources/lang/ca/texts.php
+++ b/resources/lang/ca/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Quantitat',
'line_total' => 'Total línea',
'subtotal' => 'Subtotal',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Pagat',
'balance_due' => 'Pendent',
'invoice_design_id' => 'Diseny',
@@ -231,7 +232,7 @@ $LANG = array(
'archived_vendors' => 'Successfully archived :count vendors',
'deleted_vendor' => 'Successfully deleted vendor',
'deleted_vendors' => 'Successfully deleted :count vendors',
- 'confirmation_subject' => 'Invoice Ninja Account Confirmation',
+ 'confirmation_subject' => 'Account Confirmation',
'confirmation_header' => 'Confirmació de compte',
'confirmation_message' => 'Please access the link below to confirm your account.',
'invoice_subject' => 'Nova factura :number de :account',
@@ -882,7 +883,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Add a field when creating an invoice and include the charge in the invoice subtotals.',
'token_expired' => 'Validation token was expired. Please try again.',
'invoice_link' => 'Invoice Link',
- 'button_confirmation_message' => 'Click to confirm your email address.',
+ 'button_confirmation_message' => 'Click to confirm your email.',
'confirm' => 'Confirm',
'email_preferences' => 'Email Preferences',
'created_invoices' => 'Successfully created :count invoice(s)',
@@ -1394,7 +1395,7 @@ $LANG = array(
'more_options' => 'More options',
'credit_card' => 'Credit Card',
'bank_transfer' => 'Bank Transfer',
- 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
@@ -1744,6 +1745,7 @@ $LANG = array(
'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch',
'lang_English' => 'English',
+ 'lang_English - United States' => 'English',
'lang_French' => 'French',
'lang_French - Canada' => 'French - Canada',
'lang_German' => 'German',
@@ -1772,6 +1774,7 @@ $LANG = array(
'lang_Bulgarian' => 'Bulgarian',
'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@@ -2464,6 +2467,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'escriu una ressenya',
@@ -3965,7 +3977,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -4247,8 +4259,96 @@ $LANG = array(
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Envia\'m un correu electrònic quan la factura estigui enviada ',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php
index b42f5c30b5..0515572566 100644
--- a/resources/lang/cs/texts.php
+++ b/resources/lang/cs/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Množství',
'line_total' => 'Celkem',
'subtotal' => 'Mezisoučet',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Zaplaceno ke dni',
'balance_due' => 'Zbývá zaplatit',
'invoice_design_id' => 'Design',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count dodavatelů bylo úspěšně archivováno',
'deleted_vendor' => 'Dodavatel úspěšně smazán',
'deleted_vendors' => ':count dodavatelů bylo úspěšně smazáno',
- 'confirmation_subject' => 'Invoice Ninja účet - ověření',
+ 'confirmation_subject' => 'Account Confirmation',
'confirmation_header' => 'Ověření účtu',
'confirmation_message' => 'Prosím klikněte na odkaz níže pro potvrzení Vašeho účtu.',
'invoice_subject' => 'Nová faktura :number od :account',
@@ -518,10 +519,8 @@ $LANG = array(
'auto_wrap' => 'Automatické zalomení řádky',
'duplicate_post' => 'Varování: předchozí stránka byla odeslána dvakrát. Druhé odeslání bylo ignorováno.',
'view_documentation' => 'Zobrazit dokumentaci',
- 'app_title' => 'Open source online fakrurace',
- 'app_description' => 'Invoice Ninja je bezplatné open-source řešení pro fakturaci a účtování zákazníkům.
- S Invoice Ninja, můžete jednoduše vytvářet a posílat hezké faktury z jakéhokoli zařízení, které má přístup na web. Vaši klienti si mohou faktury
- vytisknout, stáhnout jako PDF nebo Vám rovnou online zaplatit.',
+ 'app_title' => 'Free Open-Source Online Invoicing',
+ 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'řádky',
'www' => 'www',
'logo' => 'Logo',
@@ -888,7 +887,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Přidejte si pole během vytváření faktury a zahrňte ho mezi poplatky do faktury.',
'token_expired' => 'Validační token expiroval. Prosím vyzkoušejte znovu.',
'invoice_link' => 'Odkaz na fakturu',
- 'button_confirmation_message' => 'Klikněte pro potvrzení Vaší emailové adresy.',
+ 'button_confirmation_message' => 'Click to confirm your email.',
'confirm' => 'Potvrzuji',
'email_preferences' => 'Email preference',
'created_invoices' => 'Úspěšně vytvořeno :count faktur',
@@ -1401,7 +1400,7 @@ $LANG = array(
'more_options' => 'More options',
'credit_card' => 'Credit Card',
'bank_transfer' => 'Bank Transfer',
- 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
@@ -1751,6 +1750,7 @@ $LANG = array(
'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch',
'lang_English' => 'English',
+ 'lang_English - United States' => 'English',
'lang_French' => 'French',
'lang_French - Canada' => 'French - Canada',
'lang_German' => 'German',
@@ -1779,6 +1779,7 @@ $LANG = array(
'lang_Bulgarian' => 'Bulgarian',
'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@@ -2471,6 +2472,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review',
@@ -3972,7 +3982,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -4254,8 +4264,96 @@ $LANG = array(
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Odeslat email, pokud je faktura odeslaná',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php
index 25b4c28cf6..e2444a484d 100644
--- a/resources/lang/da/texts.php
+++ b/resources/lang/da/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Stk.',
'line_total' => 'Sum',
'subtotal' => 'Subtotal',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Betalt pr. d.d.',
'balance_due' => 'Udestående beløb',
'invoice_design_id' => 'Design',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => 'Gennemførte arkivering af :count sælgere',
'deleted_vendor' => 'Sletning af sælger gennemført',
'deleted_vendors' => 'Gennemførte sletning af :count sælgere',
- 'confirmation_subject' => 'Bekræftelse af Invoice Ninja-konto',
+ 'confirmation_subject' => 'Kontobekræftelse',
'confirmation_header' => 'Bekræftelse af konto',
'confirmation_message' => 'Venligst klik på linket nedenfor for at bekræfte din konto.',
'invoice_subject' => 'Ny faktura :number fra :account',
@@ -519,8 +520,8 @@ $LANG = array(
'auto_wrap' => 'Automatisk linie ombrydning',
'duplicate_post' => 'Advarsel: den foregående side blev sendt to gange. Den anden afsendelse er blevet ignoreret.',
'view_documentation' => 'Vis dokumentation',
- 'app_title' => 'Gratis Open-Source Online fakturering',
- 'app_description' => 'Invoice Ninja er en gratis, open-source løsning til at håndtere fakturering og betaling af dine kunder. Med Invoice Ninja, kan du let generere og sende smukke fakturaer fra et hvilket som helst udstyr der har adgang til internettet. Dine klienter kan udskrive dine fakturarer, hente dem som PDF filer, og endda betale dem on-line inde fra Invoice Ninja.',
+ 'app_title' => 'Fri, open-source onlinefakturaer',
+ 'app_description' => 'Invoice Ninja er en fri, open-source løsning til fakturaer og fakturering. Med Invoice Ninja kan du let bygge og sende flotte fakturaer fra enhver enhed, der har adgang til internettet. Dine kunder kan udskrive dine fakturaer, hente dem som pdf-filer, og endda betale dig online via systemet.',
'rows' => 'rækker',
'www' => 'www',
'logo' => 'Logo',
@@ -878,7 +879,7 @@ $LANG = array(
'dark' => 'Dark',
'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.',
'subdomain_help' => 'Angiv subdomænet eller vis fakturaen på din egen hjemmeside.',
- 'website_help' => 'Display the invoice in an iFrame on your own website',
+ 'website_help' => 'Vis fakturaen i et iFrame på din hjemmeside',
'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.',
'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.',
'custom_client_fields_helps' => 'Tilføj et felt, når du opretter en klient, og vis eventuelt etiketten og værdien på PDF-filen.',
@@ -887,7 +888,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Add a text input to the invoice create/edit page and include the charge in the invoice subtotals.',
'token_expired' => 'Validation token was expired. Please try again.',
'invoice_link' => 'Invoice Link',
- 'button_confirmation_message' => 'Click to confirm your email address.',
+ 'button_confirmation_message' => 'Klik for at bekræfte din e-mail.',
'confirm' => 'Confirm',
'email_preferences' => 'Email Preferences',
'created_invoices' => 'Successfully created :count invoice(s)',
@@ -1398,7 +1399,7 @@ $LANG = array(
'more_options' => 'Flere muligheder',
'credit_card' => 'Kreditkort',
'bank_transfer' => 'Bankoverførsel',
- 'no_transaction_reference' => 'Vi modtog ikke en reference for betalingstransaktionen fra gateway\'en.',
+ 'no_transaction_reference' => 'Vi modtog ikke en reference for betalingstransaktion fra gatewayen.',
'use_bank_on_file' => 'Brug bank info',
'auto_bill_email_message' => 'Fakturaen bliver automatisk betalt via den registrerede betalings metode på forfaldsdagen.',
'bitcoin' => 'Bitcoin',
@@ -1748,6 +1749,7 @@ $LANG = array(
'lang_Danish' => 'Dansk',
'lang_Dutch' => 'Hollandsk',
'lang_English' => 'Engelsk',
+ 'lang_English - United States' => 'Engelsk',
'lang_French' => 'Fransk',
'lang_French - Canada' => 'Fransk - Canadisk',
'lang_German' => 'Tysk',
@@ -1774,7 +1776,8 @@ $LANG = array(
'lang_Chinese - Taiwan' => 'Kinesisk - Taiwan',
'lang_Serbian' => 'Serbisk',
'lang_Bulgarian' => 'Bulgarsk',
- 'lang_Russian (Russia)' => 'Russian (Russia)',
+ 'lang_Russian (Russia)' => 'Russisk (Rusland)',
+
// Industries
'industry_Accounting & Legal' => 'Regnskab og jura',
@@ -2014,7 +2017,7 @@ $LANG = array(
'bluevine_completed' => 'Gennemførte tilmelding til BlueVine',
'vendor_name' => 'Sælger',
- 'entity_state' => 'State',
+ 'entity_state' => 'Status',
'client_created_at' => 'Oprettelsesdato',
'postmark_error' => 'Der var et problem med afsendelse af e-mailen gennem Postmark: :link',
'project' => 'Projekt',
@@ -2468,6 +2471,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review',
@@ -3969,7 +3981,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -4251,8 +4263,96 @@ $LANG = array(
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Notifikation når en faktura er sendt',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php
index 2a9b36f953..eb55902c96 100644
--- a/resources/lang/de/texts.php
+++ b/resources/lang/de/texts.php
@@ -89,7 +89,7 @@ $LANG = array(
'create' => 'Erstellen',
'upload' => 'Hochladen',
'import' => 'Importieren',
- 'download' => 'Downloaden',
+ 'download' => 'Herunterladen',
'cancel' => 'Abbrechen',
'close' => 'Schließen',
'provide_email' => 'Bitte geben Sie eine gültige E-Mail-Adresse an',
@@ -181,7 +181,7 @@ $LANG = array(
'site_updates' => 'Webseitenaktualisierungen',
'custom_messages' => 'Benutzerdefinierte Nachrichten',
'default_email_footer' => 'Standard-E-Mail Signatur',
- 'select_file' => 'Bitte wähle eine Datei',
+ 'select_file' => 'Bitte wählen sie eine Datei',
'first_row_headers' => 'Benutze erste Zeile als Spaltenüberschrift',
'column' => 'Spalte',
'sample' => 'Beispiel',
@@ -238,7 +238,7 @@ $LANG = array(
'archived_vendors' => ':count Lieferanten erfolgreich archiviert',
'deleted_vendor' => 'Lieferant erfolgreich gelöscht',
'deleted_vendors' => ':count Lieferanten erfolgreich gelöscht',
- 'confirmation_subject' => 'InvoiceNinja Kontobestätigung',
+ 'confirmation_subject' => 'Kontobestätigung',
'confirmation_header' => 'Kontobestätigung',
'confirmation_message' => 'Bitte klicke auf den folgenden Link um dein Konto zu bestätigen.',
'invoice_subject' => 'Neue Rechnung :number von :account',
@@ -521,8 +521,8 @@ $LANG = array(
'auto_wrap' => 'Automatischer Zeilenumbruch',
'duplicate_post' => 'Achtung: Die vorherige Seite wurde zweimal übermittelt. Die zweite Übermittlung wurde ignoriert.',
'view_documentation' => 'Dokumentation anzeigen',
- 'app_title' => 'Kostenlose Online Open-Source Rechnungsausstellung',
- 'app_description' => 'InvoiceNinja ist eine kostenlose, quelloffene Lösung für die Rechnungsstellung und Abrechnung von Kunden. Mit Invoice Ninja kannst du einfach schöne Rechnungen erstellen und verschicken, von jedem Gerät mit Internetzugang. Deine Kunden können die Rechnungen drucken, als PDF Datei herunterladen und sogar online im System bezahlen.',
+ 'app_title' => 'Freie Open-Source Online Rechnungsstellung',
+ 'app_description' => 'Invoice Ninja ist eine kostenlose Open-Source-Lösung für die Rechnungsstellung und Abrechnung von Kunden. Mit Invoice Ninja können Sie ganz einfach schöne Rechnungen von jedem Gerät mit Internetzugriff erstellen und versenden. Ihre Kunden können Ihre Rechnungen ausdrucken, als PDF-Datei herunterladen und Sie sogar online aus dem System bezahlen.',
'rows' => 'Zeilen',
'www' => 'www',
'logo' => 'Logo',
@@ -889,7 +889,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Füge ein Rechnungsgebührenfeld hinzu. Erfasse die Kosten, wenn eine neue Rechnung erstellt wird und addiere sie in den Zwischensummen der Rechnung.',
'token_expired' => 'Validierungstoken ist abgelaufen. Bitte probieren Sie es erneut.',
'invoice_link' => 'Link zur Rechnung',
- 'button_confirmation_message' => 'Bitte klicken um Ihre Email-Adresse zu bestätigen.',
+ 'button_confirmation_message' => 'Klicke um Deine Email zu bestätigen',
'confirm' => 'Bestätigen',
'email_preferences' => 'Email Einstellungen',
'created_invoices' => ':count Rechnung(en) erfolgreich erstellt',
@@ -1401,7 +1401,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'more_options' => 'Weitere Optionen',
'credit_card' => 'Kreditkarte',
'bank_transfer' => 'Überweisung',
- 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
+ 'no_transaction_reference' => 'Wir haben vom Gateway keine Referenz für eine Zahlungstransaktion erhalten.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'Der Rechnungsbetrag dieser Rechnung wird automatisch am Fälligkeitsdatum per gewählter Zahlungsmethode abgebucht.',
'bitcoin' => 'Bitcoin',
@@ -1751,6 +1751,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'lang_Danish' => 'Dänisch',
'lang_Dutch' => 'Niederländisch',
'lang_English' => 'Englisch',
+ 'lang_English - United States' => 'Englisch',
'lang_French' => 'Französisch',
'lang_French - Canada' => 'Französisch - Kanada',
'lang_German' => 'Deutsch',
@@ -1777,7 +1778,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'lang_Chinese - Taiwan' => 'Chinesisch - Taiwan',
'lang_Serbian' => 'Serbisch',
'lang_Bulgarian' => 'Bulgarisch',
- 'lang_Russian (Russia)' => 'Russisch',
+ 'lang_Russian (Russia)' => 'Russisch (Russland)',
+
// Industries
'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen',
@@ -2471,6 +2473,15 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'currency_kazakhstani_tenge' => 'Kasachischer Tenge',
'currency_gibraltar_pound' => 'Gibraltar-Pfund',
+ 'currency_gambia_dalasi' => 'Gambischer Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayischer Guarani',
+ 'currency_malawi_kwacha' => 'Malawischer Kwacha',
+ 'currency_zimbabwean_dollar' => 'Simbabwe Dollar',
+ 'currency_cambodian_riel' => 'Kambodschanischer Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Kubanischer Peso',
+
'review_app_help' => 'Wir hoffen, dass Ihnen die App gefällt. Wenn Sie :link in Betracht ziehen würden, wären wir Ihnen sehr dankbar!',
'writing_a_review' => 'Schreiben einer Rezension',
@@ -3721,7 +3732,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'show_password' => 'Zeige Passwort',
'hide_password' => 'Verstecke Passwort',
'copy_error' => 'Kopier Fehler',
- 'capture_card' => 'Capture Card',
+ 'capture_card' => 'Zahlungsmittel für die weitere Verwendung speichern',
'auto_bill_enabled' => 'Automatische Rechnungsstellung aktivieren',
'total_taxes' => 'Gesamt Steuern',
'line_taxes' => 'Belegposition Steuer',
@@ -3892,13 +3903,13 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'show_product_discount_help' => 'Zeige Rabattfeld in Belegposition',
'tax_name3' => 'Steuersatz Name 3',
'debug_mode_is_enabled' => 'Der Entwicklungsmodus ist aktiviert',
- 'debug_mode_is_enabled_help' => 'Warning: it is intended for use on local machines, it can leak credentials. Click to learn more.',
+ 'debug_mode_is_enabled_help' => 'Warnung: Es ist für die Verwendung auf lokalen Rechnern gedacht und kann Anmeldedaten preisgeben. Klicken Sie, um mehr zu erfahren.',
'running_tasks' => 'Laufende Aufgaben',
'recent_tasks' => 'Kürzliche Aufgaben',
'recent_expenses' => 'Kürzliche Ausgaben',
'upcoming_expenses' => 'Zukünftige Ausgaben',
- 'search_payment_term' => 'Search 1 Payment Term',
- 'search_payment_terms' => 'Search :count Payment Terms',
+ 'search_payment_term' => 'Suche 1 Zahlungsbedingung',
+ 'search_payment_terms' => 'Suche :count Zahlungsbedingungen',
'save_and_preview' => 'Speichern und Vorschau anzeigen',
'save_and_email' => 'Speichern und verschicken',
'converted_balance' => 'Guthabenstand',
@@ -3916,7 +3927,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'show' => 'anzeigen',
'empty_columns' => 'Leere Spalten',
'project_name' => 'Projektname',
- 'counter_pattern_error' => 'To use :client_counter please add either :client_number or :client_id_number to prevent conflicts',
+ 'counter_pattern_error' => 'Um :client_counter zu verwenden, fügen Sie bitte entweder :client_number oder :client_id_number hinzu, um Konflikte zu vermeiden',
'this_quarter' => 'Dieses Quartal',
'to_update_run' => 'Zum Änderungslauf',
'registration_url' => 'Registrierungs-URL',
@@ -3925,9 +3936,9 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'next' => 'Weiter',
'next_step' => 'Nächster Schritt',
'notification_credit_sent_subject' => 'Rechnung :invoice wurde an Kunde gesendet.',
- 'notification_credit_viewed_subject' => 'Credit :invoice was viewed by :client',
- 'notification_credit_sent' => 'The following client :client was emailed Credit :invoice for :amount.',
- 'notification_credit_viewed' => 'The following client :client viewed Credit :credit for :amount.',
+ 'notification_credit_viewed_subject' => 'Guthaben :invoice wurde angesehen von :client',
+ 'notification_credit_sent' => 'Der folgende Kunde :Kunde hat eine Gutschrift :Rechnung über :Betrag erhalten.',
+ 'notification_credit_viewed' => 'Der folgende Kunde :client hat Kredit :credit für :amount angeschaut.',
'reset_password_text' => 'Bitte geben Sie ihre E-Mail-Adresse an, um das Passwort zurücksetzen zu können.',
'password_reset' => 'Passwort zurücksetzten',
'account_login_text' => 'Willkommen! Schön Sie wieder zu sehen.',
@@ -3945,24 +3956,24 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'cycles_remaining' => 'Verbleibende Zyklen',
'i_understand_delete' => 'Ich bin mir der Risiken bewusst, löschen',
'download_files' => 'Dateien herunterladen',
- 'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
+ 'download_timeframe' => 'Nutzen Sie diesen Link um Ihre Dateien herunterzuladen. Der Link läuft in einer Stunde ab.',
'new_signup' => 'Neue Registrierung',
'new_signup_text' => 'Ein neuer Benutzer wurde von :user - :email von der IP: :ip erstellt',
'notification_payment_paid_subject' => 'Neue Zahlung von :client',
'notification_partial_payment_paid_subject' => 'Neue Anzahlung von :client',
- 'notification_payment_paid' => 'A payment of :amount was made by client :client towards :invoice',
- 'notification_partial_payment_paid' => 'A partial payment of :amount was made by client :client towards :invoice',
+ 'notification_payment_paid' => 'Eine Zahlung von :Betrag wurde von Kunde :Kunde auf :Rechnung geleistet',
+ 'notification_partial_payment_paid' => 'Eine Teilzahlung in Höhe von :Betrag wurde vom Kunden :Kunde auf :Rechnung geleistet',
'notification_bot' => 'Benachrichtigungs-Bot',
'invoice_number_placeholder' => 'Rechnung # :invoice',
'entity_number_placeholder' => ':entity # :entity_number',
- 'email_link_not_working' => 'If the button above isn\'t working for you, please click on the link',
+ 'email_link_not_working' => 'Wenn die Schaltfläche oben nicht funktioniert, klicken Sie bitte auf den Link',
'display_log' => 'Log anzeigen',
'send_fail_logs_to_our_server' => 'Fehler in Echtzeit melden',
'setup' => 'Setup',
'quick_overview_statistics' => 'Schnellüberblick & Statistiken',
'update_your_personal_info' => 'Aktualisieren Sie Ihre Profil',
'name_website_logo' => 'Name, Webseite & Logo',
- 'make_sure_use_full_link' => 'Make sure you use full link to your site',
+ 'make_sure_use_full_link' => 'Es ist wichtig, den gesamten Link \'\'https://example.com\'\' einzutragen.',
'personal_address' => 'Private Adresse',
'enter_your_personal_address' => 'Bitte geben Sie Ihre Rechnungsadresse an',
'enter_your_shipping_address' => 'Bitte geben Sie Ihr Lieferadresse an',
@@ -3972,11 +3983,11 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'list_of_recurring_invoices' => 'Liste der wiederkehrende Rechnungen',
'details_of_recurring_invoice' => 'Details über wiederkehrende Rechnung',
'cancellation' => 'Storno',
- 'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
- 'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
+ 'about_cancellation' => 'Wenn Sie die wiederkehrende Rechnung stoppen möchten, klicken Sie bitte auf den Button zur Anforderung der Stornierung.',
+ 'cancellation_warning' => 'Achtung! Sie beantragen die Stornierung dieses Dienstes. Ihr Dienst kann ohne weitere Mitteilung an Sie storniert werden.',
+ 'cancellation_pending' => 'Kündigung in Bearbeitung! Wir melden uns bei Ihnen...',
'list_of_payments' => 'Liste der Zahlungen',
- 'payment_details' => 'Details zu der Rechnung',
+ 'payment_details' => 'Details zu der Zahlung',
'list_of_payment_invoices' => 'Liste der Rechnungen die von dieser Zahlung betroffenen sind',
'list_of_payment_methods' => 'Liste der Zahlungsmethoden',
'payment_method_details' => 'Details zu der Zahlungsmethode',
@@ -4017,15 +4028,15 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'month_invalid' => 'Der angegebene Monat ist ungültig',
'year_invalid' => 'Das angegebene Jahr ist ungültig',
'https_required' => 'HTTPS ist Pflicht, das Formular wird nicht funktionieren',
- 'if_you_need_help' => 'If you need help you can post to our',
+ 'if_you_need_help' => 'Wenn Sie Hilfe benötigen, wenden Sie sich bitte an unsere',
'update_password_on_confirm' => 'Nach dem Update des Passworts wird Ihr Account bestätigt.',
- 'bank_account_not_linked' => 'To pay with a bank account, first you have to add it as payment method.',
- 'application_settings_label' => 'Let\'s store basic information about your Invoice Ninja!',
- 'recommended_in_production' => 'Highly recommended in production',
+ 'bank_account_not_linked' => 'Um mit einem Bankkonto zu bezahlen, müssen Sie es zunächst als Zahlungsmethode hinzufügen.',
+ 'application_settings_label' => 'Lassen Sie uns grundlegende Informationen über Ihr Invoice Ninja speichern!',
+ 'recommended_in_production' => 'Ausdrücklich für Produktivumgebungen empfohlen!',
'enable_only_for_development' => 'Nur in Entwicklungsumgebung aktivieren',
'test_pdf' => 'PDF testen',
- 'checkout_authorize_label' => 'Checkout.com can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
- 'sofort_authorize_label' => 'Bank account (SOFORT) can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store payment details" during payment process.',
+ 'checkout_authorize_label' => 'Checkout.com kann als Zahlungsmethode für die zukünftige Verwendung gespeichert werden, sobald Sie Ihre erste Transaktion abgeschlossen haben. Vergessen Sie nicht, die Option "Kreditkartendaten speichern" während des Zahlungsvorgangs zu aktivieren.',
+ 'sofort_authorize_label' => 'Das Bankkonto (SOFORT) kann als Zahlungsmethode für die zukünftige Verwendung gespeichert werden, sobald Sie Ihre erste Transaktion abgeschlossen haben. Vergessen Sie nicht, die Option "Zahlungsdetails speichern" während des Zahlungsvorgangs zu aktivieren.',
'node_status' => 'Node-Status',
'npm_status' => 'NPM-Status',
'node_status_not_found' => 'Node konnte nicht gefunden werden - ist es installiert?',
@@ -4035,52 +4046,52 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'resource' => 'Resourcen',
'document_details' => 'Details zu dem Dokument',
'hash' => 'Hash',
- 'resources' => 'Resources',
+ 'resources' => 'Ressourcen',
'allowed_file_types' => 'Erlaubte Dateitypen:',
- 'common_codes' => 'Common codes and their meanings',
- 'payment_error_code_20087' => '20087: Bad Track Data (invalid CVV and/or expiry date)',
+ 'common_codes' => 'Gängige Codes und ihre Bedeutungen',
+ 'payment_error_code_20087' => '20087: Falsche Track-Daten (ungültiger CVV und/oder Verfallsdatum)',
'download_selected' => 'Ausgewählte herunterladen',
- 'to_pay_invoices' => 'To pay invoices, you have to',
+ 'to_pay_invoices' => 'Um Rechnungen zu bezahlen, müssen Sie',
'add_payment_method_first' => 'Zahlungsart hinzufügen',
'no_items_selected' => 'Keine Objekte ausgewählt.',
'payment_due' => 'Zahlung überfallig',
'account_balance' => 'Kontostand',
'thanks' => 'Danke',
'minimum_required_payment' => 'Mindestbetrag für die Zahlung ist :amount',
- 'under_payments_disabled' => 'Company doesn\'t support under payments.',
- 'over_payments_disabled' => 'Company doesn\'t support over payments.',
+ 'under_payments_disabled' => 'Das Unternehmen unterstützt keine Unterbezahlungen.',
+ 'over_payments_disabled' => 'Das Unternehmen unterstützt keine Überbezahlungen.',
'saved_at' => 'Gespeichert um :time',
- 'credit_payment' => 'Credit applied to Invoice :invoice_number',
- 'credit_subject' => 'New credit :number from :account',
- 'credit_message' => 'To view your credit for :amount, click the link below.',
+ 'credit_payment' => 'Gutschrift auf Rechnung :invoice_number angewendet',
+ 'credit_subject' => 'Neue Kredit :number von :account',
+ 'credit_message' => 'Um Ihr Guthaben für :amount einzusehen, klicken Sie auf den untenstehenden Link.',
'payment_type_Crypto' => 'Kryptowährung',
- 'payment_type_Credit' => 'Credit',
+ 'payment_type_Credit' => 'Guthaben',
'store_for_future_use' => 'Für zukünftige Zahlung speichern',
'pay_with_credit' => 'Mit Kreditkarte zahlen',
'payment_method_saving_failed' => 'Die Zahlungsart konnte nicht für zukünftige Zahlungen gespeichert werden.',
'pay_with' => 'zahlen mit',
'n/a' => 'n. z.',
- 'by_clicking_next_you_accept_terms' => 'By clicking "Next step" you accept terms.',
+ 'by_clicking_next_you_accept_terms' => 'Wenn Sie auf "Nächster Schritt" klicken, akzeptieren Sie die Bedingungen.',
'not_specified' => 'Nicht angegeben',
- 'before_proceeding_with_payment_warning' => 'Before proceeding with payment, you have to fill following fields',
- 'after_completing_go_back_to_previous_page' => 'After completing, go back to previous page.',
+ 'before_proceeding_with_payment_warning' => 'Bevor Sie mit der Zahlung fortfahren, müssen Sie folgende Felder ausfüllen',
+ 'after_completing_go_back_to_previous_page' => 'Gehen Sie nach dem Ausfüllen zurück zur vorherigen Seite.',
'pay' => 'Zahlen',
'instructions' => 'Anleitung',
'notification_invoice_reminder1_sent_subject' => 'Die erste Erinnerung für Rechnung :invoice wurde an Kunde :client gesendet',
'notification_invoice_reminder2_sent_subject' => 'Die 2. Erinnerung für Rechnung :invoice wurde an Kunde :client gesendet',
'notification_invoice_reminder3_sent_subject' => 'Die 3. Erinnerung für Rechnung :invoice wurde an Kunde :client gesendet',
- 'notification_invoice_reminder_endless_sent_subject' => 'Endless reminder for Invoice :invoice was sent to :client',
+ 'notification_invoice_reminder_endless_sent_subject' => 'Endlose Erinnerung für Rechnung :Rechnung wurde an :Kunde gesendet',
'assigned_user' => 'Zugewiesener Benutzer',
- 'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
- 'setup_phantomjs_note' => 'Note about Phantom JS. Read more.',
+ 'setup_steps_notice' => 'Um mit dem nächsten Schritt fortzufahren, stellen Sie sicher, dass Sie jeden Abschnitt testen.',
+ 'setup_phantomjs_note' => 'Anmerkung zu Phantom JS. Mehr...',
'minimum_payment' => 'Mindestbetrag',
- 'no_action_provided' => 'No action provided. If you believe this is wrong, please contact the support.',
+ 'no_action_provided' => 'Keine Maßnahme vorgesehen. Wenn Sie glauben, dass dies falsch ist, wenden Sie sich bitte an den Support.',
'no_payable_invoices_selected' => 'Keine unbezahlten Rechnungen ausgewählt. Stellen Sie sicher, dass Sie nicht versuchen, einen Rechnungsentwurf oder eine Rechnung mit Nullsaldo zu bezahlen.',
'required_payment_information' => 'Benötigte Zahlungsinformationen',
- 'required_payment_information_more' => 'To complete a payment we need more details about you.',
- 'required_client_info_save_label' => 'We will save this, so you don\'t have to enter it next time.',
- 'notification_credit_bounced' => 'We were unable to deliver Credit :invoice to :contact. \n :error',
- 'notification_credit_bounced_subject' => 'Unable to deliver Credit :invoice',
+ 'required_payment_information_more' => 'Um eine Zahlung abzuschließen, benötigen wir weitere Informationen über Sie.',
+ 'required_client_info_save_label' => 'Wir speichern dies, so dass Sie es beim nächsten Mal nicht mehr eingeben müssen.',
+ 'notification_credit_bounced' => 'Wir waren nicht in der Lage, die Gutschrift :invoice an :contact zu liefern. \n :error',
+ 'notification_credit_bounced_subject' => 'Guthaben nicht auslieferbar :invoice',
'save_payment_method_details' => 'Angaben zur Zahlungsart speichern',
'new_card' => 'Neue Kreditkarte',
'new_bank_account' => 'Bankverbindung hinzufügen',
@@ -4131,10 +4142,10 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'invalid_design_object' => 'Invalid custom design object',
'quote_not_found' => 'Angebot/e nicht gefunden',
'quote_unapprovable' => 'Unable to approve this quote as it has expired.',
- 'scheduler_has_run' => 'Scheduler has run',
- 'scheduler_has_never_run' => 'Scheduler has never run',
+ 'scheduler_has_run' => 'Aufgabenplaner lief',
+ 'scheduler_has_never_run' => 'Aufgabenplaner lief noch nie',
'self_update_not_available' => 'Integrierter Updater auf diesem System nicht verfügbar.',
- 'user_detached' => 'User detached from company',
+ 'user_detached' => 'Nutzer wurden vom Unternehmen entkoppelt',
'create_webhook_failure' => 'Webhook konnte nicht erstellt werden',
'payment_message_extended' => 'Vielen Dank für deine Zahlung von :amount für die Rechnung :invoice',
'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.',
@@ -4151,14 +4162,14 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'converted_credit_balance' => 'Converted Credit Balance',
'converted_total' => 'Converted Total',
'reply_to_name' => 'Name der Antwortadresse',
- 'payment_status_-2' => 'Partially Unapplied',
+ 'payment_status_-2' => 'Teilweise nicht angewendet',
'color_theme' => 'Farbthema',
'start_migration' => 'Beginne mit der Migration.',
'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact',
'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice',
'hello' => 'Hallo',
'group_documents' => 'Gruppendokumente',
- 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
+ 'quote_approval_confirmation_label' => 'Sind Sie sicher, dass Sie diesem Angebot / Kostenvoranschlag zustimmen möchten?',
'migration_select_company_label' => 'Wählen Sie die zu migrierenden Firmen aus',
'force_migration' => 'Migration erzwingen',
'require_password_with_social_login' => 'Password mit Verknüpfung zu Sozialmedia notwendig',
@@ -4183,8 +4194,8 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'migration_api_secret_notice' => 'You can find API_SECRET in the .env file or Invoice Ninja v5. If property is missing, leave field blank.',
'billing_coupon_notice' => 'Your discount will be applied on the checkout.',
'use_last_email' => 'Use last email',
- 'activate_company' => 'Activate Company',
- 'activate_company_help' => 'Enable emails, recurring invoices and notifications',
+ 'activate_company' => 'Unternehmen aktivieren',
+ 'activate_company_help' => 'Aktivieren sie Email, wiederkehrende Rechnungen und Benachrichtigungen',
'an_error_occurred_try_again' => 'Ein Fehler ist aufgetreten, bitte versuchen Sie es erneut.',
'please_first_set_a_password' => 'Bitte vergeben Sie zuerst ein Passwort.',
'changing_phone_disables_two_factor' => 'Warning: Changing your phone number will disable 2FA',
@@ -4199,21 +4210,21 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'enter_phone_to_enable_two_factor' => 'Please provide a mobile phone number to enable two factor authentication',
'send_sms' => 'SMS senden',
'sms_code' => 'SMS-Code',
- 'connect_google' => 'Connect Google',
- 'disconnect_google' => 'Disconnect Google',
+ 'connect_google' => 'Google-Konto verbinden',
+ 'disconnect_google' => 'Google-Konto entfernen',
'disable_two_factor' => 'Zwei-Faktor-Authentifizierung deaktivieren',
- 'invoice_task_datelog' => 'Invoice Task Datelog',
+ 'invoice_task_datelog' => 'Aufgabenzeiterfassung in Rechnung stellen',
'invoice_task_datelog_help' => 'Add date details to the invoice line items',
'promo_code' => 'Gutscheincode',
- 'recurring_invoice_issued_to' => 'Recurring invoice issued to',
+ 'recurring_invoice_issued_to' => 'Wiederkehrende Rechnung ausgestellt an',
'subscription' => 'Abonnement',
'new_subscription' => 'Neues Abonnement',
- 'deleted_subscription' => 'Successfully deleted subscription',
- 'removed_subscription' => 'Successfully removed subscription',
- 'restored_subscription' => 'Successfully restored subscription',
+ 'deleted_subscription' => 'Abonnement gelöscht',
+ 'removed_subscription' => 'Abonnement entfernt',
+ 'restored_subscription' => 'Abonnement wiederhergestellt',
'search_subscription' => 'Search 1 Subscription',
'search_subscriptions' => 'Search :count Subscriptions',
- 'subdomain_is_not_available' => 'Subdomain is not available',
+ 'subdomain_is_not_available' => 'Subdomain ist nicht verfügbar',
'connect_gmail' => 'Mit Gmail verbinden',
'disconnect_gmail' => 'von Gmail trennen',
'connected_gmail' => 'Mit Gmail erfolgreich verbunden',
@@ -4221,7 +4232,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'update_fail_help' => 'Changes to the codebase may be blocking the update, you can run this command to discard the changes:',
'client_id_number' => 'Kundennummer',
'count_minutes' => ':count Minuten',
- 'password_timeout' => 'Password Timeout',
+ 'password_timeout' => 'Passwort Timeout',
'shared_invoice_credit_counter' => 'Shared Invoice/Credit Counter',
'activity_80' => ':user hat Abonnement :subscription erstellt',
@@ -4230,7 +4241,7 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'activity_83' => ':user hat Abonnement :subscription gelöscht',
'activity_84' => ':user hat Abonnement :subscription wiederhergestellt',
'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.',
- 'click_to_continue' => 'Click to continue',
+ 'click_to_continue' => 'Weiter',
'notification_invoice_created_body' => 'The following invoice :invoice was created for client :client for :amount.',
'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
@@ -4255,8 +4266,96 @@ https://invoiceninja.github.io/docs/migration/#troubleshooting',
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Fälligkeitsdatum',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Standard Zahlungsart',
+ 'default_payment_method' => 'Machen Sie dies zu Ihrer bevorzugten Zahlungsmethode',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Wählen Sie eine Zahlungsmethode:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Benachrichtigen, wenn eine Rechnung versendet wurde',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'Indem Sie Ihre IBAN angeben und diese Zahlung bestätigen, ermächtigen Sie :company und Stripe, unseren Zahlungsdienstleister, Anweisungen an Ihre Bank zu senden, um Ihr Konto zu belasten, und Ihre Bank, Ihr Konto gemäß diesen Anweisungen zu belasten. Sie haben Anspruch auf eine Rückerstattung von Ihrer Bank gemäß den Bestimmungen und Bedingungen Ihrer Vereinbarung mit Ihrer Bank. Sie können innerhalb von 8 Wochen, beginnend mit dem Tag der Abbuchung, die Erstattung des Betrages von Ihrem Konto verlangen.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php
index 98c173fdf0..00cf371611 100644
--- a/resources/lang/es/texts.php
+++ b/resources/lang/es/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Cantidad',
'line_total' => 'Total',
'subtotal' => 'Subtotal',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Pagado',
'balance_due' => 'Pendiente',
'invoice_design_id' => 'Diseño',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count proveedores actualizados con éxito',
'deleted_vendor' => 'Proveedor eliminado con éxito',
'deleted_vendors' => ':count proveedores actualizados con éxito',
- 'confirmation_subject' => 'Corfimación de tu cuenta en Invoice Ninja',
+ 'confirmation_subject' => 'Account Confirmation',
'confirmation_header' => 'Confirmación de Cuenta',
'confirmation_message' => 'Por favor, haz clic en el enlace abajo para confirmar tu cuenta.',
'invoice_subject' => 'Nueva factura :invoice de :account',
@@ -518,8 +519,8 @@ $LANG = array(
'auto_wrap' => 'Ajuste Automático de Línea',
'duplicate_post' => 'Advertencia: la página anterior fue enviada dos veces. El segundo envío ha sido ignorado.',
'view_documentation' => 'Ver Documentación',
- 'app_title' => 'Facturación Open-Source Gratuita',
- 'app_description' => 'Invoice Ninja es una solución open-source gratuita para manejar la facturación de tus clientes. Con Invoice Ninja, se pueden crear y enviar hermosas facturas desde cualquier dispositivo que tenga acceso a Internet. Tus clientes pueden imprimir tus facturas, descargarlas en formato PDF o inclusive pagarlas en linea desde esta misma plataforma',
+ 'app_title' => 'Free Open-Source Online Invoicing',
+ 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'filas',
'www' => 'www',
'logo' => 'Logo',
@@ -886,7 +887,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'gregar una entrada de texto a la pagina de crear/editar factura y mostrar la carga en los subtotales de la factura.',
'token_expired' => 'Token de validación ha caducado. Por favor, vuelva a intentarlo.',
'invoice_link' => 'Enlace a Factura',
- 'button_confirmation_message' => 'Pulse aqui para confirmar su dirección de correo.',
+ 'button_confirmation_message' => 'Click to confirm your email.',
'confirm' => 'Confirmar',
'email_preferences' => 'Preferencias de Correo',
'created_invoices' => ':count factura(s) creada(s) correctamente',
@@ -1397,7 +1398,7 @@ $LANG = array(
'more_options' => 'More options',
'credit_card' => 'Credit Card',
'bank_transfer' => 'Bank Transfer',
- 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Use Bank on File',
'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.',
'bitcoin' => 'Bitcoin',
@@ -1747,6 +1748,7 @@ $LANG = array(
'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch',
'lang_English' => 'English',
+ 'lang_English - United States' => 'English',
'lang_French' => 'French',
'lang_French - Canada' => 'French - Canada',
'lang_German' => 'German',
@@ -1773,7 +1775,8 @@ $LANG = array(
'lang_Chinese - Taiwan' => 'Chino - Taiwan',
'lang_Serbian' => 'Serbio',
'lang_Bulgarian' => 'Búlgaro',
- 'lang_Russian' => 'Russian',
+ 'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@@ -2467,6 +2470,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'Esperamos que estés disfrutando de usar la aplicación.
Si consideras :link lo apreciaremos mucho!',
'writing_a_review' => 'escribiendo una reseña',
@@ -3968,7 +3980,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -4250,9 +4262,96 @@ $LANG = array(
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Avísame por correo cuando una factura se envía',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php
index 482e7ab617..374a3961c4 100644
--- a/resources/lang/es_ES/texts.php
+++ b/resources/lang/es_ES/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Cantidad',
'line_total' => 'Total',
'subtotal' => 'Subtotal',
+ 'net_subtotal' => 'Neto',
'paid_to_date' => 'Pagado',
'balance_due' => 'Pendiente',
'invoice_design_id' => 'Diseño',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count proveedores actualizados correctamente',
'deleted_vendor' => 'Proveedor eliminado correctamente',
'deleted_vendors' => ':count proveedores actualizados correctamente',
- 'confirmation_subject' => 'Corfimación de tu cuenta en el sistema',
+ 'confirmation_subject' => 'Confirmación de Cuenta',
'confirmation_header' => 'Confirmación de Cuenta',
'confirmation_message' => 'Por favor, haz clic en el enlace de abajo para confirmar tu cuenta.',
'invoice_subject' => 'Nueva factura Nº :number de :account',
@@ -514,7 +515,7 @@ $LANG = array(
'duplicate_post' => 'Atencion: la pagina anterior se ha enviado dos veces. El segundo envío será ignorado.',
'view_documentation' => 'Ver Documentación',
'app_title' => 'Facturación Open-Source gratuita',
- 'app_description' => 'Invoice Ninja es una solución open-source gratuita para manejar la facturación de tus clientes. Con Invoice Ninja, se pueden crear y enviar hermosas facturas desde cualquier dispositivo que tenga acceso a Internet. Tus clientes pueden imprimir tus facturas, descargarlas en formato PDF o inclusive pagarlas en linea desde esta misma plataforma.',
+ 'app_description' => 'Invoice Ninja es una solución open-source gratuita para manejar la facturación de tus clientes. Con Invoice Ninja, se pueden crear y enviar hermosas facturas desde cualquier dispositivo que tenga acceso a Internet. Tus clientes pueden imprimir tus facturas, descargarlas en formato PDF o incluso pagarlas en linea desde esta misma plataforma.',
'rows' => 'filas',
'www' => 'www',
'logo' => 'Logo',
@@ -1739,6 +1740,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'lang_Danish' => 'Danés',
'lang_Dutch' => 'Holandés',
'lang_English' => 'Inglés',
+ 'lang_English - United States' => 'Inglés',
'lang_French' => 'Francés',
'lang_French - Canada' => 'Francés canadiense',
'lang_German' => 'Alemán',
@@ -1765,7 +1767,8 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'lang_Chinese - Taiwan' => 'Chino - Taiwan',
'lang_Serbian' => 'Serbio',
'lang_Bulgarian' => 'Búlgaro',
- 'lang_Russian' => 'Ruso',
+ 'lang_Russian (Russia)' => 'Ruso (Rusia)',
+
// Industries
'industry_Accounting & Legal' => 'Contabilidad y legal',
@@ -2459,6 +2462,15 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'currency_kazakhstani_tenge' => 'Tenge kazajo',
'currency_gibraltar_pound' => 'Libra de Gibraltar',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Guaraní Paraguayo',
+ 'currency_malawi_kwacha' => 'Kwacha Malauí',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Riel Camboyano',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Peso Cubano',
+
'review_app_help' => 'Esperamos que estés disfrutando con la app.
Si consideras :link ¡te lo agraderemos enormemente!',
'writing_a_review' => 'escribir una reseña',
@@ -3595,8 +3607,8 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'system_logs' => 'Registros del Sistema',
'copy_link' => 'Copiar Enlace',
'welcome_to_invoice_ninja' => 'Bienvenid@ a Invoice Ninja',
- 'optin' => 'Opt-In',
- 'optout' => 'Opt-Out',
+ 'optin' => 'Optar en',
+ 'optout' => 'Optar por no',
'auto_convert' => 'Auto Convertir',
'reminder1_sent' => 'Recordatorio 1, enviado',
'reminder2_sent' => 'Recordatorio 2, enviado',
@@ -3959,8 +3971,8 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'list_of_recurring_invoices' => 'Lista de facturas recurrentes',
'details_of_recurring_invoice' => 'Aquí tienes algunos detalles de la factura recurrente',
'cancellation' => 'Cancelación',
- 'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => '¡Atención! Estas pidiendo la cancelación de este servicio.\n Tu servicio puede ser cancelado sin que recibas ninguna notificación más.',
+ 'about_cancellation' => 'En caso de que desee detener la factura recurrente, haga clic en solicitar la cancelación.',
+ 'cancellation_warning' => '¡Advertencia! Está solicitando la cancelación de este servicio. Tu servicio puede ser cancelado sin que recibas más notificación.',
'cancellation_pending' => 'Cancelación pendiente, ¡estaremos en contacto!',
'list_of_payments' => 'Listado de pagos',
'payment_details' => 'Detalles del pago',
@@ -4165,7 +4177,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'zoho' => 'Zoho',
'accounting' => 'Contabilidad',
'required_files_missing' => 'Por favor facilita todos los CSVs.',
- 'migration_auth_label' => 'Vamos a continuar por autenticarse.',
+ 'migration_auth_label' => 'Continuemos con la autenticación.',
'api_secret' => 'API secret',
'migration_api_secret_notice' => 'Puedes encontrar API_SECRET en el archivo .env o en Invoice Ninja v5. Si no está presente, deja el campo vacío.',
'billing_coupon_notice' => 'El descuento será aplicado en la revisión de pago.',
@@ -4211,39 +4223,127 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'password_timeout' => 'Caducidad de Contraseña',
'shared_invoice_credit_counter' => 'Contador de Factura/Crédito Compartido',
- 'activity_80' => ':user created subscription :subscription',
- 'activity_81' => ':user updated subscription :subscription',
- 'activity_82' => ':user archived subscription :subscription',
- 'activity_83' => ':user deleted subscription :subscription',
- 'activity_84' => ':user restored subscription :subscription',
+ 'activity_80' => ':user creó la suscripción :subscription',
+ 'activity_81' => ':user actualizó la suscripción :subscription',
+ 'activity_82' => ':user archivó la suscripción :subscription',
+ 'activity_83' => ':user eliminó la suscripción :subscription',
+ 'activity_84' => ':user restauró la suscripción :subscription',
'amount_greater_than_balance_v5' => 'La cantidad es superior al total de factura. No puedes sobrepagar una factura.',
'click_to_continue' => 'Pulsa para continuar',
- 'notification_invoice_created_body' => 'The following invoice :invoice was created for client :client for :amount.',
- 'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
- 'notification_quote_created_body' => 'The following quote :invoice was created for client :client for :amount.',
- 'notification_quote_created_subject' => 'Quote :invoice was created for :client',
- 'notification_credit_created_body' => 'The following credit :invoice was created for client :client for :amount.',
- 'notification_credit_created_subject' => 'Credit :invoice was created for :client',
- 'max_companies' => 'Maximum companies migrated',
- 'max_companies_desc' => 'You have reached your maximum number of companies. Delete existing companies to migrate new ones.',
- 'migration_already_completed' => 'Company already migrated',
- 'migration_already_completed_desc' => 'Looks like you already migrated :company_name to the V5 version of the Invoice Ninja. In case you want to start over, you can force migrate to wipe existing data.',
- 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
- 'new_account' => 'New account',
- 'activity_100' => ':user created recurring invoice :recurring_invoice',
- 'activity_101' => ':user updated recurring invoice :recurring_invoice',
- 'activity_102' => ':user archived recurring invoice :recurring_invoice',
- 'activity_103' => ':user deleted recurring invoice :recurring_invoice',
- 'activity_104' => ':user restored recurring invoice :recurring_invoice',
- 'new_login_detected' => 'New login detected for your account.',
- 'new_login_description' => 'You recently logged in to your Invoice Ninja account from a new location or device:
IP: :ip
Time: :time
Email: :email',
- 'download_backup_subject' => 'Your company backup is ready for download',
- 'contact_details' => 'Contact Details',
- 'download_backup_subject' => 'Your company backup is ready for download',
- 'account_passwordless_login' => 'Account passwordless login',
+ 'notification_invoice_created_body' => 'Se creó la factura nº :invoice para el cliente :client por importe de :amount.',
+ 'notification_invoice_created_subject' => 'La factura nº :invoice fue creada para :client',
+ 'notification_quote_created_body' => 'Se creó el presupuesto nº :invoice para el cliente :client por importe de :amount.',
+ 'notification_quote_created_subject' => 'El presupuesto nº :invoice fue creado para :client',
+ 'notification_credit_created_body' => 'Se creó el crédito nº :invoice para el cliente :client por importe de :amount.',
+ 'notification_credit_created_subject' => 'El crédito nº :invoice fue creado para :client',
+ 'max_companies' => 'Máximo de empresas migradas',
+ 'max_companies_desc' => 'Ha alcanzado su número máximo de empresas. Elimine empresas existentes para migrar otras nuevas.',
+ 'migration_already_completed' => 'Empresa ya migrada',
+ 'migration_already_completed_desc' => 'Parece que ya ha migrado :company_name a la versión V5 de Invoice Ninja. En caso de que desee comenzar de nuevo, puede forzar la migración para borrar los datos existentes.',
+ 'payment_method_cannot_be_authorized_first' => 'Este método de pago se puede guardar para uso futuro, una vez que complete su primera transacción. No olvide comprobar "Almacenar los datos de la tarjeta de crédito" durante el proceso de pago.',
+ 'new_account' => 'Nueva cuenta',
+ 'activity_100' => ':user creó la factura recurrente nº :recurring_invoice',
+ 'activity_101' => ':user actualizó la factura recurrente nº :recurring_invoice',
+ 'activity_102' => ':user archivó la factura recurrente nº :recurring_invoice',
+ 'activity_103' => ':user eliminó la factura recurrente nº :recurring_invoice',
+ 'activity_104' => ':user restauró la factura recurrente nº :recurring_invoice',
+ 'new_login_detected' => 'Se detectó un nuevo inicio de sesión en su cuenta.',
+ 'new_login_description' => 'Recientemente, inició sesión en su cuenta de Invoice Ninja desde una nueva ubicación o dispositivo:
IP: :ip
Time: :time
Email: :email',
+ 'download_backup_subject' => 'La copia de seguridad de su empresa está lista para descargar',
+ 'contact_details' => 'Detalles de contacto',
+ 'download_backup_subject' => 'La copia de seguridad de su empresa está lista para descargar',
+ 'account_passwordless_login' => 'Acceso de cuenta sin contraseña',
+ 'user_duplicate_error' => 'No se puede agregar el mismo usuario a la misma empresa',
+ 'user_cross_linked_error' => 'El usuario existe pero no se puede vincular a múltiples cuentas',
+ 'ach_verification_notification_label' => 'Verificación ACH',
+ 'ach_verification_notification' => 'La conexión de cuentas bancarias requiere verificación. Stripe enviará automáticamente dos pequeños depósitos para este propósito. Estos depósitos tardan entre 1-2 días hábiles en aparecer en la cuenta del cliente.',
+ 'login_link_requested_label' => 'Enlace de inicio de sesión solicitado',
+ 'login_link_requested' => 'Hubo una solicitud para iniciar sesión mediante el enlace. Si no lo solicitó, ignore este mensaje.',
+ 'invoices_backup_subject' => 'Sus facturas están listas para descargar',
+ 'migration_failed_label' => 'La migración falló',
+ 'migration_failed' => 'Parece que algo salió mal con la migración de la siguiente empresa:',
+ 'client_email_company_contact_label' => 'Si tiene alguna pregunta, comuníquese con nosotros, ¡estamos aquí para ayudarlo!',
+ 'quote_was_approved_label' => 'El presupuesto fue aprobado',
+ 'quote_was_approved' => 'Nos gustaría informarle que el presupuesto fue aprobada.',
+ 'company_import_failure_subject' => 'Error al importar :company',
+ 'company_import_failure_body' => 'Hubo un error al importar los datos de la empresa, el mensaje de error fue:',
+ 'recurring_invoice_due_date' => 'Fecha de vencimiento',
+ 'amount_cents' => 'Cantidad en centavos, peniques o centavos',
+ 'default_payment_method_label' => 'Método de pago por defecto',
+ 'default_payment_method' => 'Haga esta su forma de pago preferida.',
+ 'already_default_payment_method' => 'Esta es su forma de pago preferida.',
+ 'auto_bill_disabled' => 'Factura automática deshabilitada',
+ 'select_payment_method' => 'Seleccione un método de pago:',
+ 'login_without_password' => 'Iniciar sesión sin contraseña',
+ 'email_sent' => 'Avísame por correo cuando una Factura se envía',
+ 'one_time_purchases' => 'Compras únicas',
+ 'recurring_purchases' => 'Pagos recurrentes',
+ 'you_might_be_interested_in_following' => 'Puede que te interese lo siguiente',
+ 'quotes_with_status_sent_can_be_approved' => 'Solo se pueden aprobar presupuestos con el estado "Enviado".',
+ 'no_quotes_available_for_download' => 'No hay presupuestos disponibles para descargar.',
+ 'copyright' => 'Derechos de autor',
+ 'user_created_user' => ':user creó :created_user a las :time',
+ 'company_deleted' => 'Empresa eliminada',
+ 'company_deleted_body' => 'La empresa [ :company ] fue eliminada por :user',
+ 'back_to' => 'Volver a :url',
+ 'stripe_connect_migration_title' => 'Conectar con tu cuenta Stripe',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 utiliza Stripe Connect para vincular tu cuenta de Stripe con Invoice Ninja. Esto ofrece una capa adicional de seguridad para tu cuenta. Ahora que tus datos se han migrado, necesitarás autorizar Stripe para aceptar pagos en v5.
Para ello accede a Ajustes > Pagos online > Configurar pasarela. Esto te llevará a la autorización de Invoice Ninja en Stripe y al finalizar, tu cuenta estará correctamente vinculada.',
+ 'email_quota_exceeded_subject' => 'Cuota de correo del usuario excedida.',
+ 'email_quota_exceeded_body' => 'En un periodo de 24 horas has enviado :quota emails.
Hemos pausado el envío de tus correos.
Tu límite de envíos se reiniciará a las 23:00 UTC.',
+ 'auto_bill_option' => 'Opte por aceptar o no que esta factura se cargue automáticamente.',
+ 'lang_Arabic' => 'Árabe',
+ 'lang_Persian' => 'Persa',
+ 'lang_Latvian' => 'Letón',
+ 'expiry_date' => 'Fecha de caducidad',
+ 'cardholder_name' => 'Titular de la tarjeta',
+ 'recurring_quote_number_taken' => 'El presupuesto recurrente número :number ya se realizó',
+ 'account_type' => 'Tipo de cuenta',
+ 'locality' => 'Localidad',
+ 'checking' => 'Comprobando',
+ 'savings' => 'Ahorros',
+ 'unable_to_verify_payment_method' => 'No se ha podido verificar la forma de pago',
+ 'generic_gateway_error' => 'Error de configuración de la puerta de enlace. Verifique sus credenciales.',
+ 'my_documents' => 'Mis documentos',
+ 'payment_method_cannot_be_preauthorized' => 'Este método de pago no puede tener autorización previa.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'Al proporcionar su IBAN y confirmar este pago, usted autoriza a :company y Stripe, nuestro proveedor de servicios de pago, a enviar instrucciones a su banco para debitar su cuenta de acuerdo con esas instrucciones. Tiene derecho a un reembolso de su banco según los términos y condiciones de su acuerdo con su banco. Se debe reclamar un reembolso dentro de las 8 semanas a partir de la fecha en que se debitó su cuenta.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Titular de la cuenta bancaria',
+ 'aio_checkout' => 'Pago todo en uno',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'Declaro que me he familiarizado con las regulaciones y la obligación de información del servicio Przelewy24.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'Al ingresar su información de Cliente (como nombre, código de clasificación y número de cuenta), usted (el Cliente) acepta que esta información se proporciona voluntariamente.',
+ 'eps' => 'EPS',
+ 'becs' => 'Débito directo BECS',
+ 'becs_mandate' => 'Al proporcionar los detalles de su cuenta bancaria, acepta esta Solicitud de débito directo y el acuerdo de servicio de solicitud de débito directo, y autoriza a Stripe Payments Australia Pty Ltd ACN 160 180 343 Número de identificación de usuario de débito directo 507156 (“Stripe”) para debitar su cuenta a través de Bulk Electronic Clearing System (BECS) en nombre de :company (el “Comerciante”) por cualquier importe que el Comerciante le comunique por separado. Usted certifica que es titular de una cuenta o un signatario autorizado de la cuenta que se menciona arriba.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'Debe aceptar los términos antes de continuar.',
+ 'direct_debit' => 'Débito directo',
+ 'clone_to_expense' => 'Clonar a gasto',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pagos de débito preautorizados',
+ 'invalid_amount' => 'Monto invalido. Solo valores numéricos y/o decimales.',
+ 'client_payment_failure_body' => 'Pago de la factura :invoice por la cantidad :amount falló.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'No podemos encontrar ninguna tarjeta de crédito en su dispositivo. Lee más sobre esto.',
+ 'gocardless_mandate_not_ready' => 'El mandato de pago no está listo. Por favor, inténtelo de nuevo más tarde.',
+ 'payment_type_instant_bank_pay' => 'Pago Bancario Instantáneo',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/fi/texts.php b/resources/lang/fi/texts.php
index ca39f1fe63..231d1d5a75 100644
--- a/resources/lang/fi/texts.php
+++ b/resources/lang/fi/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Määrä',
'line_total' => 'Rivin summa',
'subtotal' => 'Välisumma',
+ 'net_subtotal' => 'Netto',
'paid_to_date' => 'Maksettu tähän mennessä',
'balance_due' => 'Avoin lasku',
'invoice_design_id' => 'Muotoilu',
@@ -74,7 +75,7 @@ $LANG = array(
'clients' => 'Asiakkaat',
'invoices' => 'Laskut',
'payments' => 'Maksut',
- 'credits' => 'Hyvitykset',
+ 'credits' => 'Luotot',
'history' => 'Historia',
'search' => 'Etsi',
'sign_up' => 'Rekisteröidy',
@@ -118,14 +119,14 @@ $LANG = array(
'delete_client' => 'Poista asiakas',
'archive_payment' => 'Arkistoi maksu',
'delete_payment' => 'Poista maksu',
- 'archive_credit' => 'Arkistoi hyvityslasku',
- 'delete_credit' => 'Poista hyvityslasku',
+ 'archive_credit' => 'Arkistoi luottolasku',
+ 'delete_credit' => 'Poista luottolasku',
'show_archived_deleted' => 'Näytä arkistoidut / poistetut',
'filter' => 'Suodata',
'new_client' => 'Uusi asiakas',
'new_invoice' => 'Uusi lasku',
'new_payment' => 'Uusi maksutapahtuma',
- 'new_credit' => 'Anna hyvitys',
+ 'new_credit' => 'Uusi luotto',
'contact' => 'Yhteyshenkilö',
'date_created' => 'Luotu',
'last_login' => 'Viimeinen kirjautuminen',
@@ -141,15 +142,15 @@ $LANG = array(
'method' => 'Tapa',
'payment_amount' => 'Maksun määrä',
'payment_date' => 'Maksun päivämäärä',
- 'credit_amount' => 'Hyvityksen määrä',
- 'credit_balance' => 'Hyvityksen saldo',
- 'credit_date' => 'Hyvityksen päivämäärä',
+ 'credit_amount' => 'Luoton määrä',
+ 'credit_balance' => 'Luoton saldo',
+ 'credit_date' => 'Luoton päivämäärä',
'empty_table' => 'Ei näytettävä data',
'select' => 'Valitse',
'edit_client' => 'Muokkaa asiakas',
'edit_invoice' => 'Muokkaa laskua',
'create_invoice' => 'Luo lasku',
- 'enter_credit' => 'Kirjaa hyvitystä',
+ 'enter_credit' => 'Kirjaa luottoa',
'last_logged_in' => 'Viimeksi kirjoittautunut',
'details' => 'Tiedot',
'standing' => 'Tilanne',
@@ -224,11 +225,11 @@ $LANG = array(
'deleted_payment' => 'Maksu on poistettu onnistuneesti',
'deleted_payments' => ':count maksu(a) poistettu onnistuneesti',
'applied_payment' => 'Maksu on sovitettu onnistuneesti. ',
- 'created_credit' => 'Hyvitys on luotu onnistuneesti',
- 'archived_credit' => 'Hyvitys on arkistoitu onnistuneesti',
- 'archived_credits' => ':count hyvitys(tä) arkistoitu onnistuneesti',
- 'deleted_credit' => 'Hyvitys on poistettu onnistuneesti',
- 'deleted_credits' => ':count hyvitys(tä) poistettu onnistuneesti',
+ 'created_credit' => 'Luottolasku luotiin onnistuneesti',
+ 'archived_credit' => 'Luottolasku arkistoitiin onnistuneesti',
+ 'archived_credits' => ':count hyvitys(tä) arkistoitiin onnistuneesti',
+ 'deleted_credit' => 'Luottolasku poistettiin onnistuneesti',
+ 'deleted_credits' => ':count luotto(a) poistettu onnistuneesti',
'imported_file' => 'Tiedosto on tuotu onnistuneesti',
'updated_vendor' => 'Kauppias on päivitetty onnistuneesti',
'created_vendor' => 'Kauppias luotin onnistuneesti',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count kauppias(ta) arkistoitu onnistuneesti',
'deleted_vendor' => 'Kauppias on poistettu onnistuneesti',
'deleted_vendors' => ':count kauppias(ta) poistettu onnistuneesti',
- 'confirmation_subject' => 'Lasku Ninja -tilin vahvistus',
+ 'confirmation_subject' => 'Tilin varmistus',
'confirmation_header' => 'Tilin varmistus',
'confirmation_message' => 'Ystävällisesti seuraa alla oleva linkkiä varmistaaksesi tilisi. ',
'invoice_subject' => 'Uusi :tili lasku :invoice',
@@ -412,13 +413,13 @@ $LANG = array(
'restore_invoice' => 'Palauta lasku',
'restore_quote' => 'Palauta tarjous',
'restore_client' => 'Palauta asiakas',
- 'restore_credit' => 'Palauta hyvitys',
+ 'restore_credit' => 'Palauta luotto',
'restore_payment' => 'Palauta maksu',
'restored_invoice' => 'Lasku palautettu onnistuneesti',
'restored_quote' => 'Tarjous palautettu onnistuneesti',
'restored_client' => 'Asiakas palautettu onnistuneesti',
'restored_payment' => 'Maksu palautettu onnistuneesti',
- 'restored_credit' => 'Hyvitys palautettu onnistuneesti',
+ 'restored_credit' => 'Luotto palautettu onnistuneesti',
'reason_for_canceling' => 'Auta meitä parantamaan sivustoamme kertomalla miksi olet lähdössä.',
'discount_percent' => 'Prosenttia',
'discount_amount' => 'Summa',
@@ -519,8 +520,8 @@ $LANG = array(
'auto_wrap' => 'Automaattinen rivinvaihto',
'duplicate_post' => 'Varoitus: Edellinen sivu tallennettiin kahdesti. Jälkimmäinen tallennus jätettiin huomiotta.',
'view_documentation' => 'Lue dokumentaatiota',
- 'app_title' => 'Ilmainen vapaan lähdekoodin online-laskutus',
- 'app_description' => 'Lasku Ninja on ilmainen, avoimen lähdekoodin ratkaisu asiakkaiden laskutukseen. Lasku Ninjalla voit helposti luoda ja lähettää kauniita laskuja mistä tahansa laitteesta, jolla on internet-yhteys. Asiakkaasi voivat tulostaa laskuja, ladata ne pdf-muodossa ja jopa maksaa ne verkossa järjestemmämme avulla.',
+ 'app_title' => 'Ilmainen avoimen lähdekoodin online-laskutus',
+ 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'rivit',
'www' => 'www',
'logo' => 'Logo',
@@ -814,7 +815,7 @@ $LANG = array(
'quote_footer' => 'Tarjouksen alatunniste',
'free' => 'Ilmainen',
'quote_is_approved' => 'Hyväksytty onnistuneesti',
- 'apply_credit' => 'Käytä luottoa',
+ 'apply_credit' => 'Hae hyvitystä',
'system_settings' => 'Järjestelmäasetukset',
'archive_token' => 'Arkistoi token',
'archived_token' => 'Token arkistoitu onnistuneesti ',
@@ -887,7 +888,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'lisää kenttä when creating lasku ja include charge in lasku subtotals.',
'token_expired' => 'Validation token was expired. try again.',
'invoice_link' => 'Laskun linkki',
- 'button_confirmation_message' => 'Klikkaa vahvistaksesi sähköpostiosoitteesi.',
+ 'button_confirmation_message' => 'Vahvista sähköpostiosoitteesi.',
'confirm' => 'Vahvista',
'email_preferences' => 'Sähköpostiasetukset',
'created_invoices' => 'onnistuneesti luotu :count lasku(s)',
@@ -1062,7 +1063,7 @@ $LANG = array(
'list_expenses' => 'listaa kulut',
'list_recurring_invoices' => 'listaa toistuva laskut',
'list_payments' => 'listaa maksut',
- 'list_credits' => 'listaa luotot',
+ 'list_credits' => 'Listaa luotot',
'tax_name' => 'veronimi',
'report_settings' => 'raportti asetukset',
'search_hotkey' => 'oikopolku on/',
@@ -1195,13 +1196,13 @@ $LANG = array(
'enterprise_plan_product' => 'Enterprise Plan',
'enterprise_plan_year_description' => 'One year enrollment in Lasku Ninja Enterprise Plan.',
'enterprise_plan_month_description' => 'One kuukausi enrollment in Lasku Ninja Enterprise Plan.',
- 'plan_credit_product' => 'Luotto',
+ 'plan_credit_product' => 'Hyvitys',
'plan_credit_description' => 'Hyvitys käyttämättömälle ajalle',
'plan_pending_monthly' => 'Will switch kuukaisittain on :päivämäärä',
'plan_refunded' => 'A hyvitys on issued.',
'live_preview' => 'Näytä esikatselu',
- 'page_size' => 'Page Size',
+ 'page_size' => 'Sivukoko',
'live_preview_disabled' => 'Live preview on pois käytöstä support selected font',
'invoice_number_padding' => 'Tyhjä tila',
'preview' => 'Esikatselu',
@@ -1281,7 +1282,7 @@ $LANG = array(
'bank_account_verification_help' => 'We have made two deposits into tilisi with description "VERIFICATION". These deposits will take 1-2 business days appear on sinun statement. syötä amounts alla.',
'bank_account_verification_next_steps' => 'We have made two deposits into tilisi with description "VERIFICATION". These deposits will take 1-2 business days appear on sinun statement.
Once you have amounts, come back this maksu methods page ja click "Complete Verification" next tili.',
- 'unknown_bank' => 'Unknown Bank',
+ 'unknown_bank' => 'Tuntematon pankki',
'ach_verification_delay_help' => 'You able use tili after completing verification. Verification usually takes 1-2 business days.',
'add_credit_card' => 'Lisää luottokortti',
'payment_method_added' => 'Added maksu method.',
@@ -1377,9 +1378,9 @@ $LANG = array(
'auto_bill_notification' => 'tämä lasku will automatically be billed sinun :payment_method on tiedosto on :due_date.',
'auto_bill_payment_method_bank_transfer' => 'bank tili',
- 'auto_bill_payment_method_credit_card' => 'luotto card',
+ 'auto_bill_payment_method_credit_card' => 'luottokortti',
'auto_bill_payment_method_paypal' => 'PayPal tili',
- 'auto_bill_notification_placeholder' => 'tämä lasku will automatically be billed sinun luotto card on tiedosto on erä päivämäärä.',
+ 'auto_bill_notification_placeholder' => 'Tämä lasku laskutetaan automaattisesti luottokortiltasi eräpäivänä.',
'payment_settings' => 'Maksujen asetukset',
'on_send_date' => 'On send päivämäärä',
@@ -1399,7 +1400,7 @@ $LANG = array(
'more_options' => 'Lisää valintoja',
'credit_card' => 'Luottokortti',
'bank_transfer' => 'Pankkisiirto',
- 'no_transaction_reference' => 'We did not recieve maksu tapahtuma reference from maksunvälittäjä.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'käytä Bank on File',
'auto_bill_email_message' => 'tämä lasku will automatically be billed maksu method on tiedosto on erä päivämäärä.',
'bitcoin' => 'Bitcoin',
@@ -1425,7 +1426,7 @@ $LANG = array(
'freq_two_years' => 'Kaksi vuotta',
// Payment types
- 'payment_type_Apply Credit' => 'Käytä luottoa',
+ 'payment_type_Apply Credit' => 'Käytä hyvitystä',
'payment_type_Bank Transfer' => 'Pankkisiirto',
'payment_type_Cash' => 'Cash',
'payment_type_Debit' => 'Debit',
@@ -1437,7 +1438,7 @@ $LANG = array(
'payment_type_Diners Card' => 'Diners kortti',
'payment_type_EuroCard' => 'EuroCard',
'payment_type_Nova' => 'Nova',
- 'payment_type_Credit Card Other' => 'luotto kortti Other',
+ 'payment_type_Credit Card Other' => 'Muu luottokortti',
'payment_type_PayPal' => 'PayPal',
'payment_type_Google Wallet' => 'Google Wallet',
'payment_type_Check' => 'Check',
@@ -1749,6 +1750,7 @@ $LANG = array(
'lang_Danish' => 'Danish',
'lang_Dutch' => 'Dutch',
'lang_English' => 'English',
+ 'lang_English - United States' => 'Englanti',
'lang_French' => 'French',
'lang_French - Canada' => 'French - Canada',
'lang_German' => 'German',
@@ -1775,7 +1777,8 @@ $LANG = array(
'lang_Chinese - Taiwan' => 'Chinese - Taiwan',
'lang_Serbian' => 'Serbian',
'lang_Bulgarian' => 'Bulgarian',
- 'lang_Russian (Russia)' => 'Russian (Russia)',
+ 'lang_Russian (Russia)' => 'Venäjä',
+
// Industries
'industry_Accounting & Legal' => 'Taloushallinto & Lakiasiat',
@@ -1844,7 +1847,7 @@ $LANG = array(
'changes_take_effect_immediately' => 'Huom: muutokset tulevat voimaan välittömästi',
'wepay_account_description' => 'Maksunvälittäjä ohjelmistolle Lasku Ninja',
'payment_error_code' => 'Maksusi käsittelyssä tapahtui virhe [:koodi]. Ole hyvä ja yritä myöhemmin uudelleen.',
- 'standard_fees_apply' => 'palkkio: 2.9%/1.2% [luotto kortti/Bank Transfer] + $0.30 per successful charge.',
+ 'standard_fees_apply' => 'Palkkio: 2.9%/1.2% [Luottokortti/Tilisiirto] + $0.30 per onnitunut maksu.',
'limit_import_rows' => 'Data needs be imported in batches of :count rows tai less',
'error_title' => 'Jotain meni pieleen...',
'error_contact_text' => 'Jos tarvitset apua, ole hyvä ja lähetä meille sähköpostia: :mailaddress',
@@ -1990,14 +1993,14 @@ $LANG = array(
'bluevine_create_account' => 'Luo käyttäjätili',
'quote_types' => 'Pyydä tarjousta',
'invoice_factoring' => 'Lasku factoring',
- 'line_of_credit' => 'Line luotto',
+ 'line_of_credit' => 'Luottoraja',
'fico_score' => 'sinun FICO score',
'business_inception' => 'Business Inception Date',
'average_bank_balance' => 'Average bank tili balance',
'annual_revenue' => 'Annual revenue',
'desired_credit_limit_factoring' => 'Desired lasku factoring limit',
- 'desired_credit_limit_loc' => 'Desired line luottoraja',
- 'desired_credit_limit' => 'Desired luottoraja',
+ 'desired_credit_limit_loc' => 'Toivottu luottoraja',
+ 'desired_credit_limit' => 'Toivottu luottoraja',
'bluevine_credit_line_type_required' => 'You must choose at least yksi',
'bluevine_field_required' => 'tämä kenttä vaaditaan',
'bluevine_unexpected_error' => ' unexpected virhe occurred.',
@@ -2039,9 +2042,9 @@ $LANG = array(
'deleted_product' => 'onnistuneesti poistettu tuote',
'deleted_products' => 'onnistuneesti poistettu :count tuotteet',
'restored_product' => 'onnistuneesti palautettu tuote',
- 'update_credit' => 'päivitä luotto',
- 'updated_credit' => 'onnistuneesti päivitetty luotto',
- 'edit_credit' => 'muokkaa luotto',
+ 'update_credit' => 'Päivitä hyvitys',
+ 'updated_credit' => 'Hyvitys päivitettiin onnistuneesti',
+ 'edit_credit' => 'Muokkaa hyvitystä',
'realtime_preview' => 'Reaaliaikainen Esikatselu',
'realtime_preview_help' => 'Päivittää reaaliajassa PDF esikatselun lasku-sivulla kun laskua muokataan.
Poista tämä käytöstä jos haluat nopeuttaa toimintaa.',
'live_preview_help' => 'näytä live PDF esikatselu lasku-sivulla.',
@@ -2050,13 +2053,13 @@ $LANG = array(
'redirect_url' => 'Redirect URL',
'redirect_url_help' => 'Optionally specify URL redirect after maksu is entered.',
'save_draft' => 'Tallenna luonnos',
- 'refunded_credit_payment' => 'Refunded luotto maksu',
+ 'refunded_credit_payment' => 'Luottokorttimaksu palautettiin',
'keyboard_shortcuts' => 'Keyboard Shortcuts',
'toggle_menu' => 'Toggle Menu',
'new_...' => 'uusi ...',
'list_...' => 'listaa ...',
'created_at' => 'Luotu',
- 'contact_us' => 'kontakti Us',
+ 'contact_us' => 'Ota meihin yhteyttä',
'user_guide' => 'User Guide',
'promo_message' => 'Upgrade before :expires ja get :amount OFF sinun first year our Pro tai Enterprise packages.',
'discount_message' => ':amount off expires :expires',
@@ -2079,7 +2082,7 @@ $LANG = array(
'https' => 'HTTPS',
'require' => 'Require',
'license_expiring' => 'Huom: sinun lisenssi will expire in :count days, :link renew it.',
- 'security_confirmation' => 'sinun sähköposti osoite on confirmed.',
+ 'security_confirmation' => 'Sinun sähköpostiosoitteesi on vahvistettu.',
'white_label_expired' => 'sinun white label lisenssi on expired, consider renewing it help support our projekti.',
'renew_license' => 'Renew lisenssi',
'iphone_app_message' => 'Consider downloading our :link',
@@ -2103,8 +2106,8 @@ $LANG = array(
'bcc_email' => 'BCC Email',
'tax_quote' => 'Tarjouksen vero',
'tax_invoice' => 'vero Lasku',
- 'emailed_invoices' => 'onnistuneesti emailed laskut',
- 'emailed_quotes' => 'Lähetetty onnistuneesti tarjoukset sähköpostitse',
+ 'emailed_invoices' => 'Laskut lähetettiin onnistuneesti sähköpostilla.',
+ 'emailed_quotes' => 'Tarjoukset lähetettiin onnistuneesti sähköpostilla.',
'website_url' => 'Website URL',
'domain' => 'Domain',
'domain_help' => 'Käytetään asiakasportaalissa ja lähetettäessä sähköposteja.',
@@ -2139,7 +2142,7 @@ $LANG = array(
'mark_active' => 'Merkitse aktiiviseksi',
'send_automatically' => 'lähetä automaattisesti',
'initial_email' => 'Initial Email',
- 'invoice_not_emailed' => 'tämä lasku ei ole emailed.',
+ 'invoice_not_emailed' => 'Tätä laskua ei ole vielä lähetty sähköpostitse.',
'quote_not_emailed' => 'Tätä tarjousta ei ole lähetetty sähköpostitse.',
'sent_by' => 'Sent by :käyttäjä',
'recipients' => 'Recipients',
@@ -2178,7 +2181,7 @@ $LANG = array(
'updated_payment_term' => 'onnistuneesti päivitetty maksu ehto',
'archived_payment_term' => 'onnistuneesti arkistoitu maksu ehto',
'resend_invite' => 'Resend Invitation',
- 'credit_created_by' => 'luotto luotu by maksu :transaction_reference',
+ 'credit_created_by' => 'Hyvitys luotu maksulle :transaction_reference',
'created_payment_and_credit' => 'onnistuneesti luotu maksu ja luotto',
'created_payment_and_credit_emailed_client' => 'onnistuneesti luotu maksu ja luotto, ja emailed asiakas',
'create_project' => 'Luo projekti',
@@ -2245,9 +2248,9 @@ $LANG = array(
'forbidden' => 'Forbidden',
'purge_data_message' => 'Warning: tämä will pysyvästi erase sinun data, there is no undo.',
'contact_phone' => 'kontakti puhelin',
- 'contact_email' => 'kontakti Email',
+ 'contact_email' => 'Sähköpostiosoite',
'reply_to_email' => 'Reply-To Email',
- 'reply_to_email_help' => 'määritä vastaus- osoite asiakas sähköpostit.',
+ 'reply_to_email_help' => 'Määritä vastausosoite asiakassähköposteihin.',
'bcc_email_help' => 'Privately include this osoite asiakas sähköpostit.',
'import_complete' => 'sinun tuonti on onnistuneesti valmis.',
'confirm_account_to_import' => ' vahvista tilisi tuonti data.',
@@ -2279,7 +2282,7 @@ $LANG = array(
'add_documents_to_invoice' => 'Lisää asiakirjoja laskuun',
'mark_expense_paid' => 'Merkitse maksetuksi',
'white_label_license_error' => 'Failed validate lisenssi, tarkista storage/logs/laravel-virhe.log more tiedot.',
- 'plan_price' => 'Plan Price',
+ 'plan_price' => 'Paketin hinta',
'wrong_confirmation' => 'Incorrect confirmation koodi',
'oauth_taken' => 'The tili is already registered',
'emailed_payment' => 'onnistuneesti emailed maksu',
@@ -2314,8 +2317,8 @@ $LANG = array(
'encryption' => 'Encryption',
'mailgun_domain' => 'Mailgun Domain',
'mailgun_private_key' => 'Mailgun Private Key',
- 'send_test_email' => 'lähetä test sähköposti',
- 'select_label' => 'Select Label',
+ 'send_test_email' => 'lähetä testisähköposti',
+ 'select_label' => 'Valitse kenttä',
'label' => 'Label',
'service' => 'Service',
'update_payment_details' => 'Päivitä maksu tiedot',
@@ -2469,6 +2472,15 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing review',
@@ -2675,7 +2687,7 @@ $LANG = array(
'module_expense' => 'Kulut & Kauppiaat',
'module_ticket' => 'Tiketit',
'reminders' => 'muistutukset',
- 'send_client_reminders' => 'lähetä sähköposti reminders',
+ 'send_client_reminders' => 'lähetä muistutukset sähköpostitse',
'can_view_tasks' => 'Tehtävät ovat näkyvissä portaalissa',
'is_not_sent_reminders' => 'muistutukset on not lähettää',
'promotion_footer' => 'sinun promotion will expire soon, :link upgrade nyt.',
@@ -2938,17 +2950,17 @@ $LANG = array(
'dismiss' => 'Dismiss',
'please_select_a_date' => ' valitse päivämäärä',
'please_select_a_client' => ' valitse asiakas',
- 'language' => 'Language',
+ 'language' => 'Kieli',
'updated_at' => 'päivitetty',
'please_enter_an_invoice_number' => ' Ayötä laskunumero',
'please_enter_a_quote_number' => 'Ole hyvä ja anna tarjouksen numero',
'clients_invoices' => ':asiakas\'s laskut',
'viewed' => 'Nähty',
- 'approved' => 'Approved',
+ 'approved' => 'Hyväksytty',
'invoice_status_1' => 'Luonnos',
'invoice_status_2' => 'Sent',
'invoice_status_3' => 'Nähty',
- 'invoice_status_4' => 'Approved',
+ 'invoice_status_4' => 'Hyväksytty',
'invoice_status_5' => 'Partial',
'invoice_status_6' => 'Paid',
'marked_invoice_as_sent' => 'Onnistuneesti merkitty lasku lähetetyksi',
@@ -2957,8 +2969,8 @@ $LANG = array(
'refresh_data' => 'Refresh Data',
'blank_contact' => 'Blank kontakti',
'no_records_found' => 'ei records found',
- 'industry' => 'Industry',
- 'size' => 'Size',
+ 'industry' => 'Toimiala',
+ 'size' => 'Koko',
'net' => 'Net',
'show_tasks' => 'Näytä tehtävät',
'email_reminders' => 'Email muistutukset',
@@ -3139,8 +3151,8 @@ $LANG = array(
'thank_you_for_using_our_app' => 'kiitos you using our app!',
'if_you_like_it' => 'If you like it please',
'to_rate_it' => ' rate it.',
- 'average' => 'Average',
- 'unapproved' => 'Unapproved',
+ 'average' => 'Keskiarvo',
+ 'unapproved' => 'Hyväksymättömät',
'authenticate_to_change_setting' => ' authenticate change this asetus',
'locked' => 'Locked',
'authenticate' => 'Authenticate',
@@ -3241,7 +3253,7 @@ $LANG = array(
'first_month_of_the_year' => 'Vuoden ensimmäinen kuukausi',
'symbol' => 'Symboli',
'ocde' => 'Koodi',
- 'date_format' => 'Date Format',
+ 'date_format' => 'Päivämäärän muoto',
'datetime_format' => 'Päivä-Aika esitysmuoto',
'send_reminders' => 'lähetä muistutukset',
'timezone' => 'Aikavyöhyke',
@@ -3263,85 +3275,85 @@ $LANG = array(
'saved_settings' => 'onnistuneesti saved asetus',
'device_settings' => 'Device asetukset',
'credit_cards_and_banks' => 'luotto Cards & Banks',
- 'price' => 'Price',
+ 'price' => 'Hinta',
'email_sign_up' => 'Email Sign Up',
'google_sign_up' => 'Google Sign Up',
'sign_up_with_google' => 'Sign Up With Google',
'long_press_multiselect' => 'Long-press Multiselect',
'migrate_to_next_version' => 'Migrate next versio Lasku Ninja',
'migrate_intro_text' => 'We\'ve been working on next version of Invoice Ninja. Click the button bellow to start the migration.',
- 'start_the_migration' => 'Start the migration',
+ 'start_the_migration' => 'Aloita migraatio',
'migration' => 'Migration',
'welcome_to_the_new_version' => 'tervetuloa uusi versio Lasku Ninja',
- 'next_step_data_download' => 'At the next step, we\'ll let you download your data for the migration.',
+ 'next_step_data_download' => 'Seuraavassa vaiheessa saat ladata tietosi migraatiota varten.',
'download_data' => 'paina nappi alla download data.',
'migration_import' => 'Awesome! Now you on ready tuonti sinun migration. Go sinun uusi installation tuonti sinun data',
'continue' => 'jatka',
- 'company1' => 'Custom Company 1',
- 'company2' => 'Custom Company 2',
- 'company3' => 'Custom Company 3',
- 'company4' => 'Custom Company 4',
- 'product1' => 'Custom Product 1',
- 'product2' => 'Custom Product 2',
- 'product3' => 'Custom Product 3',
- 'product4' => 'Custom Product 4',
- 'client1' => 'Custom Client 1',
- 'client2' => 'Custom Client 2',
- 'client3' => 'Custom Client 3',
- 'client4' => 'Custom Client 4',
- 'contact1' => 'Custom Contact 1',
- 'contact2' => 'Custom Contact 2',
- 'contact3' => 'Custom Contact 3',
- 'contact4' => 'Custom Contact 4',
- 'task1' => 'Custom Task 1',
- 'task2' => 'Custom Task 2',
- 'task3' => 'Custom Task 3',
- 'task4' => 'Custom Task 4',
- 'project1' => 'Custom Project 1',
- 'project2' => 'Custom Project 2',
- 'project3' => 'Custom Project 3',
- 'project4' => 'Custom Project 4',
- 'expense1' => 'Custom Expense 1',
- 'expense2' => 'Custom Expense 2',
- 'expense3' => 'Custom Expense 3',
- 'expense4' => 'Custom Expense 4',
- 'vendor1' => 'Custom Vendor 1',
- 'vendor2' => 'Custom Vendor 2',
- 'vendor3' => 'Custom Vendor 3',
- 'vendor4' => 'Custom Vendor 4',
- 'invoice1' => 'Custom Invoice 1',
- 'invoice2' => 'Custom Invoice 2',
- 'invoice3' => 'Custom Invoice 3',
- 'invoice4' => 'Custom Invoice 4',
- 'payment1' => 'Custom Payment 1',
- 'payment2' => 'Custom Payment 2',
- 'payment3' => 'Custom Payment 3',
- 'payment4' => 'Custom Payment 4',
- 'surcharge1' => 'Custom Surcharge 1',
- 'surcharge2' => 'Custom Surcharge 2',
- 'surcharge3' => 'Custom Surcharge 3',
- 'surcharge4' => 'Custom Surcharge 4',
- 'group1' => 'Custom Group 1',
- 'group2' => 'Custom Group 2',
- 'group3' => 'Custom Group 3',
- 'group4' => 'Custom Group 4',
- 'number' => 'Number',
+ 'company1' => 'Mukautettu Yritys 1',
+ 'company2' => 'Mukautettu Yritys 2',
+ 'company3' => 'Mukautettu Yritys 3',
+ 'company4' => 'Mukautettu Yritys 4',
+ 'product1' => 'Mukautettu Tuote 1',
+ 'product2' => 'Mukautettu Tuote 2',
+ 'product3' => 'Mukautettu Tuote 3',
+ 'product4' => 'Mukautettu Tuote 4',
+ 'client1' => 'Mukautettu Asiakas 1',
+ 'client2' => 'Mukautettu Asiakas 2',
+ 'client3' => 'Mukautettu Asiakas 3',
+ 'client4' => 'Mukautettu Asiakas 4',
+ 'contact1' => 'Mukautettu Yhteystieto 1',
+ 'contact2' => 'Mukautettu Yhteystieto 2',
+ 'contact3' => 'Mukautettu Yhteystieto 3',
+ 'contact4' => 'Mukautettu Yhteystieto 4',
+ 'task1' => 'Mukautettu Tehtävä 1',
+ 'task2' => 'Mukautettu Tehtävä 2',
+ 'task3' => 'Mukautettu Tehtävä 3',
+ 'task4' => 'Mukautettu Tehtävä 4',
+ 'project1' => 'Mukautettu Projekti 1',
+ 'project2' => 'Mukautettu Projekti 2',
+ 'project3' => 'Mukautettu Projekti 3',
+ 'project4' => 'Mukautettu Projekti 4',
+ 'expense1' => 'Mukautettu Kulu 1',
+ 'expense2' => 'Mukautettu Kulu 2',
+ 'expense3' => 'Mukautettu Kulu 3',
+ 'expense4' => 'Mukautettu Kulu 4',
+ 'vendor1' => 'Mukautettu Myyjä 1',
+ 'vendor2' => 'Mukautettu Myyjä 2',
+ 'vendor3' => 'Mukautettu Myyjä 3',
+ 'vendor4' => 'Mukautettu Myyjä 4',
+ 'invoice1' => 'Mukautettu Lasku 1',
+ 'invoice2' => 'Mukautettu Lasku 2',
+ 'invoice3' => 'Mukautettu Lasku 3',
+ 'invoice4' => 'Mukautettu Lasku 4',
+ 'payment1' => 'Mukautettu Maksu 1',
+ 'payment2' => 'Mukautettu Maksu 2',
+ 'payment3' => 'Mukautettu Maksu 3',
+ 'payment4' => 'Mukautettu Maksu 4',
+ 'surcharge1' => 'Mukautettu Lisämaksu 1',
+ 'surcharge2' => 'Mukautettu Lisämaksu 2',
+ 'surcharge3' => 'Mukautettu Lisämaksu 3',
+ 'surcharge4' => 'Mukautettu Lisämaksu 4',
+ 'group1' => 'Mukautettu Ryhmä 1',
+ 'group2' => 'Mukautettu Ryhmä 2',
+ 'group3' => 'Mukautettu Ryhmä 3',
+ 'group4' => 'Mukautettu Ryhmä 4',
+ 'number' => 'Numero',
'count' => 'Count',
'is_active' => 'Is Active',
'contact_last_login' => 'Contact Last Login',
'contact_full_name' => 'Contact Full Name',
- 'contact_custom_value1' => 'Contact Custom Value 1',
- 'contact_custom_value2' => 'Contact Custom Value 2',
- 'contact_custom_value3' => 'Contact Custom Value 3',
- 'contact_custom_value4' => 'Contact Custom Value 4',
+ 'contact_custom_value1' => 'Kontakti Mukautettu Arvo 1',
+ 'contact_custom_value2' => 'Kontakti Mukautettu Arvo 2',
+ 'contact_custom_value3' => 'Kontakti Mukautettu Arvo 3',
+ 'contact_custom_value4' => 'Kontakti Mukautettu Arvo 4',
'assigned_to_id' => 'Assigned To Id',
'created_by_id' => 'Created By Id',
- 'add_column' => 'Add Column',
- 'edit_columns' => 'Edit Columns',
+ 'add_column' => 'Lisää Sarake',
+ 'edit_columns' => 'Muokkaa Saraketta',
'to_learn_about_gogle_fonts' => 'to learn about Google Fonts',
'refund_date' => 'Refund Date',
'multiselect' => 'Multiselect',
- 'verify_password' => 'Verify Password',
+ 'verify_password' => 'Vahvista salasana',
'applied' => 'Applied',
'include_recent_errors' => 'Include recent errors from the logs',
'your_message_has_been_received' => 'We have received your message and will try to respond promptly.',
@@ -3349,33 +3361,33 @@ $LANG = array(
'show_product_details_help' => 'Include the description and cost in the product dropdown',
'pdf_min_requirements' => 'The PDF renderer requires :version',
'adjust_fee_percent' => 'Adjust Fee Percent',
- 'configure_settings' => 'Configure Settings',
+ 'configure_settings' => 'Muokkaa asetuksia',
'about' => 'About',
'credit_email' => 'Credit Email',
'domain_url' => 'Domain URL',
- 'password_is_too_easy' => 'Password must contain an upper case character and a number',
+ 'password_is_too_easy' => 'Salasanan pitää sisältää iso kirjain ja numero',
'client_portal_tasks' => 'Client Portal Tasks',
'client_portal_dashboard' => 'Client Portal Dashboard',
- 'please_enter_a_value' => 'Please enter a value',
- 'deleted_logo' => 'Successfully deleted logo',
- 'generate_number' => 'Generate Number',
- 'when_saved' => 'When Saved',
- 'when_sent' => 'When Sent',
- 'select_company' => 'Select Company',
+ 'please_enter_a_value' => 'Aseta arvo',
+ 'deleted_logo' => 'Logo poistettiin onnistuneesti',
+ 'generate_number' => 'Luo numero',
+ 'when_saved' => 'Milloin tallennettu',
+ 'when_sent' => 'Milloin lähetetty',
+ 'select_company' => 'Valitse yritys',
'float' => 'Float',
'collapse' => 'Collapse',
- 'show_or_hide' => 'Show/hide',
- 'menu_sidebar' => 'Menu Sidebar',
- 'history_sidebar' => 'History Sidebar',
+ 'show_or_hide' => 'Näytä/piilota',
+ 'menu_sidebar' => 'Valikon sivupalkki',
+ 'history_sidebar' => 'Historia sivupalkki',
'tablet' => 'Tablet',
'layout' => 'Layout',
'module' => 'Module',
'first_custom' => 'First Custom',
'second_custom' => 'Second Custom',
'third_custom' => 'Third Custom',
- 'show_cost' => 'Show Cost',
+ 'show_cost' => 'Näytä kustannus',
'show_cost_help' => 'Display a product cost field to track the markup/profit',
- 'show_product_quantity' => 'Show Product Quantity',
+ 'show_product_quantity' => 'Näytä tuotteen määrä',
'show_product_quantity_help' => 'Display a product quantity field, otherwise default to one',
'show_invoice_quantity' => 'Show Invoice Quantity',
'show_invoice_quantity_help' => 'Display a line item quantity field, otherwise default to one',
@@ -3398,14 +3410,14 @@ $LANG = array(
'multi_line_text' => 'Multi-line text',
'dropdown' => 'Dropdown',
'field_type' => 'Field Type',
- 'recover_password_email_sent' => 'A password recovery email has been sent',
+ 'recover_password_email_sent' => 'Salasanan palautussähköposti on lähetetty.',
'removed_user' => 'Successfully removed user',
'freq_three_years' => 'Three Years',
'military_time_help' => '24 Hour Display',
'click_here_capital' => 'Click here',
- 'marked_invoice_as_paid' => 'Successfully marked invoice as sent',
- 'marked_invoices_as_sent' => 'Successfully marked invoices as sent',
- 'marked_invoices_as_paid' => 'Successfully marked invoices as sent',
+ 'marked_invoice_as_paid' => 'Lasku merkittiin lähetetyksi onnistuneesti',
+ 'marked_invoices_as_sent' => 'Laskut merkittiin lähetetyksi onnistuneesti',
+ 'marked_invoices_as_paid' => 'Laskut merkittiin lähetetyksi onnistuneesti',
'activity_57' => 'System failed to email invoice :invoice',
'custom_value3' => 'Custom Value 3',
'custom_value4' => 'Custom Value 4',
@@ -3415,7 +3427,7 @@ $LANG = array(
'custom_message_paid_invoice' => 'Custom Paid Invoice Message',
'custom_message_unapproved_quote' => 'Oma Hyväksymätön tarjous -viesti',
'lock_sent_invoices' => 'Lock Sent Invoices',
- 'translations' => 'Translations',
+ 'translations' => 'Käännökset',
'task_number_pattern' => 'Task Number Pattern',
'task_number_counter' => 'Task Number Counter',
'expense_number_pattern' => 'Expense Number Pattern',
@@ -3459,48 +3471,48 @@ $LANG = array(
'tax_rate3' => 'Tax Rate 3',
'archived_at' => 'Archived At',
'has_expenses' => 'Has Expenses',
- 'custom_taxes1' => 'Custom Taxes 1',
- 'custom_taxes2' => 'Custom Taxes 2',
- 'custom_taxes3' => 'Custom Taxes 3',
- 'custom_taxes4' => 'Custom Taxes 4',
- 'custom_surcharge1' => 'Custom Surcharge 1',
- 'custom_surcharge2' => 'Custom Surcharge 2',
- 'custom_surcharge3' => 'Custom Surcharge 3',
- 'custom_surcharge4' => 'Custom Surcharge 4',
- 'is_deleted' => 'Is Deleted',
+ 'custom_taxes1' => 'Mukautettu Vero 1',
+ 'custom_taxes2' => 'Mukautettu Vero 2',
+ 'custom_taxes3' => 'Mukautettu Vero 3',
+ 'custom_taxes4' => 'Mukautettu Vero 4',
+ 'custom_surcharge1' => 'Mukautettu Lisämaksu 1',
+ 'custom_surcharge2' => 'Mukautettu Lisämaksu 2',
+ 'custom_surcharge3' => 'Mukautettu Lisämaksu 3',
+ 'custom_surcharge4' => 'Mukautettu Lisämaksu 4',
+ 'is_deleted' => 'On poistettu',
'vendor_city' => 'Kauppiaan kaupunki',
'vendor_state' => 'Kauppiaan alue',
'vendor_country' => 'Kauppiaan maa',
- 'credit_footer' => 'Credit Footer',
- 'credit_terms' => 'Credit Terms',
- 'untitled_company' => 'Untitled Company',
- 'added_company' => 'Successfully added company',
- 'supported_events' => 'Supported Events',
- 'custom3' => 'Third Custom',
- 'custom4' => 'Fourth Custom',
- 'optional' => 'Optional',
- 'license' => 'License',
- 'invoice_balance' => 'Invoice Balance',
- 'saved_design' => 'Successfully saved design',
+ 'credit_footer' => 'Luotto alatunniste',
+ 'credit_terms' => 'Luoton ehdot',
+ 'untitled_company' => 'Nimetön yritys',
+ 'added_company' => 'Yritys lisättiin onnistuneesti',
+ 'supported_events' => 'Tuetut tapahtumat',
+ 'custom3' => 'Kolmas mukautettu',
+ 'custom4' => 'Neljäs mukautettu',
+ 'optional' => 'Valinnainen',
+ 'license' => 'Lisenssi',
+ 'invoice_balance' => 'Laskun tila',
+ 'saved_design' => 'Muotoilu tallennettiin onnistuneesti',
'client_details' => 'Asiakkaan tiedot',
- 'company_address' => 'Company Address',
+ 'company_address' => 'Yrityksen osoite',
'quote_details' => 'Tarjouksen tiedot',
'credit_details' => 'Hyvityksen tiedot',
- 'product_columns' => 'Product Columns',
- 'task_columns' => 'Task Columns',
- 'add_field' => 'Add Field',
- 'all_events' => 'All Events',
- 'owned' => 'Owned',
- 'payment_success' => 'Payment Success',
- 'payment_failure' => 'Payment Failure',
+ 'product_columns' => 'Tuotesarake',
+ 'task_columns' => 'Tehtäväsarake',
+ 'add_field' => 'Lisää kenttä',
+ 'all_events' => 'Kaikki tapahtumat',
+ 'owned' => 'Omistettu',
+ 'payment_success' => 'Maksu onnistui',
+ 'payment_failure' => 'Maksu epäonnistui',
'quote_sent' => 'Tarjous lähetetty',
- 'credit_sent' => 'Credit Sent',
- 'invoice_viewed' => 'Invoice Viewed',
+ 'credit_sent' => 'Hyvitys lähetettiin',
+ 'invoice_viewed' => 'Lasku katsottiin',
'quote_viewed' => 'Tarjous luettu',
- 'credit_viewed' => 'Credit Viewed',
+ 'credit_viewed' => 'Hyvitys katsottiin',
'quote_approved' => 'Tarjous hyväksytty',
- 'receive_all_notifications' => 'Receive All Notifications',
- 'purchase_license' => 'Purchase License',
+ 'receive_all_notifications' => 'Vastaanota kaikki ilmoitukset',
+ 'purchase_license' => 'Osta lisenssi',
'enable_modules' => 'Enable Modules',
'converted_quote' => 'Tarjous on onnistuneesti muunnettu',
'credit_design' => 'Credit Design',
@@ -3519,70 +3531,70 @@ $LANG = array(
'recurring_tasks' => 'Recurring Tasks',
'removed_credit' => 'Successfully removed credit',
'latest_version' => 'Latest Version',
- 'update_now' => 'Update Now',
+ 'update_now' => 'Päivitä nyt',
'a_new_version_is_available' => 'A new version of the web app is available',
'update_available' => 'Update Available',
'app_updated' => 'Update successfully completed',
- 'integrations' => 'Integrations',
- 'tracking_id' => 'Tracking Id',
+ 'integrations' => 'Integraatiot',
+ 'tracking_id' => 'Seurantatunnus',
'slack_webhook_url' => 'Slack Webhook URL',
- 'partial_payment' => 'Partial Payment',
- 'partial_payment_email' => 'Partial Payment Email',
+ 'partial_payment' => 'Osittainen maksu',
+ 'partial_payment_email' => 'Osittaisen maksun sähköpostiosoite',
'clone_to_credit' => 'Clone to Credit',
'emailed_credit' => 'Successfully emailed credit',
'marked_credit_as_sent' => 'Successfully marked credit as sent',
'email_subject_payment_partial' => 'Email Partial Payment Subject',
- 'is_approved' => 'Is Approved',
+ 'is_approved' => 'On hyväksytty',
'migration_went_wrong' => 'Oops, something went wrong! Please make sure you have setup an Invoice Ninja v5 instance before starting the migration.',
'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: https://invoiceninja.github.io/docs/migration/#troubleshooting',
'email_credit' => 'Email Credit',
'client_email_not_set' => 'Client does not have an email address set',
'ledger' => 'Ledger',
- 'view_pdf' => 'View PDF',
+ 'view_pdf' => 'Katso PDF',
'all_records' => 'All records',
'owned_by_user' => 'Owned by user',
'credit_remaining' => 'Credit Remaining',
- 'use_default' => 'Use default',
+ 'use_default' => 'Käytä oletusarvoa',
'reminder_endless' => 'Endless Reminders',
'number_of_days' => 'Number of days',
'configure_payment_terms' => 'Configure Payment Terms',
- 'payment_term' => 'Payment Term',
- 'new_payment_term' => 'New Payment Term',
- 'deleted_payment_term' => 'Successfully deleted payment term',
- 'removed_payment_term' => 'Successfully removed payment term',
- 'restored_payment_term' => 'Successfully restored payment term',
+ 'payment_term' => 'Maksuehdot',
+ 'new_payment_term' => 'Uudet maksuehdot',
+ 'deleted_payment_term' => 'Maksuehto poistettiin onnistuneesti',
+ 'removed_payment_term' => 'Maksuehto poistettiin onnistuneesti',
+ 'restored_payment_term' => 'Maksuehto palautettiin onnistuneesti',
'full_width_editor' => 'Full Width Editor',
'full_height_filter' => 'Full Height Filter',
'email_sign_in' => 'Sign in with email',
- 'change' => 'Change',
- 'change_to_mobile_layout' => 'Change to the mobile layout?',
- 'change_to_desktop_layout' => 'Change to the desktop layout?',
- 'send_from_gmail' => 'Send from Gmail',
+ 'change' => 'Vaihda',
+ 'change_to_mobile_layout' => 'Vaihda mobiilinäkymään?',
+ 'change_to_desktop_layout' => 'Vaihda työpöytänäkymään?',
+ 'send_from_gmail' => 'Lähetä Gmailista',
'reversed' => 'Reversed',
- 'cancelled' => 'Cancelled',
+ 'cancelled' => 'Peruutettu',
'quote_amount' => 'Tarjouksen summa',
'hosted' => 'Hosted',
'selfhosted' => 'Self-Hosted',
- 'hide_menu' => 'Hide Menu',
- 'show_menu' => 'Show Menu',
- 'partially_refunded' => 'Partially Refunded',
- 'search_documents' => 'Search Documents',
+ 'hide_menu' => 'Piilota valikko',
+ 'show_menu' => 'Näytä valikko',
+ 'partially_refunded' => 'Osittain hyvitetty',
+ 'search_documents' => 'Etsi asiakirjoista',
'search_designs' => 'Search Designs',
- 'search_invoices' => 'Search Invoices',
- 'search_clients' => 'Search Clients',
- 'search_products' => 'Search Products',
+ 'search_invoices' => 'Etsi laskuja',
+ 'search_clients' => 'Etsi asiakkaita',
+ 'search_products' => 'Etsi tuotteita',
'search_quotes' => 'Hae tarjouksia',
- 'search_credits' => 'Search Credits',
+ 'search_credits' => 'Etsi luotoista',
'search_vendors' => 'Hae kauppiaita',
- 'search_users' => 'Search Users',
- 'search_tax_rates' => 'Search Tax Rates',
- 'search_tasks' => 'Search Tasks',
- 'search_settings' => 'Search Settings',
- 'search_projects' => 'Search Projects',
- 'search_expenses' => 'Search Expenses',
- 'search_payments' => 'Search Payments',
- 'search_groups' => 'Search Groups',
- 'search_company' => 'Search Company',
+ 'search_users' => 'Etsi käyttäjiä',
+ 'search_tax_rates' => 'Etsi verokanta',
+ 'search_tasks' => 'Etsi tehtäviä',
+ 'search_settings' => 'Etsi asetuksia',
+ 'search_projects' => 'Etsi projekteja',
+ 'search_expenses' => 'Etsi kuluja',
+ 'search_payments' => 'Etsi maksuja',
+ 'search_groups' => 'Etsi ryhmiä',
+ 'search_company' => 'Etsi yritys',
'cancelled_invoice' => 'Successfully cancelled invoice',
'cancelled_invoices' => 'Successfully cancelled invoices',
'reversed_invoice' => 'Successfully reversed invoice',
@@ -3618,7 +3630,7 @@ $LANG = array(
'rows_per_page' => 'Rows Per Page',
'apply_payment' => 'Apply Payment',
'unapplied' => 'Unapplied',
- 'custom_labels' => 'Custom Labels',
+ 'custom_labels' => 'Mukautetut kentät',
'record_type' => 'Record Type',
'record_name' => 'Record Name',
'file_type' => 'File Type',
@@ -3682,7 +3694,7 @@ $LANG = array(
'restored_token' => 'Successfully restored token',
'client_registration' => 'Client Registration',
'client_registration_help' => 'Enable clients to self register in the portal',
- 'customize_and_preview' => 'Customize & Preview',
+ 'customize_and_preview' => 'Kustomoi ja esikatsele',
'search_document' => 'Search 1 Document',
'search_design' => 'Search 1 Design',
'search_invoice' => 'Search 1 Invoice',
@@ -3728,7 +3740,7 @@ $LANG = array(
'resumed_recurring_invoice' => 'Successfully resumed recurring invoice',
'gateway_refund' => 'Gateway Refund',
'gateway_refund_help' => 'Process the refund with the payment gateway',
- 'due_date_days' => 'Due Date',
+ 'due_date_days' => 'Eräpäivä',
'paused' => 'Paused',
'day_count' => 'Day :count',
'first_day_of_the_month' => 'First Day of the Month',
@@ -3736,7 +3748,7 @@ $LANG = array(
'use_payment_terms' => 'Use Payment Terms',
'endless' => 'Päättymätön',
'next_send_date' => 'Next Send Date',
- 'remaining_cycles' => 'Remaining Cycles',
+ 'remaining_cycles' => 'Jäljellä olevia kertoja',
'created_recurring_invoice' => 'Successfully created recurring invoice',
'updated_recurring_invoice' => 'Successfully updated recurring invoice',
'removed_recurring_invoice' => 'Successfully removed recurring invoice',
@@ -3819,7 +3831,7 @@ $LANG = array(
'clone_to' => 'Clone To',
'clone_to_other' => 'Clone to Other',
'labels' => 'Labels',
- 'add_custom' => 'Add Custom',
+ 'add_custom' => 'Lisää mukautettu',
'payment_tax' => 'Payment Tax',
'white_label' => 'White Label',
'sent_invoices_are_locked' => 'Sent invoices are locked',
@@ -3848,7 +3860,7 @@ $LANG = array(
'archived_designs' => 'Successfully archived :value designs',
'deleted_designs' => 'Successfully deleted :value designs',
'restored_designs' => 'Successfully restored :value designs',
- 'restored_credits' => 'Successfully restored :value credits',
+ 'restored_credits' => 'Palautettiin onnistuneesti :value luotolle',
'archived_users' => 'Successfully archived :value users',
'deleted_users' => 'Successfully deleted :value users',
'removed_users' => 'Successfully removed :value users',
@@ -3939,7 +3951,7 @@ $LANG = array(
'email_already_register' => 'This email is already linked to an account',
'locations' => 'Locations',
'freq_indefinitely' => 'Indefinitely',
- 'cycles_remaining' => 'Cycles remaining',
+ 'cycles_remaining' => 'Kertoja jäljellä',
'i_understand_delete' => 'I understand, delete',
'download_files' => 'Download Files',
'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
@@ -3970,7 +3982,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -3982,8 +3994,8 @@ $LANG = array(
'confirmation' => 'Confirmation',
'list_of_quotes' => 'Quotes',
'waiting_for_approval' => 'Waiting for approval',
- 'quote_still_not_approved' => 'This quote is still not approved',
- 'list_of_credits' => 'Credits',
+ 'quote_still_not_approved' => 'Tätä tarjousta ei ole vielä hyväksytty.',
+ 'list_of_credits' => 'Luotot',
'required_extensions' => 'Required extensions',
'php_version' => 'PHP version',
'writable_env_file' => 'Writable .env file',
@@ -4252,8 +4264,96 @@ $LANG = array(
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Tarjous hyväksyttiin',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Eräpäivä',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'Lähetä minulle sähköposti, kun lasku on lähetetty',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php
index b41fe1fba5..ff786da2d2 100644
--- a/resources/lang/fr/texts.php
+++ b/resources/lang/fr/texts.php
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Quantité',
'line_total' => 'Total',
'subtotal' => 'Sous-total',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Payé à ce jour',
'balance_due' => 'Montant dû',
'invoice_design_id' => 'Style',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count fournisseurs archivés avec succès',
'deleted_vendor' => 'Fournisseur supprimé avec succès',
'deleted_vendors' => ':count fournisseurs supprimés avec succès',
- 'confirmation_subject' => 'Validation du compte Invoice Ninja',
+ 'confirmation_subject' => 'Account Confirmation',
'confirmation_header' => 'Validation du compte',
'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.',
'invoice_subject' => 'Nouvelle facture :number de :account',
@@ -513,8 +514,8 @@ $LANG = array(
'auto_wrap' => 'Retour à la ligne automatique',
'duplicate_post' => 'Attention: la page précédente a été soumise deux fois. La deuxième soumission a été ignorée.',
'view_documentation' => 'Voir documentation',
- 'app_title' => 'Outil de facturation gratuit & Open-Source',
- 'app_description' => 'Invoice Ninja est une application gratuite et libre (open-source) pour faire des devis et facturer ses clients. Avec Invoice Ninja, vous pouvez facilement créer et envoyer de magnifiques factures depuis n’importe quel terminal possédant un accès à Internet. Vos clients peuvent imprimer vos factures, les télécharger en tant que fichiers pdf, et même vous payer en ligne via l\'application.',
+ 'app_title' => 'Free Open-Source Online Invoicing',
+ 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'lignes',
'www' => 'www',
'logo' => 'Logo',
@@ -881,7 +882,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Ajouter une entrée de texte à la page de création/édition de devis et inclure le supplément au sous-toal de la facture.',
'token_expired' => 'Validation jeton expiré. Veuillez réessayer.',
'invoice_link' => 'Lien vers la facture',
- 'button_confirmation_message' => 'Cliquez pour confirmer votre adresse e-mail.',
+ 'button_confirmation_message' => 'Click to confirm your email.',
'confirm' => 'Confirmer',
'email_preferences' => 'Préférences de courriel',
'created_invoices' => ':count facture(s) créée(s) avec succès',
@@ -1393,7 +1394,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'more_options' => 'Plus d\'options',
'credit_card' => 'Carte de Crédit',
'bank_transfer' => 'Virement bancaire',
- 'no_transaction_reference' => 'Nous n\'avons pas reçu de référence de transaction de paiement de la passerelle.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Utiliser la banque inscrite au dossier',
'auto_bill_email_message' => 'Cette facture sera automatiquement facturée à votre méthode de paiement inscrite au dossier à la date d\'échéance.',
'bitcoin' => 'Bitcoin',
@@ -1743,6 +1744,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Danish' => 'Danois',
'lang_Dutch' => 'Néerlandais',
'lang_English' => 'Anglais',
+ 'lang_English - United States' => 'English',
'lang_French' => 'Français',
'lang_French - Canada' => 'Français - Canada',
'lang_German' => 'Allemand',
@@ -1771,6 +1773,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Bulgarian' => 'Bulgare',
'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Comptabilité & Légal',
'industry_Advertising' => 'Publicité',
@@ -2463,6 +2466,15 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'currency_kazakhstani_tenge' => 'Tenge kazakh',
'currency_gibraltar_pound' => 'Livre de Gibraltar',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'Nous espérons que votre utilisation de cette application vous est agréable.
Un commentaire de votre part serait grandement apprécié!',
'writing_a_review' => 'écrire un commentaire',
@@ -3964,7 +3976,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
'cancellation' => 'Cancellation',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
'list_of_payments' => 'List of payments',
'payment_details' => 'Details of the payment',
@@ -4004,7 +4016,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'complete_your_bank_account_verification' => 'Before using a bank account it must be verified.',
'checkout_com' => 'Checkout.com',
'footer_label' => 'Copyright © :year :company.',
- 'credit_card_invalid' => 'Provided credit card number is not valid.',
+ 'credit_card_invalid' => 'Le numéro de carte bancaire est invalide.',
'month_invalid' => 'Provided month is not valid.',
'year_invalid' => 'Provided year is not valid.',
'https_required' => 'HTTPS is required, form will fail',
@@ -4047,9 +4059,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'payment_type_Crypto' => 'Cryptocurrency',
'payment_type_Credit' => 'Credit',
'store_for_future_use' => 'Store for future use',
- 'pay_with_credit' => 'Pay with credit',
+ 'pay_with_credit' => 'payer avec un crédit',
'payment_method_saving_failed' => 'Payment method can\'t be saved for future use.',
- 'pay_with' => 'Pay with',
+ 'pay_with' => 'Payer avec',
'n/a' => 'N/A',
'by_clicking_next_you_accept_terms' => 'By clicking "Next step" you accept terms.',
'not_specified' => 'Not specified',
@@ -4072,8 +4084,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'required_client_info_save_label' => 'We will save this, so you don\'t have to enter it next time.',
'notification_credit_bounced' => 'We were unable to deliver Credit :invoice to :contact. \n :error',
'notification_credit_bounced_subject' => 'Unable to deliver Credit :invoice',
- 'save_payment_method_details' => 'Save payment method details',
- 'new_card' => 'New card',
+ 'save_payment_method_details' => 'Enregister les détails du moyen de paiement',
+ 'new_card' => 'Nouvelle carte',
'new_bank_account' => 'New bank account',
'company_limit_reached' => 'Limit of 10 companies per account.',
'credits_applied_validation' => 'Total credits applied cannot be MORE than total of invoices',
@@ -4246,8 +4258,96 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'contact_details' => 'Contact Details',
'download_backup_subject' => 'Your company backup is ready for download',
'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'M\'envoyer un courriel quand une facture est envoyée',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
-?>
+?>
\ No newline at end of file
diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php
index d2b04e9c90..dd525f24cc 100644
--- a/resources/lang/fr_CA/texts.php
+++ b/resources/lang/fr_CA/texts.php
@@ -7,9 +7,9 @@ $LANG = array(
'work_phone' => 'Téléphone',
'address' => 'Adresse',
'address1' => 'Rue',
- 'address2' => 'Appartement / Bureau',
+ 'address2' => 'Appartement / bureau',
'city' => 'Ville',
- 'state' => 'État / Province',
+ 'state' => 'État / province',
'postal_code' => 'Code postal',
'country_id' => 'Pays',
'contacts' => 'Contacts',
@@ -41,6 +41,7 @@ $LANG = array(
'quantity' => 'Quantité',
'line_total' => 'Total',
'subtotal' => 'Sous-total',
+ 'net_subtotal' => 'Net',
'paid_to_date' => 'Payé à ce jour',
'balance_due' => 'Solde dû',
'invoice_design_id' => 'Modèle',
@@ -151,7 +152,7 @@ $LANG = array(
'create_invoice' => 'Créer une facture',
'enter_credit' => 'Inscrire un crédit',
'last_logged_in' => 'Dernière connexion',
- 'details' => 'Coordonnées',
+ 'details' => 'Détails',
'standing' => 'En attente',
'credit' => 'Crédit',
'activity' => 'Activité',
@@ -236,7 +237,7 @@ $LANG = array(
'archived_vendors' => ':count fournisseurs ont été archivés avec succès',
'deleted_vendor' => 'Le fournisseur a été supprimé avec succès',
'deleted_vendors' => ':count fournisseurs ont été supprimés avec succès',
- 'confirmation_subject' => 'Validation du compte Invoice Ninja',
+ 'confirmation_subject' => 'Account Confirmation',
'confirmation_header' => 'Validation du compte',
'confirmation_message' => 'Veuillez cliquer sur le lien ci-dessous pour valider votre compte.',
'invoice_subject' => 'Nouvelle facture :number de :account',
@@ -513,8 +514,8 @@ $LANG = array(
'auto_wrap' => 'Retour à la ligne automatique',
'duplicate_post' => 'Avertissement: la page précédente a été envoyée deux fois. Le deuxième envoi a été ignoré.',
'view_documentation' => 'Voir la documentation',
- 'app_title' => 'Gestionnaire de facturation en ligne, gratuit et open-source',
- 'app_description' => 'Invoice Ninja est une solution de facturation et de paiement gratuite et open-source. Avec Invoice Ninja, vous pouvez facilement construire et envoyer des factures de n\'importe quel appareil ayant accès au web. Vos clients peuvent imprimer leurs factures, les télécharger au format PDF, et même les payer en ligne à partir du système.',
+ 'app_title' => 'Free Open-Source Online Invoicing',
+ 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
'rows' => 'lignes',
'www' => 'www',
'logo' => 'Logo',
@@ -600,7 +601,7 @@ $LANG = array(
'edit_details' => 'Modifier les détails',
'work' => 'Travail',
'timezone_unset' => 'Veuillez :link pour définir votre fuseau horaire',
- 'click_here' => 'cliquer ici',
+ 'click_here' => 'cliquez ici',
'email_receipt' => 'Envoyer le reçu de paiement par courriel au client',
'created_payment_emailed_client' => 'Le paiement a été créé et envoyé par courriel au client avec succès',
'add_company' => 'Ajouter une entreprise',
@@ -620,7 +621,7 @@ $LANG = array(
'show_address_help' => 'Le client doit fournir son adresse de facturation',
'update_address' => 'Mise à jour de l\'adresse',
'update_address_help' => 'Met à jour l\'adresse du client avec les informations fournies',
- 'times' => 'Times',
+ 'times' => 'Temps',
'set_now' => 'Définir',
'dark_mode' => 'Mode foncé',
'dark_mode_help' => 'Utiliser un fond sombre pour les barres latérales',
@@ -635,9 +636,9 @@ $LANG = array(
'customize_design' => 'Personnaliser le modèle',
'content' => 'Contenu',
'styles' => 'Styles',
- 'defaults' => 'Pré-définis',
+ 'defaults' => 'Par défaut',
'margins' => 'Marges',
- 'header' => 'Entête',
+ 'header' => 'En-tête',
'footer' => 'Pied de page',
'custom' => 'Personnalisé',
'invoice_to' => 'Facture à',
@@ -685,7 +686,7 @@ $LANG = array(
'quote_reminder_emails' => 'Courriel de rappel de soumission',
'templates_and_reminders' => 'Modèles et rappels',
'subject' => 'Sujet',
- 'body' => 'Message',
+ 'body' => 'Corps',
'first_reminder' => '1er rappel',
'second_reminder' => '2e rappel',
'third_reminder' => '3e rappel',
@@ -847,7 +848,7 @@ $LANG = array(
'invoice_file' => 'Fichier des factures',
'task_file' => 'Fichier des tâches',
'no_mapper' => 'Aucun liens de champs valides pour ce fichier',
- 'invalid_csv_header' => 'Entête CSV invalide',
+ 'invalid_csv_header' => 'En-tête CSV invalide',
'client_portal' => 'Portail client',
'admin' => 'Admin',
'disabled' => 'Désactivé',
@@ -881,7 +882,7 @@ $LANG = array(
'custom_invoice_charges_helps' => 'Ajoutez un champ personnalisé à la page de création/édition de facture pour inclure les frais aux sous-totaux de la facture.',
'token_expired' => 'Le jeton de validation a expiré. Veuillez réessayer.',
'invoice_link' => 'Lien de facture',
- 'button_confirmation_message' => 'Cliquez pour confirmer votre courriel.',
+ 'button_confirmation_message' => 'Click to confirm your email.',
'confirm' => 'Confirmer',
'email_preferences' => 'Préférences courriel',
'created_invoices' => ':count factures ont été créées avec succès',
@@ -964,8 +965,8 @@ $LANG = array(
'thursday' => 'Jeudi',
'friday' => 'Vendredi',
'saturday' => 'Samedi',
- 'header_font_id' => 'Police de l\'entête',
- 'body_font_id' => 'Police du message',
+ 'header_font_id' => 'Police de l\'en-tête',
+ 'body_font_id' => 'Police du corps',
'color_font_help' => 'Note: la couleur principale et les polices sont aussi utilisées dans le portail client et dans les modèles de courriels personnalisés.',
'live_preview' => 'PRÉVISUALISATION',
'invalid_mail_config' => 'impossible d\'envoyer le courriel, veuillez vérifier vos paramètres courriel.',
@@ -1002,11 +1003,11 @@ $LANG = array(
'expense_error_multiple_currencies' => 'La dépense ne peut pas utiliser des devises différentes.',
'expense_error_mismatch_currencies' => 'La devise du client ne correspond par à la devise de la dépense.',
'trello_roadmap' => 'Feuille de route Trello',
- 'header_footer' => 'Entête/Pied de page',
+ 'header_footer' => 'En-tête / pied de page',
'first_page' => 'première page',
'all_pages' => 'toutes les pages',
'last_page' => 'dernière page',
- 'all_pages_header' => 'Afficher l\'entête sur',
+ 'all_pages_header' => 'Afficher l\'en-tête sur',
'all_pages_footer' => 'Afficher le pied de page sur',
'invoice_currency' => 'Devise de la facture',
'enable_https' => 'Nous vous recommandons fortement d\'activer le HTTPS pour la réception de paiement par carte de crédit en ligne.',
@@ -1089,7 +1090,7 @@ $LANG = array(
'user_edit_all' => 'Éditer tous les clients, factures, etc.',
'gateway_help_20' => ':link pour s\'inscrire à Sage Pay.',
'gateway_help_21' => ':link pour s\'inscrire à Sage Pay.',
- 'partial_due' => 'Montant partiel du',
+ 'partial_due' => 'Montant partiel dû',
'restore_vendor' => 'Restaurer un fournisseur ',
'restored_vendor' => 'Le fournisseur a été restauré avec succès',
'restored_expense' => 'La dépense a été restaurée avec succès',
@@ -1141,7 +1142,7 @@ $LANG = array(
'document_size' => 'Taille',
'enable_client_portal' => 'Portail client',
- 'enable_client_portal_help' => 'Afficher/masquer le portail client.',
+ 'enable_client_portal_help' => 'Afficher / masquer le portail client.',
'enable_client_portal_dashboard' => 'Tableau de bord',
'enable_client_portal_dashboard_help' => 'Afficher/masquer la page du tableau de bord dans le portail client.',
@@ -1390,7 +1391,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'more_options' => 'Plus d\'options',
'credit_card' => 'Carte de crédit',
'bank_transfer' => 'Virement bancaire',
- 'no_transaction_reference' => 'Nous n\'avons pas reçu de référence de transaction de paiement de la passerelle.',
+ 'no_transaction_reference' => 'We did not receive a payment transaction reference from the gateway.',
'use_bank_on_file' => 'Utiliser la banque inscrite au dossier',
'auto_bill_email_message' => 'Cette facture sera automatiquement facturée à votre mode de paiement inscrit au dossier à la date d\'échéance.',
'bitcoin' => 'Bitcoin',
@@ -1740,6 +1741,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Danish' => 'Danois',
'lang_Dutch' => 'Néerlandais',
'lang_English' => 'Anglais',
+ 'lang_English - United States' => 'Anglais',
'lang_French' => 'Français',
'lang_French - Canada' => 'Français - Canada',
'lang_German' => 'Allemand',
@@ -1768,6 +1770,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Bulgarian' => 'Bulgare',
'lang_Russian (Russia)' => 'Russe (Russie)',
+
// Industries
'industry_Accounting & Legal' => 'Administration',
'industry_Advertising' => 'Publicité',
@@ -1866,7 +1869,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'bot_help_message' => 'Je supporte actuellement:
• Créer\mettre à jour\envoyer une facture
• Lister les produits
Par exemple:
Facturer 2 billets à Simon, définir la date d\'échéance au prochain jeudi et l\'escompte à 10 %',
'list_products' => 'Liste des produits',
- 'include_item_taxes_inline' => 'Inclure une ligne de taxes dans la ligne total',
+ 'include_item_taxes_inline' => 'Inclure lestaxes par ligne dans le total des lignes',
'created_quotes' => ':count soumission(s) ont été créées avec succès',
'limited_gateways' => 'Note: Nous supportons une passerelle de carte de crédit par entreprise',
@@ -2134,7 +2137,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'quote_not_emailed' => 'Cette soumission n\'a pas été envoyé par courriel.',
'sent_by' => 'Envoyé par :user',
'recipients' => 'destinataires',
- 'save_as_default' => 'Sauvegarder comme défaut',
+ 'save_as_default' => 'Sauvegarder comme valeur par défaut',
'start_of_week_help' => 'Utilisé par les sélecteurs de date',
'financial_year_start_help' => 'Utilisé par les sélecteurs d\'écart de date',
'reports_help' => 'MAJ + Clic pour filtrer plusieurs colonnes. CRTL + Clic pour annuler le groupement.',
@@ -2218,7 +2221,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'online_payment_discount' => 'Remise de paiement en ligne',
'created_new_company' => 'La nouvelle entreprise a été créée avec succès',
'fees_disabled_for_gateway' => 'Les frais sont désactivés pour cette passerelle.',
- 'logout_and_delete' => 'Déconnexion/Suppression du compte',
+ 'logout_and_delete' => 'Déconnexion / suppression du compte',
'tax_rate_type_help' => 'Lorsque sélectionné, les taux de taxes inclusifs ajustent le coût de l\'article de chaque ligne.
Seulement les taux de taxes exclusifs peuvent être utilisé comme défaut.',
'invoice_footer_help' => 'Utilisez $pageNumber et $pageCount pour afficher les informations de la page.',
'credit_note' => 'Note de crédit',
@@ -2461,10 +2464,19 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'currency_kazakhstani_tenge' => 'Tenge kazakh',
'currency_gibraltar_pound' => 'Livre de Gibraltar',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'Nous espérons que votre utilisation de cette application vous est agréable.
Un commentaire de votre part serait grandement apprécié!',
'writing_a_review' => 'rédiger un commentaire',
- 'use_english_version' => 'Veuillez vous assurer d\'utiliser la version anglaise des fichiers.
Les entêtes de colonnes sont utilisées pour correspondre aux champs.',
+ 'use_english_version' => 'Veuillez vous assurer d\'utiliser la version anglaise des fichiers.
Les en-têtes de colonnes sont utilisées pour correspondre aux champs.',
'tax1' => 'Première taxe',
'tax2' => 'Deuxième taxe',
'fee_help' => 'Les frais de la passerelle sont les coûts facturés pour l\'accès aux réseaux financiers qui traitent le traitement des paiements en ligne.',
@@ -2522,7 +2534,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'what_are_you_working_on' => 'Sur quoi travaillez-vous ?',
'time_tracker' => 'Minuteur',
'refresh' => 'Actualiser',
- 'filter_sort' => 'Filtrer/trier',
+ 'filter_sort' => 'Filtrer / trier',
'no_description' => 'Aucune description',
'time_tracker_login' => 'Connexion au minuteur',
'save_or_discard' => 'Sauvegarder ou annuler les changements',
@@ -2549,10 +2561,10 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'clear' => 'Remettre à zéro',
'warn_payment_gateway' => 'Note: pour accepter un paiement en ligne, il faut une passerelle de paiements, :link pour en ajouter une.',
'task_rate' => 'Taux de tâche',
- 'task_rate_help' => 'Défini le taux par défaut pour les tâches facturées.',
+ 'task_rate_help' => 'Définit le taux par défaut pour les tâches facturées.',
'past_due' => 'En souffrance',
'document' => 'Justificatifs',
- 'invoice_or_expense' => 'Facture/Dépense',
+ 'invoice_or_expense' => 'Facture / dépense',
'invoice_pdfs' => 'Facture en PDF',
'enable_sepa' => 'Accepter SEPA',
'enable_bitcoin' => 'Accepter Bitcoin',
@@ -2568,7 +2580,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'video' => 'Vidéo',
'return_to_invoice' => 'Retour à la facture',
'gateway_help_13' => 'Pour utiliser ITN, laissez le champ de la clé PDT vide.',
- 'partial_due_date' => 'Date d\'échéance paiement partiel',
+ 'partial_due_date' => 'Date d\'échéance du paiement partiel',
'task_fields' => 'Champs de tâche',
'product_fields_help' => 'Glisser et déposer les champs pour changer l\'ordre',
'custom_value1' => 'Valeur par défaut',
@@ -2618,7 +2630,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'scheduled_report_attached' => 'Votre rapport planifié :type est joint.',
'scheduled_report_error' => 'La création du rapport planifié a échoué',
'invalid_one_time_password' => 'Mot de passe unique invalide',
- 'apple_pay' => 'Apple/Google Pay',
+ 'apple_pay' => 'Apple / Google Pay',
'enable_apple_pay' => 'Accepter Apple Pay et payer avec Google',
'requires_subdomain' => 'Ce type de paiement nécessite un :link.',
'subdomain_is_set' => 'ce sous-domaine est défini',
@@ -2920,7 +2932,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'ok' => 'Ok',
'email_is_invalid' => 'Le courriel est invalide',
'items' => 'Articles',
- 'partial_deposit' => 'Partiel/dépôt',
+ 'partial_deposit' => 'Partiel / dépôt',
'add_item' => 'Ajouter un article',
'total_amount' => 'Montant total',
'pdf' => 'PDF',
@@ -2995,7 +3007,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'closed' => 'Fermé',
'reopened' => 'Réouvert',
'priority' => 'Priorité',
- 'last_updated' => 'Mis à jour',
+ 'last_updated' => 'Dernière mise à jour',
'comment' => 'Commentaires',
'tags' => 'Libellés',
'linked_objects' => 'Objets liés',
@@ -3129,8 +3141,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'show_product_notes_help' => 'Inclure la description et le coût dans le menu déroulant du produit',
'important' => 'Important',
'thank_you_for_using_our_app' => 'Merci d\'utiliser notre app!',
- 'if_you_like_it' => 'Si vous appréciez, merci',
- 'to_rate_it' => 'd\'évaluer notre app.',
+ 'if_you_like_it' => 'Si vous appréciez, merci de',
+ 'to_rate_it' => 'pour l\'évaluer.',
'average' => 'Moyenne',
'unapproved' => 'Non approuvé',
'authenticate_to_change_setting' => 'Veuillez vous connecter pour changer ce paramètre',
@@ -3210,7 +3222,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'fee_amount' => 'Montant des frais',
'fee_percent' => 'Pourcentage des frais',
'fee_cap' => 'Limite des frais',
- 'limits_and_fees' => 'Limites/Frais',
+ 'limits_and_fees' => 'Limites / frais',
'credentials' => 'Identifiants',
'require_billing_address_help' => 'Le client doit fournir son adresse de facturation',
'require_shipping_address_help' => 'Le client doit fournir son adresse de livraison',
@@ -3334,8 +3346,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'refund_date' => 'Date de remboursement',
'multiselect' => 'Sélection multiple',
'verify_password' => 'Vérifier le mot de passe',
- 'applied' => 'Publié',
- 'include_recent_errors' => 'Inclut les erreurs récentes du relevé',
+ 'applied' => 'Appliqué',
+ 'include_recent_errors' => 'Inclut les erreurs récentes des journaux système',
'your_message_has_been_received' => 'Nous avons reçu votre message et vous répondrons rapidement.',
'show_product_details' => 'Afficher les détails du produit',
'show_product_details_help' => 'Veuillez inclure la description et le coût dans la liste déroulante du produit',
@@ -3356,7 +3368,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'select_company' => 'Sélectionnez une entreprise',
'float' => 'Flottant',
'collapse' => 'Réduire',
- 'show_or_hide' => 'Afficher/masquer',
+ 'show_or_hide' => 'Afficher / masquer',
'menu_sidebar' => 'Menu latéral',
'history_sidebar' => 'Historique latéral',
'tablet' => 'Tablette',
@@ -3443,9 +3455,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'client_is_active' => 'Client actif',
'client_balance' => 'Solde du client',
'client_address1' => 'Rue du clients',
- 'client_address2' => 'Apt/Suite',
+ 'client_address2' => 'App / bureau du client',
'client_shipping_address1' => 'Rue d\'expédition',
- 'client_shipping_address2' => 'Expédition Apt/Suite',
+ 'client_shipping_address2' => 'App / bureau d\'expédition du client',
'tax_rate1' => 'Taux de taxe 1',
'tax_rate2' => 'Taux de taxe 2',
'tax_rate3' => 'Taux de taxe 3',
@@ -3496,7 +3508,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'enable_modules' => 'Activer les modules',
'converted_quote' => 'La soumission a été convertie avec succès',
'credit_design' => 'Design de crédit',
- 'includes' => 'Inclue',
+ 'includes' => 'Inclusions',
'css_framework' => 'Framework CSS',
'custom_designs' => 'Designs personnalisés',
'designs' => 'Designs',
@@ -3534,7 +3546,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'all_records' => 'Tous les enregistrements',
'owned_by_user' => 'Propriété de l\'utilisateur',
'credit_remaining' => 'Crédit restant',
- 'use_default' => 'Utiliser le défaut',
+ 'use_default' => 'Utiliser la valeur par défaut',
'reminder_endless' => 'Rappels infinis',
'number_of_days' => 'Nombre de jours',
'configure_payment_terms' => 'Configuration des délais de paiements',
@@ -3594,7 +3606,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'failure' => 'Échec',
'quota_exceeded' => 'Quota dépassé',
'upstream_failure' => 'Échec en amont',
- 'system_logs' => 'Logs système',
+ 'system_logs' => 'Journaux système',
'copy_link' => 'Copier le lien',
'welcome_to_invoice_ninja' => 'Bienvenue dans Invoice Ninja',
'optin' => 'Adhésion',
@@ -3610,7 +3622,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'rows_per_page' => 'Rangées par page',
'apply_payment' => 'Appliquer le paiement',
'unapplied' => 'Non appliqué',
- 'custom_labels' => 'Libellés personnalisés',
+ 'custom_labels' => 'Étiquettes personnalisées',
'record_type' => 'Type d\'enregistrement',
'record_name' => 'Non d\'enregistrement',
'file_type' => 'Type de fichier',
@@ -3712,9 +3724,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'copy_error' => 'Erreur de copie',
'capture_card' => 'Carte saisie',
'auto_bill_enabled' => 'Autofacturation activée',
- 'total_taxes' => 'Total Taxes',
- 'line_taxes' => 'Ligne Taxes',
- 'total_fields' => 'Total Champs',
+ 'total_taxes' => 'Taxes totales',
+ 'line_taxes' => 'Taxes par ligne',
+ 'total_fields' => 'Champs des totaux',
'stopped_recurring_invoice' => 'La facture récurrente a été arrêtée avec succès',
'started_recurring_invoice' => 'La facture récurrente a été démarrée avec succès',
'resumed_recurring_invoice' => 'La facture récurrente a été reprise avec succès',
@@ -3805,7 +3817,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'expense_category_id' => 'ID de catégorie de dépense',
'view_licenses' => 'Voir les licences',
'fullscreen_editor' => 'Éditeur plein écran',
- 'sidebar_editor' => 'Éditeur barre latérale',
+ 'sidebar_editor' => 'Éditeur de barre latérale',
'please_type_to_confirm' => 'Veuillez saisir ":value" pour confirmer',
'purge' => 'Purger',
'clone_to' => 'Cloner vers',
@@ -3961,8 +3973,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'list_of_recurring_invoices' => 'Liste des factures récurrentes',
'details_of_recurring_invoice' => 'Détails à propos des factures récurrentes',
'cancellation' => 'Annulation',
- 'about_cancellation' => 'Pour cesser la facturation récurrente, cliquez sur la requête d\'annulation.',
- 'cancellation_warning' => 'Avertissement! Vous avez demandé une annulation de ce service.\n Ce service pourrait être annulé sans autre notification.',
+ 'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Annulation en attente. Nous vous tiendrons au courant.',
'list_of_payments' => 'Liste des paiements',
'payment_details' => 'Détails du paiement',
@@ -4039,7 +4051,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'under_payments_disabled' => 'La société ne tolère pas le sous-paiement.',
'over_payments_disabled' => 'La société ne tolère pas le sur-paiement.',
'saved_at' => 'Enregistré à :time',
- 'credit_payment' => 'Le crédit a été affecté à la facture :invoice_number',
+ 'credit_payment' => 'Le crédit a été appliqué à la facture :invoice_number',
'credit_subject' => 'Nouveau crédit :credit de :account',
'credit_message' => 'Pour voir le crédit de :amount, cliquez sur le lien ci-dessous.',
'payment_type_Crypto' => 'Cryptodevise',
@@ -4167,7 +4179,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'zoho' => 'Zoho',
'accounting' => 'Comptabilité',
'required_files_missing' => 'Veuillez fournir tous les CSV.',
- 'migration_auth_label' => 'Continuons en nous authentifiant.',
+ 'migration_auth_label' => 'Let\'s continue by authenticating.',
'api_secret' => 'API secret',
'migration_api_secret_notice' => 'Vous pouvez trouver API_SECRET dans le fichier .env ou Invoice Ninja v5. Si la propriété est manquante, laissez le champ vide.',
'billing_coupon_notice' => 'Votre rabais sera appliqué au moment de régler votre facture.',
@@ -4221,31 +4233,117 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'amount_greater_than_balance_v5' => 'Le montant est supérieur au solde de la facture. Vous ne pouvez pas payer en trop une facture.',
'click_to_continue' => 'Cliquez pour continuer',
- 'notification_invoice_created_body' => 'La facture :invoice a été créée pour le client :client au montant de :amount.',
- 'notification_invoice_created_subject' => 'La facture :invoice a été créée pour :client',
- 'notification_quote_created_body' => 'La soumission :invoice a été créée pour le client :client au montant de :amount.',
- 'notification_quote_created_subject' => 'La soumission :invoice a été créée pour :client',
- 'notification_credit_created_body' => 'Le crédit :invoice a été créé pour le client :client au montant de :amount.',
- 'notification_credit_created_subject' => 'Le crédit :invoice a été créé pour :client',
- 'max_companies' => 'Nombre maximum d\'entreprises migrées',
- 'max_companies_desc' => 'Vous avez atteint le nombre maximum d\'entreprises. Supprimez des entreprises existantes pour en migrer de nouvelles.',
- 'migration_already_completed' => 'Entreprise déjà migrée',
- 'migration_already_completed_desc' => 'Il semble que vous ayez déjà migré :company_name vers la version V5 de Invoice Ninja. Si vous souhaitez recommecer, vous pouvez forcer la migration et supprimer les données existantes.',
- 'payment_method_cannot_be_authorized_first' => 'Cette méthode de paiement peut être enregistrée pour un usage ultérieur, lorsque vous aurez complété votre première transaction. N\'oubliez pas de cocher "Mémoriser les informations de carte de crédit" lors du processus de paiement.',
- 'new_account' => 'Nouveau compte',
+ 'notification_invoice_created_body' => 'The following invoice :invoice was created for client :client for :amount.',
+ 'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
+ 'notification_quote_created_body' => 'The following quote :invoice was created for client :client for :amount.',
+ 'notification_quote_created_subject' => 'Quote :invoice was created for :client',
+ 'notification_credit_created_body' => 'The following credit :invoice was created for client :client for :amount.',
+ 'notification_credit_created_subject' => 'Credit :invoice was created for :client',
+ 'max_companies' => 'Maximum companies migrated',
+ 'max_companies_desc' => 'You have reached your maximum number of companies. Delete existing companies to migrate new ones.',
+ 'migration_already_completed' => 'Company already migrated',
+ 'migration_already_completed_desc' => 'Looks like you already migrated :company_name to the V5 version of the Invoice Ninja. In case you want to start over, you can force migrate to wipe existing data.',
+ 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
+ 'new_account' => 'New account',
'activity_100' => ':user a créé une facture récurrente :recurring_invoice',
'activity_101' => ':user a mis à jour une facture récurrente :recurring_invoice',
'activity_102' => ':user a archivé une facture récurrente :recurring_invoice',
'activity_103' => ':user a supprimé une facture récurrente :recurring_invoice',
'activity_104' => ':user a restauré une facture récurrente :recurring_invoice',
- 'new_login_detected' => 'Nouvelle connexion détectée pour votre compte',
- 'new_login_description' => 'Vous vous êtes récemment connecté à votre compte Invoice Ninja à partir d\'un nouvel emplacement ou d\'un nouvel appareil :
IP: :Heure: :time
Courriel: :email',
- 'download_backup_subject' => 'Votre entreprise est prête pour le téléchargement',
- 'contact_details' => 'Informations du contact',
- 'download_backup_subject' => 'Votre entreprise est prête pour le téléchargement',
- 'account_passwordless_login' => 'Compte de connexion sans mot de passe',
- 'user_duplicate_error' => 'Il n\'est pas possible d\'ajouter le même utilisateur pour la même entreprise',
- 'user_cross_linked_error' => 'Cet utilisateur existe, mais ne peut pas être associé à plusieurs comptes',
+ 'new_login_detected' => 'New login detected for your account.',
+ 'new_login_description' => 'You recently logged in to your Invoice Ninja account from a new location or device:
IP: :ip
Time: :time
Email: :email',
+ 'download_backup_subject' => 'Your company backup is ready for download',
+ 'contact_details' => 'Contact Details',
+ 'download_backup_subject' => 'Your company backup is ready for download',
+ 'account_passwordless_login' => 'Account passwordless login',
+ 'user_duplicate_error' => 'Cannot add the same user to the same company',
+ 'user_cross_linked_error' => 'User exists but cannot be crossed linked to multiple accounts',
+ 'ach_verification_notification_label' => 'ACH verification',
+ 'ach_verification_notification' => 'Connecting bank accounts require verification. Payment gateway will automatically send two small deposits for this purpose. These deposits take 1-2 business days to appear on the customer\'s online statement.',
+ 'login_link_requested_label' => 'Login link requested',
+ 'login_link_requested' => 'There was a request to login using link. If you did not request this, it\'s safe to ignore it.',
+ 'invoices_backup_subject' => 'Your invoices are ready for download',
+ 'migration_failed_label' => 'Migration failed',
+ 'migration_failed' => 'Looks like something went wrong with the migration for the following company:',
+ 'client_email_company_contact_label' => 'If you have any questions please contact us, we\'re here to help!',
+ 'quote_was_approved_label' => 'Quote was approved',
+ 'quote_was_approved' => 'We would like to inform you that quote was approved.',
+ 'company_import_failure_subject' => 'Error importing :company',
+ 'company_import_failure_body' => 'There was an error importing the company data, the error message was:',
+ 'recurring_invoice_due_date' => 'Due Date',
+ 'amount_cents' => 'Amount in pennies,pence or cents',
+ 'default_payment_method_label' => 'Default Payment Method',
+ 'default_payment_method' => 'Make this your preferred way of paying.',
+ 'already_default_payment_method' => 'This is your preferred way of paying.',
+ 'auto_bill_disabled' => 'Auto Bill Disabled',
+ 'select_payment_method' => 'Select a payment method:',
+ 'login_without_password' => 'Log in without password',
+ 'email_sent' => 'M\'envoyer un courriel quand une facture est envoyée',
+ 'one_time_purchases' => 'One time purchases',
+ 'recurring_purchases' => 'Recurring purchases',
+ 'you_might_be_interested_in_following' => 'You might be interested in the following',
+ 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.',
+ 'no_quotes_available_for_download' => 'No quotes available for download.',
+ 'copyright' => 'Copyright',
+ 'user_created_user' => ':user created :created_user at :time',
+ 'company_deleted' => 'Company deleted',
+ 'company_deleted_body' => 'Company [ :company ] was deleted by :user',
+ 'back_to' => 'Back to :url',
+ 'stripe_connect_migration_title' => 'Connect your Stripe Account',
+ 'stripe_connect_migration_desc' => 'Invoice Ninja v5 uses Stripe Connect to link your Stripe account to Invoice Ninja. This provides an additional layer of security for your account. Now that you data has migrated, you will need to Authorize Stripe to accept payments in v5.
To do this, navigate to Settings > Online Payments > Configure Gateways. Click on Stripe Connect and then under Settings click Setup Gateway. This will take you to Stripe to authorize Invoice Ninja and on your return your account will be successfully linked!',
+ 'email_quota_exceeded_subject' => 'Account email quota exceeded.',
+ 'email_quota_exceeded_body' => 'In a 24 hour period you have sent :quota emails.
We have paused your outbound emails.
Your email quota will reset at 23:00 UTC.',
+ 'auto_bill_option' => 'Opt in or out of having this invoice automatically charged.',
+ 'lang_Arabic' => 'Arabic',
+ 'lang_Persian' => 'Persian',
+ 'lang_Latvian' => 'Latvian',
+ 'expiry_date' => 'Expiry date',
+ 'cardholder_name' => 'Card holder name',
+ 'recurring_quote_number_taken' => 'Recurring Quote number :number already taken',
+ 'account_type' => 'Account type',
+ 'locality' => 'Locality',
+ 'checking' => 'Checking',
+ 'savings' => 'Savings',
+ 'unable_to_verify_payment_method' => 'Unable to verify payment method.',
+ 'generic_gateway_error' => 'Gateway configuration error. Please check your credentials.',
+ 'my_documents' => 'My documents',
+ 'payment_method_cannot_be_preauthorized' => 'This payment method cannot be preauthorized.',
+ 'kbc_cbc' => 'KBC/CBC',
+ 'bancontact' => 'Bancontact',
+ 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing :company and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.',
+ 'ideal' => 'iDEAL',
+ 'bank_account_holder' => 'Bank Account Holder',
+ 'aio_checkout' => 'All-in-one checkout',
+ 'przelewy24' => 'Przelewy24',
+ 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.',
+ 'giropay' => 'GiroPay',
+ 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
+ 'eps' => 'EPS',
+ 'becs' => 'BECS Direct Debit',
+ 'becs_mandate' => 'By providing your bank account details, you agree to this Direct Debit Request and the Direct Debit Request service agreement, and authorise Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of :company (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorised signatory on the account listed above.',
+ 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
+ 'direct_debit' => 'Direct Debit',
+ 'clone_to_expense' => 'Clone to expense',
+ 'checkout' => 'Checkout',
+ 'acss' => 'Pre-authorized debit payments',
+ 'invalid_amount' => 'Invalid amount. Number/Decimal values only.',
+ 'client_payment_failure_body' => 'Payment for Invoice :invoice for amount :amount failed.',
+ 'browser_pay' => 'Google Pay, Apple Pay, Microsoft Pay',
+ 'no_available_methods' => 'We can\'t find any credit cards on your device. Read more about this.',
+ 'gocardless_mandate_not_ready' => 'Payment mandate is not ready. Please try again later.',
+ 'payment_type_instant_bank_pay' => 'Instant Bank Pay',
+ 'payment_type_iDEAL' => 'iDEAL',
+ 'payment_type_Przelewy24' => 'Przelewy24',
+ 'payment_type_Mollie Bank Transfer' => 'Bank Transfer',
+ 'payment_type_KBC/CBC' => 'KBC/CBC',
+ 'payment_type_Instant Bank Pay' => 'Instant Bank Pay',
+ 'payment_type_Hosted Page' => 'Hosted Page',
+ 'payment_type_GiroPay' => 'GiroPay',
+ 'payment_type_EPS' => 'EPS',
+ 'payment_type_Direct Debit' => 'Direct Debit',
+ 'payment_type_Bancontact' => 'Bancontact',
+ 'payment_type_BECS' => 'BECS',
+ 'payment_type_ACSS' => 'ACSS',
);
return $LANG;
diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php
index cd995342e5..32f9904149 100644
--- a/resources/lang/it/texts.php
+++ b/resources/lang/it/texts.php
@@ -37,10 +37,11 @@ $LANG = array(
'tax' => 'Tassa',
'item' => 'Articolo',
'description' => 'Descrizione',
- 'unit_cost' => 'Costo Unitario',
+ 'unit_cost' => 'Costo unitario',
'quantity' => 'Quantità',
- 'line_total' => 'Totale Riga',
+ 'line_total' => 'Totale riga',
'subtotal' => 'Subtotale',
+ 'net_subtotal' => 'Netto',
'paid_to_date' => 'Pagato a oggi',
'balance_due' => 'Totale da Pagare',
'invoice_design_id' => 'Stile',
@@ -59,13 +60,13 @@ $LANG = array(
'download_pdf' => 'Scarica PDF',
'pay_now' => 'Paga Adesso',
'save_invoice' => 'Salva Fattura',
- 'clone_invoice' => 'Clona come Fattura',
+ 'clone_invoice' => 'Clona come fattura',
'archive_invoice' => 'Archivia Fattura',
'delete_invoice' => 'Elimina Fattura',
'email_invoice' => 'Invia Fattura',
'enter_payment' => 'Inserisci Pagamento',
'tax_rates' => 'Aliquote Fiscali',
- 'rate' => 'Aliquota',
+ 'rate' => 'Prezzo Unitario',
'settings' => 'Impostazioni',
'enable_invoice_tax' => 'Possibile specificare tasse per la fattura',
'enable_line_item_tax' => 'Abilita imposta specifica per ogni riga articolo',
@@ -83,14 +84,14 @@ $LANG = array(
'online_payments' => 'Pagamenti Online',
'notifications' => 'Notifiche',
'import_export' => 'Importa/Esporta',
- 'done' => 'Fatto',
+ 'done' => 'Completato',
'save' => 'Salva',
'create' => 'Crea',
'upload' => 'Carica',
'import' => 'Importa',
'download' => 'Scarica',
'cancel' => 'Annulla',
- 'close' => 'Close',
+ 'close' => 'Chiudi',
'provide_email' => 'Per favore, fornisci un indirizzo email valido',
'powered_by' => 'Powered by',
'no_items' => 'Nessun articolo',
@@ -236,11 +237,11 @@ $LANG = array(
'archived_vendors' => ':count fornitori archiviati con successo',
'deleted_vendor' => 'Fornitore eliminato con successo',
'deleted_vendors' => ':count fornitori eliminati con successo',
- 'confirmation_subject' => 'Conferma Account Invoice Ninja',
+ 'confirmation_subject' => 'Conferma account',
'confirmation_header' => 'Conferma Account',
'confirmation_message' => 'Per favore, accedi al link qui sotto per confermare il tuo account.',
'invoice_subject' => 'Nuova fattura :number da :account',
- 'invoice_message' => 'Per visualizzare la tua fattura di :amount, clicca sul link qui sotto.',
+ 'invoice_message' => 'Per visualizzare la vostra fattura di :amount, cliccare sul link sottostante.',
'payment_subject' => 'Pagamento Ricevuto',
'payment_message' => 'Grazie per il tuo pagamento di :amount.',
'email_salutation' => 'Caro :name,',
@@ -269,8 +270,14 @@ $LANG = array(
'success_message' => 'Registrazione avvenuta con successo. Per favore visita il link nell\'email di conferma per verificare il tuo indirizzo email.',
'erase_data' => 'Il tuo account non è registrato, questo eliminerà definitivamente i tuoi dati.',
'password' => 'Password',
- 'pro_plan_product' => 'Piano PRO',
- 'pro_plan_success' => 'Grazie per aver aderito! Non appena la fattura risulterà pagata il tuo piano PRO avrà inizio.',
+ 'pro_plan_product' => 'Piano Pro',
+ 'pro_plan_success' => 'Thanks for choosing Invoice Ninja\'s Pro plan!
php artisan ninja:update-key
',
+ 'error_app_key_set_to_default' => 'Errore: APP_KEY è impostato su un valore predefinito, per aggiornarlo fai un backup del tuo database e poi esegui php artisan ninja:update-key
',
'charge_late_fee' => 'Charge Late Fee',
'late_fee_amount' => 'Late Fee Amount',
'late_fee_percent' => 'Late Fee Percent',
@@ -2353,7 +2366,7 @@ $LANG = array(
'downloaded_invoices' => 'Sarà inviata un\'email con i PDF delle fatture',
'downloaded_quotes' => 'An email will be sent with the quote PDFs',
'clone_expense' => 'Clona spesa',
- 'default_documents' => 'Documenti di default',
+ 'default_documents' => 'Documenti predefiniti',
'send_email_to_client' => 'Invia email a cliente',
'refund_subject' => 'Rimborso Processato',
'refund_body' => 'È stato elaborato un rimborso di :amount per la fattura :invoice_number.',
@@ -2402,7 +2415,7 @@ $LANG = array(
'currency_romanian_new_leu' => 'Romanian New Leu',
'currency_croatian_kuna' => 'Croatian Kuna',
'currency_saudi_riyal' => 'Saudi Riyal',
- 'currency_japanese_yen' => 'Japanese Yen',
+ 'currency_japanese_yen' => 'Yen Giapponese',
'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa',
'currency_costa_rican_colon' => 'Costa Rican Colón',
'currency_pakistani_rupee' => 'Pakistani Rupee',
@@ -2438,7 +2451,7 @@ $LANG = array(
'currency_venezuelan_bolivars' => 'Venezuelan Bolivars',
'currency_south_korean_won' => 'South Korean Won',
'currency_moroccan_dirham' => 'Moroccan Dirham',
- 'currency_jamaican_dollar' => 'Jamaican Dollar',
+ 'currency_jamaican_dollar' => 'Dollaro Giamaicano',
'currency_angolan_kwanza' => 'Angolan Kwanza',
'currency_haitian_gourde' => 'Haitian Gourde',
'currency_zambian_kwacha' => 'Zambian Kwacha',
@@ -2462,18 +2475,27 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
+ 'currency_cuban_peso' => 'Cuban Peso',
+
'review_app_help' => 'We hope you\'re enjoying using the app.:domain
as the domain in :link.',
'apple_pay_not_supported' => 'Siamo spiacenti, Apple/Google Pay non sono supportati dal tuo browser',
'optional_payment_methods' => 'Metodi di pagamento opzionali',
'add_subscription' => 'Aggiungi abbonamento',
'target_url' => 'Target',
- 'target_url_help' => 'When the selected event occurs the app will post the entity to the target URL.',
+ 'target_url_help' => 'Quando si verifica l\'evento selezionato, l\'applicazione invierà l\'entità all\'URL di destinazione.',
'event' => 'Evento',
'subscription_event_1' => 'Cliente creato',
'subscription_event_2' => 'Fattura creata',
@@ -2667,10 +2689,10 @@ $LANG = array(
'module_task' => 'Attività e progetti',
'module_expense' => 'Spese & fornitori',
'module_ticket' => 'Tickets',
- 'reminders' => 'Reminders',
- 'send_client_reminders' => 'Send email reminders',
+ 'reminders' => 'Promemoria',
+ 'send_client_reminders' => 'Invia email promemoria ',
'can_view_tasks' => 'le Attività sono visibili sul portale',
- 'is_not_sent_reminders' => 'Reminders are not sent',
+ 'is_not_sent_reminders' => 'Promemoria non inviati',
'promotion_footer' => 'Your promotion will expire soon, :link to upgrade now.',
'unable_to_delete_primary' => 'Note: to delete this company first delete all linked companies.',
'please_register' => 'Per favore registra il tuo account',
@@ -2688,12 +2710,12 @@ $LANG = array(
'trust_for_30_days' => 'Ricorda per 30 giorni',
'trust_forever' => 'Ricorda per sempre',
'kanban' => 'Kanban',
- 'backlog' => 'Backlog',
- 'ready_to_do' => 'Ready to do',
- 'in_progress' => 'In progress',
- 'add_status' => 'Add status',
- 'archive_status' => 'Archive Status',
- 'new_status' => 'New Status',
+ 'backlog' => 'Arretrato',
+ 'ready_to_do' => 'Pronto',
+ 'in_progress' => 'In corso',
+ 'add_status' => 'Aggiungi stato',
+ 'archive_status' => 'Archivia stato',
+ 'new_status' => 'Nuovo stato',
'convert_products' => 'Converti prodotti',
'convert_products_help' => 'Converti automaticamenti i prezzi dei prodotti nella valuta del cliente',
'improve_client_portal_link' => 'Set a subdomain to shorten the client portal link.',
@@ -2701,7 +2723,7 @@ $LANG = array(
'progress' => 'Progresso',
'view_project' => 'Vedi progetto',
'summary' => 'Sommario',
- 'endless_reminder' => 'Endless Reminder',
+ 'endless_reminder' => 'Promemoria senza scadenza',
'signature_on_invoice_help' => 'Add the following code to show your client\'s signature on the PDF.',
'signature_on_pdf' => 'Mostra su PDF',
'signature_on_pdf_help' => 'Mostra la firma del cliente sul PDF della fattura/preventivo.',
@@ -2713,10 +2735,10 @@ $LANG = array(
'client_information' => 'Informazioni Cliente',
'updated_client_details' => 'Dettagli cliente aggiornati con successo',
'auto' => 'Auto',
- 'tax_amount' => 'Tax Amount',
- 'tax_paid' => '`Tassa pagata',
- 'none' => 'None',
- 'proposal_message_button' => 'To view your proposal for :amount, click the button below.',
+ 'tax_amount' => 'Importo tassa',
+ 'tax_paid' => 'Tassa pagata',
+ 'none' => 'Nessuno/a',
+ 'proposal_message_button' => 'Per visualizzare la tua proposta per :amount, clicca sul pulsante qui sotto.',
'proposal' => 'Proposte',
'proposals' => 'Proposte',
'list_proposals' => 'List Proposals',
@@ -2778,27 +2800,27 @@ $LANG = array(
'deleted_proposal_categories' => 'Archiviato con successo :count categorie',
'restored_proposal_category' => 'Categoria ripristinata con successo',
'restore_proposal_category' => 'Ripristina categoria',
- 'delete_status' => 'Delete Status',
+ 'delete_status' => 'Cancella stato',
'standard' => 'Standard',
'icon' => 'Icona',
'proposal_not_found' => 'La proposta richiesta non è disponibile',
'create_proposal_category' => 'Crea categoria',
- 'clone_proposal_template' => 'Clona Modello',
+ 'clone_proposal_template' => 'Clona modello',
'proposal_email' => 'Invia proposta',
'proposal_subject' => 'Nuova proposta :number da :account',
'proposal_message' => 'To view your proposal for :amount, click the link below.',
'emailed_proposal' => 'Proposta inviata con successo',
'load_template' => 'Carica Modello',
- 'no_assets' => 'No images, drag to upload',
+ 'no_assets' => 'Nessuna immagine, trascinare per caricare',
'add_image' => 'Aggiungi Immagine',
'select_image' => 'Seleziona Immagine',
- 'upgrade_to_upload_images' => 'Upgrade to the enterprise plan to upload images',
+ 'upgrade_to_upload_images' => 'Aggiorna al piano enterprise per caricare le immagini',
'delete_image' => 'Cancella Immagine',
'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
'amount_variable_help' => 'Nota: il campo $amount della fattura userà il campo parziale/deposito se impostato, altrimenti verrà usato il saldo della fattura.',
'taxes_are_included_help' => 'Note: Inclusive taxes have been enabled.',
'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.',
- 'change_requires_purge' => 'Changing this setting requires :link the account data.',
+ 'change_requires_purge' => 'Cambiare questa impostazione richiede :link i dati dell\'account.',
'purging' => 'purging',
'warning_local_refund' => 'Il rimborso verrà registrato nell\'applicazione ma NON sarà processato dalla piattaforma di pagamento.',
'email_address_changed' => 'L\'indirizzo email è stato modificato',
@@ -2809,7 +2831,7 @@ $LANG = array(
'email_history' => 'Storico email',
'loading' => 'Caricando',
'no_messages_found' => 'Nessuno messaggio trovato',
- 'processing' => 'Processing',
+ 'processing' => 'Processando',
'reactivate' => 'Riattiva',
'reactivated_email' => 'The email address has been reactivated',
'emails' => 'Emails',
@@ -2839,23 +2861,23 @@ $LANG = array(
'auto_archive_invoice' => 'Auto Archiviazione',
'auto_archive_invoice_help' => 'Archivia automaticamente le fatture quando vengono pagate.',
'auto_archive_quote' => 'Auto Archiviazione',
- 'auto_archive_quote_help' => 'Automatically archive quotes when they are converted.',
+ 'auto_archive_quote_help' => 'Archivia automaticamente i preventivi quando vengono convertiti.',
'require_approve_quote' => 'Richiedi approvazione preventivo',
- 'require_approve_quote_help' => 'Require clients to approve quotes.',
- 'allow_approve_expired_quote' => 'Allow approve expired quote',
- 'allow_approve_expired_quote_help' => 'Allow clients to approve expired quotes.',
+ 'require_approve_quote_help' => 'Richiedere ai clienti di approvare i preventivi.',
+ 'allow_approve_expired_quote' => 'Consentire l\'approvazione di preventivi scaduti',
+ 'allow_approve_expired_quote_help' => 'Permettere ai clienti di approvare i preventivi scaduti.',
'invoice_workflow' => 'Flusso di Lavoro Fattura',
'quote_workflow' => 'Flusso di Lavoro Preventivo',
- 'client_must_be_active' => 'Error: the client must be active',
- 'purge_client' => 'Purge Client',
- 'purged_client' => 'Successfully purged client',
+ 'client_must_be_active' => 'Errore: il cliente deve essere attivo',
+ 'purge_client' => 'Rimuovi completamente cliente',
+ 'purged_client' => 'Cliente eliminato con successo',
'purge_client_warning' => 'Tutti i dati collegati (fatture, attività,lmente cancellati. spese, documenti, ecc) saranno ugualmente cancellati.',
'clone_product' => 'Clona prodotto',
'item_details' => 'Dettagli Articolo',
'send_item_details_help' => 'Invia dettagli articoli alla piattaforma di pagamento.',
'view_proposal' => 'Visualizza proposta',
'view_in_portal' => 'Vedi nel portale',
- 'cookie_message' => 'This website uses cookies to ensure you get the best experience on our website.',
+ 'cookie_message' => 'Questo sito web utilizza i cookie per garantire una migliore esperienza sul nostro sito web.',
'got_it' => 'Capito!',
'vendor_will_create' => 'fornitore verrà creato',
'vendors_will_create' => 'fornitori verranno creati',
@@ -2892,13 +2914,13 @@ $LANG = array(
'background_image' => 'Immagine di sfondo',
'background_image_help' => 'Usa il :link per gestire le tue immagini, ti raccomandiamo di utilizzare file piccoli.',
'proposal_editor' => 'proposal editor',
- 'background' => 'Background',
+ 'background' => 'Sfondo',
'guide' => 'Guida',
'gateway_fee_item' => 'Articolo Commissione Piattaforma',
'gateway_fee_description' => 'Sovraccarico Commissione Piattaforma',
'gateway_fee_discount_description' => 'Sconto Commissione Piattaforma',
'show_payments' => 'Mostra i pagamenti',
- 'show_aging' => 'Show Aging',
+ 'show_aging' => 'Mostra Invecchiamento',
'reference' => 'Riferimento',
'amount_paid' => 'Importo pagato',
'send_notifications_for' => 'Invia notifiche per',
@@ -2912,9 +2934,9 @@ $LANG = array(
'please_enter_your_password' => 'Si prega di inserire la password',
'please_enter_your_url' => 'Inserisci il tuo URL',
'please_enter_a_product_key' => 'Inserire una chiave prodotto',
- 'an_error_occurred' => 'An error occurred',
+ 'an_error_occurred' => 'Si è verificato un errore',
'overview' => 'Panoramica',
- 'copied_to_clipboard' => 'Copied :value to the clipboard',
+ 'copied_to_clipboard' => 'Copiato :value negli appunti',
'error' => 'Errore',
'could_not_launch' => 'Esecuzione non riuscita',
'additional' => 'Aggiuntivo',
@@ -2927,7 +2949,7 @@ $LANG = array(
'pdf' => 'PDF',
'invoice_status_id' => 'Stato della fattura',
'click_plus_to_add_item' => 'Clicca su + per aggiungere un articolo',
- 'count_selected' => ':count selected',
+ 'count_selected' => ':count selezionato/i',
'dismiss' => 'Chiudi',
'please_select_a_date' => 'Selezionate una data per favore',
'please_select_a_client' => 'Seleziona un cliente',
@@ -2948,18 +2970,18 @@ $LANG = array(
'please_enter_a_client_or_contact_name' => 'Si prega di inserire un cliente o nome del contatto',
'restart_app_to_apply_change' => 'Riavviare la app per applicare il cambiamento',
'refresh_data' => 'Aggiorna dati',
- 'blank_contact' => 'Svuota Contatti',
+ 'blank_contact' => 'Svuota Contatto',
'no_records_found' => 'Nessun dato trovato',
'industry' => 'Industria',
'size' => 'Dimensione',
'net' => 'Netto',
'show_tasks' => 'Mostra attività',
- 'email_reminders' => 'Email Reminders',
- 'reminder1' => 'First Reminder',
- 'reminder2' => 'Second Reminder',
- 'reminder3' => 'Third Reminder',
+ 'email_reminders' => 'Promemoria email',
+ 'reminder1' => 'Primo promemoria',
+ 'reminder2' => 'Secondo promemoria',
+ 'reminder3' => 'Terzo promemoria',
'send' => 'Invia',
- 'auto_billing' => 'Auto billing',
+ 'auto_billing' => 'Fatturazione automatica',
'button' => 'Pulsante',
'more' => 'Altro',
'edit_recurring_invoice' => 'Modifica Fattura Ricorrente',
@@ -2976,7 +2998,7 @@ $LANG = array(
'payment_status_6' => 'Rimborsato',
'send_receipt_to_client' => 'Invia ricevuta al cliente',
'refunded' => 'Rimborsato',
- 'marked_quote_as_sent' => 'Successfully marked quote as sent',
+ 'marked_quote_as_sent' => 'Preventivo contrassegnato come inviato con successo',
'custom_module_settings' => 'Custom Module Settings',
'ticket' => 'Ticket',
'tickets' => 'Tickets',
@@ -2987,10 +3009,10 @@ $LANG = array(
'archive_ticket' => 'Archivia Ticket',
'restore_ticket' => 'Ripristina Ticket',
'delete_ticket' => 'Elimina Ticket',
- 'archived_ticket' => 'Successfully archived ticket',
- 'archived_tickets' => 'Successfully archived tickets',
- 'restored_ticket' => 'Successfully restored ticket',
- 'deleted_ticket' => 'Successfully deleted ticket',
+ 'archived_ticket' => 'Ticket archiviato con successo',
+ 'archived_tickets' => 'Ticket archiviati con successo',
+ 'restored_ticket' => 'Ticket ripristinato con successo',
+ 'deleted_ticket' => 'Biglietto cancellato con successo',
'open' => 'Apri',
'new' => 'Nuovo',
'closed' => 'Chiuso',
@@ -3017,7 +3039,7 @@ $LANG = array(
'updated_ticket' => 'Ticket Aggiornato',
'mark_spam' => 'Segnala come Spam',
'local_part' => 'Local Part',
- 'local_part_unavailable' => 'Name taken',
+ 'local_part_unavailable' => 'Nome già preso',
'local_part_available' => 'Nome disponibile',
'local_part_invalid' => 'Nome invalido (solo alfanumerico, no spazi',
'local_part_help' => 'Personalizza la parte locale della tua email di supporto in entrata, cioè TUO_NOME@support.invoiceninja.com',
@@ -3026,39 +3048,39 @@ $LANG = array(
'from_name_placeholder' => 'Centro di supporto',
'attachments' => 'Allegati',
'client_upload' => 'Caricamenti cliente',
- 'enable_client_upload_help' => 'Allow clients to upload documents/attachments',
- 'max_file_size_help' => 'Maximum file size (KB) is limited by your post_max_size and upload_max_filesize variables as set in your PHP.INI',
+ 'enable_client_upload_help' => 'Permettere ai clienti di caricare documenti/allegati',
+ 'max_file_size_help' => 'La dimensione massima del file (KB) è limitata dalle variabili post_max_size e upload_max_filesize impostate nel tuo PHP.INI',
'max_file_size' => 'Dimensione massima file',
- 'mime_types' => 'Mime types',
+ 'mime_types' => 'Tipi file MIME',
'mime_types_placeholder' => '.pdf , .docx, .jpg',
'mime_types_help' => 'Comma separated list of allowed mime types, leave blank for all',
'ticket_number_start_help' => 'Il numero del ticket deve essere maggiore del numero di ticket corrente',
'new_ticket_template_id' => 'Nuovo ticket',
- 'new_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a new ticket is created',
+ 'new_ticket_autoresponder_help' => 'Selezionando un modello verrà inviata una risposta automatica a un cliente/contatto quando viene creato un nuovo ticket',
'update_ticket_template_id' => 'Ticket aggiornato',
- 'update_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is updated',
+ 'update_ticket_autoresponder_help' => 'Selezionando un modello verrà inviata una risposta automatica a un cliente/contatto quando un ticket viene aggiornato',
'close_ticket_template_id' => 'Ticket chiuso',
- 'close_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is closed',
- 'default_priority' => 'Priorità di default',
+ 'close_ticket_autoresponder_help' => 'Selezionando un modello verrà inviata una risposta automatica a un cliente/contatto quando un ticket viene chiuso',
+ 'default_priority' => 'Priorità predefinita',
'alert_new_comment_id' => 'Nuovo commento',
- 'alert_comment_ticket_help' => 'Selecting a template will send a notification (to agent) when a comment is made.',
+ 'alert_comment_ticket_help' => 'Selezionando un modello, verrà inviata una notifica (all\'agente) quando viene fatto un commento.',
'alert_comment_ticket_email_help' => 'Comma separated emails to bcc on new comment.',
- 'new_ticket_notification_list' => 'Additional new ticket notifications',
- 'update_ticket_notification_list' => 'Additional new comment notifications',
+ 'new_ticket_notification_list' => 'Notifiche aggiuntive di nuovi ticket',
+ 'update_ticket_notification_list' => 'Notifiche aggiuntive di nuovi commenti',
'comma_separated_values' => 'admin@example.com, supervisor@example.com',
- 'alert_ticket_assign_agent_id' => 'Ticket assignment',
- 'alert_ticket_assign_agent_id_hel' => 'Selecting a template will send a notification (to agent) when a ticket is assigned.',
- 'alert_ticket_assign_agent_id_notifications' => 'Additional ticket assigned notifications',
+ 'alert_ticket_assign_agent_id' => 'Assegnazione ticket',
+ 'alert_ticket_assign_agent_id_hel' => 'Selezionando un modello verrà inviata una notifica (all\'agente) quando un ticket viene assegnato.',
+ 'alert_ticket_assign_agent_id_notifications' => 'Notifiche aggiuntive assegnate ai ticket',
'alert_ticket_assign_agent_id_help' => 'Comma separated emails to bcc on ticket assignment.',
'alert_ticket_transfer_email_help' => 'Comma separated emails to bcc on ticket transfer.',
- 'alert_ticket_overdue_agent_id' => 'Ticket overdue',
+ 'alert_ticket_overdue_agent_id' => 'Ticket scaduto',
'alert_ticket_overdue_email' => 'Additional overdue ticket notifications',
'alert_ticket_overdue_email_help' => 'Comma separated emails to bcc on ticket overdue.',
- 'alert_ticket_overdue_agent_id_help' => 'Selecting a template will send a notification (to agent) when a ticket becomes overdue.',
+ 'alert_ticket_overdue_agent_id_help' => 'Selezionando un modello invierà una notifica (all\'agente) quando un ticket va in scadenza.',
'ticket_master' => 'Ticket Master',
- 'ticket_master_help' => 'Has the ability to assign and transfer tickets. Assigned as the default agent for all tickets.',
- 'default_agent' => 'Agente di default',
- 'default_agent_help' => 'If selected will automatically be assigned to all inbound tickets',
+ 'ticket_master_help' => 'Ha la capacità di assegnare e trasferire ticket. Assegnato come agente predefinito per tutti i ticket.',
+ 'default_agent' => 'Agente predefinito',
+ 'default_agent_help' => 'Se selezionato sarà automaticamente assegnato a tutti i ticket in entrata',
'show_agent_details' => 'Mostra i dettagli dell\'agente sulle risposte',
'avatar' => 'Avatar',
'remove_avatar' => 'Rimuovi avatar',
@@ -3072,35 +3094,35 @@ $LANG = array(
'restore_ticket_template' => 'Riprestina il modello',
'archived_ticket_template' => 'Modello archiviato con successo',
'restored_ticket_template' => 'Modello ripristinato con successo',
- 'close_reason' => 'Let us know why you are closing this ticket',
- 'reopen_reason' => 'Let us know why you are reopening this ticket',
- 'enter_ticket_message' => 'Please enter a message to update the ticket',
+ 'close_reason' => 'Facci sapere perché stai chiudendo questo ticket',
+ 'reopen_reason' => 'Facci sapere perché stai riaprendo questo ticket',
+ 'enter_ticket_message' => 'Inserire un messaggio per aggiornare il biglietto',
'show_hide_all' => 'Mostra / Nascondi tutto',
'subject_required' => 'Soggetto richiesto',
- 'mobile_refresh_warning' => 'If you\'re using the mobile app you may need to do a full refresh.',
+ 'mobile_refresh_warning' => 'Se stai usando l\'app mobile potresti aver bisogno di fare un ricaricamento completo.',
'enable_proposals_for_background' => 'To upload a background image :link to enable the proposals module.',
- 'ticket_assignment' => 'Ticket :ticket_number has been assigned to :agent',
- 'ticket_contact_reply' => 'Ticket :ticket_number has been updated by client :contact',
- 'ticket_new_template_subject' => 'Ticket :ticket_number has been created.',
- 'ticket_updated_template_subject' => 'Ticket :ticket_number has been updated.',
- 'ticket_closed_template_subject' => 'Ticket :ticket_number has been closed.',
- 'ticket_overdue_template_subject' => 'Ticket :ticket_number is now overdue',
+ 'ticket_assignment' => 'Il ticket :ticket_number è stato assegnato a :agent',
+ 'ticket_contact_reply' => 'Il ticket :ticket_number è stato aggiornato dal cliente :contact',
+ 'ticket_new_template_subject' => 'Il ticket :ticket_number è stato creato.',
+ 'ticket_updated_template_subject' => 'Il ticket :ticket_number è stato aggiornato.',
+ 'ticket_closed_template_subject' => 'Il ticket :ticket_number è stato chiuso.',
+ 'ticket_overdue_template_subject' => 'Il ticket :ticket_number è scaduto',
'merge' => 'Unisci',
'merged' => 'Unito',
'agent' => 'Agente',
- 'parent_ticket' => 'Parent Ticket',
+ 'parent_ticket' => 'Ticket padre',
'linked_tickets' => 'Tickets collegati',
- 'merge_prompt' => 'Enter ticket number to merge into',
- 'merge_from_to' => 'Ticket #:old_ticket merged into Ticket #:new_ticket',
- 'merge_closed_ticket_text' => 'Ticket #:old_ticket was closed and merged into Ticket#:new_ticket - :subject',
- 'merge_updated_ticket_text' => 'Ticket #:old_ticket was closed and merged into this ticket',
- 'merge_placeholder' => 'Merge ticket #:ticket into the following ticket',
+ 'merge_prompt' => 'Inserisci il numero del ticket da unire',
+ 'merge_from_to' => 'Ticket #:old_ticket unito al ticket #:new_ticket',
+ 'merge_closed_ticket_text' => 'Il ticket #:old_ticket è stato chiuso e unito al ticket #:new_ticket - :subject',
+ 'merge_updated_ticket_text' => 'Il ticket #:old_ticket è stato chiuso e unito a questo ticket',
+ 'merge_placeholder' => 'Unisci il ticket #:ticket al seguente ticket',
'select_ticket' => 'Seleziona ticket',
'new_internal_ticket' => 'Nuovo ticket interno',
'internal_ticket' => 'Ticket interno',
'create_ticket' => 'Crea ticket',
- 'allow_inbound_email_tickets_external' => 'New Tickets by email (Client)',
- 'allow_inbound_email_tickets_external_help' => 'Allow clients to create new tickets by email',
+ 'allow_inbound_email_tickets_external' => 'Nuovi ticket via e-mail (cliente)',
+ 'allow_inbound_email_tickets_external_help' => 'Permettere ai clienti di creare nuovi ticket via e-mail',
'include_in_filter' => 'Includi nel filtro',
'custom_client1' => ':VALUE',
'custom_client2' => ':VALUE',
@@ -3119,8 +3141,8 @@ $LANG = array(
'previous_year' => 'Anno precedente',
'compare_to' => 'Compara a',
'last_week' => 'L\'ultima settimana',
- 'clone_to_invoice' => 'Clona a fattura',
- 'clone_to_quote' => 'Clona su preventivo',
+ 'clone_to_invoice' => 'Clona come fattura',
+ 'clone_to_quote' => 'Clona come preventivo',
'convert' => 'Convertire',
'last7_days' => 'Ultimi 7 giorni',
'last30_days' => 'Ultimi 30 giorni',
@@ -3138,8 +3160,8 @@ $LANG = array(
'locked' => 'Bloccato',
'authenticate' => 'Autentica',
'please_authenticate' => 'Si prega di autenticarsi',
- 'biometric_authentication' => 'Biometric Authentication',
- 'auto_start_tasks' => 'Partenza automaticha delle attività',
+ 'biometric_authentication' => 'Autenticazione biometrica',
+ 'auto_start_tasks' => 'Partenza automatica delle attività',
'budgeted' => 'Preventivato',
'please_enter_a_name' => 'Si prega di inserire un nome',
'click_plus_to_add_time' => 'Premi + per aggiungere tempo',
@@ -3149,7 +3171,7 @@ $LANG = array(
'valid_until_days' => 'Valido fino a',
'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.',
'usually_pays_in_days' => 'Giorni',
- 'requires_an_enterprise_plan' => 'Requires an enterprise plan',
+ 'requires_an_enterprise_plan' => 'Richiede un piano enterprise',
'take_picture' => 'Fai foto',
'upload_file' => 'Carica file',
'new_document' => 'Nuovo documento',
@@ -3166,12 +3188,12 @@ $LANG = array(
'no_record_selected' => 'Nessun dato selezionato',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
- 'redeem' => 'Redeem',
+ 'redeem' => 'Riscatta',
'back' => 'Indietro',
'past_purchases' => 'Acquisti passati',
'annual_subscription' => 'Abbonamento Annuale',
- 'pro_plan' => 'Pro Plan',
- 'enterprise_plan' => 'Enterprise Plan',
+ 'pro_plan' => 'Piano Pro',
+ 'enterprise_plan' => 'Piano Enterprise',
'count_users' => ':count utenti',
'upgrade' => 'Aggiorna',
'please_enter_a_first_name' => 'Si prega di inserire un nome',
@@ -3192,15 +3214,15 @@ $LANG = array(
'created_user' => 'Utente creato con successo',
'primary_font' => 'Font primario',
'secondary_font' => 'Font secondario',
- 'number_padding' => 'Number Padding',
+ 'number_padding' => 'Riempimento numero',
'general' => 'Generale',
'surcharge_field' => 'Campo Sovrattassa',
'company_value' => 'Valore azienda',
'credit_field' => 'Campo Credito',
'payment_field' => 'Campo Pagamento',
'group_field' => 'Campo Gruppo',
- 'number_counter' => 'Number Counter',
- 'number_pattern' => 'Pattern numerico',
+ 'number_counter' => 'Numero contatore',
+ 'number_pattern' => 'Formato numero',
'custom_javascript' => 'Javascript personalizzato',
'portal_mode' => 'Modalità portale',
'attach_pdf' => 'Allega PDF',
@@ -3213,7 +3235,7 @@ $LANG = array(
'fee_cap' => 'Tassa massima',
'limits_and_fees' => 'Limits/Fees',
'credentials' => 'Credenziali',
- 'require_billing_address_help' => 'Require client to provide their billing address',
+ 'require_billing_address_help' => 'Richiedere al cliente di fornire il suo indirizzo di fatturazione',
'require_shipping_address_help' => 'Richiedere al cliente di fornire il proprio indirizzo di spedizione',
'deleted_tax_rate' => 'Successfully deleted tax rate',
'restored_tax_rate' => 'Successfully restored tax rate',
@@ -3228,7 +3250,7 @@ $LANG = array(
'deleted_company_gateway' => 'Piattaforma eliminata con successo',
'restored_company_gateway' => 'Piattaforma ripristinata con successo',
'continue_editing' => 'Continua la modifica',
- 'default_value' => 'Valore di default',
+ 'default_value' => 'Valore predefinito',
'currency_format' => 'Formato moneta',
'first_day_of_the_week' => 'Primo giorno della settimana',
'first_month_of_the_year' => 'Primo mese dell\'anno',
@@ -3236,7 +3258,7 @@ $LANG = array(
'ocde' => 'Codice',
'date_format' => 'Formato data',
'datetime_format' => 'Formato data e ora',
- 'send_reminders' => 'Send Reminders',
+ 'send_reminders' => 'Invia promemoria',
'timezone' => 'Fuso Orario',
'filtered_by_group' => 'Filtrato per gruppo',
'filtered_by_invoice' => 'Filtrare per fattura',
@@ -3267,8 +3289,8 @@ $LANG = array(
'migration' => 'Migrazione',
'welcome_to_the_new_version' => 'Benvenuti nella nuova versione di Invoice Ninja',
'next_step_data_download' => 'At the next step, we\'ll let you download your data for the migration.',
- 'download_data' => 'Press button below to download the data.',
- 'migration_import' => 'Awesome! Now you are ready to import your migration. Go to your new installation to import your data',
+ 'download_data' => 'Premi il bottone qui sotto per scaricare i dati.',
+ 'migration_import' => 'Fantastico! Ora sei pronto per importare la tua migrazione. Vai alla tua nuova installazione per importare i tuoi dati',
'continue' => 'Continua',
'company1' => 'Azienda Personalizzata 1',
'company2' => 'Azienda Personalizzata 2',
@@ -3282,22 +3304,22 @@ $LANG = array(
'client2' => 'Custom Client 2',
'client3' => 'Custom Client 3',
'client4' => 'Custom Client 4',
- 'contact1' => 'Custom Contact 1',
- 'contact2' => 'Custom Contact 2',
- 'contact3' => 'Custom Contact 3',
- 'contact4' => 'Custom Contact 4',
- 'task1' => 'Custom Task 1',
- 'task2' => 'Custom Task 2',
- 'task3' => 'Custom Task 3',
- 'task4' => 'Custom Task 4',
+ 'contact1' => 'Contatto personalizzato 1',
+ 'contact2' => 'Contatto personalizzato 2',
+ 'contact3' => 'Contatto personalizzato 3',
+ 'contact4' => 'Contatto personalizzato 4',
+ 'task1' => 'Attività personalizzata 1',
+ 'task2' => 'Attività personalizzata 2',
+ 'task3' => 'Attività personalizzata 3',
+ 'task4' => 'Attività personalizzata 4',
'project1' => 'Custom Project 1',
'project2' => 'Custom Project 2',
'project3' => 'Custom Project 3',
'project4' => 'Custom Project 4',
- 'expense1' => 'Custom Expense 1',
- 'expense2' => 'Custom Expense 2',
- 'expense3' => 'Custom Expense 3',
- 'expense4' => 'Custom Expense 4',
+ 'expense1' => 'Spesa personalizzata 1',
+ 'expense2' => 'Spesa personalizzata 2',
+ 'expense3' => 'Spesa personalizzata 3',
+ 'expense4' => 'Spesa personalizzata 4',
'vendor1' => 'Fornitore Personalizzato 1',
'vendor2' => 'Fornitore Personalizzato 2',
'vendor3' => 'Fornitore Personalizzato 3',
@@ -3310,10 +3332,10 @@ $LANG = array(
'payment2' => 'Pagamento personalizzato 2',
'payment3' => 'Pagamento personalizzato 3',
'payment4' => 'Pagamento personalizzato 4',
- 'surcharge1' => 'Sovrattassa personalizzata 1',
- 'surcharge2' => 'Sovrattassa personalizzata 2',
- 'surcharge3' => 'Sovrattassa personalizzata 3',
- 'surcharge4' => 'Sovrattassa personalizzata 4',
+ 'surcharge1' => 'Imposta personalizzata 1',
+ 'surcharge2' => 'Imposta personalizzata 2',
+ 'surcharge3' => 'Imposta personalizzata 3',
+ 'surcharge4' => 'Imposta personalizzata 4',
'group1' => 'Custom Group 1',
'group2' => 'Custom Group 2',
'group3' => 'Custom Group 3',
@@ -3322,11 +3344,11 @@ $LANG = array(
'count' => 'Count',
'is_active' => 'È attivo',
'contact_last_login' => 'Contact Last Login',
- 'contact_full_name' => 'Contact Full Name',
- 'contact_custom_value1' => 'Contact Custom Value 1',
- 'contact_custom_value2' => 'Contact Custom Value 2',
- 'contact_custom_value3' => 'Contact Custom Value 3',
- 'contact_custom_value4' => 'Contact Custom Value 4',
+ 'contact_full_name' => 'Nome completo contatto',
+ 'contact_custom_value1' => 'Valore personalizzato contatto 1',
+ 'contact_custom_value2' => 'Valore personalizzato contatto 2',
+ 'contact_custom_value3' => 'Valore personalizzato contatto 3',
+ 'contact_custom_value4' => 'Valore personalizzato contatto 4',
'assigned_to_id' => 'Assegnato all\'ID',
'created_by_id' => 'Creato dall\'ID',
'add_column' => 'Aggiungi Colonna',
@@ -3341,43 +3363,43 @@ $LANG = array(
'show_product_details' => 'Mostra i dettagli del prodotto',
'show_product_details_help' => 'Includi la descrizione ed il costo nel menu a tendina del prodotto',
'pdf_min_requirements' => 'Il generatore di PDF richiede :version',
- 'adjust_fee_percent' => 'Adjust Fee Percent',
+ 'adjust_fee_percent' => 'Modifica la percentuale di Tassa',
'configure_settings' => 'Configura Impostazioni',
'about' => 'Info',
- 'credit_email' => 'Credit Email',
+ 'credit_email' => 'Email credito',
'domain_url' => 'URL dominio',
'password_is_too_easy' => 'La password deve contenere una maiuscola ed un numero',
- 'client_portal_tasks' => 'Client Portal Tasks',
+ 'client_portal_tasks' => 'Attività del portale clienti',
'client_portal_dashboard' => 'Pannello di Controllo Portale Clienti',
'please_enter_a_value' => 'Per favore inserisci un valore',
'deleted_logo' => 'Logo eliminato con successo',
'generate_number' => 'Genera numero',
- 'when_saved' => 'When Saved',
- 'when_sent' => 'When Sent',
+ 'when_saved' => 'Quando salvato',
+ 'when_sent' => 'Quando inviato',
'select_company' => 'Seleziona azienda',
'float' => 'Float',
'collapse' => 'Collapse',
'show_or_hide' => 'Mostra/nascondi',
- 'menu_sidebar' => 'Menu Sidebar',
- 'history_sidebar' => 'Barra laterale storico',
+ 'menu_sidebar' => 'Barra laterale del menu',
+ 'history_sidebar' => 'Barra laterale dello storico',
'tablet' => 'Tablet',
'layout' => 'Layout',
- 'module' => 'Module',
- 'first_custom' => 'First Custom',
- 'second_custom' => 'Second Custom',
- 'third_custom' => 'Third Custom',
+ 'module' => 'Modulo',
+ 'first_custom' => 'Spazio Personalizzato 1',
+ 'second_custom' => 'Spazio Personalizzato 2',
+ 'third_custom' => 'Spazio Personalizzato 3',
'show_cost' => 'Mostra Costo',
'show_cost_help' => 'Mostra un campo costo prodotto per tracciare il markup/profitto',
'show_product_quantity' => 'Mostra quantità prodotto',
'show_product_quantity_help' => 'Mostra un campo quantità prodotto, altrimenti imposta di default a 1',
'show_invoice_quantity' => 'Mostra quantità fattura',
'show_invoice_quantity_help' => 'Mostra un campo per la quantità degli articoli sulla riga, altrimenti imposta a uno',
- 'default_quantity' => 'Default Quantity',
+ 'default_quantity' => 'Quantità predefinita',
'default_quantity_help' => 'Imposta automaticamente la quantità dell\'elemento nella riga ad uno',
'one_tax_rate' => 'Una aliquota',
'two_tax_rates' => 'Due aliquote',
'three_tax_rates' => 'Tre aliquote',
- 'default_tax_rate' => 'Aliquota di default',
+ 'default_tax_rate' => 'Aliquota predefinita',
'invoice_tax' => 'Tassa fattura',
'line_item_tax' => 'Riga imposta articolo',
'inclusive_taxes' => 'Tasse inclusive',
@@ -3400,8 +3422,8 @@ $LANG = array(
'marked_invoices_as_sent' => 'Fatture contrassegnate con successo come inviate',
'marked_invoices_as_paid' => 'Fatture contrassegnate con successo come inviate',
'activity_57' => 'Il sistema non è riuscito a inviare la fattura :invoice via e-mail',
- 'custom_value3' => 'Custom Value 3',
- 'custom_value4' => 'Custom Value 4',
+ 'custom_value3' => 'Valore Personalizzato 3',
+ 'custom_value4' => 'Valore Personalizzato 4',
'email_style_custom' => 'Custom Email Style',
'custom_message_dashboard' => 'Messaggio Pannello di Controllo Personalizzato',
'custom_message_unpaid_invoice' => 'Messaggio personalizzato su fattura non pagata',
@@ -3409,25 +3431,25 @@ $LANG = array(
'custom_message_unapproved_quote' => 'Custom Unapproved Quote Message',
'lock_sent_invoices' => 'Blocca le fatture inviate',
'translations' => 'Traduzioni',
- 'task_number_pattern' => 'Task Number Pattern',
- 'task_number_counter' => 'Task Number Counter',
- 'expense_number_pattern' => 'Expense Number Pattern',
- 'expense_number_counter' => 'Expense Number Counter',
- 'vendor_number_pattern' => 'Vendor Number Pattern',
- 'vendor_number_counter' => 'Vendor Number Counter',
- 'ticket_number_pattern' => 'Ticket Number Pattern',
- 'ticket_number_counter' => 'Ticket Number Counter',
- 'payment_number_pattern' => 'Payment Number Pattern',
- 'payment_number_counter' => 'Payment Number Counter',
- 'invoice_number_pattern' => 'Pattern numerazione fatture',
- 'quote_number_pattern' => 'Quote Number Pattern',
- 'client_number_pattern' => 'Credit Number Pattern',
- 'client_number_counter' => 'Credit Number Counter',
- 'credit_number_pattern' => 'Credit Number Pattern',
- 'credit_number_counter' => 'Credit Number Counter',
- 'reset_counter_date' => 'Reset Counter Date',
- 'counter_padding' => 'Counter Padding',
- 'shared_invoice_quote_counter' => 'Contatore condiviso fatture/preventivi',
+ 'task_number_pattern' => 'Pattern numero attività',
+ 'task_number_counter' => 'Contatore numero attività',
+ 'expense_number_pattern' => 'Formato numero spesa',
+ 'expense_number_counter' => 'Contatore numero spesa',
+ 'vendor_number_pattern' => 'Formato numero fornitore',
+ 'vendor_number_counter' => 'Contatore numero venditore',
+ 'ticket_number_pattern' => 'Formato numero ticket',
+ 'ticket_number_counter' => 'Contatore numero ticket',
+ 'payment_number_pattern' => 'Formato numero pagamento',
+ 'payment_number_counter' => 'Contatore numero pagamento',
+ 'invoice_number_pattern' => 'Formato numero fatture',
+ 'quote_number_pattern' => 'Formato numero preventivi',
+ 'client_number_pattern' => 'Formato numero crediti',
+ 'client_number_counter' => 'Contatore numero credito',
+ 'credit_number_pattern' => 'Formato numero crediti',
+ 'credit_number_counter' => 'Contatore numero credito',
+ 'reset_counter_date' => 'Resetta contatore data',
+ 'counter_padding' => 'Riempimento contatore',
+ 'shared_invoice_quote_counter' => 'Contatore condiviso per fatture/preventivi',
'default_tax_name_1' => 'Default Tax Name 1',
'default_tax_rate_1' => 'Default Tax Rate 1',
'default_tax_name_2' => 'Default Tax Name 2',
@@ -3451,20 +3473,20 @@ $LANG = array(
'tax_rate2' => 'Tax Rate 2',
'tax_rate3' => 'Tax Rate 3',
'archived_at' => 'Archived At',
- 'has_expenses' => 'Has Expenses',
+ 'has_expenses' => 'Ha spese',
'custom_taxes1' => 'Tasse Personalizzate 1',
'custom_taxes2' => 'Tasse Personalizzate 2',
'custom_taxes3' => 'Tasse Personalizzate 3',
'custom_taxes4' => 'Tasse Personalizzate 4',
- 'custom_surcharge1' => 'Sovrattassa personalizzata 1',
- 'custom_surcharge2' => 'Sovrattassa personalizzata 2',
- 'custom_surcharge3' => 'Sovrattassa personalizzata 3',
- 'custom_surcharge4' => 'Sovrattassa personalizzata 4',
+ 'custom_surcharge1' => 'Imposta personalizzata 1',
+ 'custom_surcharge2' => 'Imposta personalizzata 2',
+ 'custom_surcharge3' => 'Imposta personalizzata 3',
+ 'custom_surcharge4' => 'Imposta personalizzata 4',
'is_deleted' => 'È cancellato',
'vendor_city' => 'Città Fornitore',
'vendor_state' => 'Stato Fornitore',
'vendor_country' => 'Paese fornitore',
- 'credit_footer' => 'Credit Footer',
+ 'credit_footer' => 'Piè di pagina Credito',
'credit_terms' => 'Termini del Credito',
'untitled_company' => 'Azienda senza nome',
'added_company' => 'Azienda aggiunta con successo',
@@ -3509,7 +3531,7 @@ $LANG = array(
'deleted_design' => 'Successfully deleted design',
'removed_design' => 'Successfully removed design',
'restored_design' => 'Successfully restored design',
- 'recurring_tasks' => 'Recurring Tasks',
+ 'recurring_tasks' => 'Attività ricorrenti',
'removed_credit' => 'Successfully removed credit',
'latest_version' => 'Latest Version',
'update_now' => 'Aggiorna ora',
@@ -3521,7 +3543,7 @@ $LANG = array(
'slack_webhook_url' => 'Slack Webhook URL',
'partial_payment' => 'Pagamento parziale',
'partial_payment_email' => 'Email di pagamento parziale',
- 'clone_to_credit' => 'Clona su credito',
+ 'clone_to_credit' => 'Clona come credito',
'emailed_credit' => 'Successfully emailed credit',
'marked_credit_as_sent' => 'Successfully marked credit as sent',
'email_subject_payment_partial' => 'Oggetto e-mail pagamento parziale',
@@ -3530,13 +3552,13 @@ $LANG = array(
'cross_migration_message' => 'La migrazione incrociata degli account non è consentita. Per favore, leggi altro qui: https://invoiceninja.github.io/docs/migration/#troubleshooting',
'email_credit' => 'Email Credit',
'client_email_not_set' => 'Il cliente non ha un indirizzo email impostato',
- 'ledger' => 'Ledger',
+ 'ledger' => 'Registro',
'view_pdf' => 'Vedi PDF',
'all_records' => 'Tutti i dati',
'owned_by_user' => 'Posseduto da utente',
'credit_remaining' => 'Credit Remaining',
- 'use_default' => 'Use default',
- 'reminder_endless' => 'Endless Reminders',
+ 'use_default' => 'Usa predefinito',
+ 'reminder_endless' => 'Promemoria senza scadenza',
'number_of_days' => 'Number of days',
'configure_payment_terms' => 'Configura termini di pagamento',
'payment_term' => 'Termini di pagamento',
@@ -3550,10 +3572,10 @@ $LANG = array(
'change' => 'Change',
'change_to_mobile_layout' => 'Change to the mobile layout?',
'change_to_desktop_layout' => 'Change to the desktop layout?',
- 'send_from_gmail' => 'Send from Gmail',
+ 'send_from_gmail' => 'Inviato da Gmail',
'reversed' => 'Reversed',
'cancelled' => 'Cancelled',
- 'quote_amount' => 'Quote Amount',
+ 'quote_amount' => 'Importo del preventivo',
'hosted' => 'Hosted',
'selfhosted' => 'Self-Hosted',
'hide_menu' => 'Nascondi menu',
@@ -3568,7 +3590,7 @@ $LANG = array(
'search_credits' => 'Cerca crediti',
'search_vendors' => 'Cerca fornitori',
'search_users' => 'Cerca utenti',
- 'search_tax_rates' => 'Search Tax Rates',
+ 'search_tax_rates' => 'Cerca aliquote',
'search_tasks' => 'Cerca attività',
'search_settings' => 'Cerca Impostazioni',
'search_projects' => 'Cerca prodotti',
@@ -3601,10 +3623,10 @@ $LANG = array(
'optin' => 'Opt-In',
'optout' => 'Opt-Out',
'auto_convert' => 'Auto Convert',
- 'reminder1_sent' => 'Reminder 1 Sent',
- 'reminder2_sent' => 'Reminder 2 Sent',
- 'reminder3_sent' => 'Reminder 3 Sent',
- 'reminder_last_sent' => 'Reminder Last Sent',
+ 'reminder1_sent' => 'Promemoria 1 inviato',
+ 'reminder2_sent' => 'Promemoria 2 inviato',
+ 'reminder3_sent' => 'Promemoria 3 inviato',
+ 'reminder_last_sent' => 'Ultimo invio promemoria',
'pdf_page_info' => 'Pagina :current di :total',
'emailed_credits' => 'Successfully emailed credits',
'view_in_stripe' => 'View in Stripe',
@@ -3614,16 +3636,16 @@ $LANG = array(
'custom_labels' => 'Etichette Personalizzate',
'record_type' => 'Record Type',
'record_name' => 'Record Name',
- 'file_type' => 'File Type',
+ 'file_type' => 'Tipo file',
'height' => 'Altezza',
'width' => 'Larghezza',
'health_check' => 'Health Check',
- 'last_login_at' => 'Last Login At',
+ 'last_login_at' => 'Ultimo login alle',
'company_key' => 'Chiave azienda',
'storefront' => 'Storefront',
'storefront_help' => 'Permetti alle app di terze parti di creare fatture',
- 'count_records_selected' => ':count records selected',
- 'count_record_selected' => ':count record selected',
+ 'count_records_selected' => ':count elementi selezionati',
+ 'count_record_selected' => ':count elemento selezionato',
'client_created' => 'Cliente creato',
'online_payment_email' => 'Email di pagamento online',
'manual_payment_email' => 'Email di pagamento manuale',
@@ -3675,7 +3697,7 @@ $LANG = array(
'restored_token' => 'Successfully restored token',
'client_registration' => 'Registazione cliente',
'client_registration_help' => 'Permetti al cliente di registrarsi da solo nel portale',
- 'customize_and_preview' => 'Personalizza & Anterpima',
+ 'customize_and_preview' => 'Personalizza & Anteprima',
'search_document' => 'Cerca 1 documento',
'search_design' => 'Cerca 1 stile',
'search_invoice' => 'Cerca 1 fattura',
@@ -3685,12 +3707,12 @@ $LANG = array(
'search_credit' => 'Cerca 1 credito',
'search_vendor' => 'Cerca 1 Fornitore',
'search_user' => 'Cerca 1 utente',
- 'search_tax_rate' => 'Search 1 Tax Rate',
+ 'search_tax_rate' => 'Cerca 1 aliquota',
'search_task' => 'Cerca 1 attività',
- 'search_project' => 'Search 1 Project',
- 'search_expense' => 'Search 1 Expense',
+ 'search_project' => 'Cerca 1 progetto',
+ 'search_expense' => 'Cerca 1 spesa',
'search_payment' => 'Cerca 1 pagamento',
- 'search_group' => 'Search 1 Group',
+ 'search_group' => 'Cerca 1 gruppo',
'created_on' => 'Creato il',
'payment_status_-1' => 'Non applicato',
'lock_invoices' => 'Blocca fatture',
@@ -3699,20 +3721,20 @@ $LANG = array(
'view_changes' => 'Vedi modifiche',
'force_update' => 'Forza aggiornamento',
'force_update_help' => 'Stai eseguendo l\'ultima versione, ma potrebbero essere disponibili dei fix in attesa.',
- 'mark_paid_help' => 'Track the expense has been paid',
+ 'mark_paid_help' => 'Traccia se le spese sono state pagate',
'mark_invoiceable_help' => 'Permetti la fatturazione delle spese',
- 'add_documents_to_invoice_help' => 'Make the documents visible',
+ 'add_documents_to_invoice_help' => 'Rendi i documenti visibili',
'convert_currency_help' => 'Imposta un tasso di cambio',
'expense_settings' => 'Impostazioni Spese',
- 'clone_to_recurring' => 'Clone to Recurring',
+ 'clone_to_recurring' => 'Clona come ricorrente',
'crypto' => 'Crypto',
- 'user_field' => 'User Field',
+ 'user_field' => 'Campo utente',
'variables' => 'Variabili',
'show_password' => 'Mostra Password',
'hide_password' => 'Nascondi Password',
'copy_error' => 'Copia Errore',
'capture_card' => 'Capture Card',
- 'auto_bill_enabled' => 'Auto Bill Enabled',
+ 'auto_bill_enabled' => 'Fattura automatica abilitata',
'total_taxes' => 'Totale Tasse',
'line_taxes' => 'Riga tasse',
'total_fields' => 'Campi Totale',
@@ -3736,34 +3758,34 @@ $LANG = array(
'search_recurring_invoice' => 'Cerca 1 fattura ricorrente',
'search_recurring_invoices' => 'Cerca :count Fatture ricorrenti',
'send_date' => 'Data di invio',
- 'auto_bill_on' => 'Auto Bill On',
+ 'auto_bill_on' => 'Fattura automatica attiva',
'minimum_under_payment_amount' => 'Minimum Under Payment Amount',
'allow_over_payment' => 'Consenti pagamento in eccesso',
- 'allow_over_payment_help' => 'Supporta il pagamento di un extra per accettare le mance',
+ 'allow_over_payment_help' => 'Accetta il pagamento di un extra',
'allow_under_payment' => 'Consenti pagamento ridotto',
- 'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount',
- 'test_mode' => 'Test Mode',
+ 'allow_under_payment_help' => 'Accetta il pagamento parziale o di cauzione',
+ 'test_mode' => 'Modalità di test',
'calculated_rate' => 'Calculated Rate',
- 'default_task_rate' => 'Default Task Rate',
- 'clear_cache' => 'Clear Cache',
- 'sort_order' => 'Sort Order',
+ 'default_task_rate' => 'Prezzo di attività predefinito',
+ 'clear_cache' => 'Pulisci cache',
+ 'sort_order' => 'Ordinamento',
'task_status' => 'Stato',
- 'task_statuses' => 'Task Statuses',
- 'new_task_status' => 'New Task Status',
- 'edit_task_status' => 'Edit Task Status',
- 'created_task_status' => 'Successfully created task status',
- 'archived_task_status' => 'Successfully archived task status',
- 'deleted_task_status' => 'Successfully deleted task status',
- 'removed_task_status' => 'Successfully removed task status',
- 'restored_task_status' => 'Successfully restored task status',
- 'search_task_status' => 'Search 1 Task Status',
- 'search_task_statuses' => 'Search :count Task Statuses',
- 'show_tasks_table' => 'Show Tasks Table',
+ 'task_statuses' => 'Stati attività',
+ 'new_task_status' => 'Nuovo stato attività',
+ 'edit_task_status' => 'Modifica stato attività',
+ 'created_task_status' => 'Stato attività creato con successo',
+ 'archived_task_status' => 'Stato attività archiviato con successo',
+ 'deleted_task_status' => 'Stato attività cancellato con successo',
+ 'removed_task_status' => 'Stato attività rimosso con successo',
+ 'restored_task_status' => 'Stato attività ripristinato con successo',
+ 'search_task_status' => 'Cerca 1 stato attività',
+ 'search_task_statuses' => 'Cerca :count stati attività',
+ 'show_tasks_table' => 'Mostra tabella attività',
'show_tasks_table_help' => 'Mostra sempre la sezione delle attività quando si creano le fatture',
'invoice_task_timelog' => 'Timelog delle attività di fatturazione',
'invoice_task_timelog_help' => 'Aggiungere i dettagli sull\'orario alle voci della fattura',
- 'auto_start_tasks_help' => 'Start tasks before saving',
- 'configure_statuses' => 'Configure Statuses',
+ 'auto_start_tasks_help' => 'Avvia le attività prima di salvare',
+ 'configure_statuses' => 'Configura gli stati',
'task_settings' => 'Impostazioni attività',
'configure_categories' => 'Configura Categorie',
'edit_expense_category' => 'Modifica Categoria di Spesa',
@@ -3774,54 +3796,54 @@ $LANG = array(
'show_option' => 'Mostra opzione',
'negative_payment_error' => 'The credit amount cannot exceed the payment amount',
'should_be_invoiced_help' => 'Permettere la fatturazione della spesa',
- 'configure_gateways' => 'Configure Gateways',
- 'payment_partial' => 'Partial Payment',
+ 'configure_gateways' => 'Configura i gateway',
+ 'payment_partial' => 'Pagamento parziale',
'is_running' => 'Is Running',
'invoice_currency_id' => 'ID Valuta Fattura',
- 'tax_name1' => 'Tax Name 1',
- 'tax_name2' => 'Tax Name 2',
- 'transaction_id' => 'Transaction ID',
+ 'tax_name1' => 'Nome tassa 1',
+ 'tax_name2' => 'Nome tassa 2',
+ 'transaction_id' => 'ID transazione',
'invoice_late' => 'Fattura in ritardo',
'quote_expired' => 'Preventivo scaduto',
'recurring_invoice_total' => 'Totale fattura',
'actions' => 'Azioni',
- 'expense_number' => 'Expense Number',
+ 'expense_number' => 'Numero spesa',
'task_number' => 'Numero attività',
- 'project_number' => 'Project Number',
- 'view_settings' => 'View Settings',
+ 'project_number' => 'Numero progetto',
+ 'view_settings' => 'Impostazioni Visualizzazione',
'company_disabled_warning' => 'Attenzione: questa azienda non è ancora stata attivata',
'late_invoice' => 'Fattura in ritardo',
'expired_quote' => 'Preventivo scaduto',
'remind_invoice' => 'Ricorda fattura',
'client_phone' => 'Telefono cliente',
- 'required_fields' => 'Required Fields',
- 'enabled_modules' => 'Enabled Modules',
- 'activity_60' => ':contact viewed quote :quote',
- 'activity_61' => ':user updated client :client',
+ 'required_fields' => 'Campi richiesti',
+ 'enabled_modules' => 'Moduli abilitati',
+ 'activity_60' => ':contact ha visualizzato il preventivo :quote',
+ 'activity_61' => ':user ha aggiornato il cliente :client',
'activity_62' => ':user ha aggiornato il fornitore :vendor',
'activity_63' => ':user ha inviato il primo promemoria per la fattura :invoice a :contact',
'activity_64' => ':user ha inviato un secondo promemoria per la fattura :invoice a :contact',
'activity_65' => ':user ha inviato il terzo promemoria per la fattura :invoice a :contact',
'activity_66' => ':user ha inviato un promemoria ricorrente per la fattura :invoice a :contact',
'expense_category_id' => 'ID della categoria di spesa',
- 'view_licenses' => 'View Licenses',
- 'fullscreen_editor' => 'Fullscreen Editor',
- 'sidebar_editor' => 'Sidebar Editor',
- 'please_type_to_confirm' => 'Please type ":value" to confirm',
+ 'view_licenses' => 'Visualizza le licenze',
+ 'fullscreen_editor' => 'Editor a schermo intero',
+ 'sidebar_editor' => 'Editor barra laterale',
+ 'please_type_to_confirm' => 'Digita ":value" per confermare',
'purge' => 'Purge',
- 'clone_to' => 'Clone To',
- 'clone_to_other' => 'Clona su altro',
+ 'clone_to' => 'Clona come',
+ 'clone_to_other' => 'Clona come altro',
'labels' => 'Etichette',
'add_custom' => 'Add Custom',
'payment_tax' => 'Payment Tax',
'white_label' => 'White Label',
'sent_invoices_are_locked' => 'Le fatture inviate sono bloccate',
'paid_invoices_are_locked' => 'Le fatture pagate sono bloccate',
- 'source_code' => 'Source Code',
+ 'source_code' => 'Codice Sorgente',
'app_platforms' => 'App Platforms',
- 'archived_task_statuses' => 'Successfully archived :value task statuses',
- 'deleted_task_statuses' => 'Successfully deleted :value task statuses',
- 'restored_task_statuses' => 'Successfully restored :value task statuses',
+ 'archived_task_statuses' => ':value stati attività archiviati con successo',
+ 'deleted_task_statuses' => ':value stati attività cancellati con successo',
+ 'restored_task_statuses' => ':value stati attività ripristinati con successo',
'deleted_expense_categories' => 'Eliminate con successo :value categorie di spesa',
'restored_expense_categories' => 'Ripristinate con successo :value categorie di spesa',
'archived_recurring_invoices' => 'Archiviato con successo :value fatture ricorrenti ',
@@ -3831,7 +3853,7 @@ $LANG = array(
'deleted_webhooks' => 'Successfully deleted :value webhooks',
'removed_webhooks' => 'Successfully removed :value webhooks',
'restored_webhooks' => 'Successfully restored :value webhooks',
- 'api_docs' => 'API Docs',
+ 'api_docs' => 'Documentazione API',
'archived_tokens' => 'Successfully archived :value tokens',
'deleted_tokens' => 'Successfully deleted :value tokens',
'restored_tokens' => 'Successfully restored :value tokens',
@@ -3842,10 +3864,10 @@ $LANG = array(
'deleted_designs' => 'Successfully deleted :value designs',
'restored_designs' => 'Successfully restored :value designs',
'restored_credits' => 'Successfully restored :value credits',
- 'archived_users' => 'Successfully archived :value users',
- 'deleted_users' => 'Successfully deleted :value users',
- 'removed_users' => 'Successfully removed :value users',
- 'restored_users' => 'Successfully restored :value users',
+ 'archived_users' => 'Archiviati con successo :value utenti',
+ 'deleted_users' => 'Cancellati con successo :value utenti',
+ 'removed_users' => 'Rimossi con successo :value utenti',
+ 'restored_users' => 'Ripristinati con successo :value utenti',
'archived_tax_rates' => 'Successfully archived :value tax rates',
'deleted_tax_rates' => 'Successfully deleted :value tax rates',
'restored_tax_rates' => 'Successfully restored :value tax rates',
@@ -3855,12 +3877,12 @@ $LANG = array(
'archived_groups' => 'Successfully archived :value groups',
'deleted_groups' => 'Successfully deleted :value groups',
'restored_groups' => 'Successfully restored :value groups',
- 'archived_documents' => 'Successfully archived :value documents',
- 'deleted_documents' => 'Successfully deleted :value documents',
- 'restored_documents' => 'Successfully restored :value documents',
+ 'archived_documents' => ':value documenti archiviati con successo',
+ 'deleted_documents' => ':value documenti cancellati con successo',
+ 'restored_documents' => ':value documenti ripristinati con successo',
'restored_vendors' => 'Ripristinati con successo :value fornitori',
- 'restored_expenses' => 'Successfully restored :value expenses',
- 'restored_tasks' => 'Successfully restored :value tasks',
+ 'restored_expenses' => 'Ripristinate con successo :value spese',
+ 'restored_tasks' => ':value attività ripristinate con successo',
'restored_projects' => 'Successfully restored :value projects',
'restored_products' => 'Ripristinati con successo :value prodotti',
'restored_clients' => 'Successfully restored :value clients',
@@ -3868,63 +3890,63 @@ $LANG = array(
'restored_payments' => 'Successfully restored :value payments',
'restored_quotes' => 'Successfully restored :value quotes',
'update_app' => 'Aggiorna App',
- 'started_import' => 'Successfully started import',
+ 'started_import' => 'Importazione avviata con successo',
'duplicate_column_mapping' => 'Duplicate column mapping',
'uses_inclusive_taxes' => 'Usa tasse inclusive',
'is_amount_discount' => 'Is Amount Discount',
'map_to' => 'Map To',
'first_row_as_column_names' => 'Use first row as column names',
'no_file_selected' => 'No File Selected',
- 'import_type' => 'Import Type',
+ 'import_type' => 'Tipo di importazione',
'draft_mode' => 'Draft Mode',
- 'draft_mode_help' => 'Preview updates faster but is less accurate',
+ 'draft_mode_help' => 'L\'anteprima si aggiornerà più velocemente ma sarà meno accurata',
'show_product_discount' => 'Mostra sconto prodotto',
'show_product_discount_help' => 'Mostra un campo sconto articolo sulla riga',
'tax_name3' => 'Tax Name 3',
'debug_mode_is_enabled' => 'Debug mode is enabled',
'debug_mode_is_enabled_help' => 'Warning: it is intended for use on local machines, it can leak credentials. Click to learn more.',
- 'running_tasks' => 'Running Tasks',
+ 'running_tasks' => 'Attività in corso',
'recent_tasks' => 'Attività Recenti',
'recent_expenses' => 'Spese Recenti',
- 'upcoming_expenses' => 'Upcoming Expenses',
- 'search_payment_term' => 'Search 1 Payment Term',
+ 'upcoming_expenses' => 'Spese in arrivo',
+ 'search_payment_term' => 'Ricerca 1 Termine di pagamento',
'search_payment_terms' => 'Cerca :count termini di pagamento',
'save_and_preview' => 'Salva e mostra anteprima',
- 'save_and_email' => 'Save and Email',
+ 'save_and_email' => 'Salva e invia e-mail',
'converted_balance' => 'Converted Balance',
- 'is_sent' => 'Is Sent',
+ 'is_sent' => 'È inviato',
'document_upload' => 'Caricamento Documenti',
- 'document_upload_help' => 'Enable clients to upload documents',
+ 'document_upload_help' => 'Permettere ai clienti di caricare documenti',
'expense_total' => 'Totale Spese',
'enter_taxes' => 'Inserire tasse',
- 'by_rate' => 'By Rate',
- 'by_amount' => 'By Amount',
+ 'by_rate' => 'Per prezzo',
+ 'by_amount' => 'Per ammontare',
'enter_amount' => 'Inserire importo',
- 'before_taxes' => 'Before Taxes',
- 'after_taxes' => 'After Taxes',
+ 'before_taxes' => 'Prima delle tasse',
+ 'after_taxes' => 'Dopo le tasse',
'color' => 'Colore',
'show' => 'Mostra',
'empty_columns' => 'Colonne vuote',
- 'project_name' => 'Project Name',
- 'counter_pattern_error' => 'To use :client_counter please add either :client_number or :client_id_number to prevent conflicts',
+ 'project_name' => 'Nome progetto',
+ 'counter_pattern_error' => 'Per usare :client_counter aggiungere :client_number o :client_id_number per evitare conflitti',
'this_quarter' => 'This Quarter',
- 'to_update_run' => 'To update run',
- 'registration_url' => 'Registration URL',
+ 'to_update_run' => 'Per aggiornare esegui',
+ 'registration_url' => 'URL di registrazione',
'show_product_cost' => 'Mostra costo prodotto',
- 'complete' => 'Complete',
+ 'complete' => 'Completa',
'next' => 'Successivo',
'next_step' => 'Avanti',
'notification_credit_sent_subject' => 'Il credito :invoice è stato inviato a :client',
'notification_credit_viewed_subject' => 'Il credito :invoice è stato visto da :client',
'notification_credit_sent' => 'Al cliente :client è stata inviata per email la fattura :invoice per :amount.',
- 'notification_credit_viewed' => 'The following client :client viewed Credit :credit for :amount.',
+ 'notification_credit_viewed' => 'Il cliente :client ha visualizzato il credito :credit per :amount.',
'reset_password_text' => 'Inserire la mail per resettare la password.',
'password_reset' => 'Reset password',
'account_login_text' => 'Welcome back! Glad to see you.',
'request_cancellation' => 'Richiedi Cancellazione',
- 'delete_payment_method' => 'Delete Payment Method',
+ 'delete_payment_method' => 'Elimina il metodo di pagamento',
'about_to_delete_payment_method' => 'You are about to delete the payment method.',
- 'action_cant_be_reversed' => 'Action can\'t be reversed',
+ 'action_cant_be_reversed' => 'L\'azione non può essere annullata',
'profile_updated_successfully' => 'The profile has been updated successfully.',
'currency_ethiopian_birr' => 'Ethiopian Birr',
'client_information_text' => 'Use a permanent address where you can receive mail.',
@@ -3933,16 +3955,16 @@ $LANG = array(
'locations' => 'Locations',
'freq_indefinitely' => 'Indefinitely',
'cycles_remaining' => 'Cicli restanti',
- 'i_understand_delete' => 'I understand, delete',
+ 'i_understand_delete' => 'Capisco, cancella',
'download_files' => 'Scarica files',
- 'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
+ 'download_timeframe' => 'Usa questo link per scaricare i tuoi file. Il link scadrà tra 1 ora.',
'new_signup' => 'Nuova Iscrizione',
- 'new_signup_text' => 'A new account has been created by :user - :email - from IP address: :ip',
+ 'new_signup_text' => 'Un nuovo account è stato creato da :user - :email - dall\'indirizzo IP: :ip',
'notification_payment_paid_subject' => 'Pagamento effettuato da :client',
'notification_partial_payment_paid_subject' => 'Pagamento parziale effettuato da :client',
'notification_payment_paid' => 'Un pagamento di :amount è stato fatto dal cliente :client per la fattura :invoice',
'notification_partial_payment_paid' => 'Un pagamento parziale di :amount è stato fatto dal cliente :client verso :invoice',
- 'notification_bot' => 'Notification Bot',
+ 'notification_bot' => 'Bot notifiche',
'invoice_number_placeholder' => 'Fattura # :invoice',
'entity_number_placeholder' => ':entity # :entity_number',
'email_link_not_working' => 'If the button above isn\'t working for you, please click on the link',
@@ -3963,7 +3985,7 @@ $LANG = array(
'details_of_recurring_invoice' => 'Di seguito sono riportati alcuni dettagli sulla fattura ricorrente',
'cancellation' => 'Cancellazione',
'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Attenzione! Stai richiedendo la cancellazione di questo servizio.\n Il tuo servizio può essere cancellato senza ulteriori notifiche a te.',
+ 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service. Your service may be cancelled with no further notification to you.',
'cancellation_pending' => 'Cancellazione in corso, ci metteremo in contatto!',
'list_of_payments' => 'Elenco dei pagamenti',
'payment_details' => 'Dettagli del pagamento',
@@ -3989,7 +4011,7 @@ $LANG = array(
'authorize_for_future_use' => 'Autorizza il metodo di pagamento per un utilizzo futuro',
'page' => 'Pagina',
'per_page' => 'Per pagina',
- 'of' => 'Of',
+ 'of' => 'Di',
'view_credit' => 'Vedi Credito',
'to_view_entity_password' => 'Inserisci la password per vedere :entity.',
'showing_x_of' => 'Mostrando da :first a :last su :total risultati',
@@ -4000,7 +4022,7 @@ $LANG = array(
'register_label' => 'Crea il tuo account in pochi secondi',
'password_confirmation' => 'Conferma la tua password',
'verification' => 'Verifica',
- 'complete_your_bank_account_verification' => 'Before using a bank account it must be verified.',
+ 'complete_your_bank_account_verification' => 'Prima di usare un conto bancario deve essere verificato.',
'checkout_com' => 'Checkout.com',
'footer_label' => 'Copyright © :year :company.',
'credit_card_invalid' => 'Il numero di carta di credito fornito non è valido.',
@@ -4014,18 +4036,18 @@ $LANG = array(
'recommended_in_production' => 'Altamente raccomandato in produzione',
'enable_only_for_development' => 'Attiva solo per lo sviluppo',
'test_pdf' => 'Testa PDF',
- 'checkout_authorize_label' => 'Checkout.com can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
- 'sofort_authorize_label' => 'Bank account (SOFORT) can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store payment details" during payment process.',
+ 'checkout_authorize_label' => 'Checkout.com può essere salvato come metodo di pagamento per uso futuro, una volta completata la prima transazione. Non dimenticare di impostare "Memorizza i dettagli della carta di credito" durante il processo di pagamento.',
+ 'sofort_authorize_label' => 'Il conto bancario (SOFORT) può essere salvato come metodo di pagamento per usi futuri, una volta completata la prima transazione. Non dimenticare di impostare "Memorizza i dettagli del pagamento" durante il processo di pagamento.',
'node_status' => 'Stato di Node',
'npm_status' => 'Stato di NPM',
- 'node_status_not_found' => 'I could not find Node anywhere. Is it installed?',
- 'npm_status_not_found' => 'I could not find NPM anywhere. Is it installed?',
+ 'node_status_not_found' => 'Non sono riuscito a trovare Node da nessuna parte. È installato?',
+ 'npm_status_not_found' => 'Non ho trovato NPM da nessuna parte. È installato?',
'locked_invoice' => 'Questa fattura è bloccata e non può essere modificata',
'downloads' => 'Downloads',
- 'resource' => 'Resource',
+ 'resource' => 'Risorsa',
'document_details' => 'Dettagli sul documento',
'hash' => 'Hash',
- 'resources' => 'Resources',
+ 'resources' => 'Risorse',
'allowed_file_types' => 'Allowed file types:',
'common_codes' => 'Common codes and their meanings',
'payment_error_code_20087' => '20087: Bad Track Data (invalid CVV and/or expiry date)',
@@ -4039,23 +4061,23 @@ $LANG = array(
'minimum_required_payment' => 'Minimum required payment is :amount',
'under_payments_disabled' => 'L\'azienda non supporta i sotto-pagamenti',
'over_payments_disabled' => 'L\'azienda non supporta i sovra-pagamenti',
- 'saved_at' => 'Saved at :time',
+ 'saved_at' => 'Salvato alle :time',
'credit_payment' => 'Credito applicato alla fattura :invoice_number',
'credit_subject' => 'New credit :number from :account',
'credit_message' => 'To view your credit for :amount, click the link below.',
'payment_type_Crypto' => 'Criptovaluta',
'payment_type_Credit' => 'Credito',
- 'store_for_future_use' => 'Store for future use',
+ 'store_for_future_use' => 'Salva per usi futuri',
'pay_with_credit' => 'Paga con credito',
'payment_method_saving_failed' => 'Il metodo di pagamento non può essere salvato per un utilizzo futuro.',
'pay_with' => 'Paga con',
'n/a' => 'N/A',
'by_clicking_next_you_accept_terms' => 'Cliccando "avanti" confermerai l\'accettazione dei termini.',
- 'not_specified' => 'Not specified',
+ 'not_specified' => 'Non specificato',
'before_proceeding_with_payment_warning' => 'Prima di procedere con il pagamento è necessario compilare i seguenti campi',
'after_completing_go_back_to_previous_page' => 'After completing, go back to previous page.',
'pay' => 'Paga',
- 'instructions' => 'Instructions',
+ 'instructions' => 'Istruzioni',
'notification_invoice_reminder1_sent_subject' => 'Il promemoria 1 per la fattura :invoice è stato inviato a :client',
'notification_invoice_reminder2_sent_subject' => 'Il promemoria 2 per la fattura :invoice è stato inviato a :client',
'notification_invoice_reminder3_sent_subject' => 'Il promemoria 3 per la fattura :invoice è stato inviato a :client',
@@ -4072,7 +4094,7 @@ $LANG = array(
'notification_credit_bounced' => 'Non siamo stati in grado di consegnare il credito :invoice a :contact. \n :error',
'notification_credit_bounced_subject' => 'Impossibile consegnare il credito :invoice',
'save_payment_method_details' => 'Salva i dettagli del metodo di pagamento',
- 'new_card' => 'New card',
+ 'new_card' => 'Nuova carta',
'new_bank_account' => 'Nuovo conto bancario',
'company_limit_reached' => 'Limit of 10 companies per account.',
'credits_applied_validation' => 'Il totale dei crediti applicati non può essere SUPERIORE al totale delle fatture',
@@ -4082,8 +4104,8 @@ $LANG = array(
'duplicate_credits_submitted' => 'Duplicate credits submitted.',
'duplicate_invoices_submitted' => 'Fatture duplicate inviate.',
'credit_with_no_invoice' => 'È necessario disporre di una fattura impostata quando si utilizza del credito in un pagamento',
- 'client_id_required' => 'Client id is required',
- 'expense_number_taken' => 'Expense number already taken',
+ 'client_id_required' => 'L\'ID cliente è obbligatorio',
+ 'expense_number_taken' => 'Numero di spesa già utilizzato',
'invoice_number_taken' => 'Numero di fattura già usato',
'payment_id_required' => 'Payment `id` required.',
'unable_to_retrieve_payment' => 'Impossibile recuperare il pagamento specificato',
@@ -4094,36 +4116,36 @@ $LANG = array(
'refund_without_credits' => 'Si sta tentando di rimborsare un pagamento con crediti allegati, specificare i crediti validi da rimborsare.',
'max_refundable_credit' => 'Attempting to refund more than allowed for credit :credit, maximum refundable amount is :amount',
'project_client_do_not_match' => 'Project client does not match entity client',
- 'quote_number_taken' => 'Quote number already taken',
+ 'quote_number_taken' => 'Numero preventivo già in uso',
'recurring_invoice_number_taken' => 'Numero di fattura ricorrente :number già usato',
- 'user_not_associated_with_account' => 'User not associated with this account',
+ 'user_not_associated_with_account' => 'Utente non associato a questo account',
'amounts_do_not_balance' => 'Amounts do not balance correctly.',
'insufficient_applied_amount_remaining' => 'Importo applicato rimanente insufficiente per coprire il pagamento.',
- 'insufficient_credit_balance' => 'Insufficient balance on credit.',
+ 'insufficient_credit_balance' => 'Bilancio del credito insufficiente.',
'one_or_more_invoices_paid' => 'Una o più di queste fatture sono state pagate',
'invoice_cannot_be_refunded' => 'L\'id della fattura :number non può essere rimborsato',
'attempted_refund_failed' => 'Attempting to refund :amount only :refundable_amount available for refund',
'user_not_associated_with_this_account' => 'Questo utente non può essere collegato a questa azienda. Forse ha già registrato un utente su un altro account?',
- 'migration_completed' => 'Migration completed',
+ 'migration_completed' => 'Migrazione completata',
'migration_completed_description' => 'Your migration has completed, please review your data after logging in.',
'api_404' => '404 | Niente da vedere qui!',
'large_account_update_parameter' => 'Cannot load a large account without a updated_at parameter',
- 'no_backup_exists' => 'No backup exists for this activity',
+ 'no_backup_exists' => 'Non esiste un backup per questa attività',
'company_user_not_found' => 'Company User record not found',
- 'no_credits_found' => 'No credits found.',
+ 'no_credits_found' => 'Nessun credito trovato.',
'action_unavailable' => 'The requested action :action is not available.',
- 'no_documents_found' => 'No Documents Found',
+ 'no_documents_found' => 'Nessun documento trovato',
'no_group_settings_found' => 'No group settings found',
'access_denied' => 'Insufficient privileges to access/modify this resource',
'invoice_cannot_be_marked_paid' => 'La fattura non può essere segnata come pagata',
'invoice_license_or_environment' => 'Invalid license, or invalid environment :environment',
'route_not_available' => 'Route not available',
'invalid_design_object' => 'Oggetto di design personalizzato non valido',
- 'quote_not_found' => 'Quote/s not found',
+ 'quote_not_found' => 'Preventivo/i non trovati',
'quote_unapprovable' => 'Impossibile approvare il preventivo in quanto scaduto.',
'scheduler_has_run' => 'Scheduler has run',
'scheduler_has_never_run' => 'Scheduler has never run',
- 'self_update_not_available' => 'Self update not available on this system.',
+ 'self_update_not_available' => 'L\'aggiornamento automatico non è disponibile su questo sistema.',
'user_detached' => 'Utente separato dall\'azienda',
'create_webhook_failure' => 'Failed to create Webhook',
'payment_message_extended' => 'Grazie per il pagamento di :amount per :invoice',
@@ -4134,33 +4156,33 @@ $LANG = array(
'partially_unapplied' => 'Partially Unapplied',
'select_a_gmail_user' => 'Please select a user authenticated with Gmail',
'list_long_press' => 'List Long Press',
- 'show_actions' => 'Show Actions',
- 'start_multiselect' => 'Start Multiselect',
- 'email_sent_to_confirm_email' => 'An email has been sent to confirm the email address',
+ 'show_actions' => 'Mostra azioni',
+ 'start_multiselect' => 'Lancia multiselezione',
+ 'email_sent_to_confirm_email' => 'Una mail è stata inviata per confermare l\'indirizzo email',
'converted_paid_to_date' => 'Converted Paid to Date',
'converted_credit_balance' => 'Converted Credit Balance',
'converted_total' => 'Converted Total',
'reply_to_name' => 'Reply-To Name',
'payment_status_-2' => 'Partially Unapplied',
- 'color_theme' => 'Color Theme',
- 'start_migration' => 'Start Migration',
+ 'color_theme' => 'Colore del tema',
+ 'start_migration' => 'Inizia migrazione',
'recurring_cancellation_request' => 'Richiesta di cancellazione della fattura ricorrente da :contact',
'recurring_cancellation_request_body' => ':contact dal cliente :client ha chiesto di cancellare la fattura ricorrente :invoice',
- 'hello' => 'Hello',
- 'group_documents' => 'Group documents',
- 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
+ 'hello' => 'Ciao',
+ 'group_documents' => 'Raggruppa documenti',
+ 'quote_approval_confirmation_label' => 'Sei sicuro di voler approvare questo preventivo?',
'migration_select_company_label' => 'Select companies to migrate',
- 'force_migration' => 'Force migration',
+ 'force_migration' => 'Forza migrazione',
'require_password_with_social_login' => 'Richiedi una password per il login Social',
'stay_logged_in' => 'Rimani autenticato',
- 'session_about_to_expire' => 'Warning: Your session is about to expire',
- 'count_hours' => ':count Hours',
- 'count_day' => '1 Day',
- 'count_days' => ':count Days',
- 'web_session_timeout' => 'Web Session Timeout',
+ 'session_about_to_expire' => 'Attenzione: la tua sessione sta per scadere',
+ 'count_hours' => ':count ore',
+ 'count_day' => '1 giorno',
+ 'count_days' => ':count giorni',
+ 'web_session_timeout' => 'Timeout della sessione web',
'security_settings' => 'Impostazioni di Sicurezza',
- 'resend_email' => 'Resend Email',
- 'confirm_your_email_address' => 'Please confirm your email address',
+ 'resend_email' => 'Reinvia email',
+ 'confirm_your_email_address' => 'Si prega di confermare l\'indirizzo email',
'freshbooks' => 'FreshBooks',
'invoice2go' => 'Invoice2go',
'invoicely' => 'Invoicely',
@@ -4172,26 +4194,26 @@ $LANG = array(
'api_secret' => 'API secret',
'migration_api_secret_notice' => 'Puoi trovare API_SECRET nel file .env o in Invoice Ninja v5. Se questa proprietà manca, lascia il campo vuoto.',
'billing_coupon_notice' => 'Your discount will be applied on the checkout.',
- 'use_last_email' => 'Use last email',
+ 'use_last_email' => 'Usa ultima email',
'activate_company' => 'Attiva azienda',
'activate_company_help' => 'Abilitare le e-mail, le fatture ricorrenti e le notifiche',
- 'an_error_occurred_try_again' => 'An error occurred, please try again',
+ 'an_error_occurred_try_again' => 'Si è verificato un errore, per favore riprova',
'please_first_set_a_password' => 'Si prega di impostare prima una password',
'changing_phone_disables_two_factor' => 'Attenzione: Cambiare il numero di telefono disabiliterà l\'autenticazione a due fattori',
'help_translate' => 'Contribuisci alla traduzione',
'please_select_a_country' => 'Selezionare un paese',
- 'disabled_two_factor' => 'Successfully disabled 2FA',
+ 'disabled_two_factor' => 'Disattivato con successo 2FA',
'connected_google' => 'Successfully connected account',
'disconnected_google' => 'Successfully disconnected account',
- 'delivered' => 'Delivered',
+ 'delivered' => 'Consegnato',
'spam' => 'Spam',
- 'view_docs' => 'View Docs',
+ 'view_docs' => 'Vedi documentazione',
'enter_phone_to_enable_two_factor' => 'Si prega di fornire un numero di telefono cellulare per abilitare l\'autenticazione a due fattori',
- 'send_sms' => 'Send SMS',
+ 'send_sms' => 'Invia SMS',
'sms_code' => 'Codice SMS',
'connect_google' => 'Connect Google',
'disconnect_google' => 'Disconnect Google',
- 'disable_two_factor' => 'Disable Two Factor',
+ 'disable_two_factor' => 'Disabilita 2FA',
'invoice_task_datelog' => 'Datelog delle attività di fatturazione',
'invoice_task_datelog_help' => 'Aggiungi i dettagli della data alle voci della fattura',
'promo_code' => 'Codice Promo',
@@ -4201,18 +4223,18 @@ $LANG = array(
'deleted_subscription' => 'Successfully deleted subscription',
'removed_subscription' => 'Successfully removed subscription',
'restored_subscription' => 'Successfully restored subscription',
- 'search_subscription' => 'Cerca 1 Abbonamento',
- 'search_subscriptions' => 'Cerca :count Abbonamenti',
- 'subdomain_is_not_available' => 'Subdomain is not available',
- 'connect_gmail' => 'Connect Gmail',
- 'disconnect_gmail' => 'Disconnect Gmail',
+ 'search_subscription' => 'Cerca 1 abbonamento',
+ 'search_subscriptions' => 'Cerca :count abbonamenti',
+ 'subdomain_is_not_available' => 'Sottodominio non disponibile',
+ 'connect_gmail' => 'Connetti Gmail',
+ 'disconnect_gmail' => 'Disconnetti Gmail',
'connected_gmail' => 'Successfully connected Gmail',
'disconnected_gmail' => 'Successfully disconnected Gmail',
'update_fail_help' => 'Changes to the codebase may be blocking the update, you can run this command to discard the changes:',
- 'client_id_number' => 'Client ID Number',
- 'count_minutes' => ':count Minutes',
+ 'client_id_number' => 'Numero ID cliente',
+ 'count_minutes' => ':count Minuti',
'password_timeout' => 'Scadenza Password',
- 'shared_invoice_credit_counter' => 'Contatore di fatture/crediti condiviso',
+ 'shared_invoice_credit_counter' => 'Contatore condiviso per fatture/crediti',
'activity_80' => ':user created subscription :subscription',
'activity_81' => ':user updated subscription :subscription',
@@ -4220,33 +4242,121 @@ $LANG = array(
'activity_83' => ':user deleted subscription :subscription',
'activity_84' => ':user restored subscription :subscription',
'amount_greater_than_balance_v5' => 'L\'importo è superiore al saldo della fattura. Non si può pagare in eccesso una fattura.',
- 'click_to_continue' => 'Click to continue',
+ 'click_to_continue' => 'Clicca per continuare',
- 'notification_invoice_created_body' => 'The following invoice :invoice was created for client :client for :amount.',
- 'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
- 'notification_quote_created_body' => 'The following quote :invoice was created for client :client for :amount.',
- 'notification_quote_created_subject' => 'Quote :invoice was created for :client',
- 'notification_credit_created_body' => 'The following credit :invoice was created for client :client for :amount.',
- 'notification_credit_created_subject' => 'Credit :invoice was created for :client',
- 'max_companies' => 'Maximum companies migrated',
+ 'notification_invoice_created_body' => 'La fattura :invoice è stata creata per il cliente :client per :amount.',
+ 'notification_invoice_created_subject' => 'La fattura :invoice è stata creata per :client',
+ 'notification_quote_created_body' => 'Il preventivo :invoice è stato creato per il cliente :client per :amount.',
+ 'notification_quote_created_subject' => 'Il preventivo :invoice è stato creato per :client',
+ 'notification_credit_created_body' => 'Il credito :invoice è stato creato per il cliente :client per :amount.',
+ 'notification_credit_created_subject' => 'Il credito :invoice è stato creato per :client',
+ 'max_companies' => 'Massimo di aziende migrate',
'max_companies_desc' => 'You have reached your maximum number of companies. Delete existing companies to migrate new ones.',
- 'migration_already_completed' => 'Azienda già migrata',
+ 'migration_already_completed' => 'Company already migrated',
'migration_already_completed_desc' => 'Looks like you already migrated :company_name to the V5 version of the Invoice Ninja. In case you want to start over, you can force migrate to wipe existing data.',
'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
- 'new_account' => 'New account',
- 'activity_100' => ':user created recurring invoice :recurring_invoice',
+ 'new_account' => 'Nuovo account',
+ 'activity_100' => 'fattura ricorrente :recurring_invoice creata dall\'utente :user',
'activity_101' => ':user updated recurring invoice :recurring_invoice',
'activity_102' => ':user archived recurring invoice :recurring_invoice',
'activity_103' => ':user deleted recurring invoice :recurring_invoice',
'activity_104' => ':user restored recurring invoice :recurring_invoice',
- 'new_login_detected' => 'New login detected for your account.',
+ 'new_login_detected' => 'Nuovo login rilevato per il tuo account.',
'new_login_description' => 'You recently logged in to your Invoice Ninja account from a new location or device:Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually.
-Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.
-Examples of dynamic invoice variables:
-Enviar as mesmas notas de pagamento semanalmente, bimestralmente, mensalmente, trimestralmente ou anualmente para os clientes.
+Utilize :MONTH, :QUARTER ou :YEAR para datas dinâmicas. Cálculos básicos são aplicáveis, como por exemplo :MONTH-1.
+Exemplos de variáveis dinâmicas de faturas:
+We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.
If you need help figuring something out post a question to our :forum_link with the design you\'re using.
', - 'playground' => 'playground', - 'support_forum' => 'support forum', + 'playground' => 'rascunho', + 'support_forum' => 'fórum de suporte', 'invoice_due_date' => 'Data de vencimento', 'quote_due_date' => 'Valido até', 'valid_until' => 'Válido até', @@ -672,8 +676,8 @@ $LANG = array( 'status_viewed' => 'Visualizado', 'status_partial' => 'Parcial', 'status_paid' => 'Pago', - 'status_unpaid' => 'Unpaid', - 'status_all' => 'All', + 'status_unpaid' => 'Não Pago', + 'status_all' => 'Todos', 'show_line_item_tax' => 'Exibir impostos dos itens', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copie o código abaixo para o seu site.', @@ -682,7 +686,7 @@ $LANG = array( 'military_time' => '24h', 'last_sent' => 'Último Envio', 'reminder_emails' => 'E-mails de Lembrete', - 'quote_reminder_emails' => 'Quote Reminder Emails', + 'quote_reminder_emails' => 'E-mails de Lembrete de Orçamento', 'templates_and_reminders' => 'Modelos & Lembretes', 'subject' => 'Assunto', 'body' => 'Conteúdo', @@ -703,7 +707,7 @@ $LANG = array( 'invalid_credentials' => 'Utilizador e/ou palavra-passe inválidos', 'show_all_options' => 'Mostrar todas as opções', 'user_details' => 'Detalhes do Utilizador', - 'oneclick_login' => 'Connected Account', + 'oneclick_login' => 'Contas ligadas', 'disable' => 'Desativar', 'invoice_quote_number' => 'Nº de Notas de Pag. e Orçamentos', 'invoice_charges' => 'Sobretaxas da Nota de Pagamento', @@ -749,21 +753,21 @@ $LANG = array( 'activity_3' => ':user removeu o cliente :client', 'activity_4' => ':user criou a nota de pagamento :invoice', 'activity_5' => ':user atualizou a nota de pagamento :invoice', - 'activity_6' => ':user emailed invoice :invoice for :client to :contact', - 'activity_7' => ':contact viewed invoice :invoice for :client', + 'activity_6' => ':user enviou nota de pagamento :invoice para :client, :contact', + 'activity_7' => ':contact viu a nota de pagamento :invoice para :client', 'activity_8' => ':user arquivou a nota de pagamento :invoice', 'activity_9' => ':user removeu a nota de pagamento :invoice', - 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', + 'activity_10' => ':contact introduziu pagamento :payment para :payment_amount na nota de pagamento :invoice para :cliente', 'activity_11' => ':user atualizou o pagamento :payment', 'activity_12' => ':user arquivou o pagamento :payment', 'activity_13' => ':user removeu o pagamento :payment', - 'activity_14' => ':user adicionou crédito :credit', - 'activity_15' => ':user atualizou crédito :credit', - 'activity_16' => ':user arquivou crédito :credit', - 'activity_17' => ':user removeu crédito :credit', + 'activity_14' => ':user adicionou nota de crédito :credit', + 'activity_15' => ':user atualizou nota de crédito :credit', + 'activity_16' => ':user arquivou nota de crédito :credit', + 'activity_17' => ':user removeu nota de crédito :credit', 'activity_18' => ':user adicionou o orçamento :quote', 'activity_19' => ':user atualizou o orçamento :quote', - 'activity_20' => ':user emailed quote :quote for :client to :contact', + 'activity_20' => ':user enviou orçamento :quote por E-mail para :client, :contact', 'activity_21' => ':contact visualizou o orçamento :quote', 'activity_22' => ':user arquivou o orçamento :quote', 'activity_23' => ':user removeu o orçamento :quote', @@ -771,8 +775,8 @@ $LANG = array( 'activity_25' => ':user restaurou a nota de pagamento :invoice', 'activity_26' => ':user restaurou o cliente :client', 'activity_27' => ':user restaurou o pagamento :payment', - 'activity_28' => ':user restaurou o crédito :credit', - 'activity_29' => ':contact approved quote :quote for :client', + 'activity_28' => ':user restaurou a nota de crédito :credit', + 'activity_29' => ':contact aprovou o orçamento :quote para :cliente', 'activity_30' => ':user criou o fornecedor :vendor', 'activity_31' => ':user arquivou o fornecedor :vendor', 'activity_32' => ':user apagou o fornecedor :vendor', @@ -787,15 +791,15 @@ $LANG = array( 'activity_45' => ':user apagou a tarefa :task', 'activity_46' => ':user restaurou a tarefa :task', 'activity_47' => ':user atualizou a despesa :expense', - 'activity_48' => ':user updated ticket :ticket', - 'activity_49' => ':user closed ticket :ticket', - 'activity_50' => ':user merged ticket :ticket', - 'activity_51' => ':user split ticket :ticket', - 'activity_52' => ':contact opened ticket :ticket', - 'activity_53' => ':contact reopened ticket :ticket', - 'activity_54' => ':user reopened ticket :ticket', - 'activity_55' => ':contact replied ticket :ticket', - 'activity_56' => ':user viewed ticket :ticket', + 'activity_48' => ':user atualizou o ticket :ticket', + 'activity_49' => ':user fechou o ticket :ticket', + 'activity_50' => ':user uniu o ticket :ticket', + 'activity_51' => ':user dividiu o ticket :ticket', + 'activity_52' => ':contact abriu o ticket :ticket', + 'activity_53' => ':contact reabriu o ticket :ticket', + 'activity_54' => ':user reabriu o ticket :ticket', + 'activity_55' => ':contact respondeu ao ticket :ticket', + 'activity_56' => ':user visualizou o ticket :ticket', 'payment' => 'Pagamento', 'system' => 'Sistema', @@ -807,14 +811,14 @@ $LANG = array( 'default_invoice_footer' => 'Definir padrão', 'quote_footer' => 'Rodapé do Orçamento', 'free' => 'Grátis', - 'quote_is_approved' => 'Successfully approved', - 'apply_credit' => 'Aplicar Crédito', + 'quote_is_approved' => 'Aprovada com sucesso', + 'apply_credit' => 'Aplicar Nota de Crédito', 'system_settings' => 'Definições do Sistema', 'archive_token' => 'Arquivar Token', 'archived_token' => 'Token arquivado', 'archive_user' => 'Arquivar Utilizador', 'archived_user' => 'Utilizador arquivado', - 'archive_account_gateway' => 'Delete Gateway', + 'archive_account_gateway' => 'Apagar Terminal', 'archived_account_gateway' => 'Gateway arquivado', 'archive_recurring_invoice' => 'Arquivar Nota de Pagamento Recorrente', 'archived_recurring_invoice' => 'Nota de Pagamento Recorrente arquivada', @@ -822,12 +826,12 @@ $LANG = array( 'deleted_recurring_invoice' => 'Nota de Pagamento Recorrente removida', 'restore_recurring_invoice' => 'Restaurar Nota de Pagamento Recorrente', 'restored_recurring_invoice' => 'Nota de Pagamento Recorrente restaurada', - 'archive_recurring_quote' => 'Archive Recurring Quote', - 'archived_recurring_quote' => 'Successfully archived recurring quote', - 'delete_recurring_quote' => 'Delete Recurring Quote', - 'deleted_recurring_quote' => 'Successfully deleted recurring quote', - 'restore_recurring_quote' => 'Restore Recurring Quote', - 'restored_recurring_quote' => 'Successfully restored recurring quote', + 'archive_recurring_quote' => 'Arquivar Orçamento Recorrente', + 'archived_recurring_quote' => 'Orçamento recorrente arquivado com sucesso', + 'delete_recurring_quote' => 'Apagar Orçamento Recorrente', + 'deleted_recurring_quote' => 'Orçamento recorrente apagado com sucesso', + 'restore_recurring_quote' => 'Restaurar Orçamento Recorrente', + 'restored_recurring_quote' => 'Orçamento recorrente restaurado com sucesso', 'archived' => 'Arquivado', 'untitled_account' => 'Empresa Sem Nome', 'before' => 'Antes', @@ -853,7 +857,7 @@ $LANG = array( 'disabled' => 'Desativado', 'show_archived_users' => 'Mostrar utilizadores arquivados', 'notes' => 'Observações', - 'invoice_will_create' => 'invoice will be created', + 'invoice_will_create' => 'A nota de pagamento será criada', 'invoices_will_create' => 'notas de pagamento serão criadas', 'failed_to_import' => 'Falhou a importação dos seguintes registos', 'publishable_key' => 'Chave Publicável', @@ -872,16 +876,16 @@ $LANG = array( 'dark' => 'Escuro', 'industry_help' => 'Usado para fornecer comparações entre empresas.', 'subdomain_help' => 'Indique o subdomínio ou mostre a nota de pag. no seu site.', - 'website_help' => 'Display the invoice in an iFrame on your own website', + 'website_help' => 'Mostrar a nota de pagamento num iFrame no seu próprio site', 'invoice_number_help' => 'Especifique um prefixo ou use um padrão personalizado para definir dinamicamente o número da nota de pagamento.', 'quote_number_help' => 'Especifique um prefixo ou use um padrão personalizado para definir dinamicamente o número do orçamento.', - 'custom_client_fields_helps' => 'Add a field when creating a client and optionally display the label and value on the PDF.', + 'custom_client_fields_helps' => 'Adicionar um campo durante a criação de um cliente e opcionalmente mostrar etiqueta e valor no PDF.', 'custom_account_fields_helps' => 'Adicionar um rótulo e um valor para a seção detalhes da empresa do PDF.', - 'custom_invoice_fields_helps' => 'Add a field when creating an invoice and optionally display the label and value on the PDF.', + 'custom_invoice_fields_helps' => 'Adicionar um campo durante a criação de uma fatura e opcionalmente mostrar etiqueta e valor no PDF.', 'custom_invoice_charges_helps' => 'Adicionar uma entrada de texto na página Criar/Editar Nota de Pagamento e incluir nos subtotais da nota de pagamento.', 'token_expired' => 'Token de acesso expirado. Tente novamente!', 'invoice_link' => 'Link da Nota de Pagamento', - 'button_confirmation_message' => 'Clique para confirmar seu endereço de e-mail.', + 'button_confirmation_message' => 'Clique para confirmar o seu endereço de e-mail.', 'confirm' => 'Confirmar', 'email_preferences' => 'Preferências de E-mails', 'created_invoices' => ':count nota de pagamento(s) criadas com sucesso', @@ -973,7 +977,7 @@ $LANG = array( 'quote_message_button' => 'Para visualizar o seu orçamento de :amount, clique no botão abaixo.', 'payment_message_button' => 'Obrigado pelo pagamento de :amount.', 'payment_type_direct_debit' => 'Débito', - 'bank_accounts' => 'Contas Bancárias', + 'bank_accounts' => 'Cartões de Crédito & Contas Bancárias', 'add_bank_account' => 'Adicionar Conta Bancária', 'setup_account' => 'Configurar Conta', 'import_expenses' => 'Importar Despesas', @@ -990,10 +994,10 @@ $LANG = array( 'username' => 'Utilizador', 'account_number' => 'Conta número', 'account_name' => 'Nome da Conta', - 'bank_account_error' => 'Failed to retrieve account details, please check your credentials.', + 'bank_account_error' => 'Falha ao recuperar detalhes da conta, por favor verifique as suas credenciais.', 'status_approved' => 'Aprovado', 'quote_settings' => 'Definições dos Orçamentos', - 'auto_convert_quote' => 'Auto Convert', + 'auto_convert_quote' => 'Auto Conversão', 'auto_convert_quote_help' => 'Converter automaticamente um orçamento quando for aprovado pelo cliente.', 'validate' => 'Validado', 'info' => 'Info', @@ -1012,10 +1016,10 @@ $LANG = array( 'enable_https' => 'Recomendamos a utilização de HTTPS para receber os detalhes do cartão de crédito online.', 'quote_issued_to' => 'Orçamento emitido para', 'show_currency_code' => 'Código da Moeda', - 'free_year_message' => 'Your account has been upgraded to the pro plan for one year at no cost.', + 'free_year_message' => 'A sua conta foi atualizada para o Plano Profissional durante um ano, gratuitamente.', 'trial_message' => 'A sua conta receberá gratuitamente duas semanas para testar nosso plano pro.', - 'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.', - 'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.', + 'trial_footer' => 'O seu período de teste do plano profissional durará mais :count dias, :link para adquirir agora.', + 'trial_footer_last_day' => 'Hoje é o último dia do seu teste gratuito do plano profissional, :link para adquirir agora.', 'trial_call_to_action' => 'Iniciar período de testes', 'trial_success' => 'Ativado duas semanas de teste para testar o plano Pro', 'overdue' => 'Vencido', @@ -1026,21 +1030,21 @@ $LANG = array( 'reset_password_footer' => 'Se não solicitou a redefinição da palavra-passe por favor envie um e-mail para o nosso suporte: :email', 'limit_users' => 'Desculpe, isto irá exceder o limite de :limit utilizadores', 'more_designs_self_host_header' => 'Obtenha mais 6 modelos de nota de pagamento por apenas $:price', - 'old_browser' => 'Please use a :link', - 'newer_browser' => 'newer browser', + 'old_browser' => 'Por favor use um :link', + 'newer_browser' => 'navegador mais recente', 'white_label_custom_css' => ':link apenas $:price para permitir um estilo personalizado e apoiar o nosso projecto.', - 'bank_accounts_help' => 'Connect a bank account to automatically import expenses and create vendors. Supports American Express and :link.', - 'us_banks' => '400+ US banks', + 'bank_accounts_help' => 'Ligue uma conta bancária para importar automaticamente despesas e criar fornecedores. Suporta American Express e :link.', + 'us_banks' => '+400 bancos dos EUA', 'pro_plan_remove_logo' => ':link para remover a logo do Invoice Ninja contratando o plano profissional', 'pro_plan_remove_logo_link' => 'Clique aqui', - 'invitation_status_sent' => 'Sent', - 'invitation_status_opened' => 'Opened', + 'invitation_status_sent' => 'Enviado', + 'invitation_status_opened' => 'Aberto', 'invitation_status_viewed' => 'Visto', 'email_error_inactive_client' => 'Não é possível enviar e-mails para clientes inativos', 'email_error_inactive_contact' => 'Não é possível enviar e-mails para contatos inativos', 'email_error_inactive_invoice' => 'Não é possível enviar e-mails de nota de pagamentos inativas', - 'email_error_inactive_proposal' => 'Emails can not be sent to inactive proposals', + 'email_error_inactive_proposal' => 'Emails não podem ser enviados para propostas inativas', 'email_error_user_unregistered' => 'Registe-se para enviar e-mails', 'email_error_user_unconfirmed' => 'Confirme a sua conta para enviar e-mails', 'email_error_invalid_contact_email' => 'E-mail do contato inválido', @@ -1053,7 +1057,7 @@ $LANG = array( 'list_expenses' => 'Listar Despesas', 'list_recurring_invoices' => 'Listar Notas de Pagamento Recorrentes', 'list_payments' => 'Listar Pagamentos', - 'list_credits' => 'Listar Créditos', + 'list_credits' => 'Listar Notas de Crédito', 'tax_name' => 'Nome do Imposto', 'report_settings' => 'Configuração de Relatórios', 'search_hotkey' => 'atalho /', @@ -1065,12 +1069,12 @@ $LANG = array( 'invoice_item_fields' => 'Campos de itens na Nota de Pagamento', 'custom_invoice_item_fields_help' => 'Adicionar um campo ao adicionar um item e mostrar a etiqueta e valor no PDF.', 'recurring_invoice_number' => 'Nº Recorrente', - 'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.', + 'recurring_invoice_number_prefix_help' => 'Especifique um prefixo para ser adicionado ao número da fatura para faturas recorrentes.', // Client Passwords 'enable_portal_password' => 'Proteger notas de pag. com palavra-passe', 'enable_portal_password_help' => 'Permite definir uma palavra-passe para cada contacto. Se uma palavra-passe for definida, o contacto deverá introduzir a palavra-passe antes de visualizar a nota de pagamento.', - 'send_portal_password' => 'Generate Automatically', + 'send_portal_password' => 'Gerar Automaticamente', 'send_portal_password_help' => 'Se não definir uma palavra-passe, será gerada uma automaticamente e enviada com a primeira nota de pagamento.', 'expired' => 'Expirada', @@ -1117,17 +1121,17 @@ $LANG = array( 'email_documents_header' => 'Documentos:', 'email_documents_example_1' => 'Recibo de Widgets.pdf', 'email_documents_example_2' => 'Ficheiros Finais.zip', - 'quote_documents' => 'Quote Documents', - 'invoice_documents' => 'Invoice Documents', - 'expense_documents' => 'Expense Documents', + 'quote_documents' => 'Documentos de Orçamentos', + 'invoice_documents' => 'Documentos de Faturas', + 'expense_documents' => 'Documentos de Despesas', 'invoice_embed_documents' => 'Documentos Embutidos', 'invoice_embed_documents_help' => 'Incluir imagens anexadas na nota de pagamento.', 'document_email_attachment' => 'Anexar Documentos', - 'ubl_email_attachment' => 'Attach UBL', + 'ubl_email_attachment' => 'Anexar UBL', 'download_documents' => 'Transferir Documentos (:size)', 'documents_from_expenses' => 'De despesas:', 'dropzone_default_message' => 'Arrastar ficheiros para enviar', - 'dropzone_default_message_disabled' => 'Uploads disabled', + 'dropzone_default_message_disabled' => 'Uploads desativados', 'dropzone_fallback_message' => 'O seu browser não suporta envio de ficheiros através de drag\'n\'drop.', 'dropzone_fallback_text' => 'Por favor utilize o formulário abaixo para enviar ficheiros em modo de compatibilidade.', 'dropzone_file_too_big' => 'Ficheiro demasiado grande ({{filesize}}MiB). Tamanho máximo: {{maxFilesize}}MiB.', @@ -1186,7 +1190,7 @@ $LANG = array( 'enterprise_plan_product' => 'Plano Enterprise', 'enterprise_plan_year_description' => 'Um ano de subscrição no plano Invoice Ninja Enterprise.', 'enterprise_plan_month_description' => 'Um mês de subscrição no plano Invoice Ninja Enterprise.', - 'plan_credit_product' => 'Crédito', + 'plan_credit_product' => 'Nota de Crédito', 'plan_credit_description' => 'Crédito pelo tempo não utilizado', 'plan_pending_monthly' => 'Vamos alterar para mensal em :date', 'plan_refunded' => 'Foi realizada um reembolso.', @@ -1199,7 +1203,7 @@ $LANG = array( 'list_vendors' => 'Listar Fornecedores', 'add_users_not_supported' => 'Altere para o plano Enterprise para adicionar utilizadores adicionais à sua conta.', 'enterprise_plan_features' => 'O plano Enterprise adiciona suporte a multiplos utilizadores e anexos de ficheiros, :link para ver a lista completa de funcionalidades.', - 'return_to_app' => 'Return To App', + 'return_to_app' => 'Voltar ao App', // Payment updates @@ -1215,8 +1219,8 @@ $LANG = array( 'status_refunded' => 'Reembolsado', 'status_voided' => 'Cancelado', 'refunded_payment' => 'Pagamento Reembolsado', - 'activity_39' => ':user cancelled a :payment_amount payment :payment', - 'activity_40' => ':user refunded :adjustment of a :payment_amount payment :payment', + 'activity_39' => ':user cancelou um pagamento de :payment_amount em :payment', + 'activity_40' => ':user reembolsou :adjustment de um pagamento :payment_amount em :payment', 'card_expiration' => 'Venc: :expira', 'card_creditcardother' => 'Desconhecido', @@ -1236,8 +1240,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Accept US bank transfers', - 'stripe_ach_help' => 'ACH support must also be enabled in :link.', + 'enable_ach' => 'Aceitar transferências de bancos dos EUA', + 'stripe_ach_help' => 'Suporte para ACH também tem de estar habilitado em :link.', 'ach_disabled' => 'Existe outro gateway configurado para débito direto.', 'plaid' => 'Plaid', @@ -1245,7 +1249,7 @@ $LANG = array( 'secret' => 'Secret', 'public_key' => 'Public Key', 'plaid_optional' => '(opcional)', - 'plaid_environment_help' => 'When a Stripe test key is given, Plaid\'s development environment (tartan) will be used.', + 'plaid_environment_help' => 'Quando uma chave de teste do Stripe é dada, o ambiente de desenvolvimento do Plaid (tartan) será utilizado.', 'other_providers' => 'Outros Provedores', 'country_not_supported' => 'Este país não é suportado.', 'invalid_routing_number' => 'O número de roteamento é inválido.', @@ -1283,7 +1287,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'webhook_url' => 'Webhook URL', 'stripe_webhook_help' => 'Deverá :link.', 'stripe_webhook_help_link_text' => 'adicionar este URL como um endpoint no Stripe', - 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', + 'gocardless_webhook_help_link_text' => 'adicione este URL como um endpoint no GoCardless', 'payment_method_error' => 'Houve um erro ao adicionar seu método de pagamento. Tente novamente.', 'notification_invoice_payment_failed_subject' => 'Pagamento falhou para a Nota de Pagamento :invoice', 'notification_invoice_payment_failed' => 'O pagamento feito pelo Cliente :client para a Nota de Pagamento :invoice falhou. O pagamento foi marcado como "falhado" e foram adicionados :amount ao saldo do cliente.', @@ -1343,7 +1347,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'debit_cards' => 'Cartões de Débito', 'warn_start_date_changed' => 'A próxima nota de pagamento será enviada na nova data de início.', - 'warn_start_date_changed_not_sent' => 'The next invoice will be created on the new start date.', + 'warn_start_date_changed_not_sent' => 'A próxima nota de pagamento será criada na próxima data de início', 'original_start_date' => 'Data de início original', 'new_start_date' => 'Nova data de início', 'security' => 'Segurança', @@ -1357,9 +1361,9 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'import_products' => 'Produtos Importados', 'products_will_create' => 'produtos serão criados', 'product_key' => 'Produto', - 'created_products' => 'Successfully created/updated :count product(s)', + 'created_products' => ':count produto(s) criados/atualizados com sucesso', 'export_help' => 'Utilize JSON se planear importar os dados para o Invoice Ninja.php artisan ninja:update-key
',
- 'charge_late_fee' => 'Charge Late Fee',
- 'late_fee_amount' => 'Late Fee Amount',
- 'late_fee_percent' => 'Late Fee Percent',
- 'late_fee_added' => 'Late fee added on :date',
- 'download_invoice' => 'Download Invoice',
- 'download_quote' => 'Download Quote',
- 'invoices_are_attached' => 'Your invoice PDFs are attached.',
- 'downloaded_invoice' => 'An email will be sent with the invoice PDF',
- 'downloaded_quote' => 'An email will be sent with the quote PDF',
- 'downloaded_invoices' => 'An email will be sent with the invoice PDFs',
- 'downloaded_quotes' => 'An email will be sent with the quote PDFs',
- 'clone_expense' => 'Clone Expense',
- 'default_documents' => 'Default Documents',
- 'send_email_to_client' => 'Send email to the client',
- 'refund_subject' => 'Refund Processed',
- 'refund_body' => 'You have been processed a refund of :amount for invoice :invoice_number.',
+ 'host' => 'Servidor',
+ 'database' => 'Base de Dados',
+ 'test_connection' => 'Testar ligação',
+ 'from_name' => 'Nome do Remetente',
+ 'from_address' => 'Email do Remetente',
+ 'port' => 'Porta',
+ 'encryption' => 'Encriptação',
+ 'mailgun_domain' => 'Domínio do Mailgun',
+ 'mailgun_private_key' => 'Chave Privada do Mailgun',
+ 'send_test_email' => 'Enviar E-mail de teste',
+ 'select_label' => 'Selecione a Etiqueta',
+ 'label' => 'Etiqueta',
+ 'service' => 'Serviço',
+ 'update_payment_details' => 'Atualizar dados de pagamento',
+ 'updated_payment_details' => 'Dados de pagamento atualizados com sucesso',
+ 'update_credit_card' => 'Atualizar Cartão de Crédito',
+ 'recurring_expenses' => 'Despesas Recorrentes',
+ 'recurring_expense' => 'Despesa Recorrente',
+ 'new_recurring_expense' => 'Nova Despesa Recorrente',
+ 'edit_recurring_expense' => 'Editar Despesa Recorrente',
+ 'archive_recurring_expense' => 'Arquivar Despesa Recorrente',
+ 'list_recurring_expense' => 'Listar Despesas Recorrentes',
+ 'updated_recurring_expense' => 'Despesa recorrente atualizada com sucesso',
+ 'created_recurring_expense' => 'Despesa recorrente criada com sucesso',
+ 'archived_recurring_expense' => 'Despesa recorrente arquivada com sucesso',
+ 'restore_recurring_expense' => 'Restaurar Despesa Recorrente',
+ 'restored_recurring_expense' => 'Despesa recorrente restaurada com sucesso',
+ 'delete_recurring_expense' => 'Excluir Despesa Recorrente',
+ 'deleted_recurring_expense' => 'Projeto apagado com sucesso',
+ 'view_recurring_expense' => 'Visualizar Despesa Recorrente',
+ 'taxes_and_fees' => 'Impostos e taxas',
+ 'import_failed' => 'Falha na Importação',
+ 'recurring_prefix' => 'Prefixo da Recorrência',
+ 'options' => 'Opções',
+ 'credit_number_help' => 'Especifique um prefixo ou use um padrão personalizado para definir dinamicamente o número de crédito para faturas negativas.',
+ 'next_credit_number' => 'O próximo número de crédito é :number.',
+ 'padding_help' => 'O número de zeros à esquerda do número.',
+ 'import_warning_invalid_date' => 'Aviso: o formato da data aparenta ser inválido.',
+ 'product_notes' => 'Notas do Produto',
+ 'app_version' => 'Versão da Aplicação',
+ 'ofx_version' => 'Versão do OFX',
+ 'gateway_help_23' => ':link para aceder às suas chaves API do Stripe.',
+ 'error_app_key_set_to_default' => 'Erro: APP_KEY está definido com valor padrão, para atualizá-lo faça backup da sua base de dados e, de seguida, execute php artisan ninja:update-key
',
+ 'charge_late_fee' => 'Cobrar Multa por Atraso',
+ 'late_fee_amount' => 'Quantia da Multa',
+ 'late_fee_percent' => 'Percentagem da Multa',
+ 'late_fee_added' => 'Multa por atraso adicionada em :date',
+ 'download_invoice' => 'Transferir nota de pagamento',
+ 'download_quote' => 'Transferir Orçamento',
+ 'invoices_are_attached' => 'As suas notas de pagamento em formato PDF estão anexadas',
+ 'downloaded_invoice' => 'Um E-mail será enviado com o ficheiro PDF da nota de pagamento',
+ 'downloaded_quote' => 'Um E-mail será enviado com o ficheiro PDF do orçamento',
+ 'downloaded_invoices' => 'Um E-mail será enviado com os ficheiros PDF das notas de pagamento',
+ 'downloaded_quotes' => 'Um E-mail será enviado com o ficheiros PDF dos orçamentos',
+ 'clone_expense' => 'Duplicar Despesas',
+ 'default_documents' => 'Documentos Pré-Definidos',
+ 'send_email_to_client' => 'Enviar E-mail para o cliente',
+ 'refund_subject' => 'Reembolso Processado',
+ 'refund_body' => 'O reembolso do valor :amount da fatura :invoice_number foi processado.',
- 'currency_us_dollar' => 'US Dollar',
- 'currency_british_pound' => 'British Pound',
+ 'currency_us_dollar' => 'Dólar dos EUA',
+ 'currency_british_pound' => 'Libra Britânica',
'currency_euro' => 'Euro',
- 'currency_south_african_rand' => 'South African Rand',
- 'currency_danish_krone' => 'Danish Krone',
- 'currency_israeli_shekel' => 'Israeli Shekel',
- 'currency_swedish_krona' => 'Swedish Krona',
- 'currency_kenyan_shilling' => 'Kenyan Shilling',
- 'currency_canadian_dollar' => 'Canadian Dollar',
- 'currency_philippine_peso' => 'Philippine Peso',
- 'currency_indian_rupee' => 'Indian Rupee',
- 'currency_australian_dollar' => 'Australian Dollar',
- 'currency_singapore_dollar' => 'Singapore Dollar',
- 'currency_norske_kroner' => 'Norske Kroner',
- 'currency_new_zealand_dollar' => 'New Zealand Dollar',
- 'currency_vietnamese_dong' => 'Vietnamese Dong',
- 'currency_swiss_franc' => 'Swiss Franc',
- 'currency_guatemalan_quetzal' => 'Guatemalan Quetzal',
- 'currency_malaysian_ringgit' => 'Malaysian Ringgit',
- 'currency_brazilian_real' => 'Brazilian Real',
- 'currency_thai_baht' => 'Thai Baht',
- 'currency_nigerian_naira' => 'Nigerian Naira',
- 'currency_argentine_peso' => 'Argentine Peso',
- 'currency_bangladeshi_taka' => 'Bangladeshi Taka',
- 'currency_united_arab_emirates_dirham' => 'United Arab Emirates Dirham',
- 'currency_hong_kong_dollar' => 'Hong Kong Dollar',
- 'currency_indonesian_rupiah' => 'Indonesian Rupiah',
- 'currency_mexican_peso' => 'Mexican Peso',
- 'currency_egyptian_pound' => 'Egyptian Pound',
- 'currency_colombian_peso' => 'Colombian Peso',
- 'currency_west_african_franc' => 'West African Franc',
- 'currency_chinese_renminbi' => 'Chinese Renminbi',
- 'currency_rwandan_franc' => 'Rwandan Franc',
- 'currency_tanzanian_shilling' => 'Tanzanian Shilling',
- 'currency_netherlands_antillean_guilder' => 'Netherlands Antillean Guilder',
- 'currency_trinidad_and_tobago_dollar' => 'Trinidad and Tobago Dollar',
- 'currency_east_caribbean_dollar' => 'East Caribbean Dollar',
- 'currency_ghanaian_cedi' => 'Ghanaian Cedi',
- 'currency_bulgarian_lev' => 'Bulgarian Lev',
- 'currency_aruban_florin' => 'Aruban Florin',
- 'currency_turkish_lira' => 'Turkish Lira',
- 'currency_romanian_new_leu' => 'Romanian New Leu',
- 'currency_croatian_kuna' => 'Croatian Kuna',
- 'currency_saudi_riyal' => 'Saudi Riyal',
- 'currency_japanese_yen' => 'Japanese Yen',
- 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa',
- 'currency_costa_rican_colon' => 'Costa Rican Colón',
- 'currency_pakistani_rupee' => 'Pakistani Rupee',
- 'currency_polish_zloty' => 'Polish Zloty',
- 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee',
- 'currency_czech_koruna' => 'Czech Koruna',
- 'currency_uruguayan_peso' => 'Uruguayan Peso',
- 'currency_namibian_dollar' => 'Namibian Dollar',
- 'currency_tunisian_dinar' => 'Tunisian Dinar',
- 'currency_russian_ruble' => 'Russian Ruble',
- 'currency_mozambican_metical' => 'Mozambican Metical',
- 'currency_omani_rial' => 'Omani Rial',
- 'currency_ukrainian_hryvnia' => 'Ukrainian Hryvnia',
- 'currency_macanese_pataca' => 'Macanese Pataca',
- 'currency_taiwan_new_dollar' => 'Taiwan New Dollar',
- 'currency_dominican_peso' => 'Dominican Peso',
- 'currency_chilean_peso' => 'Chilean Peso',
- 'currency_icelandic_krona' => 'Icelandic Króna',
- 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina',
- 'currency_jordanian_dinar' => 'Jordanian Dinar',
- 'currency_myanmar_kyat' => 'Myanmar Kyat',
- 'currency_peruvian_sol' => 'Peruvian Sol',
- 'currency_botswana_pula' => 'Botswana Pula',
- 'currency_hungarian_forint' => 'Hungarian Forint',
- 'currency_ugandan_shilling' => 'Ugandan Shilling',
- 'currency_barbadian_dollar' => 'Barbadian Dollar',
- 'currency_brunei_dollar' => 'Brunei Dollar',
- 'currency_georgian_lari' => 'Georgian Lari',
- 'currency_qatari_riyal' => 'Qatari Riyal',
- 'currency_honduran_lempira' => 'Honduran Lempira',
- 'currency_surinamese_dollar' => 'Surinamese Dollar',
- 'currency_bahraini_dinar' => 'Bahraini Dinar',
- 'currency_venezuelan_bolivars' => 'Venezuelan Bolivars',
- 'currency_south_korean_won' => 'South Korean Won',
- 'currency_moroccan_dirham' => 'Moroccan Dirham',
- 'currency_jamaican_dollar' => 'Jamaican Dollar',
- 'currency_angolan_kwanza' => 'Angolan Kwanza',
- 'currency_haitian_gourde' => 'Haitian Gourde',
- 'currency_zambian_kwacha' => 'Zambian Kwacha',
- 'currency_nepalese_rupee' => 'Nepalese Rupee',
- 'currency_cfp_franc' => 'CFP Franc',
- 'currency_mauritian_rupee' => 'Mauritian Rupee',
- 'currency_cape_verdean_escudo' => 'Cape Verdean Escudo',
- 'currency_kuwaiti_dinar' => 'Kuwaiti Dinar',
- 'currency_algerian_dinar' => 'Algerian Dinar',
- 'currency_macedonian_denar' => 'Macedonian Denar',
- 'currency_fijian_dollar' => 'Fijian Dollar',
- 'currency_bolivian_boliviano' => 'Bolivian Boliviano',
- 'currency_albanian_lek' => 'Albanian Lek',
- 'currency_serbian_dinar' => 'Serbian Dinar',
- 'currency_lebanese_pound' => 'Lebanese Pound',
- 'currency_armenian_dram' => 'Armenian Dram',
- 'currency_azerbaijan_manat' => 'Azerbaijan Manat',
- 'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark',
- 'currency_belarusian_ruble' => 'Belarusian Ruble',
- 'currency_moldovan_leu' => 'Moldovan Leu',
- 'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
- 'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_south_african_rand' => 'Rand Sul-Africano',
+ 'currency_danish_krone' => 'Coroa Dinamarquesa',
+ 'currency_israeli_shekel' => 'Shekel Israelita',
+ 'currency_swedish_krona' => 'Coroa Sueca',
+ 'currency_kenyan_shilling' => 'Shilling do Quénia',
+ 'currency_canadian_dollar' => 'Dólar Canadiano',
+ 'currency_philippine_peso' => 'Peso Filipino',
+ 'currency_indian_rupee' => 'Rupia Indiana',
+ 'currency_australian_dollar' => 'Dólar Australiano',
+ 'currency_singapore_dollar' => 'Dólar de Singapura',
+ 'currency_norske_kroner' => 'Coroa Norueguesa',
+ 'currency_new_zealand_dollar' => 'Dólar Neozelandês',
+ 'currency_vietnamese_dong' => 'Dong Vietnamita',
+ 'currency_swiss_franc' => 'Franco Suíço',
+ 'currency_guatemalan_quetzal' => 'Quetzal Guatemalteco',
+ 'currency_malaysian_ringgit' => 'Ringgit da Malásia',
+ 'currency_brazilian_real' => 'Real Brasileiro',
+ 'currency_thai_baht' => 'Baht Tailandês',
+ 'currency_nigerian_naira' => 'Naira da Nigéria',
+ 'currency_argentine_peso' => 'Peso Argentino',
+ 'currency_bangladeshi_taka' => 'Taka de Bangladesh',
+ 'currency_united_arab_emirates_dirham' => 'Dirham dos Emirados Árabes Unidos',
+ 'currency_hong_kong_dollar' => 'Dólar de Hong Kong',
+ 'currency_indonesian_rupiah' => 'Rúpia indonésia',
+ 'currency_mexican_peso' => 'Peso Mexicano',
+ 'currency_egyptian_pound' => 'Libra Egípcia',
+ 'currency_colombian_peso' => 'Peso Colombiano',
+ 'currency_west_african_franc' => 'Franco da África Ocidental',
+ 'currency_chinese_renminbi' => 'Renminbi Chinês',
+ 'currency_rwandan_franc' => 'Franco Ruandês',
+ 'currency_tanzanian_shilling' => 'Shilling da Tanzânia',
+ 'currency_netherlands_antillean_guilder' => 'Guilder das Antilhas Holandesas',
+ 'currency_trinidad_and_tobago_dollar' => 'Dólar de Trinidad e Tobago',
+ 'currency_east_caribbean_dollar' => 'Dólar do Caribe Oriental',
+ 'currency_ghanaian_cedi' => 'Cedi Ganês',
+ 'currency_bulgarian_lev' => 'Lev Búlgaro',
+ 'currency_aruban_florin' => 'Florim de Aruba',
+ 'currency_turkish_lira' => 'Lira Turca',
+ 'currency_romanian_new_leu' => 'Novo Leu Romeno',
+ 'currency_croatian_kuna' => 'Kuna Croata',
+ 'currency_saudi_riyal' => 'Riyal Saudita',
+ 'currency_japanese_yen' => 'Yen Japonês',
+ 'currency_maldivian_rufiyaa' => 'Rufiyaa das Maldivas',
+ 'currency_costa_rican_colon' => 'Colón Costarriquenho',
+ 'currency_pakistani_rupee' => 'Rúpia Paquistanesa',
+ 'currency_polish_zloty' => 'Zloty Polaco',
+ 'currency_sri_lankan_rupee' => 'Rúpia do Sri Lanka',
+ 'currency_czech_koruna' => 'Coroa Checa',
+ 'currency_uruguayan_peso' => 'Peso Uruguaio',
+ 'currency_namibian_dollar' => 'Dólar Namibiano',
+ 'currency_tunisian_dinar' => 'Dinar Tunisino',
+ 'currency_russian_ruble' => 'Rublo Russo',
+ 'currency_mozambican_metical' => 'Metical Moçambicano',
+ 'currency_omani_rial' => 'Rial do Omã',
+ 'currency_ukrainian_hryvnia' => 'Grívnia Ucraniana',
+ 'currency_macanese_pataca' => 'Pataca Macaense',
+ 'currency_taiwan_new_dollar' => 'Dólar de Taiwan',
+ 'currency_dominican_peso' => 'Peso Dominicano',
+ 'currency_chilean_peso' => 'Peso Chileno',
+ 'currency_icelandic_krona' => 'Coroa Islandesa',
+ 'currency_papua_new_guinean_kina' => 'Kina Papuásia',
+ 'currency_jordanian_dinar' => 'Dinar Jordaniano',
+ 'currency_myanmar_kyat' => 'Quiate do Myanmar',
+ 'currency_peruvian_sol' => 'Novo Sol Peruano',
+ 'currency_botswana_pula' => 'Pula do Botsuana',
+ 'currency_hungarian_forint' => 'Florim Húngaro',
+ 'currency_ugandan_shilling' => 'Shilling do Uganda',
+ 'currency_barbadian_dollar' => 'Dólar dos Barbados',
+ 'currency_brunei_dollar' => 'Dólar Bruneano',
+ 'currency_georgian_lari' => 'Lari Georgiano',
+ 'currency_qatari_riyal' => 'Riyal do Qatar',
+ 'currency_honduran_lempira' => 'Lempira Hondurenha',
+ 'currency_surinamese_dollar' => 'Dólar do Suriname',
+ 'currency_bahraini_dinar' => 'Dinar Bareinita',
+ 'currency_venezuelan_bolivars' => 'Bolívar Venezuelano',
+ 'currency_south_korean_won' => 'Won Sul-Coreano',
+ 'currency_moroccan_dirham' => 'Dirham Marroquino',
+ 'currency_jamaican_dollar' => 'Dólar Jamaicano',
+ 'currency_angolan_kwanza' => 'Kwanza Angolano',
+ 'currency_haitian_gourde' => 'Gourde Haitiano',
+ 'currency_zambian_kwacha' => 'Kwacha Zambiano',
+ 'currency_nepalese_rupee' => 'Rúpia Nepalesa',
+ 'currency_cfp_franc' => 'Franco CFP',
+ 'currency_mauritian_rupee' => 'Rúpia Mauriciana',
+ 'currency_cape_verdean_escudo' => 'Escudo de Cabo Verde',
+ 'currency_kuwaiti_dinar' => 'Dinar Kuwaitiano',
+ 'currency_algerian_dinar' => 'Dinar Argelino',
+ 'currency_macedonian_denar' => 'Dinar Macedónio',
+ 'currency_fijian_dollar' => 'Dólar das Ilhas Fiji',
+ 'currency_bolivian_boliviano' => 'Boliviano da Bolívia',
+ 'currency_albanian_lek' => 'Lek Albanês',
+ 'currency_serbian_dinar' => 'Dinar Sérvio',
+ 'currency_lebanese_pound' => 'Libra Libanesa',
+ 'currency_armenian_dram' => 'Dram Arménio',
+ 'currency_azerbaijan_manat' => 'Manat Azerbaijano',
+ 'currency_bosnia_and_herzegovina_convertible_mark' => 'Marco da Bósnia e Herzegovina',
+ 'currency_belarusian_ruble' => 'Rublo Bielorusso',
+ 'currency_moldovan_leu' => 'Leu Moldávio',
+ 'currency_kazakhstani_tenge' => 'Tenge Cazaque',
+ 'currency_gibraltar_pound' => 'Libra de Gibraltar',
- 'review_app_help' => 'We hope you\'re enjoying using the app.:domain
as the domain in :link.',
- 'apple_pay_not_supported' => 'Sorry, Apple/Google Pay isn\'t supported by your browser',
- 'optional_payment_methods' => 'Optional Payment Methods',
- 'add_subscription' => 'Add Subscription',
- 'target_url' => 'Target',
- 'target_url_help' => 'When the selected event occurs the app will post the entity to the target URL.',
- 'event' => 'Event',
- 'subscription_event_1' => 'Created Client',
- 'subscription_event_2' => 'Created Invoice',
- 'subscription_event_3' => 'Created Quote',
- 'subscription_event_4' => 'Created Payment',
- 'subscription_event_5' => 'Created Vendor',
- 'subscription_event_6' => 'Updated Quote',
- 'subscription_event_7' => 'Deleted Quote',
- 'subscription_event_8' => 'Updated Invoice',
- 'subscription_event_9' => 'Deleted Invoice',
- 'subscription_event_10' => 'Updated Client',
- 'subscription_event_11' => 'Deleted Client',
- 'subscription_event_12' => 'Deleted Payment',
- 'subscription_event_13' => 'Updated Vendor',
- 'subscription_event_14' => 'Deleted Vendor',
- 'subscription_event_15' => 'Created Expense',
- 'subscription_event_16' => 'Updated Expense',
- 'subscription_event_17' => 'Deleted Expense',
- 'subscription_event_18' => 'Created Task',
- 'subscription_event_19' => 'Updated Task',
- 'subscription_event_20' => 'Deleted Task',
- 'subscription_event_21' => 'Approved Quote',
- 'subscriptions' => 'Subscriptions',
- 'updated_subscription' => 'Successfully updated subscription',
- 'created_subscription' => 'Successfully created subscription',
- 'edit_subscription' => 'Edit Subscription',
- 'archive_subscription' => 'Archive Subscription',
- 'archived_subscription' => 'Successfully archived subscription',
- 'project_error_multiple_clients' => 'The projects can\'t belong to different clients',
- 'invoice_project' => 'Invoice Project',
- 'module_recurring_invoice' => 'Recurring Invoices',
- 'module_credit' => 'Credits',
- 'module_quote' => 'Quotes & Proposals',
- 'module_task' => 'Tasks & Projects',
- 'module_expense' => 'Expenses & Vendors',
+ 'enable_apple_pay' => 'Aceitar Apple Pay e Pay with Google',
+ 'requires_subdomain' => 'Este tipo de pagamento requer um :link.',
+ 'subdomain_is_set' => 'subdomínio está definido',
+ 'verification_file' => 'Ficheiro de Verificação',
+ 'verification_file_missing' => 'O ficheiro de verificação é necessário para aceitar pagamentos.',
+ 'apple_pay_domain' => 'Utilize :domain
como o domínio em :link.',
+ 'apple_pay_not_supported' => 'Desculpe, Apple/Google Pay não são suportados pelo seu navegador.',
+ 'optional_payment_methods' => 'Formas de Pagamento Opcionais',
+ 'add_subscription' => 'Adicionar Subscrição',
+ 'target_url' => 'Alvo',
+ 'target_url_help' => 'Quando o evento selecionado ocorrer a aplicação irá publicar a entidade para o URL de destino.',
+ 'event' => 'Evento',
+ 'subscription_event_1' => 'Cliente Criado',
+ 'subscription_event_2' => 'Nota de Pagamento Criada',
+ 'subscription_event_3' => 'Orçamento Criado',
+ 'subscription_event_4' => 'Pagamento Criado',
+ 'subscription_event_5' => 'Fornecedor Criado',
+ 'subscription_event_6' => 'Orçamento Atualizado',
+ 'subscription_event_7' => 'Orçamento Apagado',
+ 'subscription_event_8' => 'Nota de Pagamento Atualizada',
+ 'subscription_event_9' => 'Nota de Pagamento Apagada',
+ 'subscription_event_10' => 'Cliente Atualizado',
+ 'subscription_event_11' => 'Cliente Apagado',
+ 'subscription_event_12' => 'Pagamento Apagado',
+ 'subscription_event_13' => 'Fornecedor Atualizado',
+ 'subscription_event_14' => 'Fornecedor Apagado',
+ 'subscription_event_15' => 'Despesa Criada',
+ 'subscription_event_16' => 'Despesa Atualizada',
+ 'subscription_event_17' => 'Despesa Apagada',
+ 'subscription_event_18' => 'Tarefa Criada',
+ 'subscription_event_19' => 'Tarefa Atualizada',
+ 'subscription_event_20' => 'Tarefa Apagada',
+ 'subscription_event_21' => 'Orçamento Aprovado',
+ 'subscriptions' => 'Subscrições',
+ 'updated_subscription' => 'Subscrição atualizada com sucesso',
+ 'created_subscription' => 'Subscrição criada com sucesso',
+ 'edit_subscription' => 'Editar subscrição',
+ 'archive_subscription' => 'Arquivar subscrição',
+ 'archived_subscription' => 'Subscrição arquivada com sucesso',
+ 'project_error_multiple_clients' => 'Os projetos não podem pertencer a clientes diferentes',
+ 'invoice_project' => 'Faturar Projeto',
+ 'module_recurring_invoice' => 'Nota de Pagamento Recorrentes',
+ 'module_credit' => 'Créditos',
+ 'module_quote' => 'Orçamentos e Propostas',
+ 'module_task' => 'Tarefas & Projetos',
+ 'module_expense' => 'Despesas & Fornecedores',
'module_ticket' => 'Tickets',
- 'reminders' => 'Reminders',
- 'send_client_reminders' => 'Send email reminders',
- 'can_view_tasks' => 'Tasks are visible in the portal',
- 'is_not_sent_reminders' => 'Reminders are not sent',
- 'promotion_footer' => 'Your promotion will expire soon, :link to upgrade now.',
- 'unable_to_delete_primary' => 'Note: to delete this company first delete all linked companies.',
- 'please_register' => 'Please register your account',
- 'processing_request' => 'Processing request',
- 'mcrypt_warning' => 'Warning: Mcrypt is deprecated, run :command to update your cipher.',
- 'edit_times' => 'Edit Times',
- 'inclusive_taxes_help' => 'Include taxes in the cost',
- 'inclusive_taxes_notice' => 'This setting can not be changed once an invoice has been created.',
- 'inclusive_taxes_warning' => 'Warning: existing invoices will need to be resaved',
- 'copy_shipping' => 'Copy Shipping',
- 'copy_billing' => 'Copy Billing',
- 'quote_has_expired' => 'The quote has expired, please contact the merchant.',
- 'empty_table_footer' => 'Showing 0 to 0 of 0 entries',
- 'do_not_trust' => 'Do not remember this device',
- 'trust_for_30_days' => 'Trust for 30 days',
- 'trust_forever' => 'Trust forever',
+ 'reminders' => 'Lembretes',
+ 'send_client_reminders' => 'Enviar lembretes por e-mail',
+ 'can_view_tasks' => 'Tarefas são visíveis no portal',
+ 'is_not_sent_reminders' => 'Lembretes não são enviados',
+ 'promotion_footer' => 'A promoção expira brevemente, :link para atualizar agora.',
+ 'unable_to_delete_primary' => 'Nota: para apagar esta empresa apague primeiro todas as empresas vinculadas.',
+ 'please_register' => 'Por favor crie a sua conta',
+ 'processing_request' => 'A processar pedido',
+ 'mcrypt_warning' => 'Aviso: O Mcrypt está obsoleto, execute :command para atualizar a sua cifra.',
+ 'edit_times' => 'Editar Tempos',
+ 'inclusive_taxes_help' => 'Incluir impostos no preço',
+ 'inclusive_taxes_notice' => 'Esta configuração não pode ser modificada após a criação da nota de pagamento.',
+ 'inclusive_taxes_warning' => 'Aviso: notas de pagamento existentes terão que ser guardadas novamente',
+ 'copy_shipping' => 'Copiar Envio',
+ 'copy_billing' => 'Copiar Cobrança',
+ 'quote_has_expired' => 'O orçamento expirou, por favor contate o vendedor.',
+ 'empty_table_footer' => 'A mostrar 0 de 0 no total de 0 registos',
+ 'do_not_trust' => 'Não lembrar deste dispositivo',
+ 'trust_for_30_days' => 'Confiar por 30 dias',
+ 'trust_forever' => 'Confiar sempre',
'kanban' => 'Kanban',
'backlog' => 'Backlog',
- 'ready_to_do' => 'Ready to do',
- 'in_progress' => 'In progress',
- 'add_status' => 'Add status',
- 'archive_status' => 'Archive Status',
- 'new_status' => 'New Status',
- 'convert_products' => 'Convert Products',
- 'convert_products_help' => 'Automatically convert product prices to the client\'s currency',
- 'improve_client_portal_link' => 'Set a subdomain to shorten the client portal link.',
- 'budgeted_hours' => 'Budgeted Hours',
- 'progress' => 'Progress',
- 'view_project' => 'View Project',
- 'summary' => 'Summary',
- 'endless_reminder' => 'Endless Reminder',
- 'signature_on_invoice_help' => 'Add the following code to show your client\'s signature on the PDF.',
- 'signature_on_pdf' => 'Show on PDF',
- 'signature_on_pdf_help' => 'Show the client signature on the invoice/quote PDF.',
- 'expired_white_label' => 'The white label license has expired',
- 'return_to_login' => 'Return to Login',
- 'convert_products_tip' => 'Note: add a :link named ":name" to see the exchange rate.',
- 'amount_greater_than_balance' => 'The amount is greater than the invoice balance, a credit will be created with the remaining amount.',
- 'custom_fields_tip' => 'Use Label|Option1,Option2
to show a select box.',
- 'client_information' => 'Client Information',
- 'updated_client_details' => 'Successfully updated client details',
+ 'ready_to_do' => 'Preparado para',
+ 'in_progress' => 'Em progresso',
+ 'add_status' => 'Adicionar estado',
+ 'archive_status' => 'Arquivar Estado',
+ 'new_status' => 'Novo estado',
+ 'convert_products' => 'Converter Produtos',
+ 'convert_products_help' => 'Converter automaticamente preços de produtos para a moeda do cliente',
+ 'improve_client_portal_link' => 'Definir um subdomínio para diminuir o link do portal do cliente.',
+ 'budgeted_hours' => 'Horas Orçadas',
+ 'progress' => 'Progresso',
+ 'view_project' => 'Visualizar Projeto',
+ 'summary' => 'Sumário',
+ 'endless_reminder' => 'Lembrete contínuo',
+ 'signature_on_invoice_help' => 'Adicione o seguinte código para mostrar a assinatura do seu cliente no PDF.',
+ 'signature_on_pdf' => 'Mostrar no PDF',
+ 'signature_on_pdf_help' => 'Mostrar a assinatura do cliente no PDF da nota de pagamento/orçamento.',
+ 'expired_white_label' => 'A licença white-label expirou',
+ 'return_to_login' => 'Voltar ao Inicio de Sessão',
+ 'convert_products_tip' => 'Nota: adicione um :link chamado ":name" para ver a taxa de câmbio',
+ 'amount_greater_than_balance' => 'A quantia é maior que o balanço da fatura, um crédito será criado com a quantia restante.',
+ 'custom_fields_tip' => 'Utilize Rótulo|Opção1|Opção2
para exibir uma caixa de seleção.',
+ 'client_information' => 'Informação do Cliente',
+ 'updated_client_details' => 'Detalhes do cliente atualizados com sucesso',
'auto' => 'Auto',
- 'tax_amount' => 'Tax Amount',
- 'tax_paid' => 'Tax Paid',
- 'none' => 'None',
- 'proposal_message_button' => 'To view your proposal for :amount, click the button below.',
- 'proposal' => 'Proposal',
- 'proposals' => 'Proposals',
- 'list_proposals' => 'List Proposals',
- 'new_proposal' => 'New Proposal',
- 'edit_proposal' => 'Edit Proposal',
- 'archive_proposal' => 'Archive Proposal',
- 'delete_proposal' => 'Delete Proposal',
- 'created_proposal' => 'Successfully created proposal',
- 'updated_proposal' => 'Successfully updated proposal',
- 'archived_proposal' => 'Successfully archived proposal',
- 'deleted_proposal' => 'Successfully archived proposal',
- 'archived_proposals' => 'Successfully archived :count proposals',
- 'deleted_proposals' => 'Successfully archived :count proposals',
- 'restored_proposal' => 'Successfully restored proposal',
- 'restore_proposal' => 'Restore Proposal',
- 'snippet' => 'Snippet',
- 'snippets' => 'Snippets',
- 'proposal_snippet' => 'Snippet',
- 'proposal_snippets' => 'Snippets',
- 'new_proposal_snippet' => 'New Snippet',
- 'edit_proposal_snippet' => 'Edit Snippet',
- 'archive_proposal_snippet' => 'Archive Snippet',
- 'delete_proposal_snippet' => 'Delete Snippet',
- 'created_proposal_snippet' => 'Successfully created snippet',
- 'updated_proposal_snippet' => 'Successfully updated snippet',
- 'archived_proposal_snippet' => 'Successfully archived snippet',
- 'deleted_proposal_snippet' => 'Successfully archived snippet',
- 'archived_proposal_snippets' => 'Successfully archived :count snippets',
- 'deleted_proposal_snippets' => 'Successfully archived :count snippets',
- 'restored_proposal_snippet' => 'Successfully restored snippet',
- 'restore_proposal_snippet' => 'Restore Snippet',
+ 'tax_amount' => 'Quantia de Impostos',
+ 'tax_paid' => 'Impostos pagos',
+ 'none' => 'Nenhum',
+ 'proposal_message_button' => 'Para ver a sua proposta para :amount, clique no botão abaixo.',
+ 'proposal' => 'Proposta',
+ 'proposals' => 'Propostas',
+ 'list_proposals' => 'Listar Propostas',
+ 'new_proposal' => 'Nova Proposta',
+ 'edit_proposal' => 'Editar Proposta',
+ 'archive_proposal' => 'Arquivar Proposta',
+ 'delete_proposal' => 'Apagar Proposta',
+ 'created_proposal' => 'Proposta criada com sucesso',
+ 'updated_proposal' => 'Proposta atualizada com sucesso',
+ 'archived_proposal' => 'Proposta arquivada com sucesso',
+ 'deleted_proposal' => 'Proposta arquivada com sucesso',
+ 'archived_proposals' => ':count propostas arquivadas com sucesso',
+ 'deleted_proposals' => ':count propostas arquivadas com sucesso',
+ 'restored_proposal' => 'Proposta restaurada com sucesso',
+ 'restore_proposal' => 'Restaurar Proposta',
+ 'snippet' => 'Recorte',
+ 'snippets' => 'Recortes',
+ 'proposal_snippet' => 'Recorte',
+ 'proposal_snippets' => 'Recortes',
+ 'new_proposal_snippet' => 'Novo Recorte',
+ 'edit_proposal_snippet' => 'Editar Recorte',
+ 'archive_proposal_snippet' => 'Arquivar Recorte',
+ 'delete_proposal_snippet' => 'Apagar Recorte',
+ 'created_proposal_snippet' => 'Recorte criado com sucesso',
+ 'updated_proposal_snippet' => 'Recorte atualizado com sucesso',
+ 'archived_proposal_snippet' => 'Recorte arquivado com sucesso',
+ 'deleted_proposal_snippet' => 'Recorte arquivado com sucesso',
+ 'archived_proposal_snippets' => ':count Recortes arquivados com sucesso',
+ 'deleted_proposal_snippets' => ':count Recortes arquivados com sucesso',
+ 'restored_proposal_snippet' => 'Recorte restaurado com sucesso',
+ 'restore_proposal_snippet' => 'Restaurar Recorte',
'template' => 'Template',
- 'templates' => 'Templates',
- 'proposal_template' => 'Template',
- 'proposal_templates' => 'Templates',
- 'new_proposal_template' => 'New Template',
- 'edit_proposal_template' => 'Edit Template',
- 'archive_proposal_template' => 'Archive Template',
- 'delete_proposal_template' => 'Delete Template',
- 'created_proposal_template' => 'Successfully created template',
- 'updated_proposal_template' => 'Successfully updated template',
- 'archived_proposal_template' => 'Successfully archived template',
- 'deleted_proposal_template' => 'Successfully archived template',
- 'archived_proposal_templates' => 'Successfully archived :count templates',
- 'deleted_proposal_templates' => 'Successfully archived :count templates',
- 'restored_proposal_template' => 'Successfully restored template',
- 'restore_proposal_template' => 'Restore Template',
- 'proposal_category' => 'Category',
- 'proposal_categories' => 'Categories',
- 'new_proposal_category' => 'New Category',
- 'edit_proposal_category' => 'Edit Category',
- 'archive_proposal_category' => 'Archive Category',
- 'delete_proposal_category' => 'Delete Category',
- 'created_proposal_category' => 'Successfully created category',
- 'updated_proposal_category' => 'Successfully updated category',
- 'archived_proposal_category' => 'Successfully archived category',
- 'deleted_proposal_category' => 'Successfully archived category',
- 'archived_proposal_categories' => 'Successfully archived :count categories',
- 'deleted_proposal_categories' => 'Successfully archived :count categories',
- 'restored_proposal_category' => 'Successfully restored category',
- 'restore_proposal_category' => 'Restore Category',
- 'delete_status' => 'Delete Status',
- 'standard' => 'Standard',
- 'icon' => 'Icon',
- 'proposal_not_found' => 'The requested proposal is not available',
- 'create_proposal_category' => 'Create category',
- 'clone_proposal_template' => 'Clone Template',
- 'proposal_email' => 'Proposal Email',
- 'proposal_subject' => 'New proposal :number from :account',
- 'proposal_message' => 'To view your proposal for :amount, click the link below.',
- 'emailed_proposal' => 'Successfully emailed proposal',
- 'load_template' => 'Load Template',
- 'no_assets' => 'No images, drag to upload',
- 'add_image' => 'Add Image',
- 'select_image' => 'Select Image',
- 'upgrade_to_upload_images' => 'Upgrade to the enterprise plan to upload images',
- 'delete_image' => 'Delete Image',
- 'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
- 'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',
- 'taxes_are_included_help' => 'Note: Inclusive taxes have been enabled.',
- 'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.',
- 'change_requires_purge' => 'Changing this setting requires :link the account data.',
- 'purging' => 'purging',
- 'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.',
- 'email_address_changed' => 'Email address has been changed',
- 'email_address_changed_message' => 'The email address for your account has been changed from :old_email to :new_email.',
- 'test' => 'Test',
+ 'templates' => 'Modelos',
+ 'proposal_template' => 'Modelo',
+ 'proposal_templates' => 'Modelos',
+ 'new_proposal_template' => 'Novo Modelo',
+ 'edit_proposal_template' => 'Editar Modelo',
+ 'archive_proposal_template' => 'Arquivar Modelo',
+ 'delete_proposal_template' => 'Apagar Modelo',
+ 'created_proposal_template' => 'Modelo criado com sucesso',
+ 'updated_proposal_template' => 'Modelo atualizado com sucesso',
+ 'archived_proposal_template' => 'Modelo arquivado com sucesso',
+ 'deleted_proposal_template' => 'Modelo arquivado com sucesso',
+ 'archived_proposal_templates' => ':count modelos arquivados com sucesso',
+ 'deleted_proposal_templates' => ':count modelos arquivados com sucesso',
+ 'restored_proposal_template' => 'Modelo restaurado com sucesso',
+ 'restore_proposal_template' => 'Restaurar Modelo',
+ 'proposal_category' => 'Categoria',
+ 'proposal_categories' => 'Categorias',
+ 'new_proposal_category' => 'Nova Categoria',
+ 'edit_proposal_category' => 'Editar Categoria',
+ 'archive_proposal_category' => 'Arquivar Categoria',
+ 'delete_proposal_category' => 'Apagar Categoria',
+ 'created_proposal_category' => 'Categoria criada com sucesso',
+ 'updated_proposal_category' => 'Categoria atualizada com sucesso',
+ 'archived_proposal_category' => 'Categoria arquivada com sucesso',
+ 'deleted_proposal_category' => 'Categoria arquivada com sucesso',
+ 'archived_proposal_categories' => ':count categorias arquivadas com sucesso',
+ 'deleted_proposal_categories' => ':count categorias arquivadas com sucesso',
+ 'restored_proposal_category' => 'Categoria restaurada com sucesso',
+ 'restore_proposal_category' => 'Restaurar Categoria',
+ 'delete_status' => 'Apagar Estado',
+ 'standard' => 'Padrão',
+ 'icon' => 'Ícone',
+ 'proposal_not_found' => 'A proposta solicitada não está disponível',
+ 'create_proposal_category' => 'Criar categoria',
+ 'clone_proposal_template' => 'Duplicar Modelo',
+ 'proposal_email' => 'E-mail de Proposta',
+ 'proposal_subject' => 'Nova proposta :number de :account',
+ 'proposal_message' => 'Para visualizar sua proposta para :amount, clique no link abaixo.',
+ 'emailed_proposal' => 'Proposta enviada por E-mail com sucesso',
+ 'load_template' => 'Carregar Modelo',
+ 'no_assets' => 'Sem imagens, arraste para fazer upload',
+ 'add_image' => 'Adicionar Imagem',
+ 'select_image' => 'Selecionar Imagem',
+ 'upgrade_to_upload_images' => 'Atualizar para o plano empresarial para enviar imagens',
+ 'delete_image' => 'Apagar Imagem',
+ 'delete_image_help' => 'Aviso: Ao apagar a imagem irá removê-la de todas as propostas.',
+ 'amount_variable_help' => 'Nota: o campo $amount da nota de pagamento usará o campo parcial/depósito se habilitado ou usará o saldo da nota de pagamento.',
+ 'taxes_are_included_help' => 'Nota: Impostos inclusivos foram habilitados.',
+ 'taxes_are_not_included_help' => 'Nota: Impostos inclusivos não estão habilitados. ',
+ 'change_requires_purge' => 'Alterar esta configuração requer :link para os dados da conta.',
+ 'purging' => 'a limpar',
+ 'warning_local_refund' => 'O reembolso será registado na aplicação mas NÃO será processado pelo terminal de pagamento.',
+ 'email_address_changed' => 'O endereço de E-mail foi alterado',
+ 'email_address_changed_message' => 'O endereço de E-mail para sua conta foi alterado de :old_email to :new_email.',
+ 'test' => 'Teste',
'beta' => 'Beta',
- 'gmp_required' => 'Exporting to ZIP requires the GMP extension',
- 'email_history' => 'Email History',
- 'loading' => 'Loading',
- 'no_messages_found' => 'No messages found',
- 'processing' => 'Processing',
- 'reactivate' => 'Reactivate',
- 'reactivated_email' => 'The email address has been reactivated',
- 'emails' => 'Emails',
- 'opened' => 'Opened',
- 'bounced' => 'Bounced',
- 'total_sent' => 'Total Sent',
- 'total_opened' => 'Total Opened',
- 'total_bounced' => 'Total Bounced',
+ 'gmp_required' => 'A exportação para ZIP requer a extensão GMP',
+ 'email_history' => 'Histórico de E-mails',
+ 'loading' => 'A Carregar',
+ 'no_messages_found' => 'Não foram encontradas mensagens',
+ 'processing' => 'A Processar',
+ 'reactivate' => 'Reativar',
+ 'reactivated_email' => 'O endereço de email foi reativado',
+ 'emails' => 'E-mails',
+ 'opened' => 'Aberto',
+ 'bounced' => 'Devolvido',
+ 'total_sent' => 'Total Enviado',
+ 'total_opened' => 'Total Aberto',
+ 'total_bounced' => 'Total Devolvido',
'total_spam' => 'Total Spam',
- 'platforms' => 'Platforms',
- 'email_clients' => 'Email Clients',
- 'mobile' => 'Mobile',
+ 'platforms' => 'Plataformas',
+ 'email_clients' => 'Clientes de E-mail',
+ 'mobile' => 'Móvel',
'desktop' => 'Desktop',
'webmail' => 'Webmail',
- 'group' => 'Group',
- 'subgroup' => 'Subgroup',
- 'unset' => 'Unset',
- 'received_new_payment' => 'You\'ve received a new payment!',
- 'slack_webhook_help' => 'Receive payment notifications using :link.',
- 'slack_incoming_webhooks' => 'Slack incoming webhooks',
- 'accept' => 'Accept',
- 'accepted_terms' => 'Successfully accepted the latest terms of service',
- 'invalid_url' => 'Invalid URL',
- 'workflow_settings' => 'Workflow Settings',
- 'auto_email_invoice' => 'Auto Email',
- 'auto_email_invoice_help' => 'Automatically email recurring invoices when they are created.',
- 'auto_archive_invoice' => 'Auto Archive',
- 'auto_archive_invoice_help' => 'Automatically archive invoices when they are paid.',
- 'auto_archive_quote' => 'Auto Archive',
- 'auto_archive_quote_help' => 'Automatically archive quotes when they are converted.',
- 'require_approve_quote' => 'Require approve quote',
- 'require_approve_quote_help' => 'Require clients to approve quotes.',
- 'allow_approve_expired_quote' => 'Allow approve expired quote',
- 'allow_approve_expired_quote_help' => 'Allow clients to approve expired quotes.',
- 'invoice_workflow' => 'Invoice Workflow',
- 'quote_workflow' => 'Quote Workflow',
- 'client_must_be_active' => 'Error: the client must be active',
- 'purge_client' => 'Purge Client',
- 'purged_client' => 'Successfully purged client',
- 'purge_client_warning' => 'All related records (invoices, tasks, expenses, documents, etc) will also be deleted.',
- 'clone_product' => 'Clone Product',
- 'item_details' => 'Item Details',
- 'send_item_details_help' => 'Send line item details to the payment gateway.',
- 'view_proposal' => 'View Proposal',
- 'view_in_portal' => 'View in Portal',
- 'cookie_message' => 'This website uses cookies to ensure you get the best experience on our website.',
- 'got_it' => 'Got it!',
- 'vendor_will_create' => 'vendor will be created',
- 'vendors_will_create' => 'vendors will be created',
- 'created_vendors' => 'Successfully created :count vendor(s)',
- 'import_vendors' => 'Import Vendors',
- 'company' => 'Company',
- 'client_field' => 'Client Field',
- 'contact_field' => 'Contact Field',
- 'product_field' => 'Product Field',
- 'task_field' => 'Task Field',
- 'project_field' => 'Project Field',
- 'expense_field' => 'Expense Field',
- 'vendor_field' => 'Vendor Field',
- 'company_field' => 'Company Field',
- 'invoice_field' => 'Invoice Field',
- 'invoice_surcharge' => 'Invoice Surcharge',
- 'custom_task_fields_help' => 'Add a field when creating a task.',
- 'custom_project_fields_help' => 'Add a field when creating a project.',
- 'custom_expense_fields_help' => 'Add a field when creating an expense.',
- 'custom_vendor_fields_help' => 'Add a field when creating a vendor.',
- 'messages' => 'Messages',
- 'unpaid_invoice' => 'Unpaid Invoice',
- 'paid_invoice' => 'Paid Invoice',
- 'unapproved_quote' => 'Unapproved Quote',
- 'unapproved_proposal' => 'Unapproved Proposal',
- 'autofills_city_state' => 'Auto-fills city/state',
- 'no_match_found' => 'No match found',
- 'password_strength' => 'Password Strength',
- 'strength_weak' => 'Weak',
- 'strength_good' => 'Good',
- 'strength_strong' => 'Strong',
- 'mark' => 'Mark',
- 'updated_task_status' => 'Successfully update task status',
- 'background_image' => 'Background Image',
- 'background_image_help' => 'Use the :link to manage your images, we recommend using a small file.',
- 'proposal_editor' => 'proposal editor',
- 'background' => 'Background',
- 'guide' => 'Guide',
- 'gateway_fee_item' => 'Gateway Fee Item',
- 'gateway_fee_description' => 'Gateway Fee Surcharge',
- 'gateway_fee_discount_description' => 'Gateway Fee Discount',
- 'show_payments' => 'Show Payments',
- 'show_aging' => 'Show Aging',
- 'reference' => 'Reference',
- 'amount_paid' => 'Amount Paid',
- 'send_notifications_for' => 'Send Notifications For',
- 'all_invoices' => 'All Invoices',
- 'my_invoices' => 'My Invoices',
- 'payment_reference' => 'Payment Reference',
- 'maximum' => 'Maximum',
- 'sort' => 'Sort',
- 'refresh_complete' => 'Refresh Complete',
- 'please_enter_your_email' => 'Please enter your email',
- 'please_enter_your_password' => 'Please enter your password',
- 'please_enter_your_url' => 'Please enter your URL',
- 'please_enter_a_product_key' => 'Please enter a product key',
- 'an_error_occurred' => 'An error occurred',
- 'overview' => 'Overview',
- 'copied_to_clipboard' => 'Copied :value to the clipboard',
- 'error' => 'Error',
- 'could_not_launch' => 'Could not launch',
- 'additional' => 'Additional',
+ 'group' => 'Grupo',
+ 'subgroup' => 'Subgrupo',
+ 'unset' => 'Não definido',
+ 'received_new_payment' => 'Recebeu um novo pagamento!',
+ 'slack_webhook_help' => 'Receber notificações de pagamento utilizando :link.',
+ 'slack_incoming_webhooks' => 'Webhooks de entrada do Slack',
+ 'accept' => 'Aceitar',
+ 'accepted_terms' => 'Os termos de serviço atuais foram aceitos com sucesso',
+ 'invalid_url' => 'URL inválido',
+ 'workflow_settings' => 'Configurações de Fluxo de Trabalho',
+ 'auto_email_invoice' => 'Email Automático',
+ 'auto_email_invoice_help' => 'Enviar faturas recorrentes por email automaticamente quando forem criadas.',
+ 'auto_archive_invoice' => 'Arquivar Automaticamente',
+ 'auto_archive_invoice_help' => 'Arquivar automaticamente faturas quando forem pagas.',
+ 'auto_archive_quote' => 'Arquivar Automaticamente',
+ 'auto_archive_quote_help' => 'Arquivar automaticamente orçamentos quando forem convertidos.',
+ 'require_approve_quote' => 'Solicitar aprovação de orçamento',
+ 'require_approve_quote_help' => 'Solicitar aos clientes aprovação de orçamento.',
+ 'allow_approve_expired_quote' => 'Permitir a aprovação de orçamentos expirados',
+ 'allow_approve_expired_quote_help' => 'Permitir que clientes aprovem orçamentos expirados.',
+ 'invoice_workflow' => 'Fluxo de Trabalho de Faturas',
+ 'quote_workflow' => 'Fluxo de Trabalho de Orçamentos',
+ 'client_must_be_active' => 'Erro: o cliente precisa estar ativo',
+ 'purge_client' => 'Limpar Cliente',
+ 'purged_client' => 'Cliente apagado com sucesso',
+ 'purge_client_warning' => 'Todos os registros relacionados (faturas, tarefas, despesas, documentos, etc...) também serão excluídos',
+ 'clone_product' => 'Duplicar Produto',
+ 'item_details' => 'Detalhes do Item',
+ 'send_item_details_help' => 'Enviar detalhes do item para o terminal de pagamento.',
+ 'view_proposal' => 'Ver proposta',
+ 'view_in_portal' => 'Ver no Portal',
+ 'cookie_message' => 'Este website utiliza cookies para garantir que tenha uma melhor experiência.',
+ 'got_it' => 'Entendido!',
+ 'vendor_will_create' => 'fornecedor será criado',
+ 'vendors_will_create' => 'fornecedores serão criados',
+ 'created_vendors' => ':count fornecedor(es) criado(s) com sucesso',
+ 'import_vendors' => 'Importar Fornecedores',
+ 'company' => 'Empresa',
+ 'client_field' => 'Campo do Cliente',
+ 'contact_field' => 'Campo do Contacto',
+ 'product_field' => 'Campo do Produto',
+ 'task_field' => 'Campo da Tarefa',
+ 'project_field' => 'Campo do Projeto',
+ 'expense_field' => 'Campo da Despesa',
+ 'vendor_field' => 'Campo do Fornecedor',
+ 'company_field' => 'Campo da Empresa',
+ 'invoice_field' => 'Campo da Nota de Pagamento',
+ 'invoice_surcharge' => 'Sobretaxa de Fatura',
+ 'custom_task_fields_help' => 'Adicionar um campo na criação de uma tarefa.',
+ 'custom_project_fields_help' => 'Adicionar um campo na criação de um projeto.',
+ 'custom_expense_fields_help' => 'Adicionar um campo na criação de uma despesa.',
+ 'custom_vendor_fields_help' => 'Adicionar um campo na criação de um fornecedor.',
+ 'messages' => 'Mensagens',
+ 'unpaid_invoice' => 'Nota de Pagamento não Paga',
+ 'paid_invoice' => 'Nota de Pagamento Paga',
+ 'unapproved_quote' => 'Orçamento não Aprovado',
+ 'unapproved_proposal' => 'Proposta não Aprovada',
+ 'autofills_city_state' => 'Auto-preencher cidade/distrito',
+ 'no_match_found' => 'Nenhum resultado encontrado',
+ 'password_strength' => 'Segurança da Palavra-passe',
+ 'strength_weak' => 'Fraca',
+ 'strength_good' => 'Boa',
+ 'strength_strong' => 'Forte',
+ 'mark' => 'Marcar',
+ 'updated_task_status' => 'Estado da tarefa atualizado com sucesso',
+ 'background_image' => 'Imagem de Fundo',
+ 'background_image_help' => 'Utilize o :link para gerir as imagens, recomendamos a utilização de um ficheiro pequeno.',
+ 'proposal_editor' => 'editor de proposta',
+ 'background' => 'Fundo',
+ 'guide' => 'Guia',
+ 'gateway_fee_item' => 'Item de Taxa de Terminal',
+ 'gateway_fee_description' => 'Sobretaxa de Taxa de Terminal',
+ 'gateway_fee_discount_description' => 'Desconto de Taxa de Terminal',
+ 'show_payments' => 'Mostrar Pagamentos',
+ 'show_aging' => 'Mostrar Antigos',
+ 'reference' => 'Referência',
+ 'amount_paid' => 'Quantia Paga',
+ 'send_notifications_for' => 'Enviar Notificações Para',
+ 'all_invoices' => 'Todas as Notas de Pagamento',
+ 'my_invoices' => 'As Minhas Notas de Pagamento',
+ 'payment_reference' => 'Referência de Pagamento',
+ 'maximum' => 'Máximo',
+ 'sort' => 'Ordenar',
+ 'refresh_complete' => 'Recarregar Completo',
+ 'please_enter_your_email' => 'Por favor introduza o seu E-mail',
+ 'please_enter_your_password' => 'Por favor introduza a sua palavra-passe',
+ 'please_enter_your_url' => 'Por favor introduza o seu URL',
+ 'please_enter_a_product_key' => 'Por favor introduza uma chave de produto',
+ 'an_error_occurred' => 'Ocorreu um erro',
+ 'overview' => 'Resumo',
+ 'copied_to_clipboard' => ':value copiado para a área de transferência',
+ 'error' => 'Erro',
+ 'could_not_launch' => 'Não foi possível iniciar',
+ 'additional' => 'Adicional',
'ok' => 'Ok',
- 'email_is_invalid' => 'Email is invalid',
- 'items' => 'Items',
- 'partial_deposit' => 'Partial/Deposit',
- 'add_item' => 'Add Item',
- 'total_amount' => 'Total Amount',
+ 'email_is_invalid' => 'Email é inválido',
+ 'items' => 'Itens',
+ 'partial_deposit' => 'Depósito/Parcial',
+ 'add_item' => 'Adicionar Item',
+ 'total_amount' => 'Quantia Total',
'pdf' => 'PDF',
- 'invoice_status_id' => 'Invoice Status',
- 'click_plus_to_add_item' => 'Click + to add an item',
- 'count_selected' => ':count selected',
- 'dismiss' => 'Dismiss',
- 'please_select_a_date' => 'Please select a date',
- 'please_select_a_client' => 'Please select a client',
- 'language' => 'Language',
- 'updated_at' => 'Updated',
- 'please_enter_an_invoice_number' => 'Please enter an invoice number',
- 'please_enter_a_quote_number' => 'Please enter a quote number',
- 'clients_invoices' => ':client\'s invoices',
- 'viewed' => 'Viewed',
- 'approved' => 'Approved',
- 'invoice_status_1' => 'Draft',
- 'invoice_status_2' => 'Sent',
- 'invoice_status_3' => 'Viewed',
- 'invoice_status_4' => 'Approved',
- 'invoice_status_5' => 'Partial',
- 'invoice_status_6' => 'Paid',
- 'marked_invoice_as_sent' => 'Successfully marked invoice as sent',
- 'please_enter_a_client_or_contact_name' => 'Please enter a client or contact name',
- 'restart_app_to_apply_change' => 'Restart the app to apply the change',
- 'refresh_data' => 'Refresh Data',
- 'blank_contact' => 'Blank Contact',
- 'no_records_found' => 'No records found',
- 'industry' => 'Industry',
- 'size' => 'Size',
+ 'invoice_status_id' => 'Estado da Nota de Pagamento',
+ 'click_plus_to_add_item' => 'Clique + para adicionar um item',
+ 'count_selected' => ':count selecionados',
+ 'dismiss' => 'Dispensar',
+ 'please_select_a_date' => 'Por favor selecione uma data',
+ 'please_select_a_client' => 'Por favor selecione um cliente',
+ 'language' => 'Idioma',
+ 'updated_at' => 'Atualizado',
+ 'please_enter_an_invoice_number' => 'Por favor digite um número de nota de pagamento',
+ 'please_enter_a_quote_number' => 'Por favor digite um número de orçamento',
+ 'clients_invoices' => 'Notas de Pagamento de :client',
+ 'viewed' => 'Visto',
+ 'approved' => 'Aprovado',
+ 'invoice_status_1' => 'Rascunho',
+ 'invoice_status_2' => 'Enviado',
+ 'invoice_status_3' => 'Visto',
+ 'invoice_status_4' => 'Aprovado',
+ 'invoice_status_5' => 'Parcial',
+ 'invoice_status_6' => 'Pago',
+ 'marked_invoice_as_sent' => 'Sucesso! A nota de pagamento foi marcada como enviada.',
+ 'please_enter_a_client_or_contact_name' => 'Por favor introduza um cliente ou nome de contacto',
+ 'restart_app_to_apply_change' => 'Reinicie a aplicação para aplicar a mudança',
+ 'refresh_data' => 'Atualizar Dados',
+ 'blank_contact' => 'Contato Vazio',
+ 'no_records_found' => 'Nenhum registo encontrado',
+ 'industry' => 'Indústria',
+ 'size' => 'Tamanho',
'net' => 'Net',
- 'show_tasks' => 'Show tasks',
- 'email_reminders' => 'Email Reminders',
- 'reminder1' => 'First Reminder',
- 'reminder2' => 'Second Reminder',
- 'reminder3' => 'Third Reminder',
- 'send' => 'Send',
- 'auto_billing' => 'Auto billing',
- 'button' => 'Button',
- 'more' => 'More',
- 'edit_recurring_invoice' => 'Edit Recurring Invoice',
- 'edit_recurring_quote' => 'Edit Recurring Quote',
- 'quote_status' => 'Quote Status',
- 'please_select_an_invoice' => 'Please select an invoice',
- 'filtered_by' => 'Filtered by',
- 'payment_status' => 'Payment Status',
- 'payment_status_1' => 'Pending',
- 'payment_status_2' => 'Voided',
- 'payment_status_3' => 'Failed',
- 'payment_status_4' => 'Completed',
- 'payment_status_5' => 'Partially Refunded',
- 'payment_status_6' => 'Refunded',
- 'send_receipt_to_client' => 'Send receipt to the client',
- 'refunded' => 'Refunded',
- 'marked_quote_as_sent' => 'Successfully marked quote as sent',
- 'custom_module_settings' => 'Custom Module Settings',
+ 'show_tasks' => 'Exibir tarefas',
+ 'email_reminders' => 'Lembretes de E-mail',
+ 'reminder1' => 'Primeiro Lembrete',
+ 'reminder2' => 'Segundo Lembrete',
+ 'reminder3' => 'Terceiro Lembrete',
+ 'send' => 'Enviar',
+ 'auto_billing' => 'Cobrança automática',
+ 'button' => 'Botão',
+ 'more' => 'Mais',
+ 'edit_recurring_invoice' => 'Editar Fatura Recorrente',
+ 'edit_recurring_quote' => 'Editar Orçamento Recorrente',
+ 'quote_status' => 'Estado do Orçamento',
+ 'please_select_an_invoice' => 'Por favor escolha uma nota de pagamento',
+ 'filtered_by' => 'Filtrado por',
+ 'payment_status' => 'Estado do Pagamento',
+ 'payment_status_1' => 'Pendente',
+ 'payment_status_2' => 'Anulado',
+ 'payment_status_3' => 'Falhou',
+ 'payment_status_4' => 'Completo',
+ 'payment_status_5' => 'Parcialmente Reembolsado',
+ 'payment_status_6' => 'Reembolsado',
+ 'send_receipt_to_client' => 'Enviar recibo para o cliente',
+ 'refunded' => 'Reembolsado',
+ 'marked_quote_as_sent' => 'Orçamento marcado como enviado com sucesso',
+ 'custom_module_settings' => 'Configurações Personalizadas de Módulo',
'ticket' => 'Ticket',
'tickets' => 'Tickets',
'ticket_number' => 'Ticket #',
- 'new_ticket' => 'New Ticket',
- 'edit_ticket' => 'Edit Ticket',
- 'view_ticket' => 'View Ticket',
- 'archive_ticket' => 'Archive Ticket',
- 'restore_ticket' => 'Restore Ticket',
- 'delete_ticket' => 'Delete Ticket',
- 'archived_ticket' => 'Successfully archived ticket',
- 'archived_tickets' => 'Successfully archived tickets',
- 'restored_ticket' => 'Successfully restored ticket',
- 'deleted_ticket' => 'Successfully deleted ticket',
- 'open' => 'Open',
- 'new' => 'New',
- 'closed' => 'Closed',
- 'reopened' => 'Reopened',
- 'priority' => 'Priority',
- 'last_updated' => 'Last Updated',
- 'comment' => 'Comments',
+ 'new_ticket' => 'Novo Ticket',
+ 'edit_ticket' => 'Editar Ticket',
+ 'view_ticket' => 'Visualizar Ticket',
+ 'archive_ticket' => 'Arquivar Ticket',
+ 'restore_ticket' => 'Restaurar Ticket',
+ 'delete_ticket' => 'Apagar Ticket',
+ 'archived_ticket' => 'Ticket arquivado com sucesso',
+ 'archived_tickets' => 'Tickets arquivados com sucesso',
+ 'restored_ticket' => 'Ticket restaurado com sucesso',
+ 'deleted_ticket' => 'Ticket apagado com sucesso',
+ 'open' => 'Aberto',
+ 'new' => 'Novo',
+ 'closed' => 'Fechado',
+ 'reopened' => 'Reaberto',
+ 'priority' => 'Prioridade',
+ 'last_updated' => 'Última Atualização',
+ 'comment' => 'Comentários',
'tags' => 'Tags',
- 'linked_objects' => 'Linked Objects',
- 'low' => 'Low',
- 'medium' => 'Medium',
- 'high' => 'High',
- 'no_due_date' => 'No due date set',
- 'assigned_to' => 'Assigned to',
- 'reply' => 'Reply',
- 'awaiting_reply' => 'Awaiting reply',
- 'ticket_close' => 'Close Ticket',
- 'ticket_reopen' => 'Reopen Ticket',
- 'ticket_open' => 'Open Ticket',
- 'ticket_split' => 'Split Ticket',
- 'ticket_merge' => 'Merge Ticket',
- 'ticket_update' => 'Update Ticket',
- 'ticket_settings' => 'Ticket Settings',
- 'updated_ticket' => 'Ticket Updated',
- 'mark_spam' => 'Mark as Spam',
- 'local_part' => 'Local Part',
- 'local_part_unavailable' => 'Name taken',
- 'local_part_available' => 'Name available',
- 'local_part_invalid' => 'Invalid name (alpha numeric only, no spaces',
- 'local_part_help' => 'Customize the local part of your inbound support email, ie. YOUR_NAME@support.invoiceninja.com',
- 'from_name_help' => 'From name is the recognizable sender which is displayed instead of the email address, ie Support Center',
- 'local_part_placeholder' => 'YOUR_NAME',
- 'from_name_placeholder' => 'Support Center',
- 'attachments' => 'Attachments',
- 'client_upload' => 'Client uploads',
- 'enable_client_upload_help' => 'Allow clients to upload documents/attachments',
- 'max_file_size_help' => 'Maximum file size (KB) is limited by your post_max_size and upload_max_filesize variables as set in your PHP.INI',
- 'max_file_size' => 'Maximum file size',
- 'mime_types' => 'Mime types',
- 'mime_types_placeholder' => '.pdf , .docx, .jpg',
- 'mime_types_help' => 'Comma separated list of allowed mime types, leave blank for all',
- 'ticket_number_start_help' => 'Ticket number must be greater than the current ticket number',
- 'new_ticket_template_id' => 'New ticket',
- 'new_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a new ticket is created',
- 'update_ticket_template_id' => 'Updated ticket',
- 'update_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is updated',
- 'close_ticket_template_id' => 'Closed ticket',
- 'close_ticket_autoresponder_help' => 'Selecting a template will send an auto response to a client/contact when a ticket is closed',
- 'default_priority' => 'Default priority',
- 'alert_new_comment_id' => 'New comment',
- 'alert_comment_ticket_help' => 'Selecting a template will send a notification (to agent) when a comment is made.',
- 'alert_comment_ticket_email_help' => 'Comma separated emails to bcc on new comment.',
- 'new_ticket_notification_list' => 'Additional new ticket notifications',
- 'update_ticket_notification_list' => 'Additional new comment notifications',
+ 'linked_objects' => 'Objetos Vinculados',
+ 'low' => 'Baixa',
+ 'medium' => 'Média',
+ 'high' => 'Alta',
+ 'no_due_date' => 'Nenhuma data de vencimento definida',
+ 'assigned_to' => 'Atribuído para',
+ 'reply' => 'Responder',
+ 'awaiting_reply' => 'Aguarda Resposta',
+ 'ticket_close' => 'Fechar Ticket',
+ 'ticket_reopen' => 'Reabrir Ticket',
+ 'ticket_open' => 'Abrir Ticket',
+ 'ticket_split' => 'Dividir Ticket',
+ 'ticket_merge' => 'Unir Ticket',
+ 'ticket_update' => 'Atualizar Ticket',
+ 'ticket_settings' => 'Configurações do Ticket',
+ 'updated_ticket' => 'Ticket Atualizado',
+ 'mark_spam' => 'Marcar como Spam',
+ 'local_part' => 'Parte Local',
+ 'local_part_unavailable' => 'Nome indisponível',
+ 'local_part_available' => 'Nome disponível',
+ 'local_part_invalid' => 'Nome inválido (apenas alfanuméricos, sem espaços)',
+ 'local_part_help' => 'Personalizar a parte local de sua caixa de email de entrada. Ex: SEU_NOME@support.invoiceninja.com',
+ 'from_name_help' => 'Nome do remetente é o texto disponibilizado para ser mostrado ao invés do endereço de email. Ex: Centro de Suporte',
+ 'local_part_placeholder' => 'SEU_NOME',
+ 'from_name_placeholder' => 'Centro de Suporte',
+ 'attachments' => 'Anexos',
+ 'client_upload' => 'Uploads do Cliente',
+ 'enable_client_upload_help' => 'Permitir que clientes enviem documentos/anexos',
+ 'max_file_size_help' => 'O tamanho máximo de arquivo (KB) é limitado pelas suas variáveis post_max_size e upload_max_filesize definidos no ficheiro PHP.INI',
+ 'max_file_size' => 'Tamanho máximo do ficheiro',
+ 'mime_types' => 'Tipos MIME',
+ 'mime_types_placeholder' => '.pdf , .docx , .jpg',
+ 'mime_types_help' => 'Lista separada por vírgulas de tipos MIME permitidos, deixe em branco para TODOS',
+ 'ticket_number_start_help' => 'O número do Ticket precisa ser maior que o número de ticket atual',
+ 'new_ticket_template_id' => 'Novo Ticket',
+ 'new_ticket_autoresponder_help' => 'Selecionar um modelo enviará uma resposta automática para um cliente/contato quando um novo Ticket for criado',
+ 'update_ticket_template_id' => 'Ticket atualizado',
+ 'update_ticket_autoresponder_help' => 'Selecionar um modelo enviará uma resposta automática para um cliente/contato quando um novo Ticket for atualizado',
+ 'close_ticket_template_id' => 'Ticket fechado',
+ 'close_ticket_autoresponder_help' => 'Selecionar um modelo enviará uma resposta automática para um cliente/contato quando um novo Ticket for fechado',
+ 'default_priority' => 'Prioridade Padrão',
+ 'alert_new_comment_id' => 'Novo comentário',
+ 'alert_comment_ticket_help' => 'Selecionar um modelo enviará uma notificação (para um agente) quando um novo comentário for feito.',
+ 'alert_comment_ticket_email_help' => 'Emails separados por vírgulas para bcc após um novo comentário.',
+ 'new_ticket_notification_list' => 'Notificações adicionais de novo ticket',
+ 'update_ticket_notification_list' => 'Notificações adicionais de novo comentário',
'comma_separated_values' => 'admin@example.com, supervisor@example.com',
- 'alert_ticket_assign_agent_id' => 'Ticket assignment',
- 'alert_ticket_assign_agent_id_hel' => 'Selecting a template will send a notification (to agent) when a ticket is assigned.',
- 'alert_ticket_assign_agent_id_notifications' => 'Additional ticket assigned notifications',
- 'alert_ticket_assign_agent_id_help' => 'Comma separated emails to bcc on ticket assignment.',
- 'alert_ticket_transfer_email_help' => 'Comma separated emails to bcc on ticket transfer.',
- 'alert_ticket_overdue_agent_id' => 'Ticket overdue',
- 'alert_ticket_overdue_email' => 'Additional overdue ticket notifications',
- 'alert_ticket_overdue_email_help' => 'Comma separated emails to bcc on ticket overdue.',
- 'alert_ticket_overdue_agent_id_help' => 'Selecting a template will send a notification (to agent) when a ticket becomes overdue.',
- 'ticket_master' => 'Ticket Master',
- 'ticket_master_help' => 'Has the ability to assign and transfer tickets. Assigned as the default agent for all tickets.',
- 'default_agent' => 'Default Agent',
- 'default_agent_help' => 'If selected will automatically be assigned to all inbound tickets',
- 'show_agent_details' => 'Show agent details on responses',
+ 'alert_ticket_assign_agent_id' => 'Atribuição de Ticket',
+ 'alert_ticket_assign_agent_id_hel' => 'Selecionar um modelo enviará uma notificação (para um agente) quando um ticket for atribuído.',
+ 'alert_ticket_assign_agent_id_notifications' => 'Notificações adicionais de ticket atribuído',
+ 'alert_ticket_assign_agent_id_help' => 'Emails separados por vírgulas para bcc após atribuição de ticket.',
+ 'alert_ticket_transfer_email_help' => 'Emails separados por vírgulas para bcc após transferência de ticket.',
+ 'alert_ticket_overdue_agent_id' => 'Atraso de Ticket',
+ 'alert_ticket_overdue_email' => 'Notificações adicionais de ticket atrasado',
+ 'alert_ticket_overdue_email_help' => 'Emails separados por vírgulas para bcc após atraso de ticket. ',
+ 'alert_ticket_overdue_agent_id_help' => 'Selecionar um modelo enviará uma notificação (para um agente) quando um ticket atrasar. ',
+ 'ticket_master' => 'Gestor de Tickets',
+ 'ticket_master_help' => 'Possui a habilidade de atribuir e transferir Tickets. Atribuído como o agente padrão para todos os Tickets.',
+ 'default_agent' => 'Agente Padrão',
+ 'default_agent_help' => 'Se selecionado irá automaticamente ser selecionado para todos os tickets entrantes',
+ 'show_agent_details' => 'Exibir detalhes do agente nas respostas',
'avatar' => 'Avatar',
- 'remove_avatar' => 'Remove avatar',
- 'ticket_not_found' => 'Ticket not found',
- 'add_template' => 'Add Template',
- 'ticket_template' => 'Ticket Template',
- 'ticket_templates' => 'Ticket Templates',
- 'updated_ticket_template' => 'Updated Ticket Template',
- 'created_ticket_template' => 'Created Ticket Template',
- 'archive_ticket_template' => 'Archive Template',
- 'restore_ticket_template' => 'Restore Template',
- 'archived_ticket_template' => 'Successfully archived template',
- 'restored_ticket_template' => 'Successfully restored template',
- 'close_reason' => 'Let us know why you are closing this ticket',
- 'reopen_reason' => 'Let us know why you are reopening this ticket',
- 'enter_ticket_message' => 'Please enter a message to update the ticket',
- 'show_hide_all' => 'Show / Hide all',
- 'subject_required' => 'Subject required',
- 'mobile_refresh_warning' => 'If you\'re using the mobile app you may need to do a full refresh.',
- 'enable_proposals_for_background' => 'To upload a background image :link to enable the proposals module.',
- 'ticket_assignment' => 'Ticket :ticket_number has been assigned to :agent',
- 'ticket_contact_reply' => 'Ticket :ticket_number has been updated by client :contact',
- 'ticket_new_template_subject' => 'Ticket :ticket_number has been created.',
- 'ticket_updated_template_subject' => 'Ticket :ticket_number has been updated.',
- 'ticket_closed_template_subject' => 'Ticket :ticket_number has been closed.',
- 'ticket_overdue_template_subject' => 'Ticket :ticket_number is now overdue',
- 'merge' => 'Merge',
- 'merged' => 'Merged',
- 'agent' => 'Agent',
- 'parent_ticket' => 'Parent Ticket',
- 'linked_tickets' => 'Linked Tickets',
- 'merge_prompt' => 'Enter ticket number to merge into',
- 'merge_from_to' => 'Ticket #:old_ticket merged into Ticket #:new_ticket',
- 'merge_closed_ticket_text' => 'Ticket #:old_ticket was closed and merged into Ticket#:new_ticket - :subject',
- 'merge_updated_ticket_text' => 'Ticket #:old_ticket was closed and merged into this ticket',
- 'merge_placeholder' => 'Merge ticket #:ticket into the following ticket',
- 'select_ticket' => 'Select Ticket',
- 'new_internal_ticket' => 'New internal ticket',
- 'internal_ticket' => 'Internal ticket',
- 'create_ticket' => 'Create ticket',
- 'allow_inbound_email_tickets_external' => 'New Tickets by email (Client)',
- 'allow_inbound_email_tickets_external_help' => 'Allow clients to create new tickets by email',
- 'include_in_filter' => 'Include in filter',
+ 'remove_avatar' => 'Remover avatar',
+ 'ticket_not_found' => 'Ticket não encontrado',
+ 'add_template' => 'Adicionar Modelo',
+ 'ticket_template' => 'Modelo de Ticket',
+ 'ticket_templates' => 'Modelos de Tickets',
+ 'updated_ticket_template' => 'Modelo de Ticket Atualizado',
+ 'created_ticket_template' => 'Modelo de Ticket Criado',
+ 'archive_ticket_template' => 'Arquivar Modelo',
+ 'restore_ticket_template' => 'Restaurar Modelo',
+ 'archived_ticket_template' => 'Modelo arquivado com sucesso',
+ 'restored_ticket_template' => 'Modelo restaurado com sucesso',
+ 'close_reason' => 'Conte-nos o motivo para o fecho deste ticket',
+ 'reopen_reason' => 'Conte-nos o motivo para a reabertura deste ticket',
+ 'enter_ticket_message' => 'Por favor introduza uma mensagem para atualizar o ticket',
+ 'show_hide_all' => 'Exibir / Esconder tudo',
+ 'subject_required' => 'Assunto obrigatório',
+ 'mobile_refresh_warning' => 'Se estiver a utilizar a aplicação móvel pode ser necessário realizar um recarregamento total.',
+ 'enable_proposals_for_background' => 'Para enviar uma imagem de fundo :link para habilitar o módulo de propostas',
+ 'ticket_assignment' => 'Ticket :ticket_number foi atribuído para :agent',
+ 'ticket_contact_reply' => 'Ticket :ticket_number foi atualizado pelo cliente :contact',
+ 'ticket_new_template_subject' => 'Ticket :ticket_number foi criado.',
+ 'ticket_updated_template_subject' => 'Ticket :ticket_number foi atualizado.',
+ 'ticket_closed_template_subject' => 'Ticket :ticket_number foi fechado.',
+ 'ticket_overdue_template_subject' => 'Ticket :ticket_number agora está atrasado',
+ 'merge' => 'Unir',
+ 'merged' => 'Unidos',
+ 'agent' => 'Agente',
+ 'parent_ticket' => 'Ticket Principal',
+ 'linked_tickets' => 'Tickets Vinculados',
+ 'merge_prompt' => 'Digite o número do ticket para união',
+ 'merge_from_to' => 'Ticket #:old_ticket unido ao Ticket #:new_ticket',
+ 'merge_closed_ticket_text' => 'Ticket #:old_ticket foi fechado e unido ao Ticket #:new_ticket - :subject',
+ 'merge_updated_ticket_text' => 'Ticket #:old_ticket foi fechado e unido a este ticket',
+ 'merge_placeholder' => 'Unir ticket #:ticket no seguinte ticket',
+ 'select_ticket' => 'Selecione um Ticket',
+ 'new_internal_ticket' => 'Novo ticket interno',
+ 'internal_ticket' => 'Ticket interno',
+ 'create_ticket' => 'Criar ticket',
+ 'allow_inbound_email_tickets_external' => 'Novos Tickets por email (Cliente)',
+ 'allow_inbound_email_tickets_external_help' => 'Permitir que clientes criem novos Tickets por email',
+ 'include_in_filter' => 'Incluir no filtro',
'custom_client1' => ':VALUE',
'custom_client2' => ':VALUE',
- 'compare' => 'Compare',
- 'hosted_login' => 'Hosted Login',
- 'selfhost_login' => 'Selfhost Login',
- 'google_login' => 'Google Login',
- 'thanks_for_patience' => 'Thank for your patience while we work to implement these features.\n\nWe hope to have them completed in the next few months.\n\nUntil then we\'ll continue to support the',
- 'legacy_mobile_app' => 'legacy mobile app',
- 'today' => 'Today',
- 'current' => 'Current',
- 'previous' => 'Previous',
- 'current_period' => 'Current Period',
- 'comparison_period' => 'Comparison Period',
- 'previous_period' => 'Previous Period',
- 'previous_year' => 'Previous Year',
- 'compare_to' => 'Compare to',
- 'last_week' => 'Last Week',
- 'clone_to_invoice' => 'Clone to Invoice',
- 'clone_to_quote' => 'Clone to Quote',
- 'convert' => 'Convert',
- 'last7_days' => 'Last 7 Days',
- 'last30_days' => 'Last 30 Days',
- 'custom_js' => 'Custom JS',
- 'adjust_fee_percent_help' => 'Adjust percent to account for fee',
- 'show_product_notes' => 'Show product details',
- 'show_product_notes_help' => 'Include the description and cost in the product dropdown',
- 'important' => 'Important',
- 'thank_you_for_using_our_app' => 'Thank you for using our app!',
- 'if_you_like_it' => 'If you like it please',
- 'to_rate_it' => 'to rate it.',
- 'average' => 'Average',
- 'unapproved' => 'Unapproved',
- 'authenticate_to_change_setting' => 'Please authenticate to change this setting',
- 'locked' => 'Locked',
- 'authenticate' => 'Authenticate',
- 'please_authenticate' => 'Please authenticate',
- 'biometric_authentication' => 'Biometric Authentication',
- 'auto_start_tasks' => 'Auto Start Tasks',
- 'budgeted' => 'Budgeted',
- 'please_enter_a_name' => 'Please enter a name',
- 'click_plus_to_add_time' => 'Click + to add time',
- 'design' => 'Design',
- 'password_is_too_short' => 'Password is too short',
- 'failed_to_find_record' => 'Failed to find record',
- 'valid_until_days' => 'Valid Until',
- 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.',
- 'usually_pays_in_days' => 'Days',
- 'requires_an_enterprise_plan' => 'Requires an enterprise plan',
- 'take_picture' => 'Take Picture',
- 'upload_file' => 'Upload File',
- 'new_document' => 'New Document',
- 'edit_document' => 'Edit Document',
- 'uploaded_document' => 'Successfully uploaded document',
- 'updated_document' => 'Successfully updated document',
- 'archived_document' => 'Successfully archived document',
- 'deleted_document' => 'Successfully deleted document',
- 'restored_document' => 'Successfully restored document',
- 'no_history' => 'No History',
- 'expense_status_1' => 'Logged',
- 'expense_status_2' => 'Pending',
- 'expense_status_3' => 'Invoiced',
- 'no_record_selected' => 'No record selected',
- 'error_unsaved_changes' => 'Please save or cancel your changes',
- 'thank_you_for_your_purchase' => 'Thank you for your purchase!',
- 'redeem' => 'Redeem',
- 'back' => 'Back',
- 'past_purchases' => 'Past Purchases',
- 'annual_subscription' => 'Annual Subscription',
- 'pro_plan' => 'Pro Plan',
- 'enterprise_plan' => 'Enterprise Plan',
- 'count_users' => ':count users',
- 'upgrade' => 'Upgrade',
- 'please_enter_a_first_name' => 'Please enter a first name',
- 'please_enter_a_last_name' => 'Please enter a last name',
- 'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
- 'i_agree_to_the' => 'I agree to the',
- 'terms_of_service_link' => 'terms of service',
- 'privacy_policy_link' => 'privacy policy',
- 'view_website' => 'View Website',
- 'create_account' => 'Create Account',
- 'email_login' => 'Email Login',
- 'late_fees' => 'Late Fees',
- 'payment_number' => 'Payment Number',
- 'before_due_date' => 'Before the due date',
- 'after_due_date' => 'After the due date',
- 'after_invoice_date' => 'After the invoice date',
- 'filtered_by_user' => 'Filtered by User',
- 'created_user' => 'Successfully created user',
- 'primary_font' => 'Primary Font',
- 'secondary_font' => 'Secondary Font',
- 'number_padding' => 'Number Padding',
- 'general' => 'General',
- 'surcharge_field' => 'Surcharge Field',
- 'company_value' => 'Company Value',
- 'credit_field' => 'Credit Field',
- 'payment_field' => 'Payment Field',
- 'group_field' => 'Group Field',
- 'number_counter' => 'Number Counter',
- 'number_pattern' => 'Number Pattern',
- 'custom_javascript' => 'Custom JavaScript',
- 'portal_mode' => 'Portal Mode',
- 'attach_pdf' => 'Attach PDF',
- 'attach_documents' => 'Attach Documents',
- 'attach_ubl' => 'Attach UBL',
- 'email_style' => 'Email Style',
- 'processed' => 'Processed',
- 'fee_amount' => 'Fee Amount',
- 'fee_percent' => 'Fee Percent',
- 'fee_cap' => 'Fee Cap',
- 'limits_and_fees' => 'Limits/Fees',
- 'credentials' => 'Credentials',
- 'require_billing_address_help' => 'Require client to provide their billing address',
- 'require_shipping_address_help' => 'Require client to provide their shipping address',
- 'deleted_tax_rate' => 'Successfully deleted tax rate',
- 'restored_tax_rate' => 'Successfully restored tax rate',
- 'provider' => 'Provider',
- 'company_gateway' => 'Payment Gateway',
- 'company_gateways' => 'Payment Gateways',
- 'new_company_gateway' => 'New Gateway',
- 'edit_company_gateway' => 'Edit Gateway',
- 'created_company_gateway' => 'Successfully created gateway',
- 'updated_company_gateway' => 'Successfully updated gateway',
- 'archived_company_gateway' => 'Successfully archived gateway',
- 'deleted_company_gateway' => 'Successfully deleted gateway',
- 'restored_company_gateway' => 'Successfully restored gateway',
- 'continue_editing' => 'Continue Editing',
- 'default_value' => 'Default value',
- 'currency_format' => 'Currency Format',
- 'first_day_of_the_week' => 'First Day of the Week',
- 'first_month_of_the_year' => 'First Month of the Year',
- 'symbol' => 'Symbol',
- 'ocde' => 'Code',
- 'date_format' => 'Date Format',
- 'datetime_format' => 'Datetime Format',
- 'send_reminders' => 'Send Reminders',
- 'timezone' => 'Timezone',
- 'filtered_by_group' => 'Filtered by Group',
- 'filtered_by_invoice' => 'Filtered by Invoice',
- 'filtered_by_client' => 'Filtered by Client',
- 'filtered_by_vendor' => 'Filtered by Vendor',
- 'group_settings' => 'Group Settings',
- 'groups' => 'Groups',
- 'new_group' => 'New Group',
- 'edit_group' => 'Edit Group',
- 'created_group' => 'Successfully created group',
- 'updated_group' => 'Successfully updated group',
- 'archived_group' => 'Successfully archived group',
- 'deleted_group' => 'Successfully deleted group',
- 'restored_group' => 'Successfully restored group',
- 'upload_logo' => 'Upload Logo',
- 'uploaded_logo' => 'Successfully uploaded logo',
- 'saved_settings' => 'Successfully saved settings',
- 'device_settings' => 'Device Settings',
- 'credit_cards_and_banks' => 'Credit Cards & Banks',
- 'price' => 'Price',
- 'email_sign_up' => 'Email Sign Up',
- 'google_sign_up' => 'Google Sign Up',
- 'sign_up_with_google' => 'Sign Up With Google',
- 'long_press_multiselect' => 'Long-press Multiselect',
- 'migrate_to_next_version' => 'Migrate to the next version of Invoice Ninja',
- 'migrate_intro_text' => 'We\'ve been working on next version of Invoice Ninja. Click the button bellow to start the migration.',
- 'start_the_migration' => 'Start the migration',
- 'migration' => 'Migration',
- 'welcome_to_the_new_version' => 'Welcome to the new version of Invoice Ninja',
- 'next_step_data_download' => 'At the next step, we\'ll let you download your data for the migration.',
- 'download_data' => 'Press button below to download the data.',
- 'migration_import' => 'Awesome! Now you are ready to import your migration. Go to your new installation to import your data',
- 'continue' => 'Continue',
- 'company1' => 'Custom Company 1',
- 'company2' => 'Custom Company 2',
- 'company3' => 'Custom Company 3',
- 'company4' => 'Custom Company 4',
- 'product1' => 'Custom Product 1',
- 'product2' => 'Custom Product 2',
- 'product3' => 'Custom Product 3',
- 'product4' => 'Custom Product 4',
- 'client1' => 'Custom Client 1',
- 'client2' => 'Custom Client 2',
- 'client3' => 'Custom Client 3',
- 'client4' => 'Custom Client 4',
- 'contact1' => 'Custom Contact 1',
- 'contact2' => 'Custom Contact 2',
- 'contact3' => 'Custom Contact 3',
- 'contact4' => 'Custom Contact 4',
- 'task1' => 'Custom Task 1',
- 'task2' => 'Custom Task 2',
- 'task3' => 'Custom Task 3',
- 'task4' => 'Custom Task 4',
- 'project1' => 'Custom Project 1',
- 'project2' => 'Custom Project 2',
- 'project3' => 'Custom Project 3',
- 'project4' => 'Custom Project 4',
- 'expense1' => 'Custom Expense 1',
- 'expense2' => 'Custom Expense 2',
- 'expense3' => 'Custom Expense 3',
- 'expense4' => 'Custom Expense 4',
- 'vendor1' => 'Custom Vendor 1',
- 'vendor2' => 'Custom Vendor 2',
- 'vendor3' => 'Custom Vendor 3',
- 'vendor4' => 'Custom Vendor 4',
- 'invoice1' => 'Custom Invoice 1',
- 'invoice2' => 'Custom Invoice 2',
- 'invoice3' => 'Custom Invoice 3',
- 'invoice4' => 'Custom Invoice 4',
- 'payment1' => 'Custom Payment 1',
- 'payment2' => 'Custom Payment 2',
- 'payment3' => 'Custom Payment 3',
- 'payment4' => 'Custom Payment 4',
- 'surcharge1' => 'Custom Surcharge 1',
- 'surcharge2' => 'Custom Surcharge 2',
- 'surcharge3' => 'Custom Surcharge 3',
- 'surcharge4' => 'Custom Surcharge 4',
- 'group1' => 'Custom Group 1',
- 'group2' => 'Custom Group 2',
- 'group3' => 'Custom Group 3',
- 'group4' => 'Custom Group 4',
- 'number' => 'Number',
- 'count' => 'Count',
- 'is_active' => 'Is Active',
- 'contact_last_login' => 'Contact Last Login',
- 'contact_full_name' => 'Contact Full Name',
- 'contact_custom_value1' => 'Contact Custom Value 1',
- 'contact_custom_value2' => 'Contact Custom Value 2',
- 'contact_custom_value3' => 'Contact Custom Value 3',
- 'contact_custom_value4' => 'Contact Custom Value 4',
- 'assigned_to_id' => 'Assigned To Id',
- 'created_by_id' => 'Created By Id',
- 'add_column' => 'Add Column',
- 'edit_columns' => 'Edit Columns',
- 'to_learn_about_gogle_fonts' => 'to learn about Google Fonts',
- 'refund_date' => 'Refund Date',
- 'multiselect' => 'Multiselect',
- 'verify_password' => 'Verify Password',
- 'applied' => 'Applied',
- 'include_recent_errors' => 'Include recent errors from the logs',
- 'your_message_has_been_received' => 'We have received your message and will try to respond promptly.',
- 'show_product_details' => 'Show Product Details',
- 'show_product_details_help' => 'Include the description and cost in the product dropdown',
- 'pdf_min_requirements' => 'The PDF renderer requires :version',
- 'adjust_fee_percent' => 'Adjust Fee Percent',
- 'configure_settings' => 'Configure Settings',
- 'about' => 'About',
- 'credit_email' => 'Credit Email',
- 'domain_url' => 'Domain URL',
- 'password_is_too_easy' => 'Password must contain an upper case character and a number',
- 'client_portal_tasks' => 'Client Portal Tasks',
- 'client_portal_dashboard' => 'Client Portal Dashboard',
- 'please_enter_a_value' => 'Please enter a value',
- 'deleted_logo' => 'Successfully deleted logo',
- 'generate_number' => 'Generate Number',
- 'when_saved' => 'When Saved',
- 'when_sent' => 'When Sent',
- 'select_company' => 'Select Company',
- 'float' => 'Float',
- 'collapse' => 'Collapse',
- 'show_or_hide' => 'Show/hide',
- 'menu_sidebar' => 'Menu Sidebar',
- 'history_sidebar' => 'History Sidebar',
+ 'compare' => 'Comparar',
+ 'hosted_login' => 'Login Hospedado',
+ 'selfhost_login' => 'Login Auto-Hospedado',
+ 'google_login' => 'Login via Google',
+ 'thanks_for_patience' => 'Obrigado por sua paciência enquanto trabalhamos para implementar estas funcionalidades.\n\nEsperamos tê-las concluídas nos próximos meses.\n\nAté lá, continuaremos a dar suporte ao',
+ 'legacy_mobile_app' => 'Aplicação Móvel legacy',
+ 'today' => 'Hoje',
+ 'current' => 'Atual',
+ 'previous' => 'Anterior',
+ 'current_period' => 'Período Atual',
+ 'comparison_period' => 'Período de Comparação',
+ 'previous_period' => 'Período Anterior',
+ 'previous_year' => 'Ano Anterior',
+ 'compare_to' => 'Comparar com',
+ 'last_week' => 'Última Semana',
+ 'clone_to_invoice' => 'Duplicar para Nota de Pagamento',
+ 'clone_to_quote' => 'Duplicar para Orçamento',
+ 'convert' => 'Converter',
+ 'last7_days' => 'Últimos 7 dias',
+ 'last30_days' => 'Últimos 30 dias',
+ 'custom_js' => 'JS Personalizado',
+ 'adjust_fee_percent_help' => 'Ajustar a percentagem da taxa a contabilizar',
+ 'show_product_notes' => 'Exibir detalhes do produto',
+ 'show_product_notes_help' => 'Incluir a descrição e custo na caixa de seleção do produto',
+ 'important' => 'Importante',
+ 'thank_you_for_using_our_app' => 'Obrigado por utilizar a nosso aplicação!',
+ 'if_you_like_it' => 'Se gostou por favor',
+ 'to_rate_it' => 'dê uma avaliação.',
+ 'average' => 'Média',
+ 'unapproved' => 'Não Aprovado',
+ 'authenticate_to_change_setting' => 'Por favor autentique-se para modificar esta configuração',
+ 'locked' => 'Bloqueado',
+ 'authenticate' => 'Autenticar',
+ 'please_authenticate' => 'Por favor autentique-se',
+ 'biometric_authentication' => 'Autenticação Biométrica',
+ 'auto_start_tasks' => 'Iniciar Tarefas Automaticamente',
+ 'budgeted' => 'Orçado',
+ 'please_enter_a_name' => 'Por favor introduza um nome',
+ 'click_plus_to_add_time' => 'Clique + para adicionar tempo',
+ 'design' => 'Modelo',
+ 'password_is_too_short' => 'A palavra-passe é muito curta',
+ 'failed_to_find_record' => 'Falha ao procurar registo',
+ 'valid_until_days' => 'Válido até',
+ 'valid_until_days_help' => 'Define automaticamente o valor Válido até nas cotações para muitos dias no futuro. Deixe em branco para desativar.',
+ 'usually_pays_in_days' => 'Dias',
+ 'requires_an_enterprise_plan' => 'Necessita de um plano empresarial',
+ 'take_picture' => 'Tirar Fotografia',
+ 'upload_file' => 'Enviar Arquivo',
+ 'new_document' => 'Novo Documento',
+ 'edit_document' => 'Editar Documento',
+ 'uploaded_document' => 'Documento enviado com sucesso',
+ 'updated_document' => 'Documento atualizado com sucesso',
+ 'archived_document' => 'Documento arquivado com sucesso',
+ 'deleted_document' => 'Documento apagado com sucesso',
+ 'restored_document' => 'Documento recuperado com sucesso',
+ 'no_history' => 'Sem Histórico',
+ 'expense_status_1' => 'Em aberto',
+ 'expense_status_2' => 'Pendente',
+ 'expense_status_3' => 'Faturado',
+ 'no_record_selected' => 'Nenhum registo selecionado',
+ 'error_unsaved_changes' => 'Por favor, guarde ou cancele suas alterações ',
+ 'thank_you_for_your_purchase' => 'Obrigado pela sua compra!',
+ 'redeem' => 'Resgatar',
+ 'back' => 'Voltar',
+ 'past_purchases' => 'Compras Passadas',
+ 'annual_subscription' => 'Assinatura Anual',
+ 'pro_plan' => 'Plano Profissional',
+ 'enterprise_plan' => 'Plano Empresarial',
+ 'count_users' => ':count utilizadores',
+ 'upgrade' => 'Atualizar',
+ 'please_enter_a_first_name' => 'Por favor introduza o primeiro nome',
+ 'please_enter_a_last_name' => 'Por favor introduza o apelido',
+ 'please_agree_to_terms_and_privacy' => 'Por favor, aceite os termos de serviço e política de privacidade para criar uma conta.',
+ 'i_agree_to_the' => 'Aceito os',
+ 'terms_of_service_link' => 'termos do serviço ',
+ 'privacy_policy_link' => 'política de privacidade',
+ 'view_website' => 'Ver o Website',
+ 'create_account' => 'Criar Conta',
+ 'email_login' => 'E-mail de Login',
+ 'late_fees' => 'Taxas atrasadas',
+ 'payment_number' => 'Número do Pagamento',
+ 'before_due_date' => 'Até à data de vencimento',
+ 'after_due_date' => 'Depois da data de vencimento',
+ 'after_invoice_date' => 'Depois da data da fatura',
+ 'filtered_by_user' => 'Filtrado pelo Utilizador',
+ 'created_user' => 'Utilizador criado com sucesso',
+ 'primary_font' => 'Fonte Primária',
+ 'secondary_font' => 'Fonte Secundária',
+ 'number_padding' => 'Preenchimento de número',
+ 'general' => 'Geral',
+ 'surcharge_field' => 'Campo de Sobretaxa',
+ 'company_value' => 'Valor da Empresa',
+ 'credit_field' => 'Campo de Crédito',
+ 'payment_field' => 'Campo de Pagamento',
+ 'group_field' => 'Campo de Grupo',
+ 'number_counter' => 'Contador Numérico',
+ 'number_pattern' => 'Padrão de Numeração ',
+ 'custom_javascript' => 'JavaScript Personalizado',
+ 'portal_mode' => 'Modo Portal',
+ 'attach_pdf' => 'Anexar PDF',
+ 'attach_documents' => 'Anexar Documentos',
+ 'attach_ubl' => 'Anexar UBL',
+ 'email_style' => 'Estilo de e-mails',
+ 'processed' => 'Processado',
+ 'fee_amount' => 'Valor da Multa',
+ 'fee_percent' => 'Percentagem da Multa',
+ 'fee_cap' => 'Taxa máxima',
+ 'limits_and_fees' => 'Limites/Multas',
+ 'credentials' => 'Credenciais',
+ 'require_billing_address_help' => 'Solicitar morada de faturação ao cliente',
+ 'require_shipping_address_help' => 'Exigir que o cliente forneça seu endereço de envio',
+ 'deleted_tax_rate' => 'Taxa de imposto excluída com sucesso',
+ 'restored_tax_rate' => 'Taxa de imposto restaurada com sucesso',
+ 'provider' => 'Fornecedor',
+ 'company_gateway' => 'Terminal de Pagamento',
+ 'company_gateways' => 'Terminais de Pagamento',
+ 'new_company_gateway' => 'Novo Terminal',
+ 'edit_company_gateway' => 'Editar Terminal',
+ 'created_company_gateway' => 'Terminal Criado com Sucesso',
+ 'updated_company_gateway' => 'Terminal Atualizado com Sucesso',
+ 'archived_company_gateway' => 'Gateway Arquivado com Sucesso',
+ 'deleted_company_gateway' => 'Terminal Apagado com Sucesso',
+ 'restored_company_gateway' => 'Terminal Restaurado com Sucesso',
+ 'continue_editing' => 'Continuar a Editar',
+ 'default_value' => 'Valor padrão',
+ 'currency_format' => 'Formato de Moeda',
+ 'first_day_of_the_week' => 'Primeiro Dia da Semana',
+ 'first_month_of_the_year' => 'Primeiro Mês do Ano',
+ 'symbol' => 'Símbolo',
+ 'ocde' => 'Código',
+ 'date_format' => 'Formato da Data',
+ 'datetime_format' => 'Formato de Data/Hora',
+ 'send_reminders' => 'Enviar Lembretes',
+ 'timezone' => 'Fuso Horário',
+ 'filtered_by_group' => 'Filtrado por Grupo',
+ 'filtered_by_invoice' => 'Filtrado por Fatura',
+ 'filtered_by_client' => 'Filtrado por Cliente',
+ 'filtered_by_vendor' => 'Filtrado por Vendedor',
+ 'group_settings' => 'Configurações de Grupos',
+ 'groups' => 'Grupos',
+ 'new_group' => 'Novo Grupo',
+ 'edit_group' => 'Editar Grupo',
+ 'created_group' => 'Grupo criado com sucesso',
+ 'updated_group' => 'Grupo atualizado com sucesso',
+ 'archived_group' => 'Grupo arquivado com sucesso',
+ 'deleted_group' => 'Grupo removido com sucesso',
+ 'restored_group' => 'Grupo restaurado com sucesso',
+ 'upload_logo' => 'Carregar Logótipo',
+ 'uploaded_logo' => 'Logótipo carregado com sucesso',
+ 'saved_settings' => 'Configurações guardadas com sucesso',
+ 'device_settings' => 'Configurações do Dispositivo',
+ 'credit_cards_and_banks' => 'Contas Bancárias',
+ 'price' => 'Preço ',
+ 'email_sign_up' => 'Registo com Email',
+ 'google_sign_up' => 'Registo via Google',
+ 'sign_up_with_google' => 'Registo via Google',
+ 'long_press_multiselect' => 'Seleção múltipla de longa pressão',
+ 'migrate_to_next_version' => 'Migrar para a próxima versão do Invoice Ninja',
+ 'migrate_intro_text' => 'Estamos a trabalhar na nova versão do Invoice Ninja. Clique no botão abaixo para iniciar a migração.',
+ 'start_the_migration' => 'Começar migração',
+ 'migration' => 'Migração',
+ 'welcome_to_the_new_version' => 'Bem-vindo à nova versão do Invoice Ninja',
+ 'next_step_data_download' => 'No próximo passo, poderá transferir os seus dados para posterior migração.',
+ 'download_data' => 'Clique no botão infra para transferir os dados.',
+ 'migration_import' => 'Excelente! Agora está pronto para importar a sua migração. Aceda à sua nova instalação para importar seus dados',
+ 'continue' => 'Continuar',
+ 'company1' => 'Empresa Personalizada 1',
+ 'company2' => 'Empresa Personalizada 2',
+ 'company3' => 'Empresa Personalizada 3',
+ 'company4' => 'Empresa Personalizada 4',
+ 'product1' => 'Produto Personalizado 1',
+ 'product2' => 'Produto Personalizado 2',
+ 'product3' => 'Produto Personalizado 3',
+ 'product4' => 'Produto Personalizado 4',
+ 'client1' => 'Cliente Personalizado 1',
+ 'client2' => 'Cliente Personalizado 2',
+ 'client3' => 'Cliente Personalizado 3',
+ 'client4' => 'Cliente Personalizado 4',
+ 'contact1' => 'Contacto Personalizado 1',
+ 'contact2' => 'Contacto Personalizado 2',
+ 'contact3' => 'Contacto Personalizado 3',
+ 'contact4' => 'Contacto Personalizado 4',
+ 'task1' => 'Tarefa Personalizada 1',
+ 'task2' => 'Tarefa Personalizada 2',
+ 'task3' => 'Tarefa Personalizada 3',
+ 'task4' => 'Tarefa Personalizada 4',
+ 'project1' => 'Projeto Personalizado 1',
+ 'project2' => 'Projeto Personalizado 2',
+ 'project3' => 'Projeto Personalizado 3',
+ 'project4' => 'Projeto Personalizado 4',
+ 'expense1' => 'Despesa Personalizada 1',
+ 'expense2' => 'Despesa Personalizada 2',
+ 'expense3' => 'Despesa Personalizada 3',
+ 'expense4' => 'Despesa Personalizada 4',
+ 'vendor1' => 'Fornecedor Personalizado 1',
+ 'vendor2' => 'Fornecedor Personalizado 2',
+ 'vendor3' => 'Fornecedor Personalizado 3',
+ 'vendor4' => 'Fornecedor Personalizado 4',
+ 'invoice1' => 'Nota de Pagamento Personalizada 1',
+ 'invoice2' => 'Nota de Pagamento Personalizada 2',
+ 'invoice3' => 'Nota de Pagamento Personalizada 3',
+ 'invoice4' => 'Nota de Pagamento Personalizada 4',
+ 'payment1' => 'Pagamento Personalizado 1',
+ 'payment2' => 'Pagamento Personalizado 2',
+ 'payment3' => 'Pagamento Personalizado 3',
+ 'payment4' => 'Pagamento Personalizado 4',
+ 'surcharge1' => 'Sobretaxa Personalizada 1',
+ 'surcharge2' => 'Sobretaxa Personalizada 2',
+ 'surcharge3' => 'Sobretaxa Personalizada 3',
+ 'surcharge4' => 'Sobretaxa Personalizada 4',
+ 'group1' => 'Grupo Personalizado 1',
+ 'group2' => 'Grupo Personalizado 2',
+ 'group3' => 'Grupo Personalizado 3',
+ 'group4' => 'Grupo Personalizado 4',
+ 'number' => 'Número',
+ 'count' => 'Contagem',
+ 'is_active' => 'Ativo',
+ 'contact_last_login' => 'Último Login do Contacto',
+ 'contact_full_name' => 'Nome Completo do Contacto',
+ 'contact_custom_value1' => 'Valor personalizado do contacto 1',
+ 'contact_custom_value2' => 'Valor personalizado do contacto 2',
+ 'contact_custom_value3' => 'Valor personalizado do contacto 3',
+ 'contact_custom_value4' => 'Valor personalizado do contacto 4',
+ 'assigned_to_id' => 'Atribuído ao ID',
+ 'created_by_id' => 'Criado pelo ID',
+ 'add_column' => 'Adicionar Coluna',
+ 'edit_columns' => 'Editar Colunas',
+ 'to_learn_about_gogle_fonts' => 'para aprender mais sobre o Google Fonts',
+ 'refund_date' => 'Data de Reembolso',
+ 'multiselect' => 'Seleção múltipla',
+ 'verify_password' => 'Verificar Palavra-passe',
+ 'applied' => 'Aplicado',
+ 'include_recent_errors' => 'Incluir erros recentes dos registos',
+ 'your_message_has_been_received' => 'Recebemos sua mensagem e tentaremos responder rapidamente.',
+ 'show_product_details' => 'Mostrar Detalhes do Produto',
+ 'show_product_details_help' => 'Incluir a descrição e o custo na lista suspensa do produto',
+ 'pdf_min_requirements' => 'A renderização de PDF precisa da versão :version',
+ 'adjust_fee_percent' => 'Ajustar Percentagem da Multa',
+ 'configure_settings' => 'Configurações Gerais',
+ 'about' => 'Sobre',
+ 'credit_email' => 'E-mail de Crédito',
+ 'domain_url' => 'URL do Domínio',
+ 'password_is_too_easy' => 'A palavra-passe deve conter um caractere maiúsculo e um número',
+ 'client_portal_tasks' => 'Tarefas do Portal do Cliente',
+ 'client_portal_dashboard' => 'Painel do Portal do Cliente',
+ 'please_enter_a_value' => 'Por favor introduza um valor',
+ 'deleted_logo' => 'Logótipo removido com sucesso',
+ 'generate_number' => 'Gerar Número',
+ 'when_saved' => 'Quando Guardado',
+ 'when_sent' => 'Quando Enviado',
+ 'select_company' => 'Selecionar Empresa',
+ 'float' => 'Flutuante',
+ 'collapse' => 'Fechar',
+ 'show_or_hide' => 'Exibir/esconder',
+ 'menu_sidebar' => 'Menu da Barra Lateral',
+ 'history_sidebar' => 'Barra Lateral de Histórico',
'tablet' => 'Tablet',
'layout' => 'Layout',
- 'module' => 'Module',
- 'first_custom' => 'First Custom',
- 'second_custom' => 'Second Custom',
- 'third_custom' => 'Third Custom',
- 'show_cost' => 'Show Cost',
- 'show_cost_help' => 'Display a product cost field to track the markup/profit',
- 'show_product_quantity' => 'Show Product Quantity',
- 'show_product_quantity_help' => 'Display a product quantity field, otherwise default to one',
- 'show_invoice_quantity' => 'Show Invoice Quantity',
- 'show_invoice_quantity_help' => 'Display a line item quantity field, otherwise default to one',
- 'default_quantity' => 'Default Quantity',
- 'default_quantity_help' => 'Automatically set the line item quantity to one',
- 'one_tax_rate' => 'One Tax Rate',
- 'two_tax_rates' => 'Two Tax Rates',
- 'three_tax_rates' => 'Three Tax Rates',
- 'default_tax_rate' => 'Default Tax Rate',
- 'invoice_tax' => 'Invoice Tax',
- 'line_item_tax' => 'Line Item Tax',
- 'inclusive_taxes' => 'Inclusive Taxes',
- 'invoice_tax_rates' => 'Invoice Tax Rates',
- 'item_tax_rates' => 'Item Tax Rates',
- 'configure_rates' => 'Configure rates',
- 'tax_settings_rates' => 'Tax Rates',
- 'accent_color' => 'Accent Color',
- 'comma_sparated_list' => 'Comma separated list',
- 'single_line_text' => 'Single-line text',
- 'multi_line_text' => 'Multi-line text',
+ 'module' => 'Módulo',
+ 'first_custom' => 'Primeiro Personalizado',
+ 'second_custom' => 'Segundo Personalizado',
+ 'third_custom' => 'Terceiro Personalizado',
+ 'show_cost' => 'Mostrar Custo',
+ 'show_cost_help' => 'Exibir um campo de custo do produto para acompanhar a marcação/lucro',
+ 'show_product_quantity' => 'Mostrar Quantidade do Produto',
+ 'show_product_quantity_help' => 'Mostrar um campo de quantidade de produto, caso contrário o padrão de um',
+ 'show_invoice_quantity' => 'Mostrar quantidade da fatura',
+ 'show_invoice_quantity_help' => 'Exibir um campo de quantidade de item de linha, caso contrário, o padrão é um',
+ 'default_quantity' => 'Quantidade Padrão',
+ 'default_quantity_help' => 'Defina automaticamente a quantidade do item de linha para um',
+ 'one_tax_rate' => 'Uma taxa de imposto',
+ 'two_tax_rates' => 'Duas taxas de impostos',
+ 'three_tax_rates' => 'Três taxas de impostos',
+ 'default_tax_rate' => 'Imposto Padrão',
+ 'invoice_tax' => 'Imposto da Fatura',
+ 'line_item_tax' => 'Imposto da Linha do Item',
+ 'inclusive_taxes' => 'Impostos Inclusos',
+ 'invoice_tax_rates' => 'Tarifa do Imposto da Fatura',
+ 'item_tax_rates' => 'Tarifa do Imposto do Item',
+ 'configure_rates' => 'Configurar tarifas',
+ 'tax_settings_rates' => 'Impostos',
+ 'accent_color' => 'Cor de destaque',
+ 'comma_sparated_list' => 'Lista separada por vírgulas',
+ 'single_line_text' => 'Texto de linha única',
+ 'multi_line_text' => 'Texto multilinha',
'dropdown' => 'Dropdown',
- 'field_type' => 'Field Type',
- 'recover_password_email_sent' => 'A password recovery email has been sent',
- 'removed_user' => 'Successfully removed user',
- 'freq_three_years' => 'Three Years',
- 'military_time_help' => '24 Hour Display',
- 'click_here_capital' => 'Click here',
- 'marked_invoice_as_paid' => 'Successfully marked invoice as sent',
- 'marked_invoices_as_sent' => 'Successfully marked invoices as sent',
- 'marked_invoices_as_paid' => 'Successfully marked invoices as sent',
- 'activity_57' => 'System failed to email invoice :invoice',
- 'custom_value3' => 'Custom Value 3',
- 'custom_value4' => 'Custom Value 4',
- 'email_style_custom' => 'Custom Email Style',
- 'custom_message_dashboard' => 'Custom Dashboard Message',
- 'custom_message_unpaid_invoice' => 'Custom Unpaid Invoice Message',
- 'custom_message_paid_invoice' => 'Custom Paid Invoice Message',
- 'custom_message_unapproved_quote' => 'Custom Unapproved Quote Message',
- 'lock_sent_invoices' => 'Lock Sent Invoices',
- 'translations' => 'Translations',
- 'task_number_pattern' => 'Task Number Pattern',
- 'task_number_counter' => 'Task Number Counter',
- 'expense_number_pattern' => 'Expense Number Pattern',
- 'expense_number_counter' => 'Expense Number Counter',
- 'vendor_number_pattern' => 'Vendor Number Pattern',
- 'vendor_number_counter' => 'Vendor Number Counter',
- 'ticket_number_pattern' => 'Ticket Number Pattern',
- 'ticket_number_counter' => 'Ticket Number Counter',
- 'payment_number_pattern' => 'Payment Number Pattern',
- 'payment_number_counter' => 'Payment Number Counter',
- 'invoice_number_pattern' => 'Invoice Number Pattern',
- 'quote_number_pattern' => 'Quote Number Pattern',
- 'client_number_pattern' => 'Credit Number Pattern',
- 'client_number_counter' => 'Credit Number Counter',
- 'credit_number_pattern' => 'Credit Number Pattern',
- 'credit_number_counter' => 'Credit Number Counter',
- 'reset_counter_date' => 'Reset Counter Date',
- 'counter_padding' => 'Counter Padding',
- 'shared_invoice_quote_counter' => 'Shared Invoice Quote Counter',
- 'default_tax_name_1' => 'Default Tax Name 1',
- 'default_tax_rate_1' => 'Default Tax Rate 1',
- 'default_tax_name_2' => 'Default Tax Name 2',
- 'default_tax_rate_2' => 'Default Tax Rate 2',
- 'default_tax_name_3' => 'Default Tax Name 3',
- 'default_tax_rate_3' => 'Default Tax Rate 3',
- 'email_subject_invoice' => 'Email Invoice Subject',
- 'email_subject_quote' => 'Email Quote Subject',
- 'email_subject_payment' => 'Email Payment Subject',
- 'switch_list_table' => 'Switch List Table',
- 'client_city' => 'Client City',
- 'client_state' => 'Client State',
- 'client_country' => 'Client Country',
- 'client_is_active' => 'Client is Active',
- 'client_balance' => 'Client Balance',
- 'client_address1' => 'Client Street',
- 'client_address2' => 'Client Apt/Suite',
- 'client_shipping_address1' => 'Client Shipping Street',
- 'client_shipping_address2' => 'Client Shipping Apt/Suite',
- 'tax_rate1' => 'Tax Rate 1',
- 'tax_rate2' => 'Tax Rate 2',
- 'tax_rate3' => 'Tax Rate 3',
- 'archived_at' => 'Archived At',
- 'has_expenses' => 'Has Expenses',
- 'custom_taxes1' => 'Custom Taxes 1',
- 'custom_taxes2' => 'Custom Taxes 2',
- 'custom_taxes3' => 'Custom Taxes 3',
- 'custom_taxes4' => 'Custom Taxes 4',
- 'custom_surcharge1' => 'Custom Surcharge 1',
- 'custom_surcharge2' => 'Custom Surcharge 2',
- 'custom_surcharge3' => 'Custom Surcharge 3',
- 'custom_surcharge4' => 'Custom Surcharge 4',
- 'is_deleted' => 'Is Deleted',
- 'vendor_city' => 'Vendor City',
- 'vendor_state' => 'Vendor State',
- 'vendor_country' => 'Vendor Country',
- 'credit_footer' => 'Credit Footer',
- 'credit_terms' => 'Credit Terms',
- 'untitled_company' => 'Untitled Company',
- 'added_company' => 'Successfully added company',
- 'supported_events' => 'Supported Events',
- 'custom3' => 'Third Custom',
- 'custom4' => 'Fourth Custom',
- 'optional' => 'Optional',
- 'license' => 'License',
- 'invoice_balance' => 'Invoice Balance',
- 'saved_design' => 'Successfully saved design',
- 'client_details' => 'Client Details',
- 'company_address' => 'Company Address',
- 'quote_details' => 'Quote Details',
- 'credit_details' => 'Credit Details',
- 'product_columns' => 'Product Columns',
- 'task_columns' => 'Task Columns',
- 'add_field' => 'Add Field',
- 'all_events' => 'All Events',
- 'owned' => 'Owned',
- 'payment_success' => 'Payment Success',
- 'payment_failure' => 'Payment Failure',
- 'quote_sent' => 'Quote Sent',
- 'credit_sent' => 'Credit Sent',
- 'invoice_viewed' => 'Invoice Viewed',
- 'quote_viewed' => 'Quote Viewed',
- 'credit_viewed' => 'Credit Viewed',
- 'quote_approved' => 'Quote Approved',
- 'receive_all_notifications' => 'Receive All Notifications',
- 'purchase_license' => 'Purchase License',
- 'enable_modules' => 'Enable Modules',
- 'converted_quote' => 'Successfully converted quote',
- 'credit_design' => 'Credit Design',
- 'includes' => 'Includes',
+ 'field_type' => 'Tipo de Campo',
+ 'recover_password_email_sent' => 'Foi enviado um e-mail de recuperação da palavra-passe',
+ 'removed_user' => 'Utilizador removido com sucesso',
+ 'freq_three_years' => 'Três Anos',
+ 'military_time_help' => 'Formato de Hora 24h',
+ 'click_here_capital' => 'Clique aqui',
+ 'marked_invoice_as_paid' => 'Excelente! A nota de pagamento foi marcada como enviada.',
+ 'marked_invoices_as_sent' => 'Excelente! As notas de pagamento foram marcadas como enviada.',
+ 'marked_invoices_as_paid' => 'Excelente! As notas de pagamento foram marcadas como enviada.',
+ 'activity_57' => 'O sistema falhou ao enviar a nota de pagamento :invoice',
+ 'custom_value3' => 'Valor Personalizado 3',
+ 'custom_value4' => 'Valor Personalizado 4',
+ 'email_style_custom' => 'Estilo de E-mail Personalizado',
+ 'custom_message_dashboard' => 'Mensagem de Painel Personalizada',
+ 'custom_message_unpaid_invoice' => 'Mensagem Personalizada de Nota de Pagamento Atrasada',
+ 'custom_message_paid_invoice' => 'Mensagem Personalizada de Nota de Pagamento Paga',
+ 'custom_message_unapproved_quote' => 'Mensagem Personalizada de Orçamento Não Aprovado',
+ 'lock_sent_invoices' => 'Bloquear Notas de Pagamento Enviadas',
+ 'translations' => 'Traduções ',
+ 'task_number_pattern' => 'Padrão de Numeração de Tarefa',
+ 'task_number_counter' => 'Contador Numérico de Tarefas',
+ 'expense_number_pattern' => 'Padrão de Numeração de Despesa',
+ 'expense_number_counter' => 'Contador Numérico de Despesas',
+ 'vendor_number_pattern' => 'Padrão Número Fornecedor',
+ 'vendor_number_counter' => 'Contador Número Fornecedor',
+ 'ticket_number_pattern' => 'Padrão de Numeração de Ticket',
+ 'ticket_number_counter' => 'Contador Numérico de Tickets',
+ 'payment_number_pattern' => 'Padrão de Numeração de Pagamento',
+ 'payment_number_counter' => 'Contador Numérico de Pagamentos',
+ 'invoice_number_pattern' => 'Padrão de Numeração de Fatura',
+ 'quote_number_pattern' => 'Padrão de Numeração de Orçamento ',
+ 'client_number_pattern' => 'Padrão de Numeração de Crédito',
+ 'client_number_counter' => 'Contador Numérico de Créditos',
+ 'credit_number_pattern' => 'Padrão de Numeração de Crédito',
+ 'credit_number_counter' => 'Contador Numérico de Créditos',
+ 'reset_counter_date' => 'Reiniciar Data do Contador',
+ 'counter_padding' => 'Padrão do Contador',
+ 'shared_invoice_quote_counter' => 'Contador de cotação de fatura compartilhada',
+ 'default_tax_name_1' => 'Nome fiscal padrão 1',
+ 'default_tax_rate_1' => 'Taxa de imposto padrão 1',
+ 'default_tax_name_2' => 'Nome fiscal padrão 2',
+ 'default_tax_rate_2' => 'Taxa de imposto padrão 2',
+ 'default_tax_name_3' => 'Nome fiscal padrão 3',
+ 'default_tax_rate_3' => 'Taxa de imposto padrão 3',
+ 'email_subject_invoice' => 'Assunto do E-mail de Fatura',
+ 'email_subject_quote' => 'Assunto do E-mail de Orçamento ',
+ 'email_subject_payment' => 'Assunto do E-mail de Pagamento',
+ 'switch_list_table' => 'Tabela de lista de mudança',
+ 'client_city' => 'Cidade do Cliente',
+ 'client_state' => 'Distrito do Cliente',
+ 'client_country' => 'País do Cliente',
+ 'client_is_active' => 'Cliente Ativo',
+ 'client_balance' => 'Saldo do Cliente',
+ 'client_address1' => 'Endereço do cliente',
+ 'client_address2' => 'Andar / Fração do Cliente',
+ 'client_shipping_address1' => 'Endereço de entrega',
+ 'client_shipping_address2' => 'Andar / Fração do Cliente',
+ 'tax_rate1' => 'Taxa de imposto 1',
+ 'tax_rate2' => 'Taxa de imposto 2',
+ 'tax_rate3' => 'Taxa de imposto 3',
+ 'archived_at' => 'Arquivado em',
+ 'has_expenses' => 'Tem despesas',
+ 'custom_taxes1' => 'Impostos personalizados 1',
+ 'custom_taxes2' => 'Impostos personalizados 2',
+ 'custom_taxes3' => 'Impostos personalizados 3',
+ 'custom_taxes4' => 'Impostos personalizados 4',
+ 'custom_surcharge1' => 'Sobretaxa Personalizada 1',
+ 'custom_surcharge2' => 'Sobretaxa Personalizada 2',
+ 'custom_surcharge3' => 'Sobretaxa Personalizada 3',
+ 'custom_surcharge4' => 'Sobretaxa Personalizada 4',
+ 'is_deleted' => 'Apagado',
+ 'vendor_city' => 'Cidade Fornecedor',
+ 'vendor_state' => 'Distrito Fornecedor',
+ 'vendor_country' => 'País Fornecedor',
+ 'credit_footer' => 'Rodapé do Crédito',
+ 'credit_terms' => 'Termos do Crédito',
+ 'untitled_company' => 'Empresa Sem Nome',
+ 'added_company' => 'Empresa adicionada com sucesso',
+ 'supported_events' => 'Eventos com Suporte',
+ 'custom3' => 'Terceiro Personalizado',
+ 'custom4' => 'Quarto Personalizado',
+ 'optional' => 'Opcional',
+ 'license' => 'Licença',
+ 'invoice_balance' => 'Saldo da fatura',
+ 'saved_design' => 'Design guardado com sucesso',
+ 'client_details' => 'Detalhes do cliente',
+ 'company_address' => 'Endereço da Empresa',
+ 'quote_details' => 'Detalhes do orçamento',
+ 'credit_details' => 'Detalhes de crédito',
+ 'product_columns' => 'Colunas de Produto',
+ 'task_columns' => 'Colunas de Tarefas',
+ 'add_field' => 'Adicionar campo',
+ 'all_events' => 'Todos os eventos',
+ 'owned' => 'Possuído',
+ 'payment_success' => 'Pagamento realizado com sucesso',
+ 'payment_failure' => 'Falha no Pagamento',
+ 'quote_sent' => 'Orçamento enviado',
+ 'credit_sent' => 'Crédito Enviado',
+ 'invoice_viewed' => 'Nota de Pagamento Vista',
+ 'quote_viewed' => 'Orçamento Visto',
+ 'credit_viewed' => 'Crédito Visto',
+ 'quote_approved' => 'Orçamento Aprovado',
+ 'receive_all_notifications' => 'Receber todas as notificações',
+ 'purchase_license' => 'Comprar licença',
+ 'enable_modules' => 'Habilitar Módulos',
+ 'converted_quote' => 'Orçamento criado com sucesso',
+ 'credit_design' => 'Design de Crédito',
+ 'includes' => 'Inclui',
'css_framework' => 'CSS Framework',
- 'custom_designs' => 'Custom Designs',
- 'designs' => 'Designs',
- 'new_design' => 'New Design',
- 'edit_design' => 'Edit Design',
- 'created_design' => 'Successfully created design',
- 'updated_design' => 'Successfully updated design',
- 'archived_design' => 'Successfully archived design',
- 'deleted_design' => 'Successfully deleted design',
- 'removed_design' => 'Successfully removed design',
- 'restored_design' => 'Successfully restored design',
- 'recurring_tasks' => 'Recurring Tasks',
- 'removed_credit' => 'Successfully removed credit',
- 'latest_version' => 'Latest Version',
- 'update_now' => 'Update Now',
- 'a_new_version_is_available' => 'A new version of the web app is available',
- 'update_available' => 'Update Available',
- 'app_updated' => 'Update successfully completed',
- 'integrations' => 'Integrations',
- 'tracking_id' => 'Tracking Id',
- 'slack_webhook_url' => 'Slack Webhook URL',
- 'partial_payment' => 'Partial Payment',
- 'partial_payment_email' => 'Partial Payment Email',
- 'clone_to_credit' => 'Clone to Credit',
- 'emailed_credit' => 'Successfully emailed credit',
- 'marked_credit_as_sent' => 'Successfully marked credit as sent',
- 'email_subject_payment_partial' => 'Email Partial Payment Subject',
- 'is_approved' => 'Is Approved',
- 'migration_went_wrong' => 'Oops, something went wrong! Please make sure you have setup an Invoice Ninja v5 instance before starting the migration.',
- 'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: https://invoiceninja.github.io/docs/migration/#troubleshooting',
- 'email_credit' => 'Email Credit',
- 'client_email_not_set' => 'Client does not have an email address set',
+ 'custom_designs' => 'Modelos Personalizados',
+ 'designs' => 'Modelos',
+ 'new_design' => 'Novo Modelo',
+ 'edit_design' => 'Editar Modelo',
+ 'created_design' => 'Modelo criado com sucesso',
+ 'updated_design' => 'Modelo atualizado com sucesso',
+ 'archived_design' => 'Model arquivado com sucesso',
+ 'deleted_design' => 'Modelo apagado com sucesso',
+ 'removed_design' => 'Modelo removido com sucesso',
+ 'restored_design' => 'Modelo restaurado com sucesso',
+ 'recurring_tasks' => 'Tarefas Recorrentes',
+ 'removed_credit' => 'Crédito removido com sucesso',
+ 'latest_version' => 'Última versão',
+ 'update_now' => 'Atualize agora',
+ 'a_new_version_is_available' => 'Uma nova versão da aplicação web está disponível',
+ 'update_available' => 'Atualização disponível',
+ 'app_updated' => 'Atualização completada com sucesso',
+ 'integrations' => 'Integrações',
+ 'tracking_id' => 'Id de acompanhamento',
+ 'slack_webhook_url' => 'URL Webhook do Slack',
+ 'partial_payment' => 'Pagamento parcial',
+ 'partial_payment_email' => 'E-mail de pagamento parcial',
+ 'clone_to_credit' => 'Duplicar para crédito',
+ 'emailed_credit' => 'Crédito enviado com sucesso',
+ 'marked_credit_as_sent' => 'Crédito marcado com sucesso como enviado',
+ 'email_subject_payment_partial' => 'Assunto de pagamento parcial por email',
+ 'is_approved' => 'Está aprovado',
+ 'migration_went_wrong' => 'Ups, alguma coisa não correu bem! Certifique-se de configurar uma instância do Invoice Ninja v5 antes de iniciar a migração.',
+ 'cross_migration_message' => 'A migração entre contas não é permitida. Leia mais sobre isso no seguinte link: https://invoiceninja.github.io/docs/migration/#troubleshooting',
+ 'email_credit' => 'Crédito de E-mail',
+ 'client_email_not_set' => 'O cliente não tem um endereço de E-mail definido',
'ledger' => 'Ledger',
- 'view_pdf' => 'View PDF',
- 'all_records' => 'All records',
- 'owned_by_user' => 'Owned by user',
- 'credit_remaining' => 'Credit Remaining',
- 'use_default' => 'Use default',
- 'reminder_endless' => 'Endless Reminders',
- 'number_of_days' => 'Number of days',
- 'configure_payment_terms' => 'Configure Payment Terms',
- 'payment_term' => 'Payment Term',
- 'new_payment_term' => 'New Payment Term',
- 'deleted_payment_term' => 'Successfully deleted payment term',
- 'removed_payment_term' => 'Successfully removed payment term',
- 'restored_payment_term' => 'Successfully restored payment term',
- 'full_width_editor' => 'Full Width Editor',
- 'full_height_filter' => 'Full Height Filter',
- 'email_sign_in' => 'Sign in with email',
- 'change' => 'Change',
- 'change_to_mobile_layout' => 'Change to the mobile layout?',
- 'change_to_desktop_layout' => 'Change to the desktop layout?',
- 'send_from_gmail' => 'Send from Gmail',
- 'reversed' => 'Reversed',
- 'cancelled' => 'Cancelled',
- 'quote_amount' => 'Quote Amount',
- 'hosted' => 'Hosted',
- 'selfhosted' => 'Self-Hosted',
- 'hide_menu' => 'Hide Menu',
- 'show_menu' => 'Show Menu',
- 'partially_refunded' => 'Partially Refunded',
- 'search_documents' => 'Search Documents',
- 'search_designs' => 'Search Designs',
- 'search_invoices' => 'Search Invoices',
- 'search_clients' => 'Search Clients',
- 'search_products' => 'Search Products',
- 'search_quotes' => 'Search Quotes',
- 'search_credits' => 'Search Credits',
- 'search_vendors' => 'Search Vendors',
- 'search_users' => 'Search Users',
- 'search_tax_rates' => 'Search Tax Rates',
- 'search_tasks' => 'Search Tasks',
- 'search_settings' => 'Search Settings',
- 'search_projects' => 'Search Projects',
- 'search_expenses' => 'Search Expenses',
- 'search_payments' => 'Search Payments',
- 'search_groups' => 'Search Groups',
- 'search_company' => 'Search Company',
- 'cancelled_invoice' => 'Successfully cancelled invoice',
- 'cancelled_invoices' => 'Successfully cancelled invoices',
- 'reversed_invoice' => 'Successfully reversed invoice',
- 'reversed_invoices' => 'Successfully reversed invoices',
- 'reverse' => 'Reverse',
- 'filtered_by_project' => 'Filtered by Project',
- 'google_sign_in' => 'Sign in with Google',
- 'activity_58' => ':user reversed invoice :invoice',
- 'activity_59' => ':user cancelled invoice :invoice',
- 'payment_reconciliation_failure' => 'Reconciliation Failure',
- 'payment_reconciliation_success' => 'Reconciliation Success',
- 'gateway_success' => 'Gateway Success',
- 'gateway_failure' => 'Gateway Failure',
- 'gateway_error' => 'Gateway Error',
- 'email_send' => 'Email Send',
- 'email_retry_queue' => 'Email Retry Queue',
- 'failure' => 'Failure',
- 'quota_exceeded' => 'Quota Exceeded',
- 'upstream_failure' => 'Upstream Failure',
- 'system_logs' => 'System Logs',
- 'copy_link' => 'Copy Link',
- 'welcome_to_invoice_ninja' => 'Welcome to Invoice Ninja',
- 'optin' => 'Opt-In',
- 'optout' => 'Opt-Out',
- 'auto_convert' => 'Auto Convert',
- 'reminder1_sent' => 'Reminder 1 Sent',
- 'reminder2_sent' => 'Reminder 2 Sent',
- 'reminder3_sent' => 'Reminder 3 Sent',
- 'reminder_last_sent' => 'Reminder Last Sent',
- 'pdf_page_info' => 'Page :current of :total',
- 'emailed_credits' => 'Successfully emailed credits',
- 'view_in_stripe' => 'View in Stripe',
- 'rows_per_page' => 'Rows Per Page',
- 'apply_payment' => 'Apply Payment',
- 'unapplied' => 'Unapplied',
- 'custom_labels' => 'Custom Labels',
- 'record_type' => 'Record Type',
- 'record_name' => 'Record Name',
- 'file_type' => 'File Type',
- 'height' => 'Height',
- 'width' => 'Width',
- 'health_check' => 'Health Check',
- 'last_login_at' => 'Last Login At',
- 'company_key' => 'Company Key',
- 'storefront' => 'Storefront',
- 'storefront_help' => 'Enable third-party apps to create invoices',
- 'count_records_selected' => ':count records selected',
- 'count_record_selected' => ':count record selected',
- 'client_created' => 'Client Created',
- 'online_payment_email' => 'Online Payment Email',
- 'manual_payment_email' => 'Manual Payment Email',
- 'completed' => 'Completed',
- 'gross' => 'Gross',
- 'net_amount' => 'Net Amount',
- 'net_balance' => 'Net Balance',
- 'client_settings' => 'Client Settings',
- 'selected_invoices' => 'Selected Invoices',
- 'selected_payments' => 'Selected Payments',
- 'selected_quotes' => 'Selected Quotes',
- 'selected_tasks' => 'Selected Tasks',
- 'selected_expenses' => 'Selected Expenses',
- 'past_due_invoices' => 'Past Due Invoices',
- 'create_payment' => 'Create Payment',
- 'update_quote' => 'Update Quote',
- 'update_invoice' => 'Update Invoice',
- 'update_client' => 'Update Client',
- 'update_vendor' => 'Update Vendor',
- 'create_expense' => 'Create Expense',
- 'update_expense' => 'Update Expense',
- 'update_task' => 'Update Task',
- 'approve_quote' => 'Approve Quote',
- 'when_paid' => 'When Paid',
- 'expires_on' => 'Expires On',
- 'show_sidebar' => 'Show Sidebar',
- 'hide_sidebar' => 'Hide Sidebar',
- 'event_type' => 'Event Type',
- 'copy' => 'Copy',
- 'must_be_online' => 'Please restart the app once connected to the internet',
- 'crons_not_enabled' => 'The crons need to be enabled',
+ 'view_pdf' => 'Ver PDF',
+ 'all_records' => 'Todos os registos',
+ 'owned_by_user' => 'Propriedade do utilizador',
+ 'credit_remaining' => 'Crédito Restante',
+ 'use_default' => 'Use o padrão',
+ 'reminder_endless' => 'Lembrete contínuo',
+ 'number_of_days' => 'Número de dias',
+ 'configure_payment_terms' => 'Configurar as condições de pagamento',
+ 'payment_term' => 'Condição de Pagamento',
+ 'new_payment_term' => 'Novo Condição de Pagamento',
+ 'deleted_payment_term' => 'Condição de pagamento apagadas com sucesso',
+ 'removed_payment_term' => 'Condição de pagamento removida com sucesso',
+ 'restored_payment_term' => 'Condição de pagamento restaurado com sucesso',
+ 'full_width_editor' => 'Editor de largura total',
+ 'full_height_filter' => 'Filtro de altura total',
+ 'email_sign_in' => 'Entrar com email',
+ 'change' => 'Mudar',
+ 'change_to_mobile_layout' => 'Mudar para o layout móvel?',
+ 'change_to_desktop_layout' => 'Mudar para o layout de computador?',
+ 'send_from_gmail' => 'Enviar do Gmail',
+ 'reversed' => 'Invertido',
+ 'cancelled' => 'Cancelado',
+ 'quote_amount' => 'Valor do Orçamento',
+ 'hosted' => 'Hospedado',
+ 'selfhosted' => 'Auto-hospedado',
+ 'hide_menu' => 'Ocultar Menu',
+ 'show_menu' => 'Mostrar Menu',
+ 'partially_refunded' => 'Parcialmente Reembolsado',
+ 'search_documents' => 'Pesquisar Documentos',
+ 'search_designs' => 'Pesquisar Modelos',
+ 'search_invoices' => 'Pesquisar Notas de Pagamento',
+ 'search_clients' => 'Pesquisar Clientes',
+ 'search_products' => 'Pesquisar Produtos',
+ 'search_quotes' => 'Pesquisar Orçamentos',
+ 'search_credits' => 'Pesquisar Créditos',
+ 'search_vendors' => 'Procurar Fornecedores',
+ 'search_users' => 'Pesquisar Utilizadores',
+ 'search_tax_rates' => 'Pesquisar taxas de impostos',
+ 'search_tasks' => 'Pesquisar Tarefas',
+ 'search_settings' => 'Pesquisar Configurações',
+ 'search_projects' => 'Pesquisar Projetos',
+ 'search_expenses' => 'Pesquisar Despesas',
+ 'search_payments' => 'Pesquisar Pagamentos',
+ 'search_groups' => 'Pesquisar Grupos',
+ 'search_company' => 'Pesquisar Empresa',
+ 'cancelled_invoice' => 'Nota de Pagamento Cancelada com Sucesso',
+ 'cancelled_invoices' => 'Notas de Pagamento Canceladas com Sucesso',
+ 'reversed_invoice' => 'Nota de Pagamento Revertida com Sucesso',
+ 'reversed_invoices' => 'Notas de Pagamento Revertidas com Sucesso',
+ 'reverse' => 'Reverter',
+ 'filtered_by_project' => 'Filtrado por Projeto',
+ 'google_sign_in' => 'Iniciar sessão através da Google',
+ 'activity_58' => ':invoice revertida pelo utilizador: user',
+ 'activity_59' => ':invoice cancelada pelo utilizador :user',
+ 'payment_reconciliation_failure' => 'Falha na reconciliação',
+ 'payment_reconciliation_success' => 'Sucesso na Reconciliação',
+ 'gateway_success' => 'Sucesso do Portal',
+ 'gateway_failure' => 'Falha do Portal',
+ 'gateway_error' => 'Erro do Portal',
+ 'email_send' => 'Email Enviado',
+ 'email_retry_queue' => 'Fila de Repetição de Email',
+ 'failure' => 'Falha',
+ 'quota_exceeded' => 'Quota ultrapassada',
+ 'upstream_failure' => 'Falha Upstream',
+ 'system_logs' => 'Logs de Sistema',
+ 'copy_link' => 'Copiar Link',
+ 'welcome_to_invoice_ninja' => 'Bem-vindo ao Invoice Ninja',
+ 'optin' => 'Autorizar',
+ 'optout' => 'Desautorizar',
+ 'auto_convert' => 'Converter Automaticamente',
+ 'reminder1_sent' => 'Lembrete 1 Enviado',
+ 'reminder2_sent' => 'Lembrete 2 Enviado',
+ 'reminder3_sent' => 'Lembrete 3 Enviado',
+ 'reminder_last_sent' => 'Último Lembrete Enviado',
+ 'pdf_page_info' => 'Página: atual de: total',
+ 'emailed_credits' => 'Créditos enviados por e-mail com sucesso',
+ 'view_in_stripe' => 'Ver em Formato Lista',
+ 'rows_per_page' => 'Colunas por Página',
+ 'apply_payment' => 'Aplicar Pagamento',
+ 'unapplied' => 'Não Aplicado',
+ 'custom_labels' => 'Etiquetas Personalizadas',
+ 'record_type' => 'Tipo de Registo',
+ 'record_name' => 'Nome do Registo',
+ 'file_type' => 'Tipo de Ficheiro',
+ 'height' => 'Altura',
+ 'width' => 'Largura',
+ 'health_check' => 'Examinar Saúde do Sistema',
+ 'last_login_at' => 'Último Início de Sessão em',
+ 'company_key' => 'Chave da Empresa',
+ 'storefront' => 'Vitrine',
+ 'storefront_help' => 'Permitir aplicações de terceiros para criar notas de pagamento',
+ 'count_records_selected' => ':count registos selecionados',
+ 'count_record_selected' => ':count registos selecionados',
+ 'client_created' => 'Cliente Criado',
+ 'online_payment_email' => 'E-mail de pagamento online',
+ 'manual_payment_email' => 'Email de pagamento manual',
+ 'completed' => 'Completo',
+ 'gross' => 'Bruto',
+ 'net_amount' => 'Valor líquido',
+ 'net_balance' => 'Saldo Líquido',
+ 'client_settings' => 'Configurações do cliente',
+ 'selected_invoices' => 'Faturas Selecionadas',
+ 'selected_payments' => 'Pagamentos Selecionados',
+ 'selected_quotes' => 'Orçamentos Selecionados',
+ 'selected_tasks' => 'Tarefas Selecionadas',
+ 'selected_expenses' => 'Despesas Selecionadas',
+ 'past_due_invoices' => 'Notas de Pagamento Vencidas',
+ 'create_payment' => 'Criar Pagamento',
+ 'update_quote' => 'Atualizar Orçamento',
+ 'update_invoice' => 'Atualizar Nota de Pagamento',
+ 'update_client' => 'Atualizar Cliente',
+ 'update_vendor' => 'Atualizar Fornecedores',
+ 'create_expense' => 'Criar Despesa',
+ 'update_expense' => 'Atualizar Despesa',
+ 'update_task' => 'Atualizar Tarefa',
+ 'approve_quote' => 'Aprovar Orçamento',
+ 'when_paid' => 'Quando Pago',
+ 'expires_on' => 'Expira em',
+ 'show_sidebar' => 'Mostrar Barra Lateral',
+ 'hide_sidebar' => 'Ocultar Barra Lateral',
+ 'event_type' => 'Tipo de Evento',
+ 'copy' => 'Cópia',
+ 'must_be_online' => 'Reinicie a aplicação assim que estiver conectado à internet',
+ 'crons_not_enabled' => 'Os crons precisam de ser ativados',
'api_webhooks' => 'API Webhooks',
- 'search_webhooks' => 'Search :count Webhooks',
- 'search_webhook' => 'Search 1 Webhook',
+ 'search_webhooks' => 'Pesquisar: contar Webhooks',
+ 'search_webhook' => 'Pesquisar 1 Webhook',
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
- 'new_webhook' => 'New Webhook',
- 'edit_webhook' => 'Edit Webhook',
- 'created_webhook' => 'Successfully created webhook',
- 'updated_webhook' => 'Successfully updated webhook',
- 'archived_webhook' => 'Successfully archived webhook',
- 'deleted_webhook' => 'Successfully deleted webhook',
- 'removed_webhook' => 'Successfully removed webhook',
- 'restored_webhook' => 'Successfully restored webhook',
- 'search_tokens' => 'Search :count Tokens',
- 'search_token' => 'Search 1 Token',
- 'new_token' => 'New Token',
- 'removed_token' => 'Successfully removed token',
- 'restored_token' => 'Successfully restored token',
- 'client_registration' => 'Client Registration',
- 'client_registration_help' => 'Enable clients to self register in the portal',
- 'customize_and_preview' => 'Customize & Preview',
- 'search_document' => 'Search 1 Document',
- 'search_design' => 'Search 1 Design',
- 'search_invoice' => 'Search 1 Invoice',
- 'search_client' => 'Search 1 Client',
- 'search_product' => 'Search 1 Product',
- 'search_quote' => 'Search 1 Quote',
- 'search_credit' => 'Search 1 Credit',
- 'search_vendor' => 'Search 1 Vendor',
- 'search_user' => 'Search 1 User',
- 'search_tax_rate' => 'Search 1 Tax Rate',
- 'search_task' => 'Search 1 Tasks',
- 'search_project' => 'Search 1 Project',
- 'search_expense' => 'Search 1 Expense',
- 'search_payment' => 'Search 1 Payment',
- 'search_group' => 'Search 1 Group',
- 'created_on' => 'Created On',
- 'payment_status_-1' => 'Unapplied',
- 'lock_invoices' => 'Lock Invoices',
- 'show_table' => 'Show Table',
- 'show_list' => 'Show List',
- 'view_changes' => 'View Changes',
- 'force_update' => 'Force Update',
- '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_invoiceable_help' => 'Enable the expense to be invoiced',
- 'add_documents_to_invoice_help' => 'Make the documents visible',
- 'convert_currency_help' => 'Set an exchange rate',
- 'expense_settings' => 'Expense Settings',
- 'clone_to_recurring' => 'Clone to Recurring',
- 'crypto' => 'Crypto',
- 'user_field' => 'User Field',
- 'variables' => 'Variables',
- 'show_password' => 'Show Password',
- 'hide_password' => 'Hide Password',
- 'copy_error' => 'Copy Error',
- 'capture_card' => 'Capture Card',
- 'auto_bill_enabled' => 'Auto Bill Enabled',
- 'total_taxes' => 'Total Taxes',
- 'line_taxes' => 'Line Taxes',
- 'total_fields' => 'Total Fields',
- 'stopped_recurring_invoice' => 'Successfully stopped recurring invoice',
- 'started_recurring_invoice' => 'Successfully started recurring invoice',
- 'resumed_recurring_invoice' => 'Successfully resumed recurring invoice',
- 'gateway_refund' => 'Gateway Refund',
- 'gateway_refund_help' => 'Process the refund with the payment gateway',
- 'due_date_days' => 'Due Date',
- 'paused' => 'Paused',
- 'day_count' => 'Day :count',
- 'first_day_of_the_month' => 'First Day of the Month',
- 'last_day_of_the_month' => 'Last Day of the Month',
- 'use_payment_terms' => 'Use Payment Terms',
- 'endless' => 'Endless',
- 'next_send_date' => 'Next Send Date',
- 'remaining_cycles' => 'Remaining Cycles',
- 'created_recurring_invoice' => 'Successfully created recurring invoice',
- 'updated_recurring_invoice' => 'Successfully updated recurring invoice',
- 'removed_recurring_invoice' => 'Successfully removed recurring invoice',
- 'search_recurring_invoice' => 'Search 1 Recurring Invoice',
- 'search_recurring_invoices' => 'Search :count Recurring Invoices',
- 'send_date' => 'Send Date',
- 'auto_bill_on' => 'Auto Bill On',
- 'minimum_under_payment_amount' => 'Minimum Under Payment Amount',
- 'allow_over_payment' => 'Allow Over Payment',
- 'allow_over_payment_help' => 'Support paying extra to accept tips',
- 'allow_under_payment' => 'Allow Under Payment',
+ 'new_webhook' => 'Nova Webhook',
+ 'edit_webhook' => 'Editar Webhook',
+ 'created_webhook' => 'Webhook Criada com Sucesso',
+ 'updated_webhook' => 'Webhook Atualizada com Sucesso',
+ 'archived_webhook' => 'Webhook Arquivada com Sucesso',
+ 'deleted_webhook' => 'Webhook Apagada com Sucesso',
+ 'removed_webhook' => 'Webhook Removida com Sucesso',
+ 'restored_webhook' => 'Webhook Restaurada com Sucesso',
+ 'search_tokens' => 'Pesquisar: contar Tokens',
+ 'search_token' => 'Pesquisar 1 Token',
+ 'new_token' => 'Novo Token',
+ 'removed_token' => 'Token Removido com Sucesso',
+ 'restored_token' => 'Token Restaurado com Sucesso',
+ 'client_registration' => 'Registo de cliente',
+ 'client_registration_help' => 'Permitir que os clientes se auto-registem no portal',
+ 'customize_and_preview' => 'Personalizar & Visualizar',
+ 'search_document' => 'Pesquisar 1 Documento',
+ 'search_design' => 'Pesquisar 1 Design',
+ 'search_invoice' => 'Pesquisar 1 Nota de Pagamento',
+ 'search_client' => 'Pesquisar 1 Cliente',
+ 'search_product' => 'Pesquisar 1 Produto',
+ 'search_quote' => 'Pesquisar 1 Cotação',
+ 'search_credit' => 'Pesquisar 1 Crédito',
+ 'search_vendor' => 'Procurar 1 Fornecedor',
+ 'search_user' => 'Pesquisar 1 Usuário',
+ 'search_tax_rate' => 'Pesquisar 1 Taxa de Imposto',
+ 'search_task' => 'Pesquisar 1 Tarefa',
+ 'search_project' => 'Pesquisar 1 Projeto',
+ 'search_expense' => 'Pesquisar 1 Despesa',
+ 'search_payment' => 'Pesquisar 1 Pagamento',
+ 'search_group' => 'Pesquisar 1 Grupo',
+ 'created_on' => 'Criado em',
+ 'payment_status_-1' => 'Não Aplicado',
+ 'lock_invoices' => 'Bloquear Notas de Pagamento',
+ 'show_table' => 'Mostrar Tabelas',
+ 'show_list' => 'Mostrar Lista',
+ 'view_changes' => 'Ver alterações',
+ 'force_update' => 'Forçar atualização',
+ 'force_update_help' => 'Está a usar a versão mais recente, mas pode haver correções pendentes disponíveis.',
+ 'mark_paid_help' => 'Acompanhe se a despesa foi paga',
+ 'mark_invoiceable_help' => 'Permitir que a despesa seja faturada',
+ 'add_documents_to_invoice_help' => 'Tornar os documentos visíveis',
+ 'convert_currency_help' => 'Defina uma taxa de câmbio',
+ 'expense_settings' => 'Configurações das despesas',
+ 'clone_to_recurring' => 'Duplicar recorrência',
+ 'crypto' => 'Criptomoeda',
+ 'user_field' => 'Campo do utilizador',
+ 'variables' => 'Variável',
+ 'show_password' => 'Mostrar Palavra-passe',
+ 'hide_password' => 'Esconder Palavra-passe',
+ 'copy_error' => 'Copiar Erro',
+ 'capture_card' => 'Cartão de captura',
+ 'auto_bill_enabled' => 'Cobrança automática ativada',
+ 'total_taxes' => 'Impostos totais',
+ 'line_taxes' => 'Item',
+ 'total_fields' => 'Campo Total',
+ 'stopped_recurring_invoice' => 'Fatura recorrente interrompida com sucesso',
+ 'started_recurring_invoice' => 'Fatura recorrente iniciada com sucesso',
+ 'resumed_recurring_invoice' => 'Fatura recorrente retomada com sucesso',
+ 'gateway_refund' => 'Reembolso do Terminal',
+ 'gateway_refund_help' => 'Processe o reembolso com o terminal de pagamento',
+ 'due_date_days' => 'Data de Vencimento',
+ 'paused' => 'Pausado',
+ 'day_count' => 'Dia :count',
+ 'first_day_of_the_month' => 'Primeiro dia do Mês',
+ 'last_day_of_the_month' => 'Último dia do Mês',
+ 'use_payment_terms' => 'Novo Condição de Pagamento',
+ 'endless' => 'Interminável',
+ 'next_send_date' => 'Próxima data de envio',
+ 'remaining_cycles' => 'Ciclos Restantes',
+ 'created_recurring_invoice' => 'Fatura recorrente criada com sucesso',
+ 'updated_recurring_invoice' => 'Fatura recorrente atualizada com sucesso',
+ 'removed_recurring_invoice' => 'Fatura recorrente removida com sucesso',
+ 'search_recurring_invoice' => 'Encontrado 1 Fatura recorrente',
+ 'search_recurring_invoices' => 'Encontrado :count Faturas recorrentes',
+ 'send_date' => 'Data de envio',
+ 'auto_bill_on' => 'Faturamento Automático Ativado',
+ 'minimum_under_payment_amount' => 'Valor mínimo abaixo do pagamento',
+ 'allow_over_payment' => 'Permitir pagamento em excesso',
+ 'allow_over_payment_help' => 'Suportar pagamentos com quantias superiores à pedida para aceitar gorjetas',
+ 'allow_under_payment' => 'Permitir pagamento menor',
'allow_under_payment_help' => 'Support paying at minimum the partial/deposit amount',
- 'test_mode' => 'Test Mode',
- 'calculated_rate' => 'Calculated Rate',
- 'default_task_rate' => 'Default Task Rate',
- 'clear_cache' => 'Clear Cache',
- 'sort_order' => 'Sort Order',
- 'task_status' => 'Status',
- 'task_statuses' => 'Task Statuses',
- 'new_task_status' => 'New Task Status',
- 'edit_task_status' => 'Edit Task Status',
- 'created_task_status' => 'Successfully created task status',
- 'archived_task_status' => 'Successfully archived task status',
- 'deleted_task_status' => 'Successfully deleted task status',
- 'removed_task_status' => 'Successfully removed task status',
- 'restored_task_status' => 'Successfully restored task status',
- 'search_task_status' => 'Search 1 Task Status',
- 'search_task_statuses' => 'Search :count Task Statuses',
- 'show_tasks_table' => 'Show Tasks Table',
- 'show_tasks_table_help' => 'Always show the tasks section when creating invoices',
- 'invoice_task_timelog' => 'Invoice Task Timelog',
+ 'test_mode' => 'Modo de teste',
+ 'calculated_rate' => 'Taxa Calculada',
+ 'default_task_rate' => 'Taxa de Tarefa Pré-definida',
+ 'clear_cache' => 'Limpar cache',
+ 'sort_order' => 'Ordenar',
+ 'task_status' => 'Estado',
+ 'task_statuses' => 'Estado da Tarefa',
+ 'new_task_status' => 'Novo Estado da Tarefa',
+ 'edit_task_status' => 'Editar Estado da Tarefa',
+ 'created_task_status' => 'Estado da tarefa criado com sucesso',
+ 'archived_task_status' => 'Estado da tarefa arquivado com sucesso',
+ 'deleted_task_status' => 'Estado da tarefa apagado com sucesso',
+ 'removed_task_status' => 'Estado da tarefa removido com sucesso',
+ 'restored_task_status' => 'Estado da tarefa restaurado com sucesso',
+ 'search_task_status' => 'Encontrado 1 Estado da Tarefa',
+ 'search_task_statuses' => 'Encontados :count Estados da Tarefa',
+ 'show_tasks_table' => 'Mostrar Tabela de Tarefas',
+ 'show_tasks_table_help' => 'Sempre mostrar a seção de tarefas ao criar notas de pagamento',
+ 'invoice_task_timelog' => 'Registo das tarefas da Nota de Pagamento',
'invoice_task_timelog_help' => 'Add time details to the invoice line items',
- 'auto_start_tasks_help' => 'Start tasks before saving',
- 'configure_statuses' => 'Configure Statuses',
- 'task_settings' => 'Task Settings',
- 'configure_categories' => 'Configure Categories',
- 'edit_expense_category' => 'Edit Expense Category',
- 'removed_expense_category' => 'Successfully removed expense category',
- 'search_expense_category' => 'Search 1 Expense Category',
- 'search_expense_categories' => 'Search :count Expense Categories',
- 'use_available_credits' => 'Use Available Credits',
- 'show_option' => 'Show Option',
+ 'auto_start_tasks_help' => 'Começar tarefas antes de guardar',
+ 'configure_statuses' => 'Configurar Estados',
+ 'task_settings' => 'Definições de tarefa',
+ 'configure_categories' => 'Configurar Categorias',
+ 'edit_expense_category' => 'Editar Categoria de Despesas',
+ 'removed_expense_category' => 'Categoria de despesa removida com sucesso',
+ 'search_expense_category' => 'Encontrada 1 Categoria de Despesa',
+ 'search_expense_categories' => 'Encontrada :count Categorias de Despesa',
+ 'use_available_credits' => 'Usar Créditos Disponíveis',
+ 'show_option' => 'Mostrar Opção',
'negative_payment_error' => 'The credit amount cannot exceed the payment amount',
'should_be_invoiced_help' => 'Enable the expense to be invoiced',
- 'configure_gateways' => 'Configure Gateways',
- 'payment_partial' => 'Partial Payment',
- 'is_running' => 'Is Running',
- 'invoice_currency_id' => 'Invoice Currency ID',
- 'tax_name1' => 'Tax Name 1',
- 'tax_name2' => 'Tax Name 2',
- 'transaction_id' => 'Transaction ID',
- 'invoice_late' => 'Invoice Late',
- 'quote_expired' => 'Quote Expired',
- 'recurring_invoice_total' => 'Invoice Total',
- 'actions' => 'Actions',
- 'expense_number' => 'Expense Number',
- 'task_number' => 'Task Number',
- 'project_number' => 'Project Number',
- 'view_settings' => 'View Settings',
- 'company_disabled_warning' => 'Warning: this company has not yet been activated',
- 'late_invoice' => 'Late Invoice',
- 'expired_quote' => 'Expired Quote',
- 'remind_invoice' => 'Remind Invoice',
- 'client_phone' => 'Client Phone',
- 'required_fields' => 'Required Fields',
- 'enabled_modules' => 'Enabled Modules',
- 'activity_60' => ':contact viewed quote :quote',
- 'activity_61' => ':user updated client :client',
- 'activity_62' => ':user updated vendor :vendor',
+ 'configure_gateways' => 'Configurar Terminais',
+ 'payment_partial' => 'Pagamento Parcial',
+ 'is_running' => 'Em execução',
+ 'invoice_currency_id' => 'ID da Moeda da Nota de Pagamento',
+ 'tax_name1' => 'Imposto 1',
+ 'tax_name2' => 'Imposto 2',
+ 'transaction_id' => 'ID de transação',
+ 'invoice_late' => 'Nota de Pagamento Atrasada',
+ 'quote_expired' => 'Orçamento Expirado',
+ 'recurring_invoice_total' => 'Total da Nota de Pag.',
+ 'actions' => 'Ações',
+ 'expense_number' => 'N.º da Despesa',
+ 'task_number' => 'N.º da Tarefa',
+ 'project_number' => 'N.º do Projeto',
+ 'view_settings' => 'Ver definições',
+ 'company_disabled_warning' => 'Aviso: esta empresa ainda não foi ativada',
+ 'late_invoice' => 'Nota de Pagamento Atrasada',
+ 'expired_quote' => 'Orçamento Expirado',
+ 'remind_invoice' => 'Enviar Lembrete da Nota de Pagamento',
+ 'client_phone' => 'Telefone do Cliente',
+ 'required_fields' => 'Campos Necessários',
+ 'enabled_modules' => 'Ativar Módulos',
+ 'activity_60' => ':contact viu o orçamento :quota',
+ 'activity_61' => ':user atualizou o cliente :client',
+ 'activity_62' => ':user atualizou fornecedor :vendor',
'activity_63' => ':user emailed first reminder for invoice :invoice to :contact',
'activity_64' => ':user emailed second reminder for invoice :invoice to :contact',
'activity_65' => ':user emailed third reminder for invoice :invoice to :contact',
'activity_66' => ':user emailed endless reminder for invoice :invoice to :contact',
- 'expense_category_id' => 'Expense Category ID',
- 'view_licenses' => 'View Licenses',
- 'fullscreen_editor' => 'Fullscreen Editor',
- 'sidebar_editor' => 'Sidebar Editor',
+ 'expense_category_id' => 'ID da Categoria de Despesa',
+ 'view_licenses' => 'Ver Licenças',
+ 'fullscreen_editor' => 'Editor em ecrã inteiro',
+ 'sidebar_editor' => 'Editor da Barra Lateral',
'please_type_to_confirm' => 'Please type ":value" to confirm',
- 'purge' => 'Purge',
- 'clone_to' => 'Clone To',
- 'clone_to_other' => 'Clone to Other',
- 'labels' => 'Labels',
- 'add_custom' => 'Add Custom',
- 'payment_tax' => 'Payment Tax',
+ 'purge' => 'Apagar',
+ 'clone_to' => 'Duplicar para',
+ 'clone_to_other' => 'Duplicar para outro',
+ 'labels' => 'Etiquetas',
+ 'add_custom' => 'Adicionar Personalizado',
+ 'payment_tax' => 'Imposto de Pagamento',
'white_label' => 'White Label',
- 'sent_invoices_are_locked' => 'Sent invoices are locked',
- 'paid_invoices_are_locked' => 'Paid invoices are locked',
- 'source_code' => 'Source Code',
- 'app_platforms' => 'App Platforms',
- 'archived_task_statuses' => 'Successfully archived :value task statuses',
- 'deleted_task_statuses' => 'Successfully deleted :value task statuses',
- 'restored_task_statuses' => 'Successfully restored :value task statuses',
+ 'sent_invoices_are_locked' => 'Notas de Pagamento Enviadas estão bloqueadas',
+ 'paid_invoices_are_locked' => 'Faturas Pagas estão bloqueadas',
+ 'source_code' => 'Código-fonte',
+ 'app_platforms' => 'Plataformas da Aplicação',
+ 'archived_task_statuses' => 'Estado das tarefas arquivados com sucesso',
+ 'deleted_task_statuses' => 'Estado das tarefas apagados com sucesso',
+ 'restored_task_statuses' => 'Estado das tarefas restaurados com sucesso',
'deleted_expense_categories' => 'Successfully deleted expense :value categories',
'restored_expense_categories' => 'Successfully restored expense :value categories',
- 'archived_recurring_invoices' => 'Successfully archived recurring :value invoices',
- 'deleted_recurring_invoices' => 'Successfully deleted recurring :value invoices',
- 'restored_recurring_invoices' => 'Successfully restored recurring :value invoices',
- 'archived_webhooks' => 'Successfully archived :value webhooks',
- 'deleted_webhooks' => 'Successfully deleted :value webhooks',
- 'removed_webhooks' => 'Successfully removed :value webhooks',
- 'restored_webhooks' => 'Successfully restored :value webhooks',
- 'api_docs' => 'API Docs',
- 'archived_tokens' => 'Successfully archived :value tokens',
- 'deleted_tokens' => 'Successfully deleted :value tokens',
- 'restored_tokens' => 'Successfully restored :value tokens',
- 'archived_payment_terms' => 'Successfully archived :value payment terms',
- 'deleted_payment_terms' => 'Successfully deleted :value payment terms',
- 'restored_payment_terms' => 'Successfully restored :value payment terms',
- 'archived_designs' => 'Successfully archived :value designs',
- 'deleted_designs' => 'Successfully deleted :value designs',
- 'restored_designs' => 'Successfully restored :value designs',
- 'restored_credits' => 'Successfully restored :value credits',
- 'archived_users' => 'Successfully archived :value users',
- 'deleted_users' => 'Successfully deleted :value users',
- 'removed_users' => 'Successfully removed :value users',
- 'restored_users' => 'Successfully restored :value users',
- 'archived_tax_rates' => 'Successfully archived :value tax rates',
- 'deleted_tax_rates' => 'Successfully deleted :value tax rates',
- 'restored_tax_rates' => 'Successfully restored :value tax rates',
- 'archived_company_gateways' => 'Successfully archived :value gateways',
- 'deleted_company_gateways' => 'Successfully deleted :value gateways',
- 'restored_company_gateways' => 'Successfully restored :value gateways',
- 'archived_groups' => 'Successfully archived :value groups',
- 'deleted_groups' => 'Successfully deleted :value groups',
- 'restored_groups' => 'Successfully restored :value groups',
- 'archived_documents' => 'Successfully archived :value documents',
- 'deleted_documents' => 'Successfully deleted :value documents',
- 'restored_documents' => 'Successfully restored :value documents',
- 'restored_vendors' => 'Successfully restored :value vendors',
- 'restored_expenses' => 'Successfully restored :value expenses',
- 'restored_tasks' => 'Successfully restored :value tasks',
- 'restored_projects' => 'Successfully restored :value projects',
- 'restored_products' => 'Successfully restored :value products',
- 'restored_clients' => 'Successfully restored :value clients',
- 'restored_invoices' => 'Successfully restored :value invoices',
- 'restored_payments' => 'Successfully restored :value payments',
- 'restored_quotes' => 'Successfully restored :value quotes',
- 'update_app' => 'Update App',
- 'started_import' => 'Successfully started import',
- 'duplicate_column_mapping' => 'Duplicate column mapping',
- 'uses_inclusive_taxes' => 'Uses Inclusive Taxes',
+ 'archived_recurring_invoices' => ':value Notas de pagamento recorrentes arquivadas com sucesso',
+ 'deleted_recurring_invoices' => ':value Notas de pagamento recorrentes apagadas com sucesso',
+ 'restored_recurring_invoices' => ':value Notas de pagamento recorrentes restauradas com sucesso',
+ 'archived_webhooks' => ':value Webhooks arquivadas com sucesso',
+ 'deleted_webhooks' => ':value Webhooks apagadas com sucesso',
+ 'removed_webhooks' => ':value Webhooks removidas com sucesso',
+ 'restored_webhooks' => ':value Webhooks restauradas com sucesso',
+ 'api_docs' => 'Documentação API',
+ 'archived_tokens' => ':value Tokens arquivadas com sucesso',
+ 'deleted_tokens' => ':value Tokens apagadas com sucesso',
+ 'restored_tokens' => ':value Tokens restauradas com sucesso',
+ 'archived_payment_terms' => ':value Termos de Pagamento arquivados com sucesso',
+ 'deleted_payment_terms' => ':value Termos de Pagamento apagados com sucesso',
+ 'restored_payment_terms' => ':value Termos de Pagamento restaurados com sucesso',
+ 'archived_designs' => ':value Modelos arquivados com sucesso',
+ 'deleted_designs' => ':value Modelos apagados com sucesso',
+ 'restored_designs' => ':value Modelos restaurados com sucesso',
+ 'restored_credits' => ':value Créditos restaurados com sucesso',
+ 'archived_users' => ':value Créditos arquivados com sucesso',
+ 'deleted_users' => ':value Utilizadores arquivados com sucesso',
+ 'removed_users' => ':value Utilizadores removidos com sucesso',
+ 'restored_users' => ':value Utilizadores restaurados com sucesso',
+ 'archived_tax_rates' => ':value Taxas de Impostos arquivados com sucesso',
+ 'deleted_tax_rates' => ':value Taxas de Impostos apagados com sucesso',
+ 'restored_tax_rates' => ':value Taxas de Impostos restaurados com sucesso',
+ 'archived_company_gateways' => ':value Terminais arquivados com sucesso',
+ 'deleted_company_gateways' => ':value Terminais apagados com sucesso',
+ 'restored_company_gateways' => ':value Terminais restaurados com sucesso',
+ 'archived_groups' => ':value Grupos arquivados com sucesso',
+ 'deleted_groups' => ':value Grupos apagados com sucesso',
+ 'restored_groups' => ':value Grupos restaurados com sucesso',
+ 'archived_documents' => ':value Documentos arquivados com sucesso',
+ 'deleted_documents' => ':value Documentos apagados com sucesso',
+ 'restored_documents' => ':value Documentos restaurados com sucesso',
+ 'restored_vendors' => ':value Fornecedores Restaurados com Sucesso',
+ 'restored_expenses' => ':value Despesas restauradas com sucesso',
+ 'restored_tasks' => ':value Tarefas restauradas com sucesso',
+ 'restored_projects' => ':value Projetos restaurados com sucesso',
+ 'restored_products' => ':value Produtos restaurados com sucesso',
+ 'restored_clients' => ':value Clientes restaurados com sucesso',
+ 'restored_invoices' => ':value Notas de Pagamento restaurados com sucesso',
+ 'restored_payments' => ':value Pagamentos restaurados com sucesso',
+ 'restored_quotes' => ':value Orçamentos restaurados com sucesso',
+ 'update_app' => 'Atualizar Aplicação',
+ 'started_import' => 'Importação iniciou com sucesso',
+ 'duplicate_column_mapping' => 'Duplicar mapeamento de colunas',
+ 'uses_inclusive_taxes' => 'Usa Taxas Inclusivas',
'is_amount_discount' => 'Is Amount Discount',
'map_to' => 'Map To',
- 'first_row_as_column_names' => 'Use first row as column names',
- 'no_file_selected' => 'No File Selected',
- 'import_type' => 'Import Type',
- 'draft_mode' => 'Draft Mode',
+ 'first_row_as_column_names' => 'Usar primeira linha como nome das colunas',
+ 'no_file_selected' => 'Nenhum Ficheiro Selecionado',
+ 'import_type' => 'Tipo de Importação',
+ 'draft_mode' => 'Modo de Rascunho',
'draft_mode_help' => 'Preview updates faster but is less accurate',
- 'show_product_discount' => 'Show Product Discount',
+ 'show_product_discount' => 'Mostrar Desconto do Produto',
'show_product_discount_help' => 'Display a line item discount field',
- 'tax_name3' => 'Tax Name 3',
- 'debug_mode_is_enabled' => 'Debug mode is enabled',
- 'debug_mode_is_enabled_help' => 'Warning: it is intended for use on local machines, it can leak credentials. Click to learn more.',
- 'running_tasks' => 'Running Tasks',
- 'recent_tasks' => 'Recent Tasks',
- 'recent_expenses' => 'Recent Expenses',
- 'upcoming_expenses' => 'Upcoming Expenses',
- 'search_payment_term' => 'Search 1 Payment Term',
- 'search_payment_terms' => 'Search :count Payment Terms',
- 'save_and_preview' => 'Save and Preview',
- 'save_and_email' => 'Save and Email',
- 'converted_balance' => 'Converted Balance',
- 'is_sent' => 'Is Sent',
- 'document_upload' => 'Document Upload',
- 'document_upload_help' => 'Enable clients to upload documents',
- 'expense_total' => 'Expense Total',
- 'enter_taxes' => 'Enter Taxes',
- 'by_rate' => 'By Rate',
- 'by_amount' => 'By Amount',
- 'enter_amount' => 'Enter Amount',
- 'before_taxes' => 'Before Taxes',
- 'after_taxes' => 'After Taxes',
- 'color' => 'Color',
- 'show' => 'Show',
- 'empty_columns' => 'Empty Columns',
- 'project_name' => 'Project Name',
+ 'tax_name3' => 'Imposto 3',
+ 'debug_mode_is_enabled' => 'O Modo de depuração está ativado',
+ 'debug_mode_is_enabled_help' => 'Aviso: este modo apenas deve ser usado em máquinas locais, pois pode ocorrer fuga de credenciais. Clique para saber mais ',
+ 'running_tasks' => 'Tarefas a correr',
+ 'recent_tasks' => 'Tarefas Recentes',
+ 'recent_expenses' => 'Despesas Recentes',
+ 'upcoming_expenses' => 'Próximas Despesas',
+ 'search_payment_term' => 'Encontrado 1 Termo de Pagamento',
+ 'search_payment_terms' => 'Encontrados :count Termos de Pagamento',
+ 'save_and_preview' => 'Guardar e Prever',
+ 'save_and_email' => 'Guardar e Enviar por E-mail',
+ 'converted_balance' => 'Saldo Convertido',
+ 'is_sent' => 'Foi Enviado',
+ 'document_upload' => 'Upload de Documento',
+ 'document_upload_help' => 'Permitir que clientes enviem documentos/anexos',
+ 'expense_total' => 'Total das Despesas',
+ 'enter_taxes' => 'Introduzir impostos',
+ 'by_rate' => 'Por taxa',
+ 'by_amount' => 'Por quantia',
+ 'enter_amount' => 'Introduzir Quantia',
+ 'before_taxes' => 'Sem impostos',
+ 'after_taxes' => 'Com impostos',
+ 'color' => 'Cor',
+ 'show' => 'Mostrar',
+ 'empty_columns' => 'Colunas Vazias',
+ 'project_name' => 'Nome do Projeto',
'counter_pattern_error' => 'To use :client_counter please add either :client_number or :client_id_number to prevent conflicts',
'this_quarter' => 'This Quarter',
- 'to_update_run' => 'To update run',
- 'registration_url' => 'Registration URL',
- 'show_product_cost' => 'Show Product Cost',
- 'complete' => 'Complete',
- 'next' => 'Next',
- 'next_step' => 'Next step',
- 'notification_credit_sent_subject' => 'Credit :invoice was sent to :client',
- 'notification_credit_viewed_subject' => 'Credit :invoice was viewed by :client',
- 'notification_credit_sent' => 'The following client :client was emailed Credit :invoice for :amount.',
- 'notification_credit_viewed' => 'The following client :client viewed Credit :credit for :amount.',
- 'reset_password_text' => 'Enter your email to reset your password.',
- 'password_reset' => 'Password reset',
- 'account_login_text' => 'Welcome back! Glad to see you.',
- 'request_cancellation' => 'Request cancellation',
- 'delete_payment_method' => 'Delete Payment Method',
- 'about_to_delete_payment_method' => 'You are about to delete the payment method.',
- 'action_cant_be_reversed' => 'Action can\'t be reversed',
- 'profile_updated_successfully' => 'The profile has been updated successfully.',
- 'currency_ethiopian_birr' => 'Ethiopian Birr',
- 'client_information_text' => 'Use a permanent address where you can receive mail.',
- 'status_id' => 'Invoice Status',
- 'email_already_register' => 'This email is already linked to an account',
- 'locations' => 'Locations',
+ 'to_update_run' => 'Para atualizar corra',
+ 'registration_url' => 'URL de Registo',
+ 'show_product_cost' => 'Mostrar Custo do Produto',
+ 'complete' => 'Completo',
+ 'next' => 'Próximo',
+ 'next_step' => 'Próximo passo',
+ 'notification_credit_sent_subject' => 'O Crédito :invoice foi enviado para :client',
+ 'notification_credit_viewed_subject' => 'O Crédito :invoice foi visto por :client',
+ 'notification_credit_sent' => 'O seguinte cliente :client enviou por E-mail uma nota de crédito :invoice de :amount.',
+ 'notification_credit_viewed' => 'O seguinte cliente :client viu a nota de crédito :invoice de :amount.',
+ 'reset_password_text' => 'Introduza o seu E-mail para redefinir a sua palavra-passe',
+ 'password_reset' => 'Redefinir Palavra-passe',
+ 'account_login_text' => 'Bem-vindo novamente! Gosto em vê-lo.',
+ 'request_cancellation' => 'Pedir cancelamento',
+ 'delete_payment_method' => 'Apagar Método de Pagamento',
+ 'about_to_delete_payment_method' => 'Está prestes a apagar este método de pagamento',
+ 'action_cant_be_reversed' => 'Está ação não pode ser revertida',
+ 'profile_updated_successfully' => 'O perfil foi atualizado com sucesso',
+ 'currency_ethiopian_birr' => 'Birr da Etiópia',
+ 'client_information_text' => 'Utilizar endereço permanente quando recebe correio',
+ 'status_id' => 'Estado da Nota de Pagamento',
+ 'email_already_register' => 'Este E-mail já está associado a uma conta',
+ 'locations' => 'Localizações',
'freq_indefinitely' => 'Indefinitely',
- 'cycles_remaining' => 'Cycles remaining',
- 'i_understand_delete' => 'I understand, delete',
- 'download_files' => 'Download Files',
- 'download_timeframe' => 'Use this link to download your files, the link will expire in 1 hour.',
- 'new_signup' => 'New Signup',
- 'new_signup_text' => 'A new account has been created by :user - :email - from IP address: :ip',
- 'notification_payment_paid_subject' => 'Payment was made by :client',
- 'notification_partial_payment_paid_subject' => 'Partial payment was made by :client',
+ 'cycles_remaining' => 'Ciclos restantes',
+ 'i_understand_delete' => 'Eu compreendo, apagar',
+ 'download_files' => 'Transferir Ficheiros',
+ 'download_timeframe' => 'Utilize este link para transferir os ficheiros. O link expira dentro de 1 hora.',
+ 'new_signup' => 'Novo Registo',
+ 'new_signup_text' => 'Uma nova conta foi criada pelo utilizador :user - :email - do endereço IP :ip',
+ 'notification_payment_paid_subject' => 'O Pagamento foi efetuado pelo cliente :client',
+ 'notification_partial_payment_paid_subject' => 'O pagamento parcial foi efetuado pelo cliente :client',
'notification_payment_paid' => 'A payment of :amount was made by client :client towards :invoice',
'notification_partial_payment_paid' => 'A partial payment of :amount was made by client :client towards :invoice',
- 'notification_bot' => 'Notification Bot',
- 'invoice_number_placeholder' => 'Invoice # :invoice',
+ 'notification_bot' => 'Bot de Notificações',
+ 'invoice_number_placeholder' => 'Nota de Pag. # :invoice',
'entity_number_placeholder' => ':entity # :entity_number',
- 'email_link_not_working' => 'If the button above isn\'t working for you, please click on the link',
- 'display_log' => 'Display Log',
- 'send_fail_logs_to_our_server' => 'Report errors in realtime',
- 'setup' => 'Setup',
- 'quick_overview_statistics' => 'Quick overview & statistics',
- 'update_your_personal_info' => 'Update your personal information',
- 'name_website_logo' => 'Name, website & logo',
- 'make_sure_use_full_link' => 'Make sure you use full link to your site',
- 'personal_address' => 'Personal address',
- 'enter_your_personal_address' => 'Enter your personal address',
- 'enter_your_shipping_address' => 'Enter your shipping address',
- 'list_of_invoices' => 'List of invoices',
+ 'email_link_not_working' => 'Se o botão acima não estiver a funcionar, por favor carregue neste link',
+ 'display_log' => 'Mostrar Log',
+ 'send_fail_logs_to_our_server' => 'Reportar erros em direto',
+ 'setup' => 'Configurar',
+ 'quick_overview_statistics' => 'Visão Rápida & Estatísticas',
+ 'update_your_personal_info' => 'Atualize a sua informação pessoal',
+ 'name_website_logo' => 'Nome, website & logótipo',
+ 'make_sure_use_full_link' => 'Certifique-se que utilize o link completo para o seu website',
+ 'personal_address' => 'Endereço pessoal',
+ 'enter_your_personal_address' => 'Introduza o seu endereço pessoal',
+ 'enter_your_shipping_address' => 'Introduza o seu endereço de envio',
+ 'list_of_invoices' => 'Lista de Notas de Pagamento',
'with_selected' => 'With selected',
- 'invoice_still_unpaid' => 'This invoice is still not paid. Click the button to complete the payment',
- 'list_of_recurring_invoices' => 'List of recurring invoices',
- 'details_of_recurring_invoice' => 'Here are some details about recurring invoice',
- 'cancellation' => 'Cancellation',
- 'about_cancellation' => 'In case you want to stop the recurring invoice, please click the request the cancellation.',
- 'cancellation_warning' => 'Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.',
- 'cancellation_pending' => 'Cancellation pending, we\'ll be in touch!',
- 'list_of_payments' => 'List of payments',
- 'payment_details' => 'Details of the payment',
- 'list_of_payment_invoices' => 'List of invoices affected by the payment',
- 'list_of_payment_methods' => 'List of payment methods',
- 'payment_method_details' => 'Details of payment method',
- 'permanently_remove_payment_method' => 'Permanently remove this payment method.',
- 'warning_action_cannot_be_reversed' => 'Warning! This action can not be reversed!',
- 'confirmation' => 'Confirmation',
- 'list_of_quotes' => 'Quotes',
- 'waiting_for_approval' => 'Waiting for approval',
- 'quote_still_not_approved' => 'This quote is still not approved',
- 'list_of_credits' => 'Credits',
- 'required_extensions' => 'Required extensions',
- 'php_version' => 'PHP version',
- 'writable_env_file' => 'Writable .env file',
- 'env_not_writable' => '.env file is not writable by the current user.',
- 'minumum_php_version' => 'Minimum PHP version',
- 'satisfy_requirements' => 'Make sure all requirements are satisfied.',
- 'oops_issues' => 'Oops, something does not look right!',
- 'open_in_new_tab' => 'Open in new tab',
- 'complete_your_payment' => 'Complete payment',
- 'authorize_for_future_use' => 'Authorize payment method for future use',
- 'page' => 'Page',
- 'per_page' => 'Per page',
- 'of' => 'Of',
- 'view_credit' => 'View Credit',
- 'to_view_entity_password' => 'To view the :entity you need to enter password.',
- 'showing_x_of' => 'Showing :first to :last out of :total results',
- 'no_results' => 'No results found.',
- 'payment_failed_subject' => 'Payment failed for Client :client',
- 'payment_failed_body' => 'A payment made by client :client failed with message :message',
- 'register' => 'Register',
- 'register_label' => 'Create your account in seconds',
- 'password_confirmation' => 'Confirm your password',
- 'verification' => 'Verification',
- 'complete_your_bank_account_verification' => 'Before using a bank account it must be verified.',
+ 'invoice_still_unpaid' => 'Esta nota de pagamento ainda não foi paga. Clique neste botão para completar o pagamento',
+ 'list_of_recurring_invoices' => 'Lista de notas de pagamentos recorrente',
+ 'details_of_recurring_invoice' => 'Aqui estão alguns detalhes sobre esta nota de pagamento recorrente',
+ 'cancellation' => 'Cancelamento',
+ 'about_cancellation' => 'Caso pretenda interromper o envio desta nota de pagamento, por favor clique aqui para pedir o seu cancelamento.',
+ 'cancellation_warning' => 'Aviso! Está a pedir o cancelamento deste serviço. O serviço pode ser cancelado sem nenhuma notificação posterior.',
+ 'cancellation_pending' => 'Cancelamento pendente, entraremos em contacto muito brevemente!',
+ 'list_of_payments' => 'Lista de pagamentos',
+ 'payment_details' => 'Detalhes do pagamento',
+ 'list_of_payment_invoices' => 'Lista de notas de pagamento afetadas pelo pagamento',
+ 'list_of_payment_methods' => 'Lista de métodos de pagamento',
+ 'payment_method_details' => 'Detalhes do método de pagamento',
+ 'permanently_remove_payment_method' => 'Eliminar permanentemente este método de pagamento.',
+ 'warning_action_cannot_be_reversed' => 'Aviso! Está ação não pode ser revertida!',
+ 'confirmation' => 'Confirmação',
+ 'list_of_quotes' => 'Orçamentos',
+ 'waiting_for_approval' => 'Aguarda aprovação',
+ 'quote_still_not_approved' => 'Este orçamento ainda não foi aprovado',
+ 'list_of_credits' => 'Créditos',
+ 'required_extensions' => 'Extensões necessárias',
+ 'php_version' => 'Versão PHP',
+ 'writable_env_file' => 'Ficheiro .env com permissão de escrita',
+ 'env_not_writable' => 'O ficheiro .env não tem permissão de escrita para o utilizador atual.',
+ 'minumum_php_version' => 'Versão PHP Mínima',
+ 'satisfy_requirements' => 'Certifique-se de que todos os requisitos são cumpridos.',
+ 'oops_issues' => 'Ups, algo não parece estar bem!',
+ 'open_in_new_tab' => 'Abrir num novo separador',
+ 'complete_your_payment' => 'Completar pagamento',
+ 'authorize_for_future_use' => 'Autorizar método de pagamento para uso futuro',
+ 'page' => 'Página',
+ 'per_page' => 'Por página',
+ 'of' => 'De',
+ 'view_credit' => 'Ver crédito',
+ 'to_view_entity_password' => 'Para ver a :entidade é necessário introduzir a palavra-passe',
+ 'showing_x_of' => 'A mostrar :first até :last de :total resultados',
+ 'no_results' => 'Nenhum resultado foi encontrado.',
+ 'payment_failed_subject' => 'O pagamento falhou para o cliente :client',
+ 'payment_failed_body' => 'Um pagamento feito pelo cliente :client falhou, tendo sido obtida a seguinte mensagem :message',
+ 'register' => 'Registar',
+ 'register_label' => 'Crie a sua conta em segundos',
+ 'password_confirmation' => 'Confirme a sua palavra-passe',
+ 'verification' => 'Verificação',
+ 'complete_your_bank_account_verification' => 'Antes de utilizar uma conta bancária é necessário verificá-la.',
'checkout_com' => 'Checkout.com',
'footer_label' => 'Copyright © :year :company.',
- 'credit_card_invalid' => 'Provided credit card number is not valid.',
- 'month_invalid' => 'Provided month is not valid.',
- 'year_invalid' => 'Provided year is not valid.',
- 'https_required' => 'HTTPS is required, form will fail',
- 'if_you_need_help' => 'If you need help you can post to our',
- 'update_password_on_confirm' => 'After updating password, your account will be confirmed.',
- 'bank_account_not_linked' => 'To pay with a bank account, first you have to add it as payment method.',
+ 'credit_card_invalid' => 'O número de cartão de crédito introduzido não é válido',
+ 'month_invalid' => 'O mês introduzido não é válido',
+ 'year_invalid' => 'O ano introduzido não é válido',
+ 'https_required' => 'O Protocolo HTTPS é necessário, o formulário vai falhar',
+ 'if_you_need_help' => 'Se precisar de ajuda pode publicar no nosso',
+ 'update_password_on_confirm' => 'Depois de alterar a palavra-passe, a sua conta será confirmada',
+ 'bank_account_not_linked' => 'Para pagar com uma conta bancária, é necessário adicionar um método de pagamento em primeiro lugar.',
'application_settings_label' => 'Let\'s store basic information about your Invoice Ninja!',
- 'recommended_in_production' => 'Highly recommended in production',
- 'enable_only_for_development' => 'Enable only for development',
- 'test_pdf' => 'Test PDF',
- 'checkout_authorize_label' => 'Checkout.com can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
+ 'recommended_in_production' => 'Altamente recomendado em produção',
+ 'enable_only_for_development' => 'Ativar apenas para desenvolvimento',
+ 'test_pdf' => 'Testar PDF',
+ 'checkout_authorize_label' => 'Checkout.com pode ser guardada como método de pagamento para uso futuro assim que termine a sua primeira transação. Não se esqueça de marcar a opção "Guardar dados cartão de crédito" durante o processo de pagamento.',
'sofort_authorize_label' => 'Bank account (SOFORT) can be can saved as payment method for future use, once you complete your first transaction. Don\'t forget to check "Store payment details" during payment process.',
- 'node_status' => 'Node status',
- 'npm_status' => 'NPM status',
- 'node_status_not_found' => 'I could not find Node anywhere. Is it installed?',
- 'npm_status_not_found' => 'I could not find NPM anywhere. Is it installed?',
- 'locked_invoice' => 'This invoice is locked and unable to be modified',
- 'downloads' => 'Downloads',
- 'resource' => 'Resource',
- 'document_details' => 'Details about the document',
+ 'node_status' => 'Estado Node',
+ 'npm_status' => 'Estado NPM',
+ 'node_status_not_found' => 'O módulo Node não foi encontrado. Está instalado?',
+ 'npm_status_not_found' => 'O módulo NPM não foi encontrado. Está instalado?',
+ 'locked_invoice' => 'Esta nota de pagamento está bloqueada e não pode ser modificada',
+ 'downloads' => 'Transferências',
+ 'resource' => 'Recurso',
+ 'document_details' => 'Detalhes sobre o documento',
'hash' => 'Hash',
- 'resources' => 'Resources',
- 'allowed_file_types' => 'Allowed file types:',
- 'common_codes' => 'Common codes and their meanings',
- 'payment_error_code_20087' => '20087: Bad Track Data (invalid CVV and/or expiry date)',
- 'download_selected' => 'Download selected',
- 'to_pay_invoices' => 'To pay invoices, you have to',
- 'add_payment_method_first' => 'add payment method',
- 'no_items_selected' => 'No items selected.',
- 'payment_due' => 'Payment due',
- 'account_balance' => 'Account balance',
- 'thanks' => 'Thanks',
- 'minimum_required_payment' => 'Minimum required payment is :amount',
- 'under_payments_disabled' => 'Company doesn\'t support under payments.',
- 'over_payments_disabled' => 'Company doesn\'t support over payments.',
- 'saved_at' => 'Saved at :time',
- 'credit_payment' => 'Credit applied to Invoice :invoice_number',
- 'credit_subject' => 'New credit :number from :account',
- 'credit_message' => 'To view your credit for :amount, click the link below.',
- 'payment_type_Crypto' => 'Cryptocurrency',
- 'payment_type_Credit' => 'Credit',
- 'store_for_future_use' => 'Store for future use',
- 'pay_with_credit' => 'Pay with credit',
- 'payment_method_saving_failed' => 'Payment method can\'t be saved for future use.',
- 'pay_with' => 'Pay with',
- 'n/a' => 'N/A',
- 'by_clicking_next_you_accept_terms' => 'By clicking "Next step" you accept terms.',
- 'not_specified' => 'Not specified',
- 'before_proceeding_with_payment_warning' => 'Before proceeding with payment, you have to fill following fields',
- 'after_completing_go_back_to_previous_page' => 'After completing, go back to previous page.',
- 'pay' => 'Pay',
- 'instructions' => 'Instructions',
- 'notification_invoice_reminder1_sent_subject' => 'Reminder 1 for Invoice :invoice was sent to :client',
- 'notification_invoice_reminder2_sent_subject' => 'Reminder 2 for Invoice :invoice was sent to :client',
- 'notification_invoice_reminder3_sent_subject' => 'Reminder 3 for Invoice :invoice was sent to :client',
+ 'resources' => 'Recursos',
+ 'allowed_file_types' => 'Formatos de ficheiro permitidos:',
+ 'common_codes' => 'Códigos ',
+ 'payment_error_code_20087' => '20087: Bad Track Data (CVV e/ou data de validade inválidos)',
+ 'download_selected' => 'Transferência selecionada',
+ 'to_pay_invoices' => 'Para pagar notas de pagamento, é necessário',
+ 'add_payment_method_first' => 'adicionar método de pagamento',
+ 'no_items_selected' => 'Nenhum item selecionado',
+ 'payment_due' => 'Vencimento Pagamento',
+ 'account_balance' => 'Saldo Conta',
+ 'thanks' => 'Obrigado',
+ 'minimum_required_payment' => 'O pagamento mínimo necessário é :amount',
+ 'under_payments_disabled' => 'Esta empresa não suporta pagamentos de valor inferior ao mencionado.',
+ 'over_payments_disabled' => 'Esta empresa não suporta pagamentos de valor superior ao mencionado.',
+ 'saved_at' => 'Guardado em :time',
+ 'credit_payment' => 'Nota de crédito aplicada à Nota de Pagamento :invoice_number',
+ 'credit_subject' => 'Nova nota de crédito :number de :account',
+ 'credit_message' => 'Para ver a nota de crédito de :amount, clique no link abaixo.',
+ 'payment_type_Crypto' => 'Criptomoedas',
+ 'payment_type_Credit' => 'Crédito',
+ 'store_for_future_use' => 'Guardar para uso futuro',
+ 'pay_with_credit' => 'Pagar a crédito',
+ 'payment_method_saving_failed' => 'Este método de pagamento não pode ser guardado para uso futuro.',
+ 'pay_with' => 'Pagar com',
+ 'n/a' => 'Não Aplicável',
+ 'by_clicking_next_you_accept_terms' => 'Ao clicar em "Próximo Passo" aceita com os termos.',
+ 'not_specified' => 'Não Especificado',
+ 'before_proceeding_with_payment_warning' => 'Antes de continuar com o pagamento, é necessário preencher os seguintes campos',
+ 'after_completing_go_back_to_previous_page' => 'Depois de estar completo, volte à página anterior.',
+ 'pay' => 'Pagar',
+ 'instructions' => 'Instruções',
+ 'notification_invoice_reminder1_sent_subject' => '1 Lembrete para a Nota de Pagamento :invoice foi enviada para :client',
+ 'notification_invoice_reminder2_sent_subject' => '2 Lembretes para a Nota de Pagamento :invoice foi enviada para :client',
+ 'notification_invoice_reminder3_sent_subject' => '3 Lembretes para a Nota de Pagamento :invoice foi enviada para :client',
'notification_invoice_reminder_endless_sent_subject' => 'Endless reminder for Invoice :invoice was sent to :client',
- 'assigned_user' => 'Assigned User',
- 'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
- 'setup_phantomjs_note' => 'Note about Phantom JS. Read more.',
- 'minimum_payment' => 'Minimum Payment',
- 'no_action_provided' => 'No action provided. If you believe this is wrong, please contact the support.',
- 'no_payable_invoices_selected' => 'No payable invoices selected. Make sure you are not trying to pay draft invoice or invoice with zero balance due.',
- 'required_payment_information' => 'Required payment details',
- 'required_payment_information_more' => 'To complete a payment we need more details about you.',
- 'required_client_info_save_label' => 'We will save this, so you don\'t have to enter it next time.',
- 'notification_credit_bounced' => 'We were unable to deliver Credit :invoice to :contact. \n :error',
- 'notification_credit_bounced_subject' => 'Unable to deliver Credit :invoice',
- 'save_payment_method_details' => 'Save payment method details',
- 'new_card' => 'New card',
- 'new_bank_account' => 'New bank account',
- 'company_limit_reached' => 'Limit of 10 companies per account.',
- 'credits_applied_validation' => 'Total credits applied cannot be MORE than total of invoices',
- 'credit_number_taken' => 'Credit number already taken',
- 'credit_not_found' => 'Credit not found',
- 'invoices_dont_match_client' => 'Selected invoices are not from a single client',
- 'duplicate_credits_submitted' => 'Duplicate credits submitted.',
- 'duplicate_invoices_submitted' => 'Duplicate invoices submitted.',
+ 'assigned_user' => 'Utilizador Atribuído',
+ 'setup_steps_notice' => 'Para prosseguir ao próximo passo, certifique-se que testa cada secção.',
+ 'setup_phantomjs_note' => 'Nota acerca Phantom JS. Ler mais',
+ 'minimum_payment' => 'Pagamento Mínimo',
+ 'no_action_provided' => 'Nenhuma ação fornecida. Se acredita que se trata de um erro, por favor contacte o suporte. ',
+ 'no_payable_invoices_selected' => 'Não foram selecionadas notas de pagamento que possam ser pagas. Certifique-se que não está a tentar pagar uma nota de pagamento de rascunhou ou uma nota de pagamento de quantia zero.',
+ 'required_payment_information' => 'Detalhes de Pagamento Necessários',
+ 'required_payment_information_more' => 'Para completar o pagamento, precisamos de mais detalhes sobre si.',
+ 'required_client_info_save_label' => 'Esta informação será guardada para que da próxima vez, não tenha que a preencher novamente.',
+ 'notification_credit_bounced' => 'Não foi possível entregar a nota de cédito :invoice to :contact \n :error',
+ 'notification_credit_bounced_subject' => 'Não foi possível entregar a nota de cédito :invoice',
+ 'save_payment_method_details' => 'Guardar detalhes do método de pagamento',
+ 'new_card' => 'Novo cartão',
+ 'new_bank_account' => 'Nova conta bancária',
+ 'company_limit_reached' => 'Limitar a 10 empresas por conta.',
+ 'credits_applied_validation' => 'O total dos créditos aplicados não pode ser SUPERIOR ao total das notas de pagamento',
+ 'credit_number_taken' => 'Número de nota de crédito já em uso',
+ 'credit_not_found' => 'Nota de crédito não encontrada',
+ 'invoices_dont_match_client' => 'As notas de pagamento selecionadas não pertecem a um único cliente.',
+ 'duplicate_credits_submitted' => 'Duplicar notas de crédito submetidas',
+ 'duplicate_invoices_submitted' => 'Duplicar notas de pagamento submetidas.',
'credit_with_no_invoice' => 'You must have an invoice set when using a credit in a payment',
- 'client_id_required' => 'Client id is required',
- 'expense_number_taken' => 'Expense number already taken',
- 'invoice_number_taken' => 'Invoice number already taken',
- 'payment_id_required' => 'Payment `id` required.',
+ 'client_id_required' => 'O ID do Cliente é necessário',
+ 'expense_number_taken' => 'Número de Despesa já foi utilizado',
+ 'invoice_number_taken' => 'Número de Nota de Pagamento já foi utilizado',
+ 'payment_id_required' => 'ID de Pagamento Necessário',
'unable_to_retrieve_payment' => 'Unable to retrieve specified payment',
- 'invoice_not_related_to_payment' => 'Invoice id :invoice is not related to this payment',
- 'credit_not_related_to_payment' => 'Credit id :credit is not related to this payment',
+ 'invoice_not_related_to_payment' => 'O ID desta nota de pagamento não está relacionado com este pagamento',
+ 'credit_not_related_to_payment' => 'O ID de nota de crédito não está relacionado com este pagamento',
'max_refundable_invoice' => 'Attempting to refund more than allowed for invoice id :invoice, maximum refundable amount is :amount',
'refund_without_invoices' => 'Attempting to refund a payment with invoices attached, please specify valid invoice/s to be refunded.',
'refund_without_credits' => 'Attempting to refund a payment with credits attached, please specify valid credits/s to be refunded.',
'max_refundable_credit' => 'Attempting to refund more than allowed for credit :credit, maximum refundable amount is :amount',
- 'project_client_do_not_match' => 'Project client does not match entity client',
- 'quote_number_taken' => 'Quote number already taken',
- 'recurring_invoice_number_taken' => 'Recurring Invoice number :number already taken',
- 'user_not_associated_with_account' => 'User not associated with this account',
- 'amounts_do_not_balance' => 'Amounts do not balance correctly.',
+ 'project_client_do_not_match' => 'O projeto do cliente não corresponde com a entidade do cliente',
+ 'quote_number_taken' => 'Número de orçamento já utilizado',
+ 'recurring_invoice_number_taken' => 'Número de nota de pagamento recorrente :number já foi utilizado',
+ 'user_not_associated_with_account' => 'Este utilizador não está associado com esta conta',
+ 'amounts_do_not_balance' => 'As quantias não estão saldadas corretamente.',
'insufficient_applied_amount_remaining' => 'Insufficient applied amount remaining to cover payment.',
- 'insufficient_credit_balance' => 'Insufficient balance on credit.',
- 'one_or_more_invoices_paid' => 'One or more of these invoices have been paid',
- 'invoice_cannot_be_refunded' => 'Invoice id :number cannot be refunded',
- 'attempted_refund_failed' => 'Attempting to refund :amount only :refundable_amount available for refund',
- 'user_not_associated_with_this_account' => 'This user is unable to be attached to this company. Perhaps they have already registered a user on another account?',
- 'migration_completed' => 'Migration completed',
- 'migration_completed_description' => 'Your migration has completed, please review your data after logging in.',
- 'api_404' => '404 | Nothing to see here!',
+ 'insufficient_credit_balance' => 'Saldo insuficiente em crédito',
+ 'one_or_more_invoices_paid' => 'Um ou mais notas de pagamento foram pagas',
+ 'invoice_cannot_be_refunded' => 'A Nota de Pagamento ID :number não pode ser reembolsada',
+ 'attempted_refund_failed' => 'A tentar reembolsar :amount. Apenas :refundable_amount está disponível para reembolsar.',
+ 'user_not_associated_with_this_account' => 'Este utilizador não pode ser vinculado a esta empresa. Talvez já estará registado um utilizador noutra conta? ',
+ 'migration_completed' => 'Migração completa',
+ 'migration_completed_description' => 'A migração foi concluída, por favor verifique os dados após iniciar sessão.',
+ 'api_404' => '404 | Nada para ver aqui!',
'large_account_update_parameter' => 'Cannot load a large account without a updated_at parameter',
- 'no_backup_exists' => 'No backup exists for this activity',
- 'company_user_not_found' => 'Company User record not found',
- 'no_credits_found' => 'No credits found.',
- 'action_unavailable' => 'The requested action :action is not available.',
- 'no_documents_found' => 'No Documents Found',
- 'no_group_settings_found' => 'No group settings found',
- 'access_denied' => 'Insufficient privileges to access/modify this resource',
- 'invoice_cannot_be_marked_paid' => 'Invoice cannot be marked as paid',
- 'invoice_license_or_environment' => 'Invalid license, or invalid environment :environment',
- 'route_not_available' => 'Route not available',
- 'invalid_design_object' => 'Invalid custom design object',
- 'quote_not_found' => 'Quote/s not found',
- 'quote_unapprovable' => 'Unable to approve this quote as it has expired.',
- 'scheduler_has_run' => 'Scheduler has run',
- 'scheduler_has_never_run' => 'Scheduler has never run',
- 'self_update_not_available' => 'Self update not available on this system.',
- 'user_detached' => 'User detached from company',
- 'create_webhook_failure' => 'Failed to create Webhook',
- 'payment_message_extended' => 'Thank you for your payment of :amount for :invoice',
- 'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.',
- 'payment_token_not_found' => 'Payment token not found, please try again. If an issue still persist, try with another payment method',
- 'vendor_address1' => 'Vendor Street',
- 'vendor_address2' => 'Vendor Apt/Suite',
- 'partially_unapplied' => 'Partially Unapplied',
+ 'no_backup_exists' => 'Não existem cópias de segurança para esta atividade',
+ 'company_user_not_found' => 'Registos do Utilizador da Empresa não encontrados',
+ 'no_credits_found' => 'Créditos não encontrados',
+ 'action_unavailable' => 'A ação pedida :action não está disponível',
+ 'no_documents_found' => 'Documentos não Encontrados',
+ 'no_group_settings_found' => 'Definições de grupo não encontradas',
+ 'access_denied' => 'Privilégios insuficientes para aceder/modificar este recurso',
+ 'invoice_cannot_be_marked_paid' => 'Nota de Pagamento não pode ser marcada como paga',
+ 'invoice_license_or_environment' => 'Licença Inválida, ou ambiente inválido :environment',
+ 'route_not_available' => 'Caminho não disponível',
+ 'invalid_design_object' => 'Objeto de modelo personalizado inválido',
+ 'quote_not_found' => 'Orçamento/s não encontrados',
+ 'quote_unapprovable' => 'Impossível aprovar este orçamento pois já expirou.',
+ 'scheduler_has_run' => 'Agendamento ocorreu',
+ 'scheduler_has_never_run' => 'Agendamento nunca ocorreu',
+ 'self_update_not_available' => 'Atualização automática não está disponível neste sistema',
+ 'user_detached' => 'Utilizador não vinculado à empresa',
+ 'create_webhook_failure' => 'Falha ao criar Webhook',
+ 'payment_message_extended' => 'Obrigado pelo pagamento de :amount para :invoice',
+ 'online_payments_minimum_note' => 'Nota: Pagamentos online estão disponíveis se a quantia for superior a 1$ ou ao equivalente na moeda utilizada.',
+ 'payment_token_not_found' => 'Token de pagamento não encontrada, por favor tente novamente. Se este erro persistir, tente outro método de pagamento',
+ 'vendor_address1' => 'Morada Fornecedor',
+ 'vendor_address2' => 'Andar / Fração Fornecedor',
+ 'partially_unapplied' => 'Parcialmente Não Aplicado',
'select_a_gmail_user' => 'Please select a user authenticated with Gmail',
'list_long_press' => 'List Long Press',
- 'show_actions' => 'Show Actions',
- 'start_multiselect' => 'Start Multiselect',
- 'email_sent_to_confirm_email' => 'An email has been sent to confirm the email address',
+ 'show_actions' => 'Mostrar Ações',
+ 'start_multiselect' => 'Iniciar Multiseleção',
+ 'email_sent_to_confirm_email' => 'Um E-mail foi enviado para confirmar este endereço de correio eletrónico',
'converted_paid_to_date' => 'Converted Paid to Date',
- 'converted_credit_balance' => 'Converted Credit Balance',
- 'converted_total' => 'Converted Total',
- 'reply_to_name' => 'Reply-To Name',
- 'payment_status_-2' => 'Partially Unapplied',
- 'color_theme' => 'Color Theme',
- 'start_migration' => 'Start Migration',
+ 'converted_credit_balance' => 'Saldo de Crédito Convertido',
+ 'converted_total' => 'Total Convertido',
+ 'reply_to_name' => 'Responder para nome',
+ 'payment_status_-2' => 'Parcialmente Não Aplicado',
+ 'color_theme' => 'Tema de Cor',
+ 'start_migration' => 'Iniciar Migração',
'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact',
'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice',
- 'hello' => 'Hello',
- 'group_documents' => 'Group documents',
- 'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
- 'migration_select_company_label' => 'Select companies to migrate',
- 'force_migration' => 'Force migration',
- 'require_password_with_social_login' => 'Require Password with Social Login',
- 'stay_logged_in' => 'Stay Logged In',
- 'session_about_to_expire' => 'Warning: Your session is about to expire',
- 'count_hours' => ':count Hours',
- 'count_day' => '1 Day',
- 'count_days' => ':count Days',
+ 'hello' => 'Olá',
+ 'group_documents' => 'Documentos de Group',
+ 'quote_approval_confirmation_label' => 'Tem a certeza que quer aprovar este orçamento?',
+ 'migration_select_company_label' => 'Selecionar empresas para migrar',
+ 'force_migration' => 'Forçar migração',
+ 'require_password_with_social_login' => 'Exigir Palavra-passe para Início de Sessão Social',
+ 'stay_logged_in' => 'Continuar com sessão iniciada',
+ 'session_about_to_expire' => 'Aviso: A sua sessão está prestes a expirar',
+ 'count_hours' => ':count Horas',
+ 'count_day' => '1 Dia',
+ 'count_days' => ':count Dias',
'web_session_timeout' => 'Web Session Timeout',
- 'security_settings' => 'Security Settings',
- 'resend_email' => 'Resend Email',
- 'confirm_your_email_address' => 'Please confirm your email address',
+ 'security_settings' => 'Definições de Segurança',
+ 'resend_email' => 'Reenviar E-mail',
+ 'confirm_your_email_address' => 'Por favor confirme o seu endereço de E-mail',
'freshbooks' => 'FreshBooks',
'invoice2go' => 'Invoice2go',
'invoicely' => 'Invoicely',
'waveaccounting' => 'Wave Accounting',
'zoho' => 'Zoho',
- 'accounting' => 'Accounting',
- 'required_files_missing' => 'Please provide all CSVs.',
+ 'accounting' => 'Contabilidade',
+ 'required_files_missing' => 'Por favor forneça todos os CSVs',
'migration_auth_label' => 'Let\'s continue by authenticating.',
- 'api_secret' => 'API secret',
+ 'api_secret' => 'API Secreto',
'migration_api_secret_notice' => 'You can find API_SECRET in the .env file or Invoice Ninja v5. If property is missing, leave field blank.',
- 'billing_coupon_notice' => 'Your discount will be applied on the checkout.',
- 'use_last_email' => 'Use last email',
- 'activate_company' => 'Activate Company',
- 'activate_company_help' => 'Enable emails, recurring invoices and notifications',
- 'an_error_occurred_try_again' => 'An error occurred, please try again',
- 'please_first_set_a_password' => 'Please first set a password',
- 'changing_phone_disables_two_factor' => 'Warning: Changing your phone number will disable 2FA',
- 'help_translate' => 'Help Translate',
- 'please_select_a_country' => 'Please select a country',
- 'disabled_two_factor' => 'Successfully disabled 2FA',
+ 'billing_coupon_notice' => 'O desconto será aplicado no pagamento.',
+ 'use_last_email' => 'Usar último E-mail',
+ 'activate_company' => 'Ativar Empresa',
+ 'activate_company_help' => 'Ativar E-mail, notas de pagamento recorrentes e notificações',
+ 'an_error_occurred_try_again' => 'Ocorreu um erro, por favor tente novamente',
+ 'please_first_set_a_password' => 'Por favor defina uma palavra-passe',
+ 'changing_phone_disables_two_factor' => 'Aviso: A mudança de número de telemóvel vai desativar a autenticação de dois fatores (2FA).',
+ 'help_translate' => 'Ajude a traduzir',
+ 'please_select_a_country' => 'Por favor escolha um país',
+ 'disabled_two_factor' => 'Autenticação de dois fatores (2FA) desativada com sucesso',
'connected_google' => 'Successfully connected account',
'disconnected_google' => 'Successfully disconnected account',
- 'delivered' => 'Delivered',
+ 'delivered' => 'Entregue',
'spam' => 'Spam',
- 'view_docs' => 'View Docs',
- 'enter_phone_to_enable_two_factor' => 'Please provide a mobile phone number to enable two factor authentication',
- 'send_sms' => 'Send SMS',
- 'sms_code' => 'SMS Code',
- 'connect_google' => 'Connect Google',
- 'disconnect_google' => 'Disconnect Google',
- 'disable_two_factor' => 'Disable Two Factor',
+ 'view_docs' => 'Ver Documentos',
+ 'enter_phone_to_enable_two_factor' => 'Por favor forneça um número de telemóvel para ativar a autenticação de dois fatores',
+ 'send_sms' => 'Enviar SMS',
+ 'sms_code' => 'Código SMS',
+ 'connect_google' => 'Associar Google',
+ 'disconnect_google' => 'Desassociar Google',
+ 'disable_two_factor' => 'Desativar Dois Fatores',
'invoice_task_datelog' => 'Invoice Task Datelog',
- 'invoice_task_datelog_help' => 'Add date details to the invoice line items',
- 'promo_code' => 'Promo code',
- 'recurring_invoice_issued_to' => 'Recurring invoice issued to',
- 'subscription' => 'Subscription',
- 'new_subscription' => 'New Subscription',
- 'deleted_subscription' => 'Successfully deleted subscription',
- 'removed_subscription' => 'Successfully removed subscription',
- 'restored_subscription' => 'Successfully restored subscription',
- 'search_subscription' => 'Search 1 Subscription',
- 'search_subscriptions' => 'Search :count Subscriptions',
- 'subdomain_is_not_available' => 'Subdomain is not available',
- 'connect_gmail' => 'Connect Gmail',
- 'disconnect_gmail' => 'Disconnect Gmail',
+ 'invoice_task_datelog_help' => 'Adicionar detalhes da data na linha dos items da Nota de Pagamento',
+ 'promo_code' => 'Código Promocional',
+ 'recurring_invoice_issued_to' => 'Nota de Pagamento Recorrente enviada para',
+ 'subscription' => 'Subscrição',
+ 'new_subscription' => 'Nova Subscrição',
+ 'deleted_subscription' => 'Subscrição Apagada com Sucesso',
+ 'removed_subscription' => 'Subscrição Removida com Sucesso',
+ 'restored_subscription' => 'Subscrição Restaurada com Sucesso',
+ 'search_subscription' => 'Encontrada 1 Subscrição',
+ 'search_subscriptions' => 'Encontradas :count Subscrições',
+ 'subdomain_is_not_available' => 'Subdomínio não disponível',
+ 'connect_gmail' => 'Associar Gmail',
+ 'disconnect_gmail' => 'Desassociar Gmail',
'connected_gmail' => 'Successfully connected Gmail',
'disconnected_gmail' => 'Successfully disconnected Gmail',
'update_fail_help' => 'Changes to the codebase may be blocking the update, you can run this command to discard the changes:',
- 'client_id_number' => 'Client ID Number',
- 'count_minutes' => ':count Minutes',
- 'password_timeout' => 'Password Timeout',
+ 'client_id_number' => 'Número de Identificação do Cliente',
+ 'count_minutes' => ':count Minutos',
+ 'password_timeout' => 'Timeout da palavra-passe',
'shared_invoice_credit_counter' => 'Shared Invoice/Credit Counter',
- 'activity_80' => ':user created subscription :subscription',
- 'activity_81' => ':user updated subscription :subscription',
- 'activity_82' => ':user archived subscription :subscription',
- 'activity_83' => ':user deleted subscription :subscription',
- 'activity_84' => ':user restored subscription :subscription',
- 'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.',
- 'click_to_continue' => 'Click to continue',
+ 'activity_80' => ':user criou a subscrição :subscription',
+ 'activity_81' => ':user atualizou a subscrição :subscription',
+ 'activity_82' => ':user arquivou a subscrição :subscription',
+ 'activity_83' => ':user apagou a subscrição :subscription',
+ 'activity_84' => ':user restaurou a subscrição :subscription',
+ 'amount_greater_than_balance_v5' => 'A quantia é superior ao saldo na nota de pagamento. Tal não é possível.',
+ 'click_to_continue' => 'Clique para continuar',
- 'notification_invoice_created_body' => 'The following invoice :invoice was created for client :client for :amount.',
- 'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
- 'notification_quote_created_body' => 'The following quote :invoice was created for client :client for :amount.',
- 'notification_quote_created_subject' => 'Quote :invoice was created for :client',
- 'notification_credit_created_body' => 'The following credit :invoice was created for client :client for :amount.',
- 'notification_credit_created_subject' => 'Credit :invoice was created for :client',
- 'max_companies' => 'Maximum companies migrated',
- 'max_companies_desc' => 'You have reached your maximum number of companies. Delete existing companies to migrate new ones.',
- 'migration_already_completed' => 'Company already migrated',
- 'migration_already_completed_desc' => 'Looks like you already migrated :company_name to the V5 version of the Invoice Ninja. In case you want to start over, you can force migrate to wipe existing data.',
- 'payment_method_cannot_be_authorized_first' => 'This payment method can be can saved for future use, once you complete your first transaction. Don\'t forget to check "Store credit card details" during payment process.',
- 'new_account' => 'New account',
- 'activity_100' => ':user created recurring invoice :recurring_invoice',
- 'activity_101' => ':user updated recurring invoice :recurring_invoice',
- 'activity_102' => ':user archived recurring invoice :recurring_invoice',
- 'activity_103' => ':user deleted recurring invoice :recurring_invoice',
- 'activity_104' => ':user restored recurring invoice :recurring_invoice',
- 'new_login_detected' => 'New login detected for your account.',
+ 'notification_invoice_created_body' => 'A seguinte nota de pagamento :invoice foi criada para o cliente :client por :amount.',
+ 'notification_invoice_created_subject' => 'Nota de pagamento :invoice foi criada para :client',
+ 'notification_quote_created_body' => 'O seguinte orçamento :invoice foi criado para o cliente :cliente por :amount',
+ 'notification_quote_created_subject' => 'Orçamento :invoice foi criado para :cliente',
+ 'notification_credit_created_body' => 'A seguinte nota de crédito foi criada para o cliente :client por :amount',
+ 'notification_credit_created_subject' => 'A nota de crédito :invoice foi criada para :client',
+ 'max_companies' => 'Máximo de empresas migradas',
+ 'max_companies_desc' => 'Atingiu o limite máximo de empresas. Apague as existentes para migrar as novas.',
+ 'migration_already_completed' => 'A empresa selecionada já foi migrada',
+ 'migration_already_completed_desc' => 'Parece que já houve uma migração da :company_name para a versão V5 do Invoice Ninja. Caso queria redefinir tudo e recomeçar, pode forçar a migração para limpar os dados existentes.',
+ 'payment_method_cannot_be_authorized_first' => 'O método de pagamento pode ser guardado para uso futuro, assim que termine a sua primeira transação. Para tal, não se esqueça de selecionar "Guardar dados do cartão de crédito" durante o processo de pagamento.',
+ 'new_account' => 'Nova conta',
+ 'activity_100' => ':user criou uma nota de pagamento recorrente :recurring_invoice',
+ 'activity_101' => ':user atualizou uma nota de pagamento recorrente :recurring_invoice',
+ 'activity_102' => ':user arquivou uma nota de pagamento recorrente :recurring_invoice',
+ 'activity_103' => ':user apagou uma nota de pagamento recorrente :recurring_invoice',
+ 'activity_104' => ':user restaurou uma nota de pagamento recorrente :recurring_invoice',
+ 'new_login_detected' => 'Novo início de sessão detetado na sua conta',
'new_login_description' => 'You recently logged in to your Invoice Ninja account from a new location or device: