@trackunit/translations-machine-type 0.0.97 → 0.0.98-alpha-4aa8d638390.0

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/index.cjs.js CHANGED
@@ -580,7 +580,7 @@ var defaultTranslations = {
580
580
  "pages.machines.insights.sections.insights.units.VOLT_AMPERE_REACTIVE": "VAR",
581
581
  "pages.machines.insights.sections.insights.units.WATT": "W",
582
582
  "pages.machines.insights.sections.insights.units.WEEK": "weeks",
583
- "pages.machines.insights.sections.insights.units.YARD": "yd"
583
+ "pages.machines.insights.sections.insights.units.YARD": "yds"
584
584
  };
585
585
 
586
586
  /** The translation namespace for this library */
@@ -1081,6 +1081,8 @@ const useMachineInsightsTranslations = () => {
1081
1081
  return t("pages.machines.insights.sections.insights.units.WATT");
1082
1082
  case "WEEK":
1083
1083
  return t("pages.machines.insights.sections.insights.units.WEEK");
1084
+ case "YARD":
1085
+ return t("pages.machines.insights.sections.insights.units.YARD");
1084
1086
  case "ENUMERATION":
1085
1087
  return "";
1086
1088
  case "YARD":
package/index.esm.js CHANGED
@@ -576,7 +576,7 @@ var defaultTranslations = {
576
576
  "pages.machines.insights.sections.insights.units.VOLT_AMPERE_REACTIVE": "VAR",
577
577
  "pages.machines.insights.sections.insights.units.WATT": "W",
578
578
  "pages.machines.insights.sections.insights.units.WEEK": "weeks",
579
- "pages.machines.insights.sections.insights.units.YARD": "yd"
579
+ "pages.machines.insights.sections.insights.units.YARD": "yds"
580
580
  };
581
581
 
582
582
  /** The translation namespace for this library */
@@ -1077,6 +1077,8 @@ const useMachineInsightsTranslations = () => {
1077
1077
  return t("pages.machines.insights.sections.insights.units.WATT");
1078
1078
  case "WEEK":
1079
1079
  return t("pages.machines.insights.sections.insights.units.WEEK");
1080
+ case "YARD":
1081
+ return t("pages.machines.insights.sections.insights.units.YARD");
1080
1082
  case "ENUMERATION":
1081
1083
  return "";
1082
1084
  case "YARD":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/translations-machine-type",
3
- "version": "0.0.97",
3
+ "version": "0.0.98-alpha-4aa8d638390.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {