Add more description to help text, fix cs locale.

This commit is contained in:
Michal Kunc
2024-03-11 10:12:23 +01:00
parent 8c19efa2c4
commit 06e546f3fa
2 changed files with 5 additions and 2 deletions

View File

@@ -106,7 +106,10 @@
"showSpoolComment": "Poznámka k cívce", "showSpoolComment": "Poznámka k cívce",
"showFilamentComment": "Poznámka k filamentu", "showFilamentComment": "Poznámka k filamentu",
"showVendorComment": "Poznámka k výrobci", "showVendorComment": "Poznámka k výrobci",
"useHTTPUrl": "Použít HTTP(S) odkaz v QR kódu" "useHTTPUrl": {
"label": "Použít HTTP(S) URL",
"tooltip": "Použít HTTP(S) odkaz v QR kódu. Pokud je vypnuto, použije se speciální kód, který půjde načíst pouze skrz skener v aplikaci Spoolman."
}
}, },
"spoolSelect": { "spoolSelect": {
"title": "Vybrat cívky", "title": "Vybrat cívky",

View File

@@ -109,7 +109,7 @@
"showVendorComment": "Vendor Comment", "showVendorComment": "Vendor Comment",
"useHTTPUrl": { "useHTTPUrl": {
"label": "Use HTTP(S) link in QR code", "label": "Use HTTP(S) link in QR code",
"tooltip": "Uses either the base URL specified in settings, or the current page URL if not set." "tooltip": "Uses either the base URL specified in settings, or the current page URL if not set. If disabled will use proprietary link that will work only if scanned from Spoolman's scanning feature."
} }
}, },
"spoolSelect": { "spoolSelect": {