language update

This commit is contained in:
denisdulici
2019-12-23 16:15:33 +03:00
parent 2138404d9b
commit fa8207aecd
2 changed files with 9 additions and 42 deletions

View File

@ -4,50 +4,16 @@ return [
'bulk_actions' => 'Bulk Action|Bulk Actions', 'bulk_actions' => 'Bulk Action|Bulk Actions',
'selected' => 'selected', 'selected' => 'selected',
'delete' => 'Delete',
'duplicate' => 'Duplicate',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'change_category' => 'Change Category',
'change_type' => 'Change Type',
'users' => [
'change_role' => 'Change Role',
'change_company' => 'Change Company',
],
'bills' => [
'change_bill_status' => 'Change Bill Status',
],
'payments' => [
'change_payment_status' => 'Change Payment Status',
],
'invoices' => [
'change_invoice_status' => 'Change Invoice Status',
],
'revenues' => [
'change_revenue_status' => 'Change Revenue Status',
],
'categories' => [
'change_category_status' => 'Change Category Status',
],
'message' => [ 'message' => [
'sure' => 'Are you sure?', 'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',
'duplicate' => 'Do you really want to duplicate these record?', 'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
'delete' => 'Do you really want to delete this record?|Do you really want to delete these records?', 'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
'export' => 'Do you really want to export this record?|Do you really want to export these records?', 'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
'enable' => 'Do you really want to enable this record?|Do you really want to enable these records?', 'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
'disable' => 'Do you really want to disable this record?|Do you really want to disable these records?', 'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
'paid' => 'Do you really want to mark this invoice as paid?|Do you really want to mark these invoices as paid?', 'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
'sent' => 'Do you really want to mark this invoice as sent?|Do you really want to mark these invoices as sent?', 'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
'received' => 'Do you really want to mark this bill as received?|Do you really want to mark these bills as received?',
], ],
]; ];

View File

@ -89,6 +89,7 @@ return [
'reference' => 'Reference', 'reference' => 'Reference',
'attachment' => 'Attachment', 'attachment' => 'Attachment',
'change' => 'Change', 'change' => 'Change',
'change_type' => 'Change :type',
'switch' => 'Switch', 'switch' => 'Switch',
'color' => 'Colour', 'color' => 'Colour',
'save' => 'Save', 'save' => 'Save',