Skip to content

Commit

Permalink
更新到2018.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen0930 committed Jul 30, 2018
1 parent c2a42ce commit 36b6bd9
Show file tree
Hide file tree
Showing 70 changed files with 2,749 additions and 1,316 deletions.
2 changes: 1 addition & 1 deletion resources_en/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.4
Created-By: 1.8.0_152-release-1136-b20 (JetBrains s.r.o)
Created-By: 1.8.0_152-release-1248-b8 (JetBrains s.r.o)

17 changes: 15 additions & 2 deletions resources_en/com/intellij/json/JsonBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ syntax.error.illegal.unicode.escape.sequence=Illegal unicode escape sequence
syntax.error.illegal.floating.point.literal=Illegal floating point literal

# Inspections
json.inspection.group=JSON
json.inspection.group=JSON and JSON5

inspection.compliance.name=Compliance with JSON standard
inspection.compliance5.name=Compliance with JSON5 standard
inspection.compliance.msg.comments=JSON standard does not allow comments. Use JSMin or similar tool to remove comments before parsing.
inspection.compliance.msg.single.quoted.strings=JSON standard does not allow single quoted strings
inspection.compliance.msg.bad.token=JSON standard does not allow such tokens
Expand All @@ -20,6 +21,8 @@ inspection.compliance.msg.multiple.top.level.values=JSON standard allows only on

inspection.compliance.option.comments=Warn about comments
inspection.compliance.option.multiple.top.level.values=Warn about multiple top-level values
inspection.compliance.option.trailing.comma=Warn about trailing commas
inspection.compliance.option.nan.infinity=Warn about NaN and Infinity/-Infinity numeric values

inspection.duplicate.keys.name=Duplicate keys in object literals
inspection.duplicate.keys.msg.duplicate.keys=Object contains duplicate keys "{0}"
Expand All @@ -37,6 +40,16 @@ quickfix.add.double.quotes.desc=Wrap with double quotes
surround.with.object.literal.desc=object literal
json.template.context.type=JSON

json.copy.to.clipboard=Copy {0} to clipboard

#json schema
json.schema.add.schema.chooser.title=Select JSON Schema File
json.schema.annotation.not.allowed.property=Property ''{0}'' is not allowed
json.schema.annotation.not.allowed.property=Property ''{0}'' is not allowed
json.schema.conflicting.mappings=Warning: conflicting mappings. <a href="#">Show details</a>
json.schema.file.selector.title=Schema file or URL:
json.schema.file.not.found=File not found
json.schema.inspection.compliance.name=Compliance with JSON schema

settings.json.schema.add.mapping=Add mapping
settings.json.schema.edit.mapping=Edit mapping
settings.json.schema.remove.mapping=Remove mapping
17 changes: 15 additions & 2 deletions resources_en/com/intellij/json/JsonBundle_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ syntax.error.illegal.unicode.escape.sequence=\u975e\u6cd5unicode\u8f6c\u4e49\u5e
syntax.error.illegal.floating.point.literal=\u975e\u6cd5\u7684\u6d6e\u70b9\u6587\u5b57

# Inspections
json.inspection.group=JSON
json.inspection.group=JSON \u548c JSON5

inspection.compliance.name=\u7b26\u5408JSON\u6807\u51c6
inspection.compliance5.name=\u9075\u5b88JSON5\u6807\u51c6
inspection.compliance.msg.comments=JSON\u6807\u51c6\u4e0d\u5141\u8bb8\u8bc4\u8bba\u3002\u5728\u89e3\u6790\u4e4b\u524d\u4f7f\u7528JSMin\u6216\u7c7b\u4f3c\u7684\u5de5\u5177\u6765\u5220\u9664\u6ce8\u91ca\u3002
inspection.compliance.msg.single.quoted.strings=JSON\u6807\u51c6\u4e0d\u5141\u8bb8\u5355\u5f15\u53f7\u5b57\u7b26\u4e32
inspection.compliance.msg.bad.token=JSON\u6807\u51c6\u4e0d\u5141\u8bb8\u8fd9\u6837\u7684\u6807\u8bb0
Expand All @@ -20,6 +21,8 @@ inspection.compliance.msg.multiple.top.level.values=JSON\u6807\u51c6\u53ea\u5141

inspection.compliance.option.comments=\u8b66\u544a\u5173\u4e8e\u8bc4\u8bba
inspection.compliance.option.multiple.top.level.values=\u8b66\u544a\u591a\u4e2a\u9876\u7ea7\u503c
inspection.compliance.option.trailing.comma=\u5173\u4e8e\u9017\u53f7\u7684\u8b66\u544a
inspection.compliance.option.nan.infinity=Warn about NaN and Infinity/-Infinity numeric values

inspection.duplicate.keys.name=\u5bf9\u8c61\u6587\u5b57\u4e2d\u91cd\u590d\u7684\u952e
inspection.duplicate.keys.msg.duplicate.keys=\u5bf9\u8c61\u5305\u542b\u91cd\u590d\u952e\u201c{0}\u201d
Expand All @@ -37,6 +40,16 @@ quickfix.add.double.quotes.desc=\u7528\u53cc\u5f15\u53f7\u5305\u8d77\u6765
surround.with.object.literal.desc=\u5bf9\u8c61\u6587\u5b57
json.template.context.type=JSON

json.copy.to.clipboard=Copy {0} to clipboard

#json schema
json.schema.add.schema.chooser.title=\u9009\u62e9JSON\u6a21\u5f0f\u6587\u4ef6
json.schema.annotation.not.allowed.property=\u5c5e\u6027\u201c{0}\u201d\u662f\u4e0d\u5141\u8bb8\u7684
json.schema.annotation.not.allowed.property=\u5c5e\u6027\u201c{0}\u201d\u662f\u4e0d\u5141\u8bb8\u7684
json.schema.conflicting.mappings=Warning: conflicting mappings. <a href="#">Show details</a>
json.schema.file.selector.title=Schema file or URL:
json.schema.file.not.found=\u6587\u4ef6\u672a\u627e\u5230
json.schema.inspection.compliance.name=\u7b26\u5408JSON\u6a21\u5f0f

settings.json.schema.add.mapping=\u6dfb\u52a0\u6620\u5c04
settings.json.schema.edit.mapping=\u4fee\u6539\u6620\u5c04
settings.json.schema.remove.mapping=\u5220\u9664\u6620\u5c04
17 changes: 15 additions & 2 deletions resources_en/com/intellij/json/JsonBundle_zh_TW.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ syntax.error.illegal.unicode.escape.sequence=\u975e\u6cd5unicode\u8f49\u7fa9\u5e
syntax.error.illegal.floating.point.literal=\u975e\u6cd5\u7684\u6d6e\u9ede\u6587\u5b57

# Inspections
json.inspection.group=JSON
json.inspection.group=JSON \u548c JSON5

inspection.compliance.name=\u7b26\u5408JSON\u6a19\u6e96
inspection.compliance5.name=\u9075\u5b88JSON5\u6a19\u6e96
inspection.compliance.msg.comments=JSON\u6a19\u6e96\u4e0d\u5141\u8a31\u8a55\u8ad6\u3002\u5728\u5256\u6790\u4e4b\u524d\u4f7f\u7528JSMin\u6216\u985e\u4f3c\u7684\u5de5\u5177\u4f86\u522a\u9664\u8a3b\u89e3\u3002
inspection.compliance.msg.single.quoted.strings=JSON\u6a19\u6e96\u4e0d\u5141\u8a31\u55ae\u5f15\u865f\u5b57\u4e32
inspection.compliance.msg.bad.token=JSON\u6a19\u6e96\u4e0d\u5141\u8a31\u9019\u6a23\u7684\u6a19\u8a18
Expand All @@ -20,6 +21,8 @@ inspection.compliance.msg.multiple.top.level.values=JSON\u6a19\u6e96\u53ea\u5141

inspection.compliance.option.comments=\u8b66\u544a\u95dc\u65bc\u8a55\u8ad6
inspection.compliance.option.multiple.top.level.values=\u8b66\u544a\u591a\u500b\u9802\u7d1a\u503c
inspection.compliance.option.trailing.comma=\u95dc\u65bc\u9017\u865f\u7684\u8b66\u544a
inspection.compliance.option.nan.infinity=Warn about NaN and Infinity/-Infinity numeric values

inspection.duplicate.keys.name=\u7269\u4ef6\u6587\u5b57\u4e2d\u91cd\u8907\u7684\u9375
inspection.duplicate.keys.msg.duplicate.keys=\u7269\u4ef6\u5305\u542b\u91cd\u8907\u9375\u300c{0}\u300d
Expand All @@ -37,6 +40,16 @@ quickfix.add.double.quotes.desc=\u7528\u96d9\u5f15\u865f\u5305\u8d77\u4f86
surround.with.object.literal.desc=\u7269\u4ef6\u6587\u5b57
json.template.context.type=JSON

json.copy.to.clipboard=Copy {0} to clipboard

#json schema
json.schema.add.schema.chooser.title=\u9078\u53d6JSON\u6a21\u5f0f\u6a94\u6848
json.schema.annotation.not.allowed.property=\u5c6c\u6027\u300c{0}\u300d\u662f\u4e0d\u5141\u8a31\u7684
json.schema.annotation.not.allowed.property=\u5c6c\u6027\u300c{0}\u300d\u662f\u4e0d\u5141\u8a31\u7684
json.schema.conflicting.mappings=Warning: conflicting mappings. <a href="#">Show details</a>
json.schema.file.selector.title=Schema file or URL:
json.schema.file.not.found=\u6a94\u6848\u672a\u627e\u5230
json.schema.inspection.compliance.name=\u7b26\u5408JSON\u6a21\u5f0f

settings.json.schema.add.mapping=\u65b0\u589e\u6620\u5c04
settings.json.schema.edit.mapping=\u4fee\u6539\u6620\u5c04
settings.json.schema.remove.mapping=\u522a\u9664\u6620\u5c04
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ link.to.settings=Manage Dictionaries
link.to.inspection.settings=Configure 'Spelling' inspection
exact.rename.to=Typo: Rename to ''{0}''
custom.dictionaries.title=Custom Dictionaries
add.dictionary.description=Add custom dictionaries: plaintext word lists
add.dictionary.description=Add custom dictionaries: plain text word lists
hunspell.description=hunspell dictionaries
bundled.dictionaries.title=Bundled Dictionaries
dictionaries.panel.description=Enable/disable bundled dictionaries for your project
custom.dictionary.title=Custom Dictionary
add.custom.dictionaries=Add custom dictionaries
edit.custom.dictionary=Edit custom dictionary
custom.dictionary.not.found.title=Custom Dictionary Is not Found
custom.dictionary.not.found.title=Custom Dictionary Is Not Found
custom.dictionary.not.found=Custom dictionary is not found at path {0}
dictionary.not.found.title=Dictionary is not Found
dictionary.not.found.title=Dictionary Is Not Found
dictionary.not.found=Dictionary is not found at path {0}
remove.custom.dictionaries=Remove custom dictionaries
no.words=No additional words
no.custom.dictionaries=No custom dictionaries
no.dictionaries=No dictionaries found
dictionary.filetype.name=Dictionary
dictionary.filetype.description=Dictionary file
dictionary.filetype.description=Spell Checker Dictionary
spellchecker=Spellchecker
changed.dict.title={0} dictionary is changed
new.word.description=''{0}'' is added to {1} dictionary
Expand All @@ -56,6 +56,6 @@ app.dictionary=Application-level dictionary
built.in.dictionary=built-in
words.list.dictionary=word list
select.dictionary.title=Select dictionary
max.number.of.corrections=Max number of corrections
use.single.dictionary=Use single dictionary for words saving
max.number.of.corrections=Maximum number of suggestions
use.single.dictionary=Use single dictionary for saving words
advanced.settings=Advanced settings
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ link.to.settings=\u7ba1\u7406\u5b57\u5178
link.to.inspection.settings=\u914d\u7f6e\u201c\u62fc\u5199\u68c0\u67e5\u201d
exact.rename.to=\u9519\u5b57\uff1a\u91cd\u547d\u540d\u4e3a\u201c{0}\u201d
custom.dictionaries.title=\u81ea\u5b9a\u4e49\u8bcd\u5178
add.dictionary.description=\u6dfb\u52a0\u81ea\u5b9a\u4e49\u5b57\u5178\uff1a\u660e\u6587\u5355\u8bcd\u5217\u8868
add.dictionary.description=\u6dfb\u52a0\u81ea\u5b9a\u4e49\u5b57\u5178\uff1a\u7eaf\u6587\u672c\u5355\u8bcd\u5217\u8868
hunspell.description=hunspell dictionaries
bundled.dictionaries.title=Bundled Dictionaries
dictionaries.panel.description=\u542f\u7528/\u7981\u7528\u60a8\u7684\u9879\u76ee\u5b57\u5178
Expand All @@ -44,7 +44,7 @@ no.words=\u6ca1\u6709\u989d\u5916\u7684\u5355\u8bcd
no.custom.dictionaries=\u6ca1\u6709\u81ea\u5b9a\u4e49\u8bcd\u5178
no.dictionaries=\u6ca1\u6709\u5b57\u5178\u53d1\u73b0
dictionary.filetype.name=\u5b57\u5178
dictionary.filetype.description=\u5b57\u5178\u6587\u4ef6
dictionary.filetype.description=\u62fc\u5199\u68c0\u67e5\u5668\u5b57\u5178
spellchecker=\u62fc\u5199\u68c0\u67e5
changed.dict.title={0} \u5b57\u5178\u5df2\u7ecf\u6539\u53d8
new.word.description=''{0}'' \u6dfb\u52a0\u5230\u5b57\u5178 {1}
Expand All @@ -56,6 +56,6 @@ app.dictionary=\u5e94\u7528\u7ea7\u5b57\u5178
built.in.dictionary=\u5185\u7f6e\u7684
words.list.dictionary=\u5355\u8bcd\u5217\u8868
select.dictionary.title=\u9009\u62e9\u5b57\u5178
max.number.of.corrections=\u6700\u5927\u6570\u91cf\u7684\u4fee\u6b63
max.number.of.corrections=\u6700\u5927\u5efa\u8bae\u6570
use.single.dictionary=\u4f7f\u7528\u5355\u4e00\u5b57\u5178\u6765\u4fdd\u5b58\u5355\u8bcd
advanced.settings=\u9ad8\u7ea7\u8bbe\u7f6e
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ link.to.settings=\u7ba1\u7406\u5b57\u5178
link.to.inspection.settings=\u8a2d\u5b9a\u300c\u62fc\u5b57\u6aa2\u67e5\u300d
exact.rename.to=\u932f\u5b57\uff1a\u91cd\u65b0\u547d\u540d\u70ba\u300c{0}\u300d
custom.dictionaries.title=\u81ea\u8a02\u5b57\u5178
add.dictionary.description=\u65b0\u589e\u81ea\u8a02\u5b57\u5178\uff1a\u660e\u6587\u55ae\u5b57\u6e05\u55ae
add.dictionary.description=\u65b0\u589e\u81ea\u8a02\u5b57\u5178\uff1a\u7d14\u6587\u5b57\u55ae\u5b57\u6e05\u55ae
hunspell.description=hunspell dictionaries
bundled.dictionaries.title=Bundled Dictionaries
dictionaries.panel.description=\u555f\u7528/\u7981\u7528\u60a8\u7684\u9805\u76ee\u5b57\u5178
Expand All @@ -44,7 +44,7 @@ no.words=\u6c92\u6709\u984d\u5916\u7684\u55ae\u5b57
no.custom.dictionaries=\u6c92\u6709\u81ea\u8a02\u5b57\u5178
no.dictionaries=\u6c92\u6709\u5b57\u5178\u767c\u73fe
dictionary.filetype.name=\u5b57\u5178
dictionary.filetype.description=\u5b57\u5178\u6a94\u6848
dictionary.filetype.description=\u62fc\u5b57\u6aa2\u67e5\u5668\u5b57\u5178
spellchecker=\u62fc\u5b57\u6aa2\u67e5
changed.dict.title={0} \u5b57\u5178\u5df2\u7d93\u6539\u8b8a
new.word.description=''{0}'' \u65b0\u589e\u5230\u5b57\u5178 {1}
Expand All @@ -56,6 +56,6 @@ app.dictionary=\u5957\u7528\u7d1a\u5b57\u5178
built.in.dictionary=\u5167\u7f6e\u7684
words.list.dictionary=\u55ae\u5b57\u6e05\u55ae
select.dictionary.title=\u9078\u53d6\u5b57\u5178
max.number.of.corrections=\u6700\u5927\u6578\u91cf\u7684\u4fee\u6b63
max.number.of.corrections=\u6700\u5927\u5efa\u8b70\u6578
use.single.dictionary=\u4f7f\u7528\u55ae\u4e00\u5b57\u5178\u4f86\u5132\u5b58\u55ae\u5b57
advanced.settings=\u9032\u968e\u8a2d\u5b9a
12 changes: 6 additions & 6 deletions resources_en/i18n/ExternalSystemBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import.enableAutoImport=Enable Auto-Import
module.type.title={0} Module
module.type.description={0} modules are used for developing <b>JVM-based</b> applications with dependencies managed by <b>{0}</b>
orphan.modules.dialog.title=Orphan Modules
orphan.modules.dialog.text=<html>The modules below are not exist in {0} and were removed from the IDE.<br/>Check those to be restored in this IDE project.
orphan.modules.text=The modules below are not imported from {0} anymore:<p>{1}</p><br/><a href="#">Open</a> dialog to restore removed modules
orphan.modules.dialog.text=<html>The modules below were removed from the project.<br/>Select the ones you need to restore.<html>
orphan.modules.text=The IDE modules below were removed by the {0} import:<p>{1}</p><br/>You can <a href="#">open dialog</a> to select the ones you need to restore.
local.history.remove.orphan.modules=Remove orphan modules after import

# Settings.
Expand Down Expand Up @@ -98,10 +98,10 @@ run.configuration.settings.label.project={0} project:
run.configuration.settings.label.tasks=Tasks:
run.configuration.settings.label.vmoptions=VM options:
run.configuration.settings.label.arguments=Arguments:
run.text.starting.multiple.task={0}: Executing tasks ''{1}''...
run.text.starting.single.task={0}: Executing task ''{1}''...
run.text.ended.multiple.task={0}: Tasks execution finished ''{1}''.
run.text.ended.single.task={0}: Task execution finished ''{1}''.
run.text.starting.multiple.task={0}: Executing tasks{1}...
run.text.starting.single.task={0}: Executing task{1}...
run.text.ended.multiple.task={0}: Tasks execution finished{1}.
run.text.ended.single.task={0}: Task execution finished{1}.
run.error.undefined.task=No task to execute is specified
run.invalid.jvm.agent.configuration=Invalid JVM agent configuration used ''{0}''

Expand Down
12 changes: 6 additions & 6 deletions resources_en/i18n/ExternalSystemBundle_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import.enableAutoImport=\u542f\u7528\u81ea\u52a8\u5bfc\u5165
module.type.title={0} \u6a21\u5757
module.type.description={0}\u6a21\u5757\u7528\u4e8e\u5f00\u53d1\u5177\u6709\u7531<b> {0} </b>\u7ba1\u7406\u7684\u4f9d\u8d56\u5173\u7cfb\u7684<b>\u57fa\u4e8eJVM\u7684</b>\u5e94\u7528\u7a0b\u5e8f\u3002
orphan.modules.dialog.title=\u5b64\u7acb\u7684\u6a21\u5757
orphan.modules.dialog.text=<html>\u4ee5\u4e0b\u6a21\u5757\u5728 {0} \u4e2d\u4e0d\u5b58\u5728\uff0c\u5e76\u4eceIDE\u4e2d\u5220\u9664\u3002<br/>\u68c0\u67e5\u8fd9\u4e2aIDE\u9879\u76ee\u4e2d\u7684\u90a3\u4e9b\u9879\u76ee\u3002
orphan.modules.text=<html>\u4ee5\u4e0b\u6a21\u5757\u4e0d\u518d\u4ece{0}\u5bfc\u5165\u3002\u68c0\u67e5\u90a3\u4e9b\u8981\u4eceide\u9879\u76ee\u4e2d\u5220\u9664\u7684\u9879\u76ee:
orphan.modules.dialog.text=<html>The modules below were removed from the project.<br/>Select the ones you need to restore.<html>
orphan.modules.text=The IDE modules below were removed by the {0} import:<p>{1}</p><br/>You can <a href="#">open dialog</a> to select the ones you need to restore.
local.history.remove.orphan.modules=\u5bfc\u5165\u540e\u5220\u9664\u5b64\u7acb\u6a21\u5757

# Settings.
Expand Down Expand Up @@ -98,10 +98,10 @@ run.configuration.settings.label.project={0} \u9879\u76ee:
run.configuration.settings.label.tasks=\u4efb\u52a1:
run.configuration.settings.label.vmoptions=VM \u53c2\u6570:
run.configuration.settings.label.arguments=\u53c2\u6570:
run.text.starting.multiple.task={0}\uff1a\u6267\u884c\u591a\u4e2a\u4efb\u52a1 ''{1}''...
run.text.starting.single.task={0}\uff1a\u6267\u884c\u5355\u4e2a\u4efb\u52a1 ''{1}''...
run.text.ended.multiple.task={0}\uff1a\u591a\u4e2a\u4efb\u52a1\u6267\u884c\u5b8c\u6210 ''{1}''\u3002
run.text.ended.single.task={0}\uff1a\u5355\u4e2a\u4efb\u52a1\u6267\u884c\u5b8c\u6210 ''{1}''\u3002
run.text.starting.multiple.task={0}\uff1a\u6267\u884c\u591a\u4e2a\u4efb\u52a1 {1}...
run.text.starting.single.task={0}\uff1a\u6267\u884c\u5355\u4e2a\u4efb\u52a1 {1}...
run.text.ended.multiple.task={0}\uff1a\u591a\u4e2a\u4efb\u52a1\u6267\u884c\u5b8c\u6210 {1}\u3002
run.text.ended.single.task={0}\uff1a\u5355\u4e2a\u4efb\u52a1\u6267\u884c\u5b8c\u6210 {1}\u3002
run.error.undefined.task=\u6ca1\u6709\u6307\u5b9a\u6267\u884c\u7684\u4efb\u52a1
run.invalid.jvm.agent.configuration=\u4f7f\u7528\u7684 ''{0}'' JVM\u4ee3\u7406\u914d\u7f6e\u65e0\u6548

Expand Down
8 changes: 4 additions & 4 deletions resources_en/i18n/ExternalSystemBundle_zh_TW.properties
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ run.configuration.settings.label.project={0} \u9805\u76ee:
run.configuration.settings.label.tasks=\u5de5\u4f5c:
run.configuration.settings.label.vmoptions=VM \u53c3\u6578:
run.configuration.settings.label.arguments=\u53c3\u6578:
run.text.starting.multiple.task={0}\uff1a\u57f7\u884c\u591a\u500b\u5de5\u4f5c ''{1}''...
run.text.starting.single.task={0}\uff1a\u57f7\u884c\u55ae\u500b\u5de5\u4f5c ''{1}''...
run.text.ended.multiple.task={0}\uff1a\u591a\u500b\u5de5\u4f5c\u57f7\u884c\u5b8c\u6210 ''{1}''\u3002
run.text.ended.single.task={0}\uff1a\u55ae\u500b\u5de5\u4f5c\u57f7\u884c\u5b8c\u6210 ''{1}''\u3002
run.text.starting.multiple.task={0}\uff1a\u57f7\u884c\u591a\u500b\u5de5\u4f5c {1}...
run.text.starting.single.task={0}\uff1a\u57f7\u884c\u55ae\u500b\u5de5\u4f5c {1}...
run.text.ended.multiple.task={0}\uff1a\u591a\u500b\u5de5\u4f5c\u57f7\u884c\u5b8c\u6210 {1}\u3002
run.text.ended.single.task={0}\uff1a\u55ae\u500b\u5de5\u4f5c\u57f7\u884c\u5b8c\u6210 {1}\u3002
run.error.undefined.task=\u6c92\u6709\u6307\u5b9a\u57f7\u884c\u7684\u5de5\u4f5c
run.invalid.jvm.agent.configuration=\u4f7f\u7528\u7684 ''{0}'' JVM\u4ee3\u7406\u8a2d\u5b9a\u7121\u6548

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
This inspection checks that JSON5 files conform to language specification (http://json5.org/).<br>
</body>
</html>
5 changes: 5 additions & 0 deletions resources_en/inspectionDescriptions/JsonSchemaCompliance.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
This inspection checks that JSON files conform to JSON Schemas assigned to them<br>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mytag> </mytag>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mytag attribute=""> </mytag>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
Removes the attribute from the tag
</body>
</html>
Loading

0 comments on commit 36b6bd9

Please sign in to comment.