Client: QR print updates
* Added grid borders * Replaced row height with instead choosing number of rows * Added support for negative margins * New QR code content format * Added number inputs to all sliders
This commit is contained in:
@@ -56,16 +56,22 @@
|
||||
"printing": {
|
||||
"generic": {
|
||||
"title": "Printing",
|
||||
"description": "Tune in the settings below to get the desired print layout. Keep in mind that printers and your OS may apply it's own margins and scaling, so you may need to adjust the settings accordingly. Test it on a piece of regular paper before printing on the actual labels.",
|
||||
"print": "Print",
|
||||
"columns": "Columns",
|
||||
"rows": "Rows",
|
||||
"paperSize": "Paper Size",
|
||||
"rowHeight": "Row Height",
|
||||
"showBorder": "Show Border",
|
||||
"previewScale": "Preview Scale",
|
||||
"marginLeft": "Left Margin",
|
||||
"marginRight": "Right Margin",
|
||||
"marginTop": "Top Margin",
|
||||
"marginBottom": "Bottom Margin"
|
||||
"marginBottom": "Bottom Margin",
|
||||
"borders": {
|
||||
"none": "None",
|
||||
"border": "Border",
|
||||
"grid": "Grid"
|
||||
}
|
||||
},
|
||||
"qrcode": {
|
||||
"button": "Print QR Codes",
|
||||
|
||||
@@ -56,16 +56,22 @@
|
||||
"printing": {
|
||||
"generic": {
|
||||
"title": "Utskrift",
|
||||
"description": "Justera inställningarna nedan för att få önskat utskriftslayout. Kom ihåg att skrivare och ditt operativsystem kan tillämpa sina egna marginaler och skalning, så du kan behöva justera inställningarna därefter. Testa på ett vanligt papper innan du skriver ut på de faktiska etiketterna.",
|
||||
"print": "Skriv ut",
|
||||
"columns": "Kolumner",
|
||||
"rows": "Rader",
|
||||
"paperSize": "Papperstyp",
|
||||
"rowHeight": "Radhöjd",
|
||||
"showBorder": "Visa ram",
|
||||
"previewScale": "Skala förhandsgranskning",
|
||||
"marginLeft": "Marginal - vänster",
|
||||
"marginRight": "Marginal - höger",
|
||||
"marginTop": "Marginal - topp",
|
||||
"marginBottom": "Marginal - botten"
|
||||
"marginBottom": "Marginal - botten",
|
||||
"borders": {
|
||||
"none": "Ingen",
|
||||
"border": "Ram",
|
||||
"grid": "Rutnät"
|
||||
}
|
||||
},
|
||||
"qrcode": {
|
||||
"button": "Skriv ut QR-koder",
|
||||
|
||||
Reference in New Issue
Block a user