All available translation keys as string literals
"errors.gitNotInitialized"
| "errors.gitNotRepo"
| "errors.gitNotClean"
| "errors.gitUncommittedChanges"
| "errors.gitUserNotConfigured"
| "errors.gitNoCommits"
| "errors.gitTagExists"
| "errors.gitRemoteError"
| "errors.configNotFound"
| "errors.configInvalid"
| "errors.configMissingRequired"
| "errors.versionNotFound"
| "errors.versionInvalidFormat"
| "errors.versionFileNotFound"
| "errors.versionBumpInvalid"
| "errors.fileNotFound"
| "errors.fileUpdateFailed"
| "errors.filePatternNoMatch"
| "errors.fileHandlerNotFound"
| "errors.fileJsonInvalid"
| "errors.githubCliNotFound"
| "errors.githubAuthFailed"
| "errors.githubReleaseFailed"
| "errors.templateInvalid"
| "errors.templateProcessingFailed"
| "errors.templateSecurityViolation"
| "errors.securityInvalidGitRef"
| "errors.securityEmptyGitRef"
| "errors.securityInvalidGitRefChars"
| "errors.securityInvalidGitRefPattern"
| "errors.securityGitTagTooLong"
| "errors.securityInvalidCommitHash"
| "errors.securityInvalidFilePath"
| "errors.securityPathTraversal"
| "errors.securityPathEscape"
| "errors.securityInvalidVersion"
| "errors.securityInvalidSemverFormat"
| "errors.securityInvalidCliArgType"
| "errors.securityShellInjection"
| "errors.securityNullByteInjection"
| "errors.securityInvalidPath"
| "errors.securityPathNotAbsolute"
| "errors.securityForbiddenChars"
| "errors.dependencyNotFound"
| "errors.permissionDenied"
| "errors.operationCancelled"
| "errors.unknownError"
| "errors.invalidBumpType"
| "errors.breakingRequiresMajor"
| "errors.commandFailed"
| "errors.noCommits"
| "errors.tagExists"
| "errors.rollbackFailed"
| "errors.templateError"
| "cli.release.description"
| "cli.release.calculating"
| "cli.release.currentVersion"
| "cli.release.newVersion"
| "cli.release.updating"
| "cli.release.committing"
| "cli.release.pushing"
| "cli.release.creatingGithub"
| "cli.release.success"
| "cli.release.dryRun"
| "cli.release.noChanges"
| "cli.rollback.description"
| "cli.rollback.confirm"
| "cli.rollback.rollingBack"
| "cli.rollback.restoringFiles"
| "cli.rollback.removingTag"
| "cli.rollback.success"
| "cli.rollback.cancelled"
| "cli.init.description"
| "cli.init.creating"
| "cli.init.success"
| "cli.init.exists"
| "cli.init.initializing"
| "cli.init.createdLauncher"
| "cli.init.failedLauncher"
| "cli.init.foundConfig"
| "cli.init.creatingConfig"
| "cli.init.createdConfig"
| "cli.init.failedConfig"
| "cli.init.checkingDeno"
| "cli.init.foundTasks"
| "cli.init.addTasks"
| "cli.init.noDeno"
| "cli.init.complete"
| "cli.init.nextSteps"
| "cli.init.nextStep1"
| "cli.init.nextStep2"
| "cli.init.nextStep3"
| "cli.init.moreInfo"
| "cli.commands.patch"
| "cli.commands.minor"
| "cli.commands.major"
| "cli.commands.auto"
| "cli.options.dryRun"
| "cli.options.skipConfirmation"
| "cli.options.skipGithub"
| "cli.options.skipDocs"
| "cli.options.verbose"
| "cli.options.quiet"
| "cli.help.title"
| "cli.help.usage"
| "cli.help.usageLine1"
| "cli.help.usageLine2"
| "cli.help.usageLine3"
| "cli.help.commands"
| "cli.help.commandRelease"
| "cli.help.commandRollback"
| "cli.help.commandInit"
| "cli.help.bumpTypes"
| "cli.help.bumpMajor"
| "cli.help.bumpMinor"
| "cli.help.bumpPatch"
| "cli.help.options"
| "cli.help.optionConfig"
| "cli.help.optionDryRun"
| "cli.help.optionSkipConfirm"
| "cli.help.optionLogLevel"
| "cli.help.optionHelp"
| "cli.help.optionVersion"
| "cli.help.optionVersionDetailed"
| "cli.help.optionVersionJson"
| "cli.help.examples"
| "cli.help.exampleInit"
| "cli.help.exampleRelease"
| "cli.help.exampleReleaseMinor"
| "cli.help.exampleDryRun"
| "cli.help.exampleRollback"
| "cli.help.exampleRollbackVersion"
| "cli.help.exampleConfig"
| "cli.help.exampleVersionDetailed"
| "cli.help.exampleVersionJson"
| "cli.help.configuration"
| "cli.help.configIntro"
| "cli.help.safePatterns"
| "cli.help.safePatternsIntro"
| "cli.help.safeExample"
| "cli.help.unsafeExample"
| "cli.help.safePatternsNote"
| "cli.help.safePatternsWarning"
| "cli.help.moreInfo"
| "cli.version.description"
| "cli.version.repository"
| "cli.version.license"
| "cli.version.buildInfo"
| "cli.version.buildDate"
| "cli.version.gitCommit"
| "cli.version.environment"
| "cli.version.releaseNotes"
| "cli.version.added"
| "cli.version.changed"
| "cli.version.fixed"
| "cli.version.deprecated"
| "cli.version.removed"
| "cli.version.security"
| "cli.version.runtimeInfo"
| "cli.version.deno"
| "cli.version.v8"
| "cli.version.typescript"
| "log.release.starting"
| "log.release.noFiles"
| "log.release.fileUpdatePreview"
| "log.release.filePreview"
| "log.release.usingHandler"
| "log.release.customFunction"
| "log.release.noChanges"
| "log.release.foundMatch"
| "log.release.noMatches"
| "log.release.suggestions"
| "log.release.suggestBuiltin"
| "log.release.currentVersion"
| "log.release.noCommits"
| "log.release.commitsFound"
| "log.release.newVersion"
| "log.release.releaseNotes"
| "log.release.dryRunMode"
| "log.release.dryRunInfo"
| "log.release.updatingFiles"
| "log.release.generatingChangelog"
| "log.release.committingChanges"
| "log.release.pushingToRemote"
| "log.release.creatingGitHub"
| "log.release.gitHubSuccess"
| "log.release.generatingDocs"
| "log.release.releaseSuccess"
| "log.release.releaseUrl"
| "log.release.noFilesToUpdate"
| "log.release.processingFiles"
| "log.rollback.starting"
| "log.rollback.noReleaseTags"
| "log.rollback.availableTags"
| "log.rollback.targetNotFound"
| "log.rollback.rollingBack"
| "log.rollback.restoringFiles"
| "log.rollback.removingTag"
| "log.rollback.removingGitHub"
| "log.rollback.success"
| "log.error"
| "log.warn"
| "log.info"
| "log.debug"
| "prompts.confirm"
| "prompts.yes"
| "prompts.no"
| "prompts.proceedRelease"
| "prompts.releaseCancelled"
| "prompts.undoRollback"
| "prompts.rollbackCancelled"
| "prompts.deleteRemoteTag"
| "suggestions.checkPath"
| "suggestions.verifyPermissions"
| "suggestions.runGitInit"
| "suggestions.navigateToRepo"
| "suggestions.checkProjectDir"
| "suggestions.commitChanges"
| "suggestions.stashChanges"
| "suggestions.discardChanges"
| "suggestions.viewChanges"
| "suggestions.runNagareInit"
| "suggestions.createConfigManually"
| "suggestions.specifyConfigPath"
| "suggestions.addVersionPattern"
| "suggestions.configureCustomPattern"
| "suggestions.ensureFileReadable"
| "suggestions.addCustomUpdateFn"
| "suggestions.useBuiltInHandler"
| "suggestions.defineCustomPatterns"
| "suggestions.checkJsonSyntax"
| "suggestions.validateJson"
| "suggestions.checkJsonCommas"
| "suggestions.revertRecentChanges"
| "suggestions.installGitHubCli"
| "suggestions.installGitHubCliMac"
| "suggestions.installGitHubCliWindows"
| "suggestions.disableGitHubReleases"
| "suggestions.useValidType"
| "suggestions.checkGitHub"
| "suggestions.checkConfig"
| "suggestions.provideValidString"
| "suggestions.checkNotNull"
| "suggestions.ensureNotNumberOrObject"
| "suggestions.provideNonEmpty"
| "suggestions.checkWhitespace"
| "suggestions.useSimpleNames"
| "suggestions.useOnlyAlphanumeric"
| "suggestions.avoidSpecialChars"
| "suggestions.checkGitDocs"
| "suggestions.followGitNaming"
| "suggestions.useShorterName"
| "suggestions.provideFullHash"
| "suggestions.checkGitLog"
| "suggestions.useAbsolutePath"
| "suggestions.removeTraversal"
| "suggestions.stayWithinProject"
| "suggestions.useForwardSlashes"
| "suggestions.checkPathExists"
| "suggestions.provideSemver"
| "suggestions.checkVersionFormat"
| "suggestions.removeInvalidChars"
| "suggestions.provideValidGitRef"
| "suggestions.checkNotNullOrUndefined"
| "suggestions.ensureStringType"
| "suggestions.removeSpecialChars"
| "suggestions.useAlphanumeric"
| "suggestions.noStartWithHyphen"
| "suggestions.removeDoubleDots"
| "suggestions.noEndWithDotOrLock"
| "suggestions.removeAtBraces"
| "suggestions.useConciseNaming"
| "suggestions.useAbbreviatedVersions"
| "suggestions.checkForNullUndefined"
| "suggestions.checkInputSource"
| "suggestions.convertNumbersToStrings"
| "suggestions.ensureStringArgs"
| "suggestions.escapeSpecialChars"
| "suggestions.forbiddenChars"
| "suggestions.provideValidPath"
| "suggestions.removeNullBytes"
| "suggestions.removeShellMetachars"
| "suggestions.checkSemverDocs"
| "suggestions.checkSymbolicLinks"
| "suggestions.useGitRevParse"
| "suggestions.useParamSubstitution"
| "suggestions.useRelativePaths"
| "suggestions.useSemverFormat"
| "suggestions.validateEncoding"
| "suggestions.validSemverExamples"
| "changelog.title"
| "changelog.unreleased"
| "changelog.added"
| "changelog.changed"
| "changelog.deprecated"
| "changelog.removed"
| "changelog.fixed"
| "changelog.security"
| "changelog.breakingChanges"
| "commitTypes.feat"
| "commitTypes.fix"
| "commitTypes.docs"
| "commitTypes.style"
| "commitTypes.refactor"
| "commitTypes.perf"
| "commitTypes.test"
| "commitTypes.build"
| "commitTypes.ci"
| "commitTypes.chore"
| "commitTypes.revert"
| "fileHandlers.updating"
| "fileHandlers.skipping"
| "fileHandlers.preview"
| "fileHandlers.pattern"
| "fileHandlers.customHandler"
| "version.current"
| "version.previous"
| "version.bump"
| "git.status"
| "git.clean"
| "git.uncommitted"
| "git.tag"
| "git.commit"
| "git.push"
| "time.just_now"
| "time.seconds_ago"
| "time.minutes_ago"
| "time.hours_ago"
| "time.days_ago"