* feat: add oidc client create command
* refactor: use own utility for creating random strings (more flexible
than stdlib)
* feat: validate client name to avoid config errors
* refactor: limit to only alphanumeric characters and hyphens
* refactor: remove the need of the logger in the create oidc client cmd
2026-02-26 17:28:58 +02:00
5 changed files with 36 additions and 36 deletions
"continueInsecureRedirectSubtitle":"Покушавате да преусмерите са <code>https</code> на <code>http</code> што није безбедно. Да ли желите да наставите?",
"continueUntrustedRedirectSubtitle":"You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?",
"continueUntrustedRedirectSubtitle":"Покушавате да преусмерите на домен који се не поклапа са вашим подешеним доменом (<code>{{cookieDomain}}</code>). Да ли заиста желите да наставите?",
"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.",
"ignoreTitle":"Ignore",
"goToCorrectDomainTitle":"Go to correct domain",
"authorizeTitle":"Authorize",
"authorizeCardTitle":"Continue to {{app}}?",
"authorizeSubtitle":"Would you like to continue to this app? Please carefully review the permissions requested by the app.",
"authorizeSubtitleOAuth":"Would you like to continue to this app?",
"authorizeLoadingTitle":"Loading...",
"authorizeLoadingSubtitle":"Please wait while we load the client information.",
"authorizeSuccessTitle":"Authorized",
"authorizeSuccessSubtitle":"You will be redirected to the app in a few seconds.",
"authorizeErrorClientInfo":"An error occurred while loading the client information. Please try again later.",
"authorizeErrorMissingParams":"The following parameters are missing: {{missingParams}}",
"openidScopeName":"OpenID Connect",
"openidScopeDescription":"Allows the app to access your OpenID Connect information.",
"emailScopeName":"Email",
"emailScopeDescription":"Allows the app to access your email address.",
"profileScopeName":"Profile",
"profileScopeDescription":"Allows the app to access your profile information.",
"groupsScopeName":"Groups",
"groupsScopeDescription":"Allows the app to access your group information."
"fieldRequired":"Ово поље је неопходно",
"invalidInput":"Неисправан унос",
"domainWarningTitle":"Неисправан домен",
"domainWarningSubtitle":"Ова инстанца је подешена да јојсе приступа са <code>{{appUrl}}</code>, али се користи <code>{{currentUrl}}</code>. Ако наставите, можете искусити проблеме са аутентификацијом.",
"ignoreTitle":"Игнориши",
"goToCorrectDomainTitle":"Иди на исправан домен",
"authorizeTitle":"Ауторизуј",
"authorizeCardTitle":"Наставити на {{app}}?",
"authorizeSubtitle":"Да ли желите да наставите на ову апликацију? Пажљиво проверите дозволе које вам тражи апликација.",
"authorizeSubtitleOAuth":"Да ли желите да наставите на ову апликацију?",
"authorizeLoadingTitle":"Учитавање...",
"authorizeLoadingSubtitle":"Молим вас сачекајте док ми учитамо информације о клијенту.",
"authorizeSuccessTitle":"Ауторизован",
"authorizeSuccessSubtitle":"Бићете преусмерени на апликацију за неколико секунди.",
"authorizeErrorClientInfo":"Појавила се грешка током учитавања информација о клијенту. Молим вас покушајте поново касније.",
"openidScopeDescription":"Омогућава апликацији да приступа информацији о вашој OpenID вези.",
"emailScopeName":"Е-пошта",
"emailScopeDescription":"Омогућава апликацији да приступа вашој адреси е-поште.",
"profileScopeName":"Профил",
"profileScopeDescription":"Омогућава апликацији да приступа информацијама о вашем профилу.",
"groupsScopeName":"Групе",
"groupsScopeDescription":"Омогућава апликацији да приступа информацијама о вашој групи."
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.