new crowdin translations

This commit is contained in:
Crowdin Bot
2021-06-27 15:31:40 +00:00
parent 145db786f8
commit d1e2137917
117 changed files with 636 additions and 283 deletions

View File

@@ -29,7 +29,6 @@ return [
],
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'disabled' => 'This account is disabled. Please, contact the system administrator.',

View File

@@ -4,6 +4,7 @@ return [
'bill_number' => 'Bill Number',
'bill_date' => 'Bill Date',
'bill_amount' => 'Bill Amount',
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',

View File

@@ -3,7 +3,7 @@
return [
'edit_columns' => 'Edit Columns',
'empty_items' =>'You have not added any items.',
'empty_items' => 'You have not added any items.',
'statuses' => [
'draft' => 'Draft',

View File

@@ -47,4 +47,8 @@ return [
'body' => 'Hello,<br /><br />Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> bill has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
],
'revenue_new_customer' => [
'subject' => '{revenue_date} payment created',
'body' => 'Dear {customer_name},<br /><br />We have prepared the following payment. <br /><br />You can see the payment details from the following link: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
],
];

View File

@@ -51,6 +51,7 @@ return [
'templates' => 'Template|Templates',
'sales' => 'Sale|Sales',
'purchases' => 'Purchase|Purchases',
'notifications' => 'Notification|Notifications',
'welcome' => 'Welcome',
'banking' => 'Banking',
@@ -161,6 +162,7 @@ return [
'due_on' => 'Due on',
'amount_due' => 'Amount due',
'financial_year' => 'Financial Year',
'created' => 'Created',
'card' => [
'cards' => 'Card|Cards',

View File

@@ -4,12 +4,24 @@ return [
'change_language' => 'Change Language',
'last_login' => 'Last login :time',
'notifications' => [
'counter' => '{0} You have no notification|{1} You have :count notification|[2,*] You have :count notifications',
'new_apps' => '{1} :count new app is published|[2,*] :count new apps published',
'overdue_invoices' => '{1} :count overdue invoice|[2,*] :count overdue invoices',
'upcoming_bills' => '{1} :count upcoming bill|[2,*] :count upcoming bills',
'view_all' => 'View All'
'view_all' => 'View All',
'exports' => [
'completed' => '{1} :count finished export|[2,*] :count finished exports',
'failed' => '{1} :count failed export|[2,*] :count failed exports',
],
'imports' => [
'completed' => '{1} :count finished import|[2,*] :count finished imports',
'failed' => '{1} :count failed import|[2,*] :count failed imports',
],
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',

View File

@@ -4,6 +4,7 @@ return [
'import' => 'Import',
'title' => 'Import :type',
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
'limitations' => 'Allowed file types: :extensions<br>Allowed max rows: :row_limit',
'sample_file' => 'You can <a target="_blank" href=":download_link"><strong>download</strong></a> the sample file and fill it with your data.',
];

View File

@@ -4,6 +4,7 @@ return [
'invoice_number' => 'Invoice Number',
'invoice_date' => 'Invoice Date',
'invoice_amount' => 'Invoice Amount',
'total_price' => 'Total Price',
'due_date' => 'Due Date',
'order_number' => 'Order Number',

View File

@@ -27,7 +27,7 @@ return [
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
//'updated' => ':module updated',
'updated_2' => ':module updated',
'enabled' => ':module enabled',
'disabled' => ':module disabled',

View File

@@ -6,6 +6,14 @@ return [
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
'reads' => 'Read|Reads',
'read_all' => 'Read All',
'mark_read' => 'Mark Read',
'mark_read_all' => 'Mark Read All',
'new_apps' => 'New App|New Apps',
'upcoming_bills' => 'Upcoming Bills',
'recurring_invoices' => 'Recurring Invoices',
'recurring_bills' => 'Recurring Bills',
'update' => [
@@ -27,28 +35,45 @@ return [
'import' => [
'completed' => [
'subject' => 'Import completed',
'description' => 'The import has been completed and the records are available in your panel.',
],
'failed' => [
'subject' => 'Import failed',
'description' => 'Not able to import the file due to the following issues:',
],
],
'export' => [
'completed' => [
'subject' => 'Export is ready',
'description' => 'The export file is ready to download from the following link:',
],
'failed' => [
'subject' => 'Export failed',
'description' => 'Not able to create the export file due to the following issue:',
],
],
'messages' => [
'mark_read' => ':type is read this notification!',
'mark_read_all' => ':type is read all notifications!',
'new_app' => ':type app published.',
'export' => 'Your <b>:type</b> export file is ready to <a href=":url" target="_blank"><b>download</b></a>.',
'import' => 'Your <b>:type</b> lined <b>:count</b> data is imported successfully.',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'payment_made' => 'Payment Made',
'paid_to' => 'Paid To',
'related_bill' => 'Releated Bill',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'revenue_received' => 'Revenue Received',
'paid_by' => 'Paid By',
'related_invoice' => 'Releated Invoice',
];