Skip to content

Commit c465e77

Browse files
committed
New translations en.json (Afrikaans)
1 parent 0fa8db6 commit c465e77

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

frontend/src/lib/i18n/locales/af-ZA.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,31 @@
5151
"forgotPasswordTitle": "Forgot your password?",
5252
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
5353
"errorTitle": "An error occurred",
54-
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
54+
"errorSubtitleInfo": "The following error occurred while processing your request:",
55+
"errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.",
5556
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
5657
"fieldRequired": "This field is required",
5758
"invalidInput": "Invalid input",
5859
"domainWarningTitle": "Invalid Domain",
5960
"domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",
6061
"ignoreTitle": "Ignore",
61-
"goToCorrectDomainTitle": "Go to correct domain"
62-
}
62+
"goToCorrectDomainTitle": "Go to correct domain",
63+
"authorizeTitle": "Authorize",
64+
"authorizeCardTitle": "Continue to {{app}}?",
65+
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
66+
"authorizeSubtitleOAuth": "Would you like to continue to this app?",
67+
"authorizeLoadingTitle": "Loading...",
68+
"authorizeLoadingSubtitle": "Please wait while we load the client information.",
69+
"authorizeSuccessTitle": "Authorized",
70+
"authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
71+
"authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
72+
"authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
73+
"openidScopeName": "OpenID Connect",
74+
"openidScopeDescription": "Allows the app to access your OpenID Connect information.",
75+
"emailScopeName": "Email",
76+
"emailScopeDescription": "Allows the app to access your email address.",
77+
"profileScopeName": "Profile",
78+
"profileScopeDescription": "Allows the app to access your profile information.",
79+
"groupsScopeName": "Groups",
80+
"groupsScopeDescription": "Allows the app to access your group information."
81+
}

0 commit comments

Comments
 (0)