mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
CustomizationsModal.vue - add a way for users to customize css of their invoices and store it per team,
fix print styles for invoices, add keys to translations with default English values
This commit is contained in:
5
public/locales/bn/customizations-modal.json
Normal file
5
public/locales/bn/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,6 +1,10 @@
|
||||
{
|
||||
"back": "ব্যাক",
|
||||
"book": "বুক",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "ডাউনলোড পিডিএফ",
|
||||
"delete": "ডিলিট",
|
||||
"delete_modal": {
|
||||
|
||||
5
public/locales/en/customizations-modal.json
Normal file
5
public/locales/en/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,9 +1,10 @@
|
||||
{
|
||||
"back": "Back",
|
||||
"book": "Book",
|
||||
"density": "Density",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "Download PDF",
|
||||
"delete": "Delete",
|
||||
"delete_modal": {
|
||||
|
||||
5
public/locales/es/customizations-modal.json
Normal file
5
public/locales/es/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,6 +1,10 @@
|
||||
{
|
||||
"back": "Atrás",
|
||||
"book": "Libro",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "Descargar PDF",
|
||||
"delete": "Eliminar",
|
||||
"delete_modal": {
|
||||
|
||||
5
public/locales/et/customizations-modal.json
Normal file
5
public/locales/et/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,6 +1,10 @@
|
||||
{
|
||||
"back": "Tagasi",
|
||||
"book": "Kinnita",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "Lae alla PDF",
|
||||
"delete": "Kustuta",
|
||||
"delete_modal": {
|
||||
|
||||
5
public/locales/fa/customizations-modal.json
Normal file
5
public/locales/fa/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,6 +1,10 @@
|
||||
{
|
||||
"back": "بازگشت",
|
||||
"book": "کتاب",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "بارگیری PDF",
|
||||
"delete": "حذف",
|
||||
"delete_modal": {
|
||||
|
||||
Reference in New Issue
Block a user