@flightctl/i18n 1.0.0-rc2 → 1.0.0-rc4

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.
@@ -47,6 +47,7 @@
47
47
  "Failed to login": "Failed to login",
48
48
  "Try again": "Try again",
49
49
  "Authentication providers": "Authentication providers",
50
+ "OAuth2 providers can only be edited via the YAML editor": "OAuth2 providers can only be edited via the YAML editor",
50
51
  "Edit authentication provider": "Edit authentication provider",
51
52
  "Delete authentication provider": "Delete authentication provider",
52
53
  "Details": "Details",
@@ -125,15 +126,14 @@
125
126
  "Separator for org:role format (default: \":\"). Roles containing the separator are split into organization-scoped roles. Roles without separator are global and apply to all organizations. Example: \"org1:flightctl-admin\" becomes org-scoped role \"flightctl-admin\" for organization \"org1\", while \"flightctl-admin\" becomes a global role.": "Separator for org:role format (default: \":\"). Roles containing the separator are split into organization-scoped roles. Roles without separator are global and apply to all organizations. Example: \"org1:flightctl-admin\" becomes org-scoped role \"flightctl-admin\" for organization \"org1\", while \"flightctl-admin\" becomes a global role.",
126
127
  "An error occurred": "An error occurred",
127
128
  "Failed to retrieve authentication provider details": "Failed to retrieve authentication provider details",
128
- "Set up how users will sign in and which organization they'll be assigned to.": "Set up how users will sign in and which organization they'll be assigned to.",
129
- "OIDC": "OIDC",
130
- "OAuth2": "OAuth2",
129
+ "Not allowed": "Not allowed",
131
130
  "Turn this on to let users sign in with this provider.": "Turn this on to let users sign in with this provider.",
132
131
  "You can turn it off anytime without losing your settings.": "You can turn it off anytime without losing your settings.",
133
132
  "Enabled provider": "Enabled provider",
134
133
  "Provider name": "Provider name",
135
134
  "You can't change the provider name after it's created": "You can't change the provider name after it's created",
136
135
  "Display name for this provider": "Display name for this provider",
136
+ "OIDC": "OIDC",
137
137
  "Client secret": "Client secret",
138
138
  "User identity & authorization": "User identity & authorization",
139
139
  "Add scopes required to access username and role claims from your authentication provider.": "Add scopes required to access username and role claims from your authentication provider.",
@@ -153,6 +153,7 @@
153
153
  "Roles": "Roles",
154
154
  "Role claim path": "Role claim path",
155
155
  "Path segments to the role/group claim (e.g., [\"groups\"], [\"roles\"], [\"realm_access\", \"roles\"])": "Path segments to the role/group claim (e.g., [\"groups\"], [\"roles\"], [\"realm_access\", \"roles\"])",
156
+ "OAuth2": "OAuth2",
156
157
  "Provider type is required": "Provider type is required",
157
158
  "Client ID is required": "Client ID is required",
158
159
  "Client secret is required": "Client secret is required",
@@ -246,13 +247,13 @@
246
247
  "You are about to resume device <1>{deviceNameOrAlias}</1>": "You are about to resume device <1>{deviceNameOrAlias}</1>",
247
248
  "Actions dropdown": "Actions dropdown",
248
249
  "Actions": "Actions",
250
+ "No applications found": "No applications found",
249
251
  "Device applications table": "Device applications table",
250
252
  "Ready": "Ready",
251
253
  "Restarts": "Restarts",
252
254
  "Embedded": "Embedded",
253
255
  "Yes": "Yes",
254
256
  "No": "No",
255
- "No applications found": "No applications found",
256
257
  "Reason": "Reason",
257
258
  "Message": "Message",
258
259
  "No conditions found": "No conditions found",
@@ -641,6 +642,8 @@
641
642
  "Thu": "Thu",
642
643
  "Fri": "Fri",
643
644
  "Sat": "Sat",
645
+ "Start grace duration": "Start grace duration",
646
+ "Devices can start the update within this time window after the scheduled trigger.": "Devices can start the update within this time window after the scheduled trigger.",
644
647
  "Use different update schedules for downloading and installing updates": "Use different update schedules for downloading and installing updates",
645
648
  "Deletion of fleet {{fleetId}} failed.": "Deletion of fleet {{fleetId}} failed.",
646
649
  "Delete fleet?": "Delete fleet?",
@@ -758,6 +761,8 @@
758
761
  "Time must be in hh:mm with 24-hour format": "Time must be in hh:mm with 24-hour format",
759
762
  "Installing start time is required": "Installing start time is required",
760
763
  "Installing end time is required": "Installing end time is required",
764
+ "Start grace duration is required": "Start grace duration is required",
765
+ "Duration must be a number followed by a unit (\"s\", \"m\", or \"h\")": "Duration must be a number followed by a unit (\"s\", \"m\", or \"h\")",
761
766
  "Select at least one day of the week for \"weekly\" schedules": "Select at least one day of the week for \"weekly\" schedules",
762
767
  "Select the timezone for downloading updates": "Select the timezone for downloading updates",
763
768
  "Select the timezone for installing updates": "Select the timezone for installing updates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "1.0.0-rc2",
3
+ "version": "1.0.0-rc4",
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",