|
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", |
69 | 68 | "columns": "Columns", |
70 | 69 | "rows": "Rows", |
71 | 70 | "paperSize": "Paper Size", |
72 | 71 | "customSize": "Custom", |
73 | 72 | "dimensions": "Dimensions", |
74 | 73 | "amlLabelSize": "AML Label Size", |
75 | | - "exportFormat": "Export Format", |
76 | | - "exportFormatOptions": { |
77 | | - "png": "PNG", |
78 | | - "aml": "AML" |
79 | | - }, |
80 | | - "exportAsZip": "Export as .zip", |
81 | | - "exportDpi": "Export DPI", |
82 | | - "exportDpiHelp": "Higher DPI makes sharper PNG/AML exports but increases file size and export time.", |
83 | 74 | "showBorder": "Show Border", |
84 | 75 | "previewScale": "Preview Scale", |
85 | 76 | "skipItems": "Skip Items", |
|
102 | 93 | "grid": "Grid" |
103 | 94 | }, |
104 | 95 | "settings": "Presets", |
105 | | - "spoolPrintPresets": "Spool Print Presets", |
106 | | - "filamentPrintPresets": "Filament Print Presets", |
107 | | - "spoolImagePresets": "Spool Image Presets", |
108 | | - "filamentImagePresets": "Filament Image Presets", |
109 | 96 | "defaultSettings": "Default", |
110 | 97 | "addSettings": "Add New Preset", |
111 | 98 | "newSetting": "New", |
|
114 | 101 | "deleteSettingsConfirm": "Are you sure you want to delete this preset?", |
115 | 102 | "settingsName": "Preset Name", |
116 | 103 | "saveSetting": "Save Presets", |
| 104 | + "savePreset": "Save Preset", |
117 | 105 | "saveAsImage": "Save as Image", |
118 | | - "saveAsAmlLabels": "Save as AML (Labels)" |
| 106 | + "saveAsAmlLabels": "Save as AML (Labels)", |
| 107 | + "saveAsAmlPages": "Save as AML (Pages)", |
| 108 | + "spoolImagePresets": "Spool Image Presets", |
| 109 | + "filamentImagePresets": "Filament Image Presets", |
| 110 | + "exportFormat": "Export Format", |
| 111 | + "exportFormatOptions": { |
| 112 | + "png": "PNG", |
| 113 | + "aml": "AML" |
| 114 | + }, |
| 115 | + "exportAsZip": "Export as .zip", |
| 116 | + "exportDpi": "Export DPI", |
| 117 | + "exportDpiHelp": "Higher DPI improves image quality for exports but increases file size.", |
| 118 | + "exportLabels": "Export Labels", |
| 119 | + "filenamePreview": "Filename Preview", |
| 120 | + "filenamePreviewAdditional": "Additional Example", |
| 121 | + "zipFilenamePreview": "ZIP Filename" |
119 | 122 | }, |
120 | 123 | "qrcode": { |
121 | 124 | "button": "Print Labels", |
| 125 | + "selectButton": "Print / Export Labels", |
122 | 126 | "exportButton": "Export Labels", |
| 127 | + "selectTitle": "Export / Print Labels", |
123 | 128 | "exportFilamentTitle": "Export Filament Labels", |
124 | 129 | "exportSpoolTitle": "Export Spool Labels", |
125 | 130 | "printFilamentTitle": "Print Filament Labels", |
126 | 131 | "printSpoolTitle": "Print Spool Labels", |
127 | | - "selectButton": "Export/Print", |
128 | | - "selectTitle": "Export / Print Labels", |
129 | 132 | "title": "Label Printing", |
| 133 | + "sectionLogo": "Logo", |
| 134 | + "sectionTitle": "Title", |
| 135 | + "sectionQRCode": "QR Code", |
| 136 | + "sectionInformation": "Information", |
130 | 137 | "template": "Label Template", |
131 | | - "filenameTemplate": "Filename Template", |
132 | | - "filenameTemplateTooltipSpool": "Use {} to insert values of the spool object as text. Refer to the label template rules and available tags for more details.", |
133 | | - "filenameTemplateTooltipFilament": "Use {} to insert values of the filament object as text. Refer to the label template rules and available tags for more details.", |
134 | | - "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.", |
135 | | - "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.", |
| 138 | + "titleTemplate": "Title Template", |
| 139 | + "infoTemplate": "Information Template", |
| 140 | + "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, and use ==text== to invert text. Click the button to view a list of all available tags.", |
| 141 | + "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, and use ==text== to invert text. Click the button to view a list of all available tags.", |
136 | 142 | "textSize": "Label Text Size", |
137 | | - "showContent": "Print Label", |
| 143 | + "infoTextSize": "Information Text Size", |
| 144 | + "titleTextSize": "Title Text Size", |
| 145 | + "titleMaxTextSize": "Title Max Text Size", |
| 146 | + "titleAreaHeight": "Title Area Height", |
| 147 | + "showContent": "Show Information on label", |
| 148 | + "showManufacturerLogo": "Show Manufacturer Logo", |
| 149 | + "logoSource": "Logo Source", |
| 150 | + "logoSourceOptions": { |
| 151 | + "print": "Print Logo", |
| 152 | + "color": "Color Logo" |
| 153 | + }, |
| 154 | + "showTitle": "Show Title", |
| 155 | + "titleFitToWidth": "Fit Title to Width", |
| 156 | + "titleFitToWidthOptions": { |
| 157 | + "on": "On", |
| 158 | + "off": "Off" |
| 159 | + }, |
| 160 | + "appliedTextSize": "Applied Size", |
| 161 | + "logoSize": "Logo Size", |
| 162 | + "logoAlign": "Logo Horizontal Align", |
| 163 | + "titleAlign": "Title Horizontal Align", |
| 164 | + "qrCodePosition": "QR Code Position", |
| 165 | + "qrCodePositionLeft": "Left", |
| 166 | + "qrCodePositionRight": "Right", |
| 167 | + "qrCodeAlign": "QR Code Vertical Align", |
| 168 | + "qrCodeAlignTop": "Top", |
| 169 | + "qrCodeAlignCenter": "Center", |
| 170 | + "qrCodeAlignBottom": "Bottom", |
| 171 | + "qrCodeSize": "QR Code Size", |
| 172 | + "infoAlign": "Information Horizontal Align", |
| 173 | + "infoVerticalAlign": "Information Vertical Align", |
138 | 174 | "useHTTPUrl": { |
139 | 175 | "label": "QR code link", |
140 | 176 | "tooltip": "Will use proprietary link that will work only if scanned from Spoolman's scanning feature (default). URL uses either the base URL specified in settings, or the current page URL if not set.", |
|
149 | 185 | "no": "No", |
150 | 186 | "simple": "Simple", |
151 | 187 | "withIcon": "With Icon" |
152 | | - } |
| 188 | + }, |
| 189 | + "filenameTemplate": "Filename Template", |
| 190 | + "filenameTemplateTooltipSpool": "Use {} to insert values of the spool object as text. Refer to the label template rules and available tags for details.", |
| 191 | + "filenameTemplateTooltipFilament": "Use {} to insert values of the filament object as text. Refer to the label template rules and available tags for details.", |
| 192 | + "titleTemplateTooltipSpool": "Use {} to insert values of the spool object as text. Refer to the label template rules and available tags for details.", |
| 193 | + "titleTemplateTooltipFilament": "Use {} to insert values of the filament object as text. Refer to the label template rules and available tags for details." |
153 | 194 | }, |
154 | 195 | "spoolSelect": { |
155 | 196 | "title": "Select Spools", |
156 | | - "description": "Select spools to export or print labels for.", |
157 | | - "searchPlaceholder": "Search vendor, filament, material, location, lot #", |
| 197 | + "description": "Select spools to print labels for.", |
| 198 | + "searchPlaceholder": "Search vendor, name, material, lot #", |
158 | 199 | "showArchived": "Show Archived", |
159 | 200 | "noSpoolsSelected": "You have not selected any spools.", |
160 | 201 | "selectAll": "Select/Unselect All", |
|
163 | 204 | }, |
164 | 205 | "filamentSelect": { |
165 | 206 | "title": "Select Filaments", |
166 | | - "description": "Select filaments to export or print labels for.", |
| 207 | + "description": "Select filaments to print labels for.", |
167 | 208 | "searchPlaceholder": "Search vendor, name, material, article #", |
168 | 209 | "noFilamentsSelected": "You have not selected any filaments.", |
169 | 210 | "selectAll": "Select/Unselect All", |
|
305 | 346 | "vendor": "Manufacturers", |
306 | 347 | "fields": { |
307 | 348 | "id": "ID", |
| 349 | + "logo": "Logo", |
| 350 | + "logo_url": "Logo URL", |
| 351 | + "print_logo_url": "Print Logo URL", |
| 352 | + "logo_preview": "Logo Preview", |
| 353 | + "print_logo_preview": "Print Logo Preview", |
308 | 354 | "name": "Name", |
309 | 355 | "empty_spool_weight": "Empty Spool Weight", |
310 | 356 | "external_id": "External ID", |
311 | 357 | "registered": "Registered", |
312 | | - "comment": "Comment" |
| 358 | + "comment": "Comment", |
| 359 | + "logo_suggestions": "Logo Suggestions", |
| 360 | + "print_logo_suggestions": "Print Logo Suggestions", |
| 361 | + "logo_suggestions_placeholder": "Select a suggested logo path", |
| 362 | + "logo_suggestions_none": "None" |
313 | 363 | }, |
314 | 364 | "fields_help": { |
315 | | - "empty_spool_weight": "The weight of an empty spool from this manufacturer." |
| 365 | + "empty_spool_weight": "The weight of an empty spool from this manufacturer.", |
| 366 | + "logo_url": "Optional custom logo used in the UI. Supports absolute URLs or local paths like /vendor-logos/web/bambu-lab-web.png. Use any image your browser can display from that path or URL.", |
| 367 | + "print_logo_url": "Optional custom logo used for label rendering. Supports absolute URLs or local paths like /vendor-logos/print/bambu-lab.png. Use any image your browser can display from that path or URL.", |
| 368 | + "logo_suggestions": "Checks available logo files in /vendor-logos/web for names similar to this manufacturer.", |
| 369 | + "print_logo_suggestions": "Checks available logo files in /vendor-logos/print for names similar to this manufacturer." |
316 | 370 | }, |
317 | 371 | "titles": { |
318 | 372 | "create": "Create Manufacturer", |
|
322 | 376 | "show": "Show Manufacturer", |
323 | 377 | "show_title": "[Manufacturer #{{id}}] {{name}}" |
324 | 378 | }, |
| 379 | + "buttons": { |
| 380 | + "sync_logos": "Sync Logos", |
| 381 | + "clear_logo_url": "Clear URL", |
| 382 | + "convert_logo_to_print": "Convert Logo to Print", |
| 383 | + "convert_logo_to_print_help": "Creates a black-and-white print logo from the current Logo URL and stores it as a separate local print logo file.", |
| 384 | + "convert_logo_to_print_help_locked": "A Print Logo URL is already set. Clear Print Logo URL to enable creating a new print logo from the current Logo URL." |
| 385 | + }, |
| 386 | + "logo_filter": { |
| 387 | + "has_logo": "Has Logo", |
| 388 | + "no_logo": "No Logo" |
| 389 | + }, |
325 | 390 | "form": { |
326 | | - "vendor_updated": "This manufacturer has been updated by someone/something else since you opened this page. Saving will overwrite those changes!" |
| 391 | + "vendor_updated": "This manufacturer has been updated by someone/something else since you opened this page. Saving will overwrite those changes!", |
| 392 | + "logo_sync_no_match": "No matching logos found for this manufacturer name.", |
| 393 | + "logo_sync_applied": "Suggested logo paths applied.", |
| 394 | + "logo_preview_auto_notice": "using auto-matched logo from available logo files", |
| 395 | + "logo_preview_default_notice": "no logo defined, using default generated text logo", |
| 396 | + "logo_convert_requires_web_logo": "Set a Logo URL first.", |
| 397 | + "logo_convert_requires_empty_print_logo": "Clear Print Logo URL first to generate a new print logo.", |
| 398 | + "logo_convert_success": "Generated print logo from web logo.", |
| 399 | + "logo_convert_error": "Could not generate a print logo from this Logo URL." |
327 | 400 | } |
328 | 401 | }, |
329 | 402 | "home": { |
|
358 | 431 | "round_prices": { |
359 | 432 | "label": "Round prices", |
360 | 433 | "tooltip": "Round prices to the nearest whole number." |
| 434 | + }, |
| 435 | + "logo_sync": { |
| 436 | + "title": "Global Manufacturer Logo Sync", |
| 437 | + "description": "Syncs missing logo URLs across the whole manufacturer database using the bundled logo manifest. Existing logo URLs are not overwritten.", |
| 438 | + "where": "Source: /vendor-logos/manifest.json (bundled static web/print logo files). Matching ignores minor punctuation/case differences in names.", |
| 439 | + "button": "Sync Logos Now", |
| 440 | + "not_ready": "Logo manifest is not available yet.", |
| 441 | + "load_error": "Could not load manufacturers for logo sync.", |
| 442 | + "done": "Logo sync complete. Matched {{matched}}, updated {{updated}}.", |
| 443 | + "scope_note": "This action syncs the whole manufacturer database. You can sync a single manufacturer from its Edit page." |
361 | 444 | } |
362 | 445 | }, |
363 | 446 | "extra_fields": { |
|
0 commit comments