mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
stub translated labels for designer
This commit is contained in:
parent
7932339040
commit
04b5f9f638
@ -805,4 +805,314 @@ EPD
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
private function mockTranslatedLabels()
|
||||
{
|
||||
return [
|
||||
'$show_shipping_address_visibility_label' => ctrans('texts.shipping_address'),
|
||||
'$client.shipping_postal_code_label' => ctrans('texts.shipping_postal_code'),
|
||||
'$show_shipping_address_block_label' => ctrans('texts.shipping_address'),
|
||||
'$client.billing_postal_code_label' => ctrans('texts.billing_postal_code'),
|
||||
'$company.postal_city_state_label' => ctrans('texts.postal_city_state'),
|
||||
'$company.city_state_postal_label' => ctrans('texts.city_state_postal'),
|
||||
'$product.gross_line_total_label' => ctrans('texts.gross_line_total'),
|
||||
'$client.shipping_address1_label' => ctrans('texts.shipping_address1'),
|
||||
'$client.postal_city_state_label' => ctrans('texts.postal_city_state'),
|
||||
'$client.shipping_address2_label' => ctrans('texts.shipping_address2'),
|
||||
'$client.city_state_postal_label' => ctrans('texts.city_state_postal'),
|
||||
'$client.billing_address2_label' => ctrans('texts.billing_address2'),
|
||||
'$client.shipping_address_label' => ctrans('texts.shipping_address'),
|
||||
'$client.billing_address1_label' => ctrans('texts.billing_address1'),
|
||||
'$client.shipping_country_label' => ctrans('texts.shipping_country'),
|
||||
'$invoiceninja.whitelabel_label' => ctrans('texts.white_label_link'),
|
||||
'$client.billing_country_label' => ctrans('texts.billing_country'),
|
||||
'$client.billing_address_label' => ctrans('texts.billing_address'),
|
||||
'$task.gross_line_total_label' => ctrans('texts.gross_line_total'),
|
||||
'$contact.portal_button_label' => ctrans('texts.button'),
|
||||
'$client.shipping_state_label' => ctrans('texts.shipping_state'),
|
||||
'$show_shipping_address_label' => ctrans('texts.show_shipping_address'),
|
||||
'$invoice.public_notes_label' => ctrans('texts.public_notes'),
|
||||
'$client.billing_state_label' => ctrans('texts.billing_state'),
|
||||
'$client.shipping_city_label' => ctrans('texts.shipping_city'),
|
||||
'$product.description_label' => ctrans('texts.description'),
|
||||
'$product.product_key_label' => ctrans('texts.product_key'),
|
||||
'$entity.public_notes_label' => ctrans('texts.public_notes'),
|
||||
'$client.public_notes_label' => ctrans('texts.public_notes'),
|
||||
'$company.postal_code_label' => ctrans('texts.postal_code'),
|
||||
'$company.postal_city_label' => ctrans('texts.postal_city'),
|
||||
'$secondary_font_name_label' => ctrans('texts.secondary_font'),
|
||||
'$client.billing_city_label' => ctrans('texts.billing_city'),
|
||||
'$invoice.balance_due_label' => ctrans('texts.balance_due'),
|
||||
'$product.line_total_label' => ctrans('texts.line_total'),
|
||||
'$product.tax_amount_label' => ctrans('texts.tax_amount'),
|
||||
'$client.postal_code_label' => ctrans('texts.postal_code'),
|
||||
'$company.vat_number_label' => ctrans('texts.vat_number'),
|
||||
'$client.postal_city_label' => ctrans('texts.postal_city'),
|
||||
'$quote.quote_number_label' => ctrans('texts.quote_number'),
|
||||
'$invoice.invoice_no_label' => ctrans('texts.invoice_no'),
|
||||
'$contact.first_name_label' => ctrans('texts.first_name'),
|
||||
'$secondary_font_url_label' => ctrans('texts.secondary_font'),
|
||||
'$contact.signature_label' => ctrans('texts.signature'),
|
||||
'$product.tax_name1_label' => ctrans('texts.tax_name1'),
|
||||
'$product.tax_name2_label' => ctrans('texts.tax_name2'),
|
||||
'$product.tax_name3_label' => ctrans('texts.tax_name3'),
|
||||
'$product.unit_cost_label' => ctrans('texts.unit_cost'),
|
||||
'$company.id_number_label' => ctrans('texts.id_number'),
|
||||
'$quote.valid_until_label' => ctrans('texts.valid_until'),
|
||||
'$invoice_total_raw_label' => ctrans('texts.invoice_total'),
|
||||
'$client.vat_number_label' => ctrans('texts.vat_number'),
|
||||
'$company_logo_size_label' => ctrans('texts.logo'),
|
||||
'$postal_city_state_label' => ctrans('texts.postal_city_state'),
|
||||
'$invoice.po_number_label' => ctrans('texts.po_number'),
|
||||
'$contact.last_name_label' => ctrans('texts.last_name'),
|
||||
'$contact.full_name_label' => ctrans('texts.full_name'),
|
||||
'$city_state_postal_label' => ctrans('texts.city_state_postal'),
|
||||
'$company.country_2_label' => ctrans('texts.country'),
|
||||
'$custom_surcharge1_label' => ctrans('texts.custom_surcharge1'),
|
||||
'$custom_surcharge2_label' => ctrans('texts.custom_surcharge2'),
|
||||
'$custom_surcharge3_label' => ctrans('texts.custom_surcharge3'),
|
||||
'$custom_surcharge4_label' => ctrans('texts.custom_surcharge4'),
|
||||
'$quote.balance_due_label' => ctrans('texts.balance_due'),
|
||||
'$product.product1_label' => ctrans('texts.product1'),
|
||||
'$product.product2_label' => ctrans('texts.product2'),
|
||||
'$product.product3_label' => ctrans('texts.product3'),
|
||||
'$product.product4_label' => ctrans('texts.product4'),
|
||||
'$statement_amount_label' => ctrans('texts.amount'),
|
||||
'$task.description_label' => ctrans('texts.description'),
|
||||
'$product.discount_label' => ctrans('texts.discount'),
|
||||
'$product.quantity_label' => ctrans('texts.quantity'),
|
||||
'$entity_issued_to_label' => ctrans('texts.quote_issued_to'),
|
||||
'$partial_due_date_label' => ctrans('texts.partial_due_date'),
|
||||
'$invoice.datetime_label' => ctrans('texts.datetime_format_id'),
|
||||
'$invoice.due_date_label' => ctrans('texts.due_date'),
|
||||
'$company.address1_label' => ctrans('texts.address1'),
|
||||
'$company.address2_label' => ctrans('texts.address2'),
|
||||
'$total_tax_labels_label' => ctrans('texts.total_taxes'),
|
||||
'$total_tax_values_label' => ctrans('texts.total_taxes'),
|
||||
'$credit.po_number_label' => ctrans('texts.po_number'),
|
||||
'$client.id_number_label' => ctrans('texts.id_number'),
|
||||
'$credit.credit_note_label' => ctrans('texts.credit_note'),
|
||||
'$assigned_to_user_label' => ctrans('texts.assigned_to'),
|
||||
'$invoice.discount_label' => ctrans('texts.discount'),
|
||||
'$invoice.subtotal_label' => ctrans('texts.subtotal'),
|
||||
'$contact.custom1_label' => ctrans('texts.custom1'),
|
||||
'$contact.custom2_label' => ctrans('texts.custom2'),
|
||||
'$contact.custom3_label' => ctrans('texts.custom3'),
|
||||
'$contact.custom4_label' => ctrans('texts.custom4'),
|
||||
'$task.line_total_label' => ctrans('texts.line_total'),
|
||||
'$task.tax_amount_label' => ctrans('texts.tax_amount'),
|
||||
'$line_tax_labels_label' => ctrans('texts.line_taxes'),
|
||||
'$line_tax_values_label' => ctrans('texts.line_taxes'),
|
||||
'$invoice.custom1_label' => ctrans('texts.custom1'),
|
||||
'$invoice.custom2_label' => ctrans('texts.custom2'),
|
||||
'$invoice.custom3_label' => ctrans('texts.custom3'),
|
||||
'$invoice.custom4_label' => ctrans('texts.custom4'),
|
||||
'$company.custom1_label' => ctrans('texts.custom1'),
|
||||
'$company.custom2_label' => ctrans('texts.custom2'),
|
||||
'$company.custom3_label' => ctrans('texts.custom3'),
|
||||
'$company.custom4_label' => ctrans('texts.custom4'),
|
||||
'$secondary_color_label' => ctrans('texts.secondary_color'),
|
||||
'$balance_due_raw_label' => ctrans('texts.balance_due'),
|
||||
'$entity.datetime_label' => ctrans('texts.datetime_format_id'),
|
||||
'$credit.datetime_label' => ctrans('texts.datetime_format_id'),
|
||||
'$client.address2_label' => ctrans('texts.address2'),
|
||||
'$company.address_label' => ctrans('texts.address'),
|
||||
'$client.address1_label' => ctrans('texts.address1'),
|
||||
'$quote.po_number_label' => ctrans('texts.po_number'),
|
||||
'$client.currency_label' => ctrans('texts.currency'),
|
||||
'$user.first_name_label' => ctrans('texts.first_name'),
|
||||
'$created_by_user_label' => ctrans('texts.created_by'),
|
||||
'$company.country_label' => ctrans('texts.country'),
|
||||
'$tech_hero_image_label' => '',
|
||||
'$company.website_label' => ctrans('texts.website'),
|
||||
'$invoice.balance_label' => ctrans('texts.balance'),
|
||||
'$client.country_label' => ctrans('texts.country'),
|
||||
'$task.tax_name1_label' => ctrans('texts.tax_name1'),
|
||||
'$task.tax_name2_label' => ctrans('texts.tax_name2'),
|
||||
'$task.tax_name3_label' => ctrans('texts.tax_name3'),
|
||||
'$payment_button_label' => '',
|
||||
'$credit.custom1_label' => ctrans('texts.custom1'),
|
||||
'$credit.custom2_label' => ctrans('texts.custom2'),
|
||||
'$credit.custom3_label' => ctrans('texts.custom3'),
|
||||
'$credit.custom4_label' => ctrans('texts.custom4'),
|
||||
'$emailSignature_label' => ctrans('texts.email_signature'),
|
||||
'$quote.datetime_label' => ctrans('texts.datetime_format_id'),
|
||||
'$client.custom1_label' => ctrans('texts.custom1'),
|
||||
'$client_address_label' => ctrans('texts.address'),
|
||||
'$client.address_label' => ctrans('texts.address'),
|
||||
'$payment_qrcode_label' => '',
|
||||
'$client.custom2_label' => ctrans('texts.custom2'),
|
||||
'$invoice.number_label' => ctrans('texts.number'),
|
||||
'$quote.quote_no_label' => ctrans('texts.quote_no'),
|
||||
'$user.last_name_label' => ctrans('texts.last_name'),
|
||||
'$client.custom3_label' => ctrans('texts.custom3'),
|
||||
'$client.website_label' => ctrans('texts.website'),
|
||||
'$dir_text_align_label' => '',
|
||||
'$client.custom4_label' => ctrans('texts.custom4'),
|
||||
'$client.balance_label' => ctrans('texts.balance'),
|
||||
'$client_balance_label' => ctrans('texts.client_balance'),
|
||||
'$credit.balance_label' => ctrans('texts.balance'),
|
||||
'$credit_balance_label' => ctrans('texts.credit_balance'),
|
||||
'$gross_subtotal_label' => ctrans('texts.subtotal'),
|
||||
'$invoice.amount_label' => ctrans('texts.amount'),
|
||||
'$entity_footer_label' => ctrans('texts.footer'),
|
||||
'$entity_images_label' => '',
|
||||
'$task.discount_label' => ctrans('texts.discount'),
|
||||
'$portal_button_label' => '',
|
||||
'$approveButton_label' => ctrans('texts.approve'),
|
||||
'$quote.custom1_label' => ctrans('texts.custom1'),
|
||||
'$quote.custom2_label' => ctrans('texts.custom2'),
|
||||
'$quote.custom3_label' => ctrans('texts.custom3'),
|
||||
'$quote.custom4_label' => ctrans('texts.custom4'),
|
||||
'$company.email_label' => ctrans('texts.email'),
|
||||
'$primary_color_label' => ctrans('texts.primary_color'),
|
||||
'$company.phone_label' => ctrans('texts.phone'),
|
||||
'$exchange_rate_label' => ctrans('texts.exchange_rate'),
|
||||
'$client.number_label' => ctrans('texts.number'),
|
||||
'$global_margin_label' => '',
|
||||
'$contact.phone_label' => ctrans('texts.phone'),
|
||||
'$company.state_label' => ctrans('texts.state'),
|
||||
'$credit.number_label' => ctrans('texts.number'),
|
||||
'$entity_number_label' => ctrans('texts.quote_number'),
|
||||
'$credit_number_label' => ctrans('texts.credit_number'),
|
||||
'$client.lang_2_label' => ctrans('texts.language'),
|
||||
'$contact.email_label' => ctrans('texts.email'),
|
||||
'$invoice.taxes_label' => ctrans('texts.taxes'),
|
||||
'$credit_amount_label' => ctrans('texts.credit_amount'),
|
||||
'$invoice.total_label' => ctrans('texts.total'),
|
||||
'$product.date_label' => ctrans('texts.date'),
|
||||
'$product.item_label' => ctrans('texts.item'),
|
||||
'$public_notes_label' => ctrans('texts.public_notes'),
|
||||
'$entity.terms_label' => ctrans('texts.terms'),
|
||||
'$task.service_label' => ctrans('texts.service'),
|
||||
'$portalButton_label' => '',
|
||||
'$payment.date_label' => ctrans('texts.date'),
|
||||
'$client.phone_label' => ctrans('texts.phone'),
|
||||
'$invoice.date_label' => ctrans('texts.date'),
|
||||
'$client.state_label' => ctrans('texts.state'),
|
||||
'$number_short_label' => '',
|
||||
'$quote.number_label' => ctrans('texts.number'),
|
||||
'$contact.name_label' => ctrans('texts.name'),
|
||||
'$company.city_label' => ctrans('texts.city'),
|
||||
'$company.name_label' => ctrans('texts.name'),
|
||||
'$company.logo_label' => ctrans('texts.logo'),
|
||||
'$company_logo_label' => ctrans('texts.logo'),
|
||||
'$payment_link_label' => ctrans('texts.link'),
|
||||
'$client.email_label' => ctrans('texts.email'),
|
||||
'$paid_to_date_label' => ctrans('texts.paid_to_date'),
|
||||
'$net_subtotal_label' => ctrans('texts.net_subtotal'),
|
||||
'$credit.total_label' => ctrans('texts.total'),
|
||||
'$quote.amount_label' => ctrans('texts.amount'),
|
||||
'$description_label' => ctrans('texts.description'),
|
||||
'$product.tax_label' => ctrans('texts.tax'),
|
||||
'$your_entity_label' => ctrans('texts.your_quote'),
|
||||
'$view_button_label' => ctrans('texts.view'),
|
||||
'$status_logo_label' => ctrans('texts.logo'),
|
||||
'$credit.date_label' => ctrans('texts.date'),
|
||||
'$payment_due_label' => ctrans('texts.payment_due'),
|
||||
'$invoiceDate_label' => ctrans('texts.date'),
|
||||
'$valid_until_label' => ctrans('texts.valid_until'),
|
||||
'$postal_city_label' => ctrans('texts.postal_city'),
|
||||
'$client_name_label' => ctrans('texts.client_name'),
|
||||
'$client.name_label' => ctrans('texts.name'),
|
||||
'$spc_qr_code_label' => '',
|
||||
'$client.city_label' => ctrans('texts.city'),
|
||||
'$paymentLink_label' => ctrans('texts.link'),
|
||||
'$payment_url_label' => ctrans('texts.url'),
|
||||
'$page_layout_label' => ctrans('texts.page_layout'),
|
||||
'$balance_due_label' => ctrans('texts.balance_due'),
|
||||
'$outstanding_label' => ctrans('texts.outstanding'),
|
||||
'$partial_due_label' => ctrans('texts.partial_due'),
|
||||
'$quote.total_label' => ctrans('texts.total'),
|
||||
'$task.task1_label' => ctrans('texts.task1'),
|
||||
'$task.task2_label' => ctrans('texts.task2'),
|
||||
'$task.task3_label' => ctrans('texts.task3'),
|
||||
'$task.task4_label' => ctrans('texts.task4'),
|
||||
'$task.hours_label' => ctrans('texts.hours'),
|
||||
'$viewButton_label' => ctrans('texts.view'),
|
||||
'$quote.date_label' => ctrans('texts.date'),
|
||||
'$amount_raw_label' => ctrans('texts.amount'),
|
||||
'$vat_number_label' => ctrans('texts.vat_number'),
|
||||
'$invoice_no_label' => ctrans('texts.invoice_no'),
|
||||
'$portal_url_label' => ctrans('texts.url'),
|
||||
'$amount_due_label' => ctrans('texts.amount_due'),
|
||||
'$country_2_label' => ctrans('texts.country'),
|
||||
'$task.date_label' => ctrans('texts.date'),
|
||||
'$task.rate_label' => ctrans('texts.rate'),
|
||||
'$task.cost_label' => ctrans('texts.cost'),
|
||||
'$statement_label' => ctrans('texts.statement'),
|
||||
'$view_link_label' => ctrans('texts.link'),
|
||||
'$user_iban_label' => ctrans('texts.iban'),
|
||||
'$signature_label' => ctrans('texts.signature'),
|
||||
'$font_size_label' => ctrans('texts.font_size'),
|
||||
'$po_number_label' => ctrans('texts.po_number'),
|
||||
'$page_size_label' => ctrans('texts.page_size'),
|
||||
'$user.name_label' => ctrans('texts.name'),
|
||||
'$id_number_label' => ctrans('texts.id_number'),
|
||||
'$credit_no_label' => ctrans('texts.credit_note'),
|
||||
'$firstName_label' => ctrans('texts.first_name'),
|
||||
'$font_name_label' => '',
|
||||
'$auto_bill_label' => ctrans('texts.auto_bill'),
|
||||
'$payments_label' => ctrans('texts.payments'),
|
||||
'$shipping_label' => '',
|
||||
'$task.tax_label' => ctrans('texts.tax'),
|
||||
'$viewLink_label' => ctrans('texts.link'),
|
||||
'$company1_label' => ctrans('texts.company1'),
|
||||
'$company2_label' => ctrans('texts.company2'),
|
||||
'$company3_label' => ctrans('texts.company3'),
|
||||
'$company4_label' => ctrans('texts.company4'),
|
||||
'$due_date_label' => ctrans('texts.due_date'),
|
||||
'$address2_label' => ctrans('texts.address2'),
|
||||
'$address1_label' => ctrans('texts.address1'),
|
||||
'$poNumber_label' => ctrans('texts.po_number'),
|
||||
'$quote_no_label' => ctrans('texts.quote_no'),
|
||||
'$autoBill_label' => ctrans('texts.auto_bill'),
|
||||
'$view_url_label' => ctrans('texts.url'),
|
||||
'$font_url_label' => '',
|
||||
'$discount_label' => ctrans('texts.discount'),
|
||||
'$subtotal_label' => ctrans('texts.subtotal'),
|
||||
'$country_label' => ctrans('texts.country'),
|
||||
'$details_label' => ctrans('texts.details'),
|
||||
'$custom1_label' => ctrans('texts.custom1'),
|
||||
'$custom2_label' => ctrans('texts.custom2'),
|
||||
'$custom3_label' => ctrans('texts.custom3'),
|
||||
'$custom4_label' => ctrans('texts.custom4'),
|
||||
'$dueDate_label' => ctrans('texts.due_date'),
|
||||
'$client1_label' => ctrans('texts.client1'),
|
||||
'$client2_label' => ctrans('texts.client2'),
|
||||
'$contact_label' => ctrans('texts.contact'),
|
||||
'$account_label' => '',
|
||||
'$client3_label' => ctrans('texts.client3'),
|
||||
'$app_url_label' => ctrans('texts.url'),
|
||||
'$website_label' => ctrans('texts.website'),
|
||||
'$client4_label' => ctrans('texts.client4'),
|
||||
'$balance_label' => ctrans('texts.balance'),
|
||||
'$partial_label' => ctrans('texts.partial'),
|
||||
'$footer_label' => ctrans('texts.footer'),
|
||||
'$entity_label' => ctrans('texts.quote'),
|
||||
'$thanks_label' => ctrans('texts.thanks'),
|
||||
'$method_label' => ctrans('texts.method'),
|
||||
'$client_label' => ctrans('texts.client'),
|
||||
'$number_label' => ctrans('texts.number'),
|
||||
'$amount_label' => ctrans('texts.amount'),
|
||||
'$notes_label' => ctrans('texts.notes'),
|
||||
'$terms_label' => ctrans('texts.terms'),
|
||||
'tax_rate1_label' => ctrans('texts.tax_rate1'),
|
||||
'tax_rate2_label' => ctrans('texts.tax_rate2'),
|
||||
'tax_rate3_label' => ctrans('texts.tax_rate3'),
|
||||
'$phone_label' => ctrans('texts.phone'),
|
||||
'$email_label' => ctrans('texts.email'),
|
||||
'$taxes_label' => ctrans('texts.taxes'),
|
||||
'$total_label' => ctrans('texts.total'),
|
||||
'$from_label' => ctrans('texts.from'),
|
||||
'$item_label' => ctrans('texts.item'),
|
||||
'$date_label' => ctrans('texts.date'),
|
||||
'$tax_label' => ctrans('texts.tax'),
|
||||
'$dir_label' => '',
|
||||
'$to_label' => ctrans('texts.to'),
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user