f7cloud_client/apps/oauth2/l10n/lo.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

24 lines
1.6 KiB
JavaScript

OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Your client is not authorized to connect. Please inform the administrator of your client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.",
"Secret key" : "Secret key",
"Delete" : "ລຶບ",
"OAuth 2.0 clients" : "OAuth 2.0 clients",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.",
"Name" : "ຊື່",
"Redirection URI" : "Redirection URI",
"Delete client" : "Delete client",
"Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.",
"Add client" : "Add client",
"Add" : "ເພີ່ມ",
"Client Identifier" : "Client Identifier",
"Show client secret" : "Show client secret",
"Hide client secret" : "Hide client secret"
},
"nplurals=1; plural=0;");