@trackunit/translations-machine-type 0.0.93 → 0.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/translation.cjs.js +2 -2
- package/translation.esm.js +2 -2
package/package.json
CHANGED
package/translation.cjs.js
CHANGED
|
@@ -449,8 +449,8 @@ var translation = {
|
|
|
449
449
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCHARGERSTATE": "Batterie-Ladegerät-Status",
|
|
450
450
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCUMULATIVEDISCHARGEDENERGY": "Kumulative entladener Batteriestrom",
|
|
451
451
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCURRENT": "Batteriespannung",
|
|
452
|
-
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIAL": "
|
|
453
|
-
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIALPOWER": "
|
|
452
|
+
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIAL": "Akkuspannung",
|
|
453
|
+
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIALPOWER": "Akkuspannung",
|
|
454
454
|
"pages.machines.insights.sections.insights.insightNames.BATTERYREMAININGCHARGETIME": "Verbleibende Ladezeit der Batterie",
|
|
455
455
|
"pages.machines.insights.sections.insights.insightNames.BATTERYREMAININGRUNTIME": "Verbleibende Laufzeit der Batterie",
|
|
456
456
|
"pages.machines.insights.sections.insights.insightNames.BATTERYSTATEOFCHARGEPERCENT": "Ladezustand der Batterie in Prozent",
|
package/translation.esm.js
CHANGED
|
@@ -447,8 +447,8 @@ var translation = {
|
|
|
447
447
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCHARGERSTATE": "Batterie-Ladegerät-Status",
|
|
448
448
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCUMULATIVEDISCHARGEDENERGY": "Kumulative entladener Batteriestrom",
|
|
449
449
|
"pages.machines.insights.sections.insights.insightNames.BATTERYCURRENT": "Batteriespannung",
|
|
450
|
-
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIAL": "
|
|
451
|
-
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIALPOWER": "
|
|
450
|
+
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIAL": "Akkuspannung",
|
|
451
|
+
"pages.machines.insights.sections.insights.insightNames.BATTERYPOTENTIALPOWER": "Akkuspannung",
|
|
452
452
|
"pages.machines.insights.sections.insights.insightNames.BATTERYREMAININGCHARGETIME": "Verbleibende Ladezeit der Batterie",
|
|
453
453
|
"pages.machines.insights.sections.insights.insightNames.BATTERYREMAININGRUNTIME": "Verbleibende Laufzeit der Batterie",
|
|
454
454
|
"pages.machines.insights.sections.insights.insightNames.BATTERYSTATEOFCHARGEPERCENT": "Ladezustand der Batterie in Prozent",
|