* 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
6 changed files with 37 additions and 37 deletions
"continueInsecureRedirectSubtitle":"Покушавате да преусмерите са <code>https</code> на <code>http</code> што није безбедно. Да ли желите да наставите?",
"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.",
"domainWarningSubtitle":"Ова инстанца је подешена да јојсе приступа са <code>{{appUrl}}</code>, али се користи <code>{{currentUrl}}</code>. Ако наставите, можете искусити проблеме са аутентификацијом.",
"ignoreTitle":"Ignore",
"ignoreTitle":"Игнориши",
"goToCorrectDomainTitle":"Go to correct domain",
"goToCorrectDomainTitle":"Иди на исправан домен",
"authorizeTitle":"Authorize",
"authorizeTitle":"Ауторизуј",
"authorizeCardTitle":"Continue to {{app}}?",
"authorizeCardTitle":"Наставити на {{app}}?",
"authorizeSubtitle":"Would you like to continue to this app? Please carefully review the permissions requested by the app.",
"authorizeSubtitle":"Да ли желите да наставите на ову апликацију? Пажљиво проверите дозволе које вам тражи апликација.",
"authorizeSubtitleOAuth":"Would you like to continue to this app?",
"authorizeSubtitleOAuth":"Да ли желите да наставите на ову апликацију?",
"authorizeLoadingTitle":"Loading...",
"authorizeLoadingTitle":"Учитавање...",
"authorizeLoadingSubtitle":"Please wait while we load the client information.",
"authorizeLoadingSubtitle":"Молим вас сачекајте док ми учитамо информације о клијенту.",
"authorizeSuccessTitle":"Authorized",
"authorizeSuccessTitle":"Ауторизован",
"authorizeSuccessSubtitle":"You will be redirected to the app in a few seconds.",
"authorizeSuccessSubtitle":"Бићете преусмерени на апликацију за неколико секунди.",
"authorizeErrorClientInfo":"An error occurred while loading the client information. Please try again later.",
"authorizeErrorClientInfo":"Појавила се грешка током учитавања информација о клијенту. Молим вас покушајте поново касније.",
"authorizeErrorMissingParams":"The following parameters are missing: {{missingParams}}",
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.