mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
feat: default notes (#263)
* feat: default notes * feat: include default invoice note in recurring invoice * feat: use default export in tw config * fix: test and naming * fix: consistent ui for switch in note modal * feat: little text improvements
This commit is contained in:
@@ -1087,6 +1087,8 @@
|
||||
"description": "Sparen Sie Zeit, indem Sie Notizen erstellen und diese auf Ihren Rechnungen, Angeboten und Zahlungen wiederverwenden.",
|
||||
"notes": "Hinweise",
|
||||
"type": "Art",
|
||||
"is_default": "Standardmäßig auswählen",
|
||||
"is_default_description": "Diese Notiz wird standardmäßig in neuen Rechnungen ausgewählt.",
|
||||
"add_note": "Notiz hinzufügen",
|
||||
"add_new_note": "Neue Notiz hinzufügen",
|
||||
"name": "Name",
|
||||
|
||||
@@ -1087,6 +1087,8 @@
|
||||
"description": "Save time by creating notes and reusing them on your invoices, estimates & payments.",
|
||||
"notes": "Notes",
|
||||
"type": "Type",
|
||||
"is_default": "Select by default",
|
||||
"is_default_description": "This note will be selected by default in new invoices.",
|
||||
"add_note": "Add Note",
|
||||
"add_new_note": "Add New Note",
|
||||
"name": "Name",
|
||||
|
||||
Reference in New Issue
Block a user