WI-80218 Proofread 'Bundle .env plugin'

GitOrigin-RevId: 78fa752a15a9e6939fe7a67e4ed80e472649b6f8
This commit is contained in:
Hanna Yakush
2025-01-14 12:50:34 +01:00
committed by intellij-monorepo-bot
parent 1cabca9ffe
commit e5659f53fa

View File

@@ -1,24 +1,24 @@
enable.environment.variables.completions=Enable environment variables completions
enable.environment.variables.completions=Enable code completion for environment variables
hide.values.in.env.files=Hide values in .env files
inspection.message.duplicate.key=Duplicate key
inspection.message.expected.found=Expected: '_' Found: '-'
inspection.message.extra.spaces.surrounding=Extra spaces surrounding '='
inspection.message.invalid.first.char.for.key.only.z.are.allowed=Invalid first char for a key. Only A-Z and '_' are allowed.
inspection.message.key.uses.lowercase.chars.only.keys.with.uppercase.chars.are.allowed=Key uses lowercase chars. Only keys with uppercase chars are allowed.
inspection.message.invalid.first.char.for.key.only.z.are.allowed=Invalid first character for a key. Only A-Z and '_' are allowed.
inspection.message.key.uses.lowercase.chars.only.keys.with.uppercase.chars.are.allowed=Key uses lowercase characters. Only uppercase characters are allowed.
inspection.message.line.has.trailing.whitespace=Line has trailing whitespace.
inspection.message.only.one.extra.line.allowed.between.properties=Only one extra line allowed between properties
inspection.message.space.inside.allowed.only.for.quoted.values=Space inside allowed only for quoted values
inspection.message.only.one.extra.line.allowed.between.properties=Only one extra line between properties is allowed
inspection.message.space.inside.allowed.only.for.quoted.values=Space inside is allowed only for quoted values
intention.name.add.quotes=Add quotes
intention.name.change.to.uppercase=Change to uppercase
intention.name.remove.extra.blank.line=Remove extra blank line
intention.name.remove.spaces.surrounding=Remove spaces surrounding '='
intention.name.remove.trailing.whitespace=Remove trailing whitespace
intention.name.replace.delimiter=Replace delimiter
intention.name.replace.delimiter=Replace delimiter
label.env.file=.env file
label.check.this.if.you.want.values.to.be.hidden.by.default.br.main.menu.code.folding.actions.can.be.used.to.control.it=<html>Check this if you want values to be hidden by default.<br>Main menu > Code > Folding actions can be used to control it.</html>
label.run.file.invalidate.caches.to.update.indices=Run File > Invalidate Caches... to update indices
store.and.complete.values=Store and complete values
storing.values.in.the.indices.can.be.turned.off.due.to.security.reasons=Storing values in the indices can be turned off due to security reasons
label.check.this.if.you.want.values.to.be.hidden.by.default.br.main.menu.code.folding.actions.can.be.used.to.control.it=<html>To toggle between hidden and shown values, use <i>Expand/Collapse</i> shortcuts.</html>
label.run.file.invalidate.caches.to.update.indices=Run File > Invalidate Caches... to update the indexes.
store.and.complete.values=Store environment values in project indexes
storing.values.in.the.indices.can.be.turned.off.due.to.security.reasons=Storing values in indexes can be turned off due to security reasons
environment.variable=Environment variable
group.dotenv=DotEnv
inspection.name.duplicate.keys=Duplicate keys
@@ -26,6 +26,6 @@ inspection.name.space.inside.non.quoted.value=Space inside non-quoted value
inspection.name.extra.blank.line=Extra blank line
inspection.name.incorrect.delimiter=Incorrect delimiter
inspection.name.invalid.leading.character=Invalid leading character
inspection.name.key.uses.lowercase.chars=Key uses lowercase chars
inspection.name.key.uses.lowercase.chars=Key uses lowercase characters
inspection.name.value.has.trailing.whitespace=Value has trailing whitespace
inspection.name.extra.spaces.surrounding=Extra spaces surrounding '='