|
65 | 65 | "helpMargin": "Margins should be configured to match your label paper and printer, changing these will affect the size of the entire grid.", |
66 | 66 | "helpPrinterMargin": "Safe-Zone should be set to how close to the paper edge your printer can print, changing these will not affect the entire grid.", |
67 | 67 | "print": "Print", |
| 68 | + "exportLabels": "Export Labels", |
68 | 69 | "columns": "Columns", |
69 | 70 | "rows": "Rows", |
70 | 71 | "paperSize": "Paper Size", |
71 | 72 | "customSize": "Custom", |
72 | 73 | "dimensions": "Dimensions", |
| 74 | + "amlLabelSize": "AML Label Size", |
| 75 | + "exportFormat": "Export Format", |
| 76 | + "exportFormatOptions": { |
| 77 | + "png": "PNG", |
| 78 | + "aml": "AML" |
| 79 | + }, |
| 80 | + "exportAmlPages": "Export as multiple page AML", |
| 81 | + "exportDpi": "Export DPI", |
| 82 | + "exportDpiHelp": "Higher DPI makes sharper PNG/AML exports but increases file size and export time.", |
73 | 83 | "showBorder": "Show Border", |
74 | 84 | "previewScale": "Preview Scale", |
75 | 85 | "skipItems": "Skip Items", |
|
92 | 102 | "grid": "Grid" |
93 | 103 | }, |
94 | 104 | "settings": "Presets", |
| 105 | + "spoolPrintPresets": "Spool Print Presets", |
| 106 | + "filamentPrintPresets": "Filament Print Presets", |
| 107 | + "spoolImagePresets": "Spool Image Presets", |
| 108 | + "filamentImagePresets": "Filament Image Presets", |
95 | 109 | "defaultSettings": "Default", |
96 | 110 | "addSettings": "Add New Preset", |
97 | 111 | "newSetting": "New", |
|
100 | 114 | "deleteSettingsConfirm": "Are you sure you want to delete this preset?", |
101 | 115 | "settingsName": "Preset Name", |
102 | 116 | "saveSetting": "Save Presets", |
103 | | - "saveAsImage": "Save as Image" |
| 117 | + "saveAsImage": "Save as Image", |
| 118 | + "saveAsAmlLabels": "Save as AML (Labels)", |
| 119 | + "saveAsAmlPages": "Save as AML (Pages)" |
104 | 120 | }, |
105 | 121 | "qrcode": { |
106 | 122 | "button": "Print Labels", |
| 123 | + "exportButton": "Export Labels", |
| 124 | + "selectButton": "Export/Print", |
| 125 | + "selectTitle": "Export / Print Labels", |
107 | 126 | "title": "Label Printing", |
108 | 127 | "template": "Label Template", |
109 | 128 | "templateHelp": "Use {} to insert values of the spool object as text. For example, {id} will be replaced with the spool id, or {filament.material} will be replaced with the material of the spool. if a value is missing it will be replaced with \"?\". A second set of {} can be used to remove this. In addition, any text between the sets of {} will be removed if the value is missing. For example, {Lot Nr: {lot_nr}} will only show the label if the spool has a lot number. Enclose text with double asterix ** to make it bold. Click the button to view a list of all available tags.", |
| 129 | + "templateHelpFilament": "Use {} to insert values of the filament object as text. For example, {id} will be replaced with the filament id, or {vendor.name} will be replaced with the vendor name. If a value is missing it will be replaced with \"?\". A second set of {} can be used to remove this. In addition, any text between the sets of {} will be removed if the value is missing. For example, {Article: {article_number}} will only show the label if a filament has an article number. Enclose text with double asterix ** to make it bold. Click the button to view a list of all available tags.", |
110 | 130 | "textSize": "Label Text Size", |
111 | 131 | "showContent": "Print Label", |
112 | 132 | "useHTTPUrl": { |
|
127 | 147 | }, |
128 | 148 | "spoolSelect": { |
129 | 149 | "title": "Select Spools", |
130 | | - "description": "Select spools to print labels for.", |
| 150 | + "description": "Select spools to export or print labels for.", |
| 151 | + "searchPlaceholder": "Search vendor, filament, material, location, lot #", |
131 | 152 | "showArchived": "Show Archived", |
132 | 153 | "noSpoolsSelected": "You have not selected any spools.", |
133 | 154 | "selectAll": "Select/Unselect All", |
134 | 155 | "selectedTotal_one": "{{count}} spool selected", |
135 | 156 | "selectedTotal_other": "{{count}} spools selected" |
| 157 | + }, |
| 158 | + "filamentSelect": { |
| 159 | + "title": "Select Filaments", |
| 160 | + "description": "Select filaments to export or print labels for.", |
| 161 | + "searchPlaceholder": "Search vendor, name, material, article #", |
| 162 | + "noFilamentsSelected": "You have not selected any filaments.", |
| 163 | + "selectAll": "Select/Unselect All", |
| 164 | + "selectedTotal_one": "{{count}} filament selected", |
| 165 | + "selectedTotal_other": "{{count}} filaments selected" |
136 | 166 | } |
137 | 167 | }, |
138 | 168 | "scanner": { |
|
0 commit comments