@@ -23,7 +23,7 @@ action.cc.whatsnew.dialog.open.text = What's New in Conventional Commit
2323cc.commitbuilder.title = Build Commit Message
2424cc.commitbuilder.dialog.howTo.info = Completion is available on each field using {0}
2525cc.commitbuilder.dialog.howTo.info.close = Don't show again
26- cc.commitbuilder.dialog.howTo.error = Completion unavailable as no shortcut is configured
26+ cc.commitbuilder.dialog.howTo.error = Completion is unavailable as no shortcut is configured
2727cc.commitbuilder.dialog.howTo.error.close = Hide
2828cc.commitbuilder.dialog.type = &Type
2929cc.commitbuilder.dialog.scope = &Scope
@@ -44,14 +44,14 @@ cc.commitbuilder.dialog.softWraps = Soft wraps are active ({0})
4444
4545# First letter lowercase, as they'll get merged with 'cc.commitbuilder.dialog.softWraps'
4646cc.commitbuilder.dialog.softWraps.all = shown always
47- cc.commitbuilder.dialog.softWraps.currentLine = shown for current line only
47+ cc.commitbuilder.dialog.softWraps.currentLine = shown for the current line only
4848
4949# Values used as accessible names or descriptions
5050cc.commitbuilder.dialog.a11y.howToBanner = How to banner
5151cc.commitbuilder.dialog.a11y.commitTokens = Commit tokens
5252cc.commitbuilder.dialog.a11y.otherFooter = Other footer
5353cc.commitbuilder.dialog.a11y.rememberValues = \
54- Values will be remembered until a successful commit is made, \
54+ Values will be remembered until a successful commit is made \
5555 or until the IDE is closed
5656
5757# Actions
@@ -66,7 +66,7 @@ cc.config.template = Template completion
6666cc.config.enableLanguageSupport = Highlight syntax
6767cc.config.prioritizeRecentlyUsed = Prioritize recently used tokens
6868cc.config.autoInsertSpaceAfterColon = Automatically insert a space after the colon
69- cc.config.defaults = Default tokens
69+ cc.config.tokens = Tokens
7070cc.config.types = Types:
7171cc.config.scopes = Scopes:
7272cc.config.customFile = Custom file
@@ -81,17 +81,17 @@ cc.config.coAuthors.customFile.tooltip = \
8181cc.config.coAuthors.customFile.dialog.title = Co-authors File
8282cc.config.coAuthors.customFile.dialog.description = Select a writable .coauthors file
8383
84- cc.config.defaults.exportToPath = Export built-in defaults to path\u2026
84+ cc.config.defaults.exportToPath = Export bundled tokens to path\u2026
8585cc.config.defaults.exportToPath.completed = Export completed correctly
8686cc.config.defaults.exportToPath.error = Could not write the file
8787cc.config.defaults.customFile.tooltip = \
88- Read default tokens from a custom JSON file. \
88+ Read commit message tokens from a custom JSON file. \
8989 Useful when sharing custom tokens between multiple projects, but could prevent versioning.
9090cc.config.defaults.customFile.comment = \
91- Absolute path of a .json file in the system that respects a \
92- <a href="https://github.com/lppedd/idea-conventional-commit/blob/master/src/main/resources/defaults/conventionalcommit.schema.json">Schema </a>
91+ Absolute path to a JSON file that respects a \
92+ <a href="https://github.com/lppedd/idea-conventional-commit/blob/master/src/main/resources/defaults/conventionalcommit.schema.json">schema </a>
9393cc.config.defaults.empty = No tokens defined
94- cc.config.customFilePicker.disabled = Check "Custom default tokens " to enable the file picker
94+ cc.config.customFilePicker.disabled = Check "Custom file " to enable the file picker
9595cc.config.customFilePicker.enabled = Pick a file
9696cc.config.filePicker.error.empty = A file must be picked
9797cc.config.filePicker.error.path = The file is not valid
@@ -108,7 +108,7 @@ cc.config.providers.subject.title = Subject providers:
108108cc.config.providers.body.title = Body providers:
109109cc.config.providers.footerType.title = Footer type providers:
110110cc.config.providers.footerValue.title = Footer value providers:
111- cc.config.providersPriority = Personalize the providers priority (higher in the list equals higher priority).
111+ cc.config.providersPriority = Customize providers priority (higher in the list equals higher priority).
112112cc.config.fileDialog.title = Select File
113113cc.config.fileDialog.description = Only JSON files are allowed
114114cc.config.fileDialog.selectFile = Select File
@@ -122,7 +122,7 @@ cc.config.coAuthorsDialog.error = Co-author's names cannot be blank
122122cc.config.coAuthorsDialog.saveError = Couldn''t save changes to file: {0}
123123
124124cc.notification.group.name = Conventional Commit notifications
125- cc.notifications.schema = Error reading custom defaults file: {0}. Using built-in tokens instead.
125+ cc.notifications.schema = Error reading the tokens JSON file: {0}. Using bundled tokens instead.
126126cc.notifications.schema.seeLogs = see IDE logs
127127cc.notifications.schema.validation = the file does not respect the JSON schema
128128
@@ -137,16 +137,14 @@ cc.inspection.nonStdMessage.replaceWs.label = Replace scope's middle spaces with
137137cc.inspection.namingConvention.description = Conventional Commit: naming convention
138138cc.inspection.namingConvention.text = Naming convention violation. Illegal characters used
139139cc.inspection.namingConvention.comment = \
140- Reports commit's <b>types</b> and <b>scopes</b> that do not follow \
141- the specified regular expression patterns. \
140+ Reports commit <b>types</b> and <b>scopes</b> that do not follow \
141+ the specified regular expression patterns.<br/> \
142142 Use the fields provided below to specify the regular expressions (in <b>java.util.regex</b> format).
143143cc.inspection.namingConvention.pattern.type.label = Type pattern:
144144cc.inspection.namingConvention.pattern.scope.label = Scope pattern:
145145cc.inspection.namingConvention.pattern.error = Bad regular expression pattern
146146
147- # This is used in footer value context to "show more" co-authors by opening a dialog.
148- # If you plan to test this, beware the master branch has some problems with completion
149- # as of now so don't report an issue, I'm aware :P
147+ # This is used in the footer value context to "show more" co-authors by opening a dialog
150148cc.completion.showMore = Show more
151149cc.completion.noScope = No scope
152150cc.completion.menu.filter.hideSelected = Hide selected
0 commit comments