new crowdin translations

This commit is contained in:
Crowdin Bot
2022-06-04 00:26:44 +00:00
parent d2d5073efa
commit 97c837d1f7
336 changed files with 5102 additions and 2037 deletions

View File

@@ -2,11 +2,29 @@
return [
'can_login' => 'Can Login?',
'user_created' => 'User Created',
'can_login' => 'Can Login?',
'can_login_description' => 'Send an invitation to this user to log in to the Client Portal.',
'user_created' => 'User Created',
'client_portal_description' => 'The Customer Portal is an environment where you can share transactions and invoices with your customers, where they track their relationships with your business and pay over, and log in whenever they want; with their password',
'error' => [
'email' => 'The email has already been taken.',
'email' => 'The email has already been taken.',
],
'client_portal_text' => [
'can' => 'This customer can log in to the client portal.',
'cant' => 'This customer can\'t log in to the client portal.',
],
'form_description' => [
'general' => 'Your client\'s contact information will appear in invoices and their profiles. You can also allow your clients to login to track the invoices you send them by checking the box below.',
'billing' => 'The tax number appears in every invoice issued to the customer. The selected currency becomes the default currency for this customer.',
'address' => 'The address is required for the invoices, so you need to add billing address details for your customer.',
],
'no_records' => [
'invoices' => 'There is no invoice for this customer yet. Create a new one now.',
'transactions' => 'There is no transaction for this customer yet. Create a new one now.',
],
];