@flightctl/i18n 1.0.0-rc6 → 1.0.1

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.
@@ -1107,5 +1107,27 @@
1107
1107
  "Out-of-date": "Out-of-date",
1108
1108
  "Updating": "Updating",
1109
1109
  "Up-to-date": "Up-to-date",
1110
+ "Masked": "Masked",
1111
+ "Enabled runtime": "Enabled runtime",
1112
+ "Masked runtime": "Masked runtime",
1113
+ "Linked": "Linked",
1114
+ "Linked runtime": "Linked runtime",
1115
+ "Generated": "Generated",
1116
+ "Transient": "Transient",
1117
+ "Indirect": "Indirect",
1118
+ "Bad": "Bad",
1119
+ "Empty": "Empty",
1120
+ "Loaded": "Loaded",
1121
+ "Not found": "Not found",
1122
+ "Bad setting": "Bad setting",
1123
+ "Merged": "Merged",
1124
+ "Stub": "Stub",
1125
+ "Active": "Active",
1126
+ "Inactive": "Inactive",
1127
+ "Activating": "Activating",
1128
+ "Deactivating": "Deactivating",
1129
+ "Reloading": "Reloading",
1130
+ "Refreshing": "Refreshing",
1131
+ "Maintenance": "Maintenance",
1110
1132
  "{{ count }} devices matching the labels were selected._zero": "There are no devices matching these labels."
1111
1133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "1.0.0-rc6",
3
+ "version": "1.0.1",
4
4
  "description": "I18n for Flightctl UI",
5
5
  "repository": "https://github.com/flightctl/flightctl-ui.git",
6
6
  "homepage": "https://github.com/flightctl/flightctl-ui.git",