@flightctl/i18n 1.0.0-rc4 → 1.0.0-rc5
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.
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"Create Authentication Provider": "Create Authentication Provider",
|
|
45
45
|
"Edit Authentication Provider": "Edit Authentication Provider",
|
|
46
46
|
"Authentication Provider Details": "Authentication Provider Details",
|
|
47
|
-
"
|
|
47
|
+
"Log in interrupted": "Log in interrupted",
|
|
48
|
+
"Your log in didn't fully complete. Try again to continue.": "Your log in didn't fully complete. Try again to continue.",
|
|
48
49
|
"Try again": "Try again",
|
|
49
50
|
"Authentication providers": "Authentication providers",
|
|
50
51
|
"OAuth2 providers can only be edited via the YAML editor": "OAuth2 providers can only be edited via the YAML editor",
|
|
@@ -225,9 +226,12 @@
|
|
|
225
226
|
"Continue": "Continue",
|
|
226
227
|
"Select Organization": "Select Organization",
|
|
227
228
|
"Unable to log in to the application": "Unable to log in to the application",
|
|
229
|
+
"You do not have access to any organizations.": "You do not have access to any organizations.",
|
|
230
|
+
"Please contact your administrator to be granted access to an organization.": "Please contact your administrator to be granted access to an organization.",
|
|
228
231
|
"We cannot log you in as we could not determine what organizations you have access to.": "We cannot log you in as we could not determine what organizations you have access to.",
|
|
229
232
|
"Please try refreshing the page. If the problem persists, contact your administrator.": "Please try refreshing the page. If the problem persists, contact your administrator.",
|
|
230
233
|
"Error details": "Error details",
|
|
234
|
+
"Reload organizations": "Reload organizations",
|
|
231
235
|
"Change Organization": "Change Organization",
|
|
232
236
|
"Settings": "Settings",
|
|
233
237
|
"Fleet not found": "Fleet not found",
|
package/package.json
CHANGED