mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-01 21:00:58 +00:00
New translations en.json (Swedish)
[ci skip]
This commit is contained in:
+18
-6
@@ -1048,16 +1048,27 @@
|
||||
},
|
||||
"pdf": {
|
||||
"title": "PDF-inställningar",
|
||||
"footer_text": "Sidfotstext",
|
||||
"pdf_layout": "PDF-layout",
|
||||
"pdf_configuration": "PDF Generation Settings",
|
||||
"section_description": "Change the way PDFs are generated",
|
||||
"driver": "PDF Driver to use",
|
||||
"papersize": "Papersize",
|
||||
"papersize_hint": "Papersize in width and height (ex. \"210mm 297mm\")",
|
||||
"gotenberg_host": "Gotenberg service host",
|
||||
"pdf_variables_save_successfully": "PDF configuration saved successfully",
|
||||
"pdf_variables_save_error": "PDF configuration could not be saved"
|
||||
"pdf_variables_save_error": "PDF configuration could not be saved",
|
||||
"page_setup": "Page Setup",
|
||||
"page_setup_hint": "Applies to every document, whichever driver renders it.",
|
||||
"paper_size": "Paper Size",
|
||||
"paper_width": "Paper Width",
|
||||
"paper_height": "Paper Height",
|
||||
"orientation": "Orientation",
|
||||
"portrait": "Portrait",
|
||||
"landscape": "Landscape",
|
||||
"margin_top": "Top Margin",
|
||||
"margin_right": "Right Margin",
|
||||
"margin_bottom": "Bottom Margin",
|
||||
"margin_left": "Left Margin",
|
||||
"length_hint": "A number and a unit, e.g. \"210mm\". Accepts: pt, px, pc, mm, cm, in.",
|
||||
"page_numbers": "Page Numbers",
|
||||
"page_numbers_hint": "Repeat the page number at the foot of every page. Needs a bottom margin to sit in."
|
||||
},
|
||||
"company_info": {
|
||||
"company_info": "Företagsinfo",
|
||||
@@ -1777,7 +1788,8 @@
|
||||
"at_least_one_ability": "Välj minst en rättighet.",
|
||||
"valid_driver_key": "Please enter a valid {driver} key.",
|
||||
"valid_exchange_rate": "Vänligen ange en giltig växelkurs.",
|
||||
"company_name_not_same": "Företagsnamnet måste matcha med angivet namn."
|
||||
"company_name_not_same": "Företagsnamnet måste matcha med angivet namn.",
|
||||
"invalid_length": "Enter a number and a unit, e.g. \"210mm\". Accepts: pt, px, pc, mm, cm, in."
|
||||
},
|
||||
"errors": {
|
||||
"starter_plan": "Denna funktion är tillgänglig på Starter plan och framåt!",
|
||||
|
||||
Reference in New Issue
Block a user