add spool count in locations with a setting to enable / disable the display

This commit is contained in:
JakobGue
2025-06-21 19:26:39 +02:00
parent 8af6013331
commit d3181382ae
8 changed files with 50 additions and 2 deletions

View File

@@ -399,6 +399,10 @@
"round_prices": {
"label": "Zaokrouhlené ceny",
"tooltip": "Zaokrouhlete ceny na nejbližší celé číslo."
},
"show_spool_count": {
"label": "Zobrazit počet cívek",
"tooltip": "Zobrazit počet cívek pro každé umístění."
}
},
"settings": "Nastavení"

View File

@@ -365,6 +365,10 @@
"round_prices": {
"label": "Gerundeter Preis",
"tooltip": "Rundet die Preise auf die nächsthöhere ganze Zahl."
},
"show_spool_count": {
"label": "Spulenanzahl anzeigen",
"tooltip": "Zeigt die Anzahl der Spulen am jeweiligen Ort an."
}
},
"extra_fields": {

View File

@@ -322,6 +322,10 @@
"round_prices": {
"label": "Round prices",
"tooltip": "Round prices to the nearest whole number."
},
"show_spool_count": {
"label": "Show Spool Count",
"tooltip": "Show the number of spools for each location."
}
},
"extra_fields": {

View File

@@ -362,6 +362,10 @@
"base_url": {
"label": "URL base",
"tooltip": "La URL base que se utilizará al generar funciones como códigos QR."
},
"show_spool_count": {
"label": "Mostrar cantidad de bobinas",
"tooltip": "Mostrar el número de bobinas para cada ubicación."
}
},
"extra_fields": {

View File

@@ -365,7 +365,12 @@
"round_prices": {
"label": "Afgeronde prijzen",
"tooltip": "Rond prijzen af op het dichtstbijzijnde gehele getal."
},
"show_spool_count": {
"label": "Spoelaantal weergeven",
"tooltip": "Toon het aantal spoelen per locatie."
}
},
"extra_fields": {
"tab": "Extra velden",