mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
added backend translations
This commit is contained in:
@@ -84,4 +84,79 @@ return [
|
||||
'contact_leave_message_title' => 'Zanechte nám vzkaz',
|
||||
|
||||
'document_gdpr_policy' => 'Směrnice EU (GDPR)',
|
||||
|
||||
// Invoice module
|
||||
'in_toaster.success_creation' => 'Invoice was created successfully',
|
||||
|
||||
'in_editor.page.create_regular_invoice' => 'Create Regular Invoice',
|
||||
'in_editor.page.create_advance_invoice' => 'Create Advance Invoice',
|
||||
|
||||
'in_number' => 'Invoice Number',
|
||||
'in_variable' => 'Variable Number',
|
||||
'in_delivery_at' => 'Delivery At',
|
||||
|
||||
'in_number_desc' => 'Recommendation based on your latest invoice number {number}',
|
||||
'in_variable_desc' => 'Recommendation based on your invoice number',
|
||||
|
||||
'in_editor.properties' => 'Invoice Properties',
|
||||
'in_editor.client' => 'Client',
|
||||
'in_editor.items' => 'Items',
|
||||
'in_editor.discount' => 'Discount',
|
||||
'in_editor.others' => 'Others',
|
||||
'in_editor.summary' => 'Invoice Summary',
|
||||
|
||||
'in_editor.lab_ico' => 'ICO',
|
||||
'in_editor.dic' => 'DIC',
|
||||
'in_editor.ic_dph' => 'IC DPH',
|
||||
'in_editor.company_name' => 'Company name',
|
||||
'in_editor.new_client' => 'Register new client...',
|
||||
'in_editor.client_address' => 'Address',
|
||||
'in_editor.client_city' => 'City',
|
||||
'in_editor.client_postal_code' => 'Postal Code',
|
||||
'in_editor.client_country' => 'Country',
|
||||
'in_editor.client_phone' => 'Phone',
|
||||
'in_editor.client_email' => 'Email',
|
||||
'in_editor.client_logo' => 'Logo',
|
||||
'in_editor.description' => 'Description',
|
||||
'in_editor.amount' => 'Amount',
|
||||
'in_editor.tax_rate' => 'Tax Rate',
|
||||
'in_editor.price' => 'Price',
|
||||
'in_editor.add_item' => 'Add New Item',
|
||||
'in_editor.apply_discount' => 'Apply discount',
|
||||
'in_editor.discount_help' => 'You can apply percentage or value discount on your invoice.',
|
||||
'in_editor.discount_type_percent' => 'Percentage',
|
||||
'in_editor.discount_type_amount' => 'Amount',
|
||||
'in_editor.discount_type' => 'Discount Type',
|
||||
'in_editor.discount_rate' => 'Discount Rate',
|
||||
'in_editor.store_client' => 'Store client for future use',
|
||||
'in_editor.store_client_notes' => 'Client will be stored to your list and will be ready to reuse again when you create new invoice.',
|
||||
'in_editor.send' => "Send invoice on client's email",
|
||||
'in_editor.send_notes' => 'Invoice will be sent to client immediately after invoice generate.',
|
||||
|
||||
'in_editor.plac.invoice_number' => 'Type invoice number...',
|
||||
'in_editor.plac.variable_number' => 'Type variable number...',
|
||||
'in_editor.plac.select_client' => 'Create new or select existing client...',
|
||||
'in_editor.plac.client_ico' => 'Type client ICO...',
|
||||
'in_editor.plac.client_dic' => 'Type client DIC...',
|
||||
'in_editor.plac.client_ic_dph' => 'Type client IC DHP...',
|
||||
'in_editor.plac.client_company' => 'Type client company name...',
|
||||
'in_editor.plac.client_address' => 'Type client address...',
|
||||
'in_editor.plac.client_city' => 'Type client city...',
|
||||
'in_editor.plac.client_postal_code' => 'Type client postal code...',
|
||||
'in_editor.plac.client_country' => 'Select client country',
|
||||
'in_editor.plac.client_phone' => "Type client's phone number...",
|
||||
'in_editor.plac.client_email' => "Type client's email address...",
|
||||
'in_editor.plac.item_desc' => 'Type item description...',
|
||||
'in_editor.plac.item_amount' => 'The amount in Pcs.',
|
||||
'in_editor.plac.item_tax_rate' => 'Type item tax rate in %...',
|
||||
'in_editor.plac.item_price' => 'Type the item price...',
|
||||
'in_editor.plac.discount_type' => 'Select discount type',
|
||||
'in_editor.plac.discount_rate' => 'Type discount rate...',
|
||||
|
||||
'in_editor.summary.vat_base' => 'VAT Base',
|
||||
'in_editor.summary.vat' => 'VAT',
|
||||
'in_editor.summary.total' => 'Total',
|
||||
|
||||
'in_editor.submit' => 'Store & Generate Invoice',
|
||||
'in_editor.error' => 'There is probably an error, please check it and fix it.',
|
||||
];
|
||||
|
||||
@@ -380,6 +380,7 @@ return [
|
||||
'global.incomplete' => 'Incomplete',
|
||||
'global.or' => 'or',
|
||||
'global.total' => 'Total',
|
||||
'global.optional' => 'optional',
|
||||
'input_image.supported' => 'Supported formats are .png, .jpg, .jpeg.',
|
||||
'input_image.title' => 'Upload Image',
|
||||
'inputs.placeholder_search_files' => 'Search files or folders...',
|
||||
|
||||
Reference in New Issue
Block a user