mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 19:18:36 +00:00
Updated chinese translation by 流水渺渺 (Liushui)
Fixed pt_BR, ru jsyntaxpane translation position.
This commit is contained in:
Binary file not shown.
@@ -12,17 +12,17 @@
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public
|
||||
# License along with this library.
|
||||
decompilationError = \u53cd\u7f16\u8bd1\u51fa\u9519
|
||||
decompilationError.timeout = \u5230\u8fbe\u8d85\u65f6\u9650\u5236 ({0})
|
||||
decompilationError.timeout.description = \u7531\u4e8e\u8d85\u65f6\u672a\u53cd\u7f16\u8bd1
|
||||
decompilationError.obfuscated = \u4ee3\u7801\u53ef\u80fd\u88ab\u52a0\u5bc6
|
||||
decompilationError = \u53cd\u7f16\u8bd1\u9519\u8bef
|
||||
decompilationError.timeout = \u5df2\u5230\u8fbe\u8d85\u65f6\u9650\u5236 ({0})
|
||||
decompilationError.timeout.description = \u7531\u4e8e\u8d85\u65f6\u672a\u8fdb\u884c\u53cd\u7f16\u8bd1
|
||||
decompilationError.obfuscated = \u4ee3\u7801\u53ef\u80fd\u88ab\u6df7\u6dc6
|
||||
decompilationError.errorType = \u9519\u8bef\u7c7b\u578b
|
||||
decompilationError.error.description = \u7531\u4e8e\u9519\u8bef\u672a\u53cd\u7f16\u8bd1
|
||||
decompilationError.actionCount = \u811a\u672c\u6570:
|
||||
decompilationError.instructionCount = \u6307\u4ee4\u6570:
|
||||
decompilation.skipped = \u8df3\u8fc7\u53cd\u7f16\u8bd1
|
||||
decompilationError.error.description = \u7531\u4e8e\u9519\u8bef\u672a\u8fdb\u884c\u53cd\u7f16\u8bd1
|
||||
decompilationError.actionCount = \u811a\u672c\u6570\uff1a
|
||||
decompilationError.instructionCount = \u6307\u4ee4\u6570\uff1a
|
||||
decompilation.skipped = \u53cd\u7f16\u8bd1\u64cd\u4f5c\u88ab\u8df3\u8fc7
|
||||
decompilation.unsupported = \u4e0d\u53d7\u53cd\u7f16\u8bd1\u5668\u652f\u6301
|
||||
decompilerMark = \u53cd\u7f16\u8bd1\u6807\u8bb0
|
||||
decompilerMark = \u53cd\u7f16\u8bd1\u5668\u6807\u8bb0
|
||||
#example: 1 hour and 2 minutes
|
||||
timeFormat.and = \u548c
|
||||
timeFormat.hour = \u65f6
|
||||
@@ -31,13 +31,38 @@ timeFormat.minute = \u5206
|
||||
timeFormat.minutes = \u5206
|
||||
timeFormat.second = \u79d2
|
||||
timeFormat.seconds = \u79d2
|
||||
fontNotFound = \u65e0\u6cd5\u627e\u5230id\u4e3a%fontId%\u7684\u5b57\u4f53.
|
||||
trait.scriptinitializer = \u811a\u672c\u521d\u59cb\u5316\u5668
|
||||
trait.instanceinitializer = \u5b9e\u4f8b\u521d\u59cb\u5316\u5668
|
||||
trait.classinitializer = \u7c7b\u521d\u59cb\u5316\u5668
|
||||
fontNotFound = \u65e0\u6cd5\u627e\u5230 id = %fontId% \u7684\u5b57\u4f53\u3002
|
||||
trait.scriptinitializer = \u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f
|
||||
trait.instanceinitializer = \u5b9e\u4f8b\u521d\u59cb\u5316\u7a0b\u5e8f
|
||||
trait.classinitializer = \u7c7b\u521d\u59cb\u5316\u7a0b\u5e8f
|
||||
#after 16.3.1
|
||||
package.default = <\u9ed8\u8ba4\u5305>
|
||||
error.swf.invalid = \u4e0d\u53ef\u7528\u7684SWF\u6587\u4ef6
|
||||
error.swf.headerTooShort = SWF\u6807\u5934\u8fc7\u77ed
|
||||
error.abc.invalid = \u4e0d\u53ef\u7528\u7684ABC\u6587\u4ef6
|
||||
error.swf.decryptionProblem = \u65e0\u6548\u7684SWF\u6587\u4ef6,\u89e3\u5bc6\u5931\u8d25
|
||||
error.swf.invalid = SWF \u6587\u4ef6\u65e0\u6548\uff0c\u7b7e\u540d\u9519\u8bef\u3002
|
||||
error.swf.headerTooShort = SWF \u6587\u4ef6\u5934\u592a\u77ed\u3002
|
||||
error.abc.invalid = ABC \u6587\u4ef6\u65e0\u6548\u3002
|
||||
error.swf.decryptionProblem = SWF \u6587\u4ef6\u65e0\u6548\uff0c\u89e3\u5bc6\u5931\u8d25\u3002
|
||||
#after 23.0.1
|
||||
defaultValue = \u9ed8\u8ba4\u503c\uff1a
|
||||
possibleValues = \u53ef\u80fd\u503c\uff1a
|
||||
valueType = \u503c\u7c7b\u578b\uff1a
|
||||
valueType.Double = \u6d6e\u70b9\u6570
|
||||
valueType.Boolean = \u771f/\u5047
|
||||
valueType.Calendar = \u65e5\u671f\u65f6\u95f4
|
||||
valueType.Color = \u989c\u8272
|
||||
valueType.Integer = \u6574\u6570
|
||||
valueType.String = \u5b57\u7b26\u4e32
|
||||
configurationFile = %app% \u7684\u914d\u7f6e\u6587\u4ef6
|
||||
configurationFile.comment = \u4ee5 # \u5f00\u5934\u7684\u884c\u662f\u6ce8\u91ca
|
||||
configurationFile.modify = \u8b66\u544a\uff1a\u6bcf\u6b21\u5e94\u7528\u7a0b\u5e8f\u9000\u51fa\u65f6\u90fd\u4f1a\u8986\u76d6\u6b64\u6587\u4ef6\u3002\u5982\u679c\u60a8\u8981\u66f4\u6539\u503c\uff0c\u8bf7\u786e\u4fdd\u5e94\u7528\u7a0b\u5e8f\u672a\u8fd0\u884c\u3002
|
||||
configurationFile.meta = \u6bb5\uff08Section\uff09 - \u914d\u7f6e\u5b58\u50a8\u65b9\u5f0f\u7684\u5143\u4fe1\u606f
|
||||
configurationFile.meta.saveDate = \u6b64\u6587\u4ef6\u4e0a\u6b21\u88ab\u8be5\u5e94\u7528\u7a0b\u5e8f\u4fee\u6539\u7684\u65f6\u95f4
|
||||
configurationFile.meta.appVersion = \u4fee\u6539\u6b64\u6587\u4ef6\u7684\u5e94\u7528\u7a0b\u5e8f\u7684\u6700\u65b0\u7248\u672c
|
||||
configurationFile.meta.showComments = \u663e\u793a\u914d\u7f6e\u6ce8\u91ca - \u8bbe\u7f6e\u4e3a true \uff08\u5e76\u518d\u6b21\u9000\u51fa\u7a0b\u5e8f\u4ee5\u91cd\u65b0\u4fdd\u5b58\uff09\u4ee5\u663e\u793a\u914d\u7f6e\u6807\u9898\u548c\u63cf\u8ff0\u3002
|
||||
configurationFile.meta.modifiedOnly = \u4ec5\u5728\u6b64\u6587\u4ef6\u4e2d\u5b58\u50a8\u5df2\u4fee\u6539\u7684\u9879\u76ee - \u8bbe\u7f6e\u4e3a false \uff08\u5e76\u518d\u6b21\u9000\u51fa\u7a0b\u5e8f\u4ee5\u91cd\u65b0\u4fdd\u5b58\uff09\u4ee5\u663e\u793a\u5168\u90e8\u3002
|
||||
configurationFile.configuration = \u6bb5\uff08Section\uff09 - \u5b9e\u9645\u914d\u7f6e
|
||||
configuration.removed = \u8b66\u544a\uff1a\u6b64\u914d\u7f6e\u5df2\u88ab\u79fb\u9664\uff0c\u5b83\u5df2\u4e0d\u518d\u88ab\u4f7f\u7528\uff0c
|
||||
#after 24.0.1
|
||||
decompilationWarning.as2.noUninitializedClassFieldsDetection = \u8b66\u544a\uff1a\u6b64\u7c7b\u5728\u53cd\u7f16\u8bd1\u65f6\u672a\u68c0\u6d4b\u5230\u672a\u521d\u59cb\u5316\u7684\u7c7b\u5b57\u6bb5\u3002
|
||||
decompilationWarning.obfuscatedIdentifiers = \u8b66\u544a\uff1a\u539f\u59cb\u4ee3\u7801\u4e2d\u7684\u6807\u8bc6\u7b26\u5df2\u88ab\u6df7\u6dc6\u3002
|
||||
decompilationWarning.replacementsFollow = \u66ff\u6362\u5217\u8868\u5982\u4e0b\uff1a
|
||||
frame.withoutShowFrame = \u7f3a\u5c11 ShowFrame
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#Add single config for config loader to shut up (needs to be nonempty)
|
||||
#This config is generated in the class - its based on editor background light
|
||||
Nothing = Vazio
|
||||
@@ -0,0 +1,3 @@
|
||||
#Add single config for config loader to shut up (needs to be nonempty)
|
||||
#This config is generated in the class - its based on editor background light
|
||||
Nothing = \u041f\u0443\u0441\u0442\u043e
|
||||
@@ -0,0 +1,3 @@
|
||||
#Add single config for config loader to shut up (needs to be nonempty)
|
||||
#This config is generated in the class - its based on editor background light
|
||||
Nothing = \u7a7a
|
||||
@@ -0,0 +1,7 @@
|
||||
# SWF text edit
|
||||
#
|
||||
Components = jsyntaxpane.components.PairsMarker, jsyntaxpane.components.LineNumbersRuler
|
||||
Action.indent.WordRegex = \\w+|\\/(\\*)+
|
||||
Action.brackets = jsyntaxpane.actions.PairAction, typed [
|
||||
Action.double-quotes = jsyntaxpane.actions.PairAction, typed "
|
||||
PopupMenu = ${DEFAULT_EDIT_MENU}
|
||||
@@ -0,0 +1,7 @@
|
||||
# SWF text edit
|
||||
#
|
||||
Components = jsyntaxpane.components.PairsMarker, jsyntaxpane.components.LineNumbersRuler
|
||||
Action.indent.WordRegex = \\w+|\\/(\\*)+
|
||||
Action.brackets = jsyntaxpane.actions.PairAction, typed [
|
||||
Action.double-quotes = jsyntaxpane.actions.PairAction, typed "
|
||||
PopupMenu = ${DEFAULT_EDIT_MENU}
|
||||
@@ -7,16 +7,16 @@ NO_TOKEN_AT_CURSOR = Nenhum token no cursor
|
||||
HTMLPreviewFrame.title = Pr\u00e9-visualiza\u00e7\u00e3o HTML
|
||||
HTMLPreviewFrame.jEdtHtml.contentType = text/html
|
||||
QuickFindDialog.jChkWrap.text = Envolver
|
||||
QuickFindDialog.jChkRegExp.text = Reg Exp
|
||||
QuickFindDialog.jChkIgnoreCase.text = Ignorar caso
|
||||
QuickFindDialog.jChkRegExp.text = Exp. Reg.
|
||||
QuickFindDialog.jChkIgnoreCase.text = Ignorar mai\u00fasculas/min\u00fasculas
|
||||
QuickFindDialog.jLabel1.text = Pr\u00f3cura rapida
|
||||
QuickFindDialog.NotFound = n\u00e3o encontrado
|
||||
ReplaceDialog.jChkRegex.text = Express\u00e3o regular
|
||||
ReplaceDialog.jChkIgnoreCase.text = Ignorar caso
|
||||
ReplaceDialog.jChkIgnoreCase.text = Ignorar mai\u00fasculas/min\u00fasculas
|
||||
ReplaceDialog.jLblReplace.text = Substituir
|
||||
ReplaceDialog.jTglHighlight.text = Salientar
|
||||
ReplaceDialog.jTglHighlight.text = Real\u00e7ar
|
||||
ReplaceDialog.jBtnReplaceAll.text = Substituir tudo
|
||||
ReplaceDialog.jBtnPrev.text = Pr\u00e9vio
|
||||
ReplaceDialog.jBtnPrev.text = Anterior
|
||||
ReplaceDialog.jChkWrap.toolTipText = Envolver ao inicio quando chegar ao final
|
||||
ReplaceDialog.jChkWrap.text = Envolver
|
||||
ReplaceDialog.title = Procurar e substituir
|
||||
@@ -27,12 +27,14 @@ ShowAbbsDialog.title = Abrevia\u00e7\u00f5es
|
||||
GotoLineDialog.title = Ir para a linha
|
||||
GotoLineDialog.jBtnOk.text = Ir
|
||||
|
||||
DocumentSearchData.SearchStringNotFound = Procura de Texto {0} n\u00e3o encontrada
|
||||
DocumentSearchData.Find = Procura
|
||||
ScriptAction.NoScriptConfigured = Ac\u00e7\u00e3o nao contem a fun\u00e7\u00e3o de script configurada
|
||||
DocumentSearchData.SearchStringNotFound = Procura de texto {0} n\u00e3o encontrada
|
||||
DocumentSearchData.Find = Localizar
|
||||
ScriptAction.NoScriptConfigured = A a\u00e7\u00e3o n\u00e3o tem fun\u00e7\u00e3o de script configurada
|
||||
ScriptAction.ErrorInScript = Erro no Script
|
||||
ScriptAction.NoScriptFoundIn = Nenhum script encontrado em:
|
||||
ScriptRunnerAction.ErrorExecutingScript = Erro a executar script:\\n
|
||||
ScriptRunnerAction.ScriptError = Erro de Script
|
||||
ScriptRunnerAction.ScriptEngineNotFound = Motor de script para [{0}] n\u00e3o encontrado. Desabilitar esta ac\u00e7\u00e3o?
|
||||
ShowAbbsAction.NoAbbsForType = N\u00e3o existem abreviaturas para este tipo de conteudo
|
||||
QuickFindDialog.Occurrences = (%current%/%total%)
|
||||
QuickFindDialog.Occurrences.Zero = (0)
|
||||
|
||||
@@ -36,3 +36,5 @@ ScriptRunnerAction.ErrorExecutingScript = \u041e\u0448\u0438\u0431\u043a\u0430 \
|
||||
ScriptRunnerAction.ScriptError = \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430
|
||||
ScriptRunnerAction.ScriptEngineNotFound = \u0421\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u044b\u0439 \u0434\u0432\u0438\u0436\u043e\u043a \u0434\u043b\u044f [{0}] \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435?
|
||||
ShowAbbsAction.NoAbbsForType = \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0439
|
||||
QuickFindDialog.Occurrences = (%current%/%total%)
|
||||
QuickFindDialog.Occurrences.Zero = {0}
|
||||
|
||||
@@ -36,3 +36,5 @@ ScriptRunnerAction.ErrorExecutingScript = \u6267\u884c\u811a\u672c\u65f6\u51fa\u
|
||||
ScriptRunnerAction.ScriptError = \u811a\u672c\u51fa\u9519
|
||||
ScriptRunnerAction.ScriptEngineNotFound = \u627e\u4e0d\u5230[{0}]\u811a\u672c\u5f15\u64ce.\u8981\u7981\u7528\u6b64\u52a8\u4f5c\u5417\uff1f
|
||||
ShowAbbsAction.NoAbbsForType = \u6b64\u5185\u5bb9\u7c7b\u578b\u4e0d\u5b58\u5728\u7f29\u5199
|
||||
QuickFindDialog.Occurrences = (%current%/%total%)
|
||||
QuickFindDialog.Occurrences.Zero = (0)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
QuickFindDialog.jLblOccurrences.text = (0)
|
||||
QuickFindDialog.jLblOccurrences.toolTipText =
|
||||
QuickFindDialog.jLblOccurences.text = (0)
|
||||
QuickFindDialog.jLblOccurences.AccessibleContext.accessibleName = Ocorr\u00eancias
|
||||
@@ -0,0 +1,4 @@
|
||||
QuickFindDialog.jLblOccurrences.text = {0}
|
||||
QuickFindDialog.jLblOccurrences.toolTipText =
|
||||
QuickFindDialog.jLblOccurences.text = {0}
|
||||
QuickFindDialog.jLblOccurences.AccessibleContext.accessibleName = \u0412\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f
|
||||
@@ -0,0 +1,3 @@
|
||||
QuickFindDialog.jLblOccurrences.text = (0)
|
||||
QuickFindDialog.jLblOccurences.text = (0)
|
||||
QuickFindDialog.jLblOccurences.AccessibleContext.accessibleName = \u53d1\u751f
|
||||
@@ -319,7 +319,7 @@ config.description.enableFlexExport = \u542f\u7528Flex\u5bfc\u51fa
|
||||
config.name._ignoreAdditionalFlexClasses = (\u5185\u90e8)\u5ffd\u7565\u5176\u4ed6Flex\u7c7b
|
||||
config.description.ignoreAdditionalFlexClasses = \u5ffd\u7565\u5176\u4ed6Flex\u7c7b
|
||||
config.name.hwAcceleratedGraphics =
|
||||
config.description.hwAcceleratedGraphics =
|
||||
config.description.hwAcceleratedGraphics =
|
||||
config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (\u5185\u90e8)\u6587\u6863\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4
|
||||
config.description.gui.avm2.splitPane.docs.dividerLocationPercent = \u62c6\u5206\u7a97\u683c\u6587\u6863\u5206\u9694\u7ebf\u4f4d\u7f6e\u767e\u5206\u6bd4
|
||||
config.name.gui.dump.splitPane.dividerLocationPercent = (\u5185\u90e8)\u8f6c\u50a8\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4
|
||||
@@ -430,7 +430,7 @@ config.name.warning.video.vlc = VLC\u64ad\u653e\u5668\u63d0\u793a
|
||||
config.description.warning.video.vlc = \u6253\u5f00\u6709DefineVideostream\u6807\u7b7e\u7684SWF\u65f6\uff0c\u663e\u793aVLC media player\u76f8\u5173\u63d0\u793a
|
||||
config.name.playFrameSounds = \u64ad\u653e\u5e27\u58f0\u97f3
|
||||
config.description.playFrameSounds = \u663e\u793a\u5e27\u65f6\u64ad\u653e\u58f0\u97f3
|
||||
config.name.fixAntialiasConflation =
|
||||
config.name.fixAntialiasConflation =
|
||||
config.description.fixAntialiasConflation =
|
||||
config.name.autoPlaySounds = \u81ea\u52a8\u64ad\u653e\u58f0\u97f3
|
||||
config.description.autoPlaySounds = \u9009\u4e2d\u8282\u70b9\u65f6\u81ea\u52a8\u64ad\u653eDefineSound
|
||||
@@ -541,3 +541,62 @@ config.description.maxScriptLineLength = \u6362\u884c\u524d\u811a\u672c\u7f16\u8
|
||||
#after 21.1.3
|
||||
config.name.lastSolEditorDirectory = \u4e0a\u6b21\u5b58\u6863\u7f16\u8f91\u5668\u76ee\u5f55
|
||||
config.description.lastSolEditorDirectory = \u4e0a\u6b21\u6253\u5f00/\u4fdd\u5b58SOL\u6587\u4ef6\u7684\u76ee\u5f55
|
||||
#after 22.0.2
|
||||
config.name.halfTransparentParentLayersEasy = \u5728\u7b80\u6613\u7f16\u8f91\u5668\u4e2d\u5c06\u7236\u56fe\u5c42\u534a\u900f\u660e\u663e\u793a
|
||||
config.description.halfTransparentParentLayersEasy = \u5728\u7f16\u8f91\u5b50\u5f71\u7247\u526a\u8f91\u65f6\uff0c\u4ee5\u534a\u900f\u660e\u5f62\u5f0f\u663e\u793a\u7236\u56fe\u5c42\u3002False = \u5b8c\u5168\u4e0d\u663e\u793a\u7236\u56fe\u5c42\u3002
|
||||
config.name.showRuler = \u663e\u793a\u6807\u5c3a
|
||||
config.description.showRuler = \u5728\u663e\u793a/\u7f16\u8f91 SWF \u5bf9\u8c61\u65f6\u663e\u793a\u6807\u5c3a
|
||||
config.name.snapToGuides = \u5bf9\u9f50\u5230\u53c2\u8003\u7ebf
|
||||
config.description.snapToGuides = \u542f\u7528\u5728\u79fb\u52a8\u5bf9\u8c61\u65f6\u5149\u6807\u5bf9\u9f50\u5230\u6574\u4e2a\u50cf\u7d20\u529f\u80fd\u3002
|
||||
config.name.snapToObjects = \u5bf9\u9f50\u5230\u5bf9\u8c61
|
||||
config.name.snapToPixels = \u5bf9\u9f50\u5230\u50cf\u7d20
|
||||
config.name.snapAlign = \u5bf9\u9f50
|
||||
config.description.snapAlign = \u542f\u7528\u5728\u79fb\u52a8\u5bf9\u8c61\u65f6\u5149\u6807\u5bf9\u9f50\u7ebf\u6761\u7684\u529f\u80fd\u3002
|
||||
config.name.showGuides = \u663e\u793a\u53c2\u8003\u7ebf
|
||||
config.description.showGuides = \u5c06\u6b64\u503c\u8bbe\u7f6e\u4e3a false \u53ef\u9690\u85cf\u53c2\u8003\u7ebf\u3002
|
||||
config.name.lockGuides = \u9501\u5b9a\u53c2\u8003\u7ebf
|
||||
config.description.lockGuides = \u7981\u6b62\u79fb\u52a8\u53c2\u8003\u7ebf\uff0c\u4f7f\u5176\u4fdd\u6301\u539f\u4f4d\uff0c\u65e0\u6cd5\u518d\u8fdb\u884c\u79fb\u52a8\u64cd\u4f5c\u3002
|
||||
config.name.showGrid = \u663e\u793a\u7f51\u683c
|
||||
config.description.showGrid = \u5728\u821e\u53f0\u4e0a\u663e\u793a\u7f51\u683c
|
||||
config.name.gridVerticalSpace = \u7f51\u683c\u5782\u76f4\u95f4\u8ddd\uff08\u50cf\u7d20\uff09
|
||||
config.description.gridVerticalSpace = \u7f51\u683c\u7ebf\u4e4b\u95f4\u7684\u5782\u76f4\u95f4\u8ddd\u3002\uff08\u4ee5\u50cf\u7d20\u4e3a\u5355\u4f4d\uff09
|
||||
config.name.gridHorizontalSpace = \u7f51\u683c\u6c34\u5e73\u95f4\u8ddd\uff08\u50cf\u7d20\uff09
|
||||
config.description.gridHorizontalSpace = \u7f51\u683c\u7ebf\u4e4b\u95f4\u7684\u6c34\u5e73\u95f4\u8ddd\u3002\uff08\u4ee5\u50cf\u7d20\u4e3a\u5355\u4f4d\uff09
|
||||
config.name.snapToGrid = \u5bf9\u9f50\u5230\u7f51\u683c
|
||||
config.description.snapToGrid = \u542f\u7528\u5728\u79fb\u52a8\u5bf9\u8c61\u65f6\u5149\u6807\u5bf9\u9f50\u7f51\u683c\u7684\u529f\u80fd\u3002
|
||||
config.name.gridOverObjects = \u5728\u5bf9\u8c61\u4e0a\u65b9\u663e\u793a\u7f51\u683c
|
||||
config.description.gridOverObjects = \u5f53\u663e\u793a\u7f51\u683c\u65f6\uff0c\u5b83\u4f1a\u8986\u76d6\u5728\u821e\u53f0\u4e0a\u7684\u5bf9\u8c61\u4e0a\u65b9\u3002
|
||||
config.name.gridColor = \u7f51\u683c\u989c\u8272
|
||||
config.description.gridColor = \u7ed8\u5236\u7f51\u683c\u7684\u989c\u8272\u3002
|
||||
config.name.guidesColor = \u53c2\u8003\u7ebf\u989c\u8272
|
||||
config.description.guidesColor = \u7ed8\u5236\u53c2\u8003\u7ebf\u7684\u989c\u8272\u3002
|
||||
config.name.gridSnapAccuracy = \u7f51\u683c\u5bf9\u9f50\u7cbe\u5ea6
|
||||
config.description.gridSnapAccuracy = \u5149\u6807\u5230\u7f51\u683c\u7684\u8ddd\u79bb\u5fc5\u987b\u591a\u8fdc\u624d\u80fd\u5b9e\u73b0\u5bf9\u9f50\u3002
|
||||
config.name.guidesSnapAccuracy = \u53c2\u8003\u7ebf\u5bf9\u9f50\u7cbe\u5ea6
|
||||
config.description.guidesSnapAccuracy = \u5149\u6807\u5230\u53c2\u8003\u7ebf\u7684\u8ddd\u79bb\u5fc5\u987b\u591a\u8fdc\u624d\u80fd\u5b9e\u73b0\u5bf9\u9f50\u3002
|
||||
config.name.snapAlignObjectHorizontalSpace = \u5bf9\u9f50\u5bf9\u8c61\u7684\u6c34\u5e73\u95f4\u8ddd
|
||||
config.description.snapAlignObjectHorizontalSpace = \u5bf9\u9f50\u8fc7\u7a0b\u4e2d\u5bf9\u8c61\u4e4b\u95f4\u7684\u6c34\u5e73\u95f4\u8ddd\u3002
|
||||
config.name.snapAlignObjectVerticalSpace = \u5bf9\u9f50\u5bf9\u8c61\u7684\u5782\u76f4\u95f4\u8ddd
|
||||
config.description.snapAlignObjectVerticalSpace = \u5bf9\u9f50\u8fc7\u7a0b\u4e2d\u5bf9\u8c61\u4e4b\u95f4\u7684\u5782\u76f4\u95f4\u8ddd\u3002
|
||||
config.name.snapAlignStageBorder = \u5bf9\u9f50\u821e\u53f0\u8fb9\u6846
|
||||
config.description.snapAlignStageBorder = \u5bf9\u9f50\u8fc7\u7a0b\u4e2d\u8fb9\u6846\u4e4b\u95f4\u7684\u95f4\u8ddd\u3002
|
||||
config.name.snapAlignCenterAlignmentHorizontal = \u6c34\u5e73\u5c45\u4e2d\u5bf9\u9f50
|
||||
config.description.snapAlignCenterAlignmentHorizontal = \u542f\u7528\u6c34\u5e73\u5bf9\u9f50\u5bf9\u8c61\u4e2d\u5fc3\u529f\u80fd\u3002
|
||||
config.name.snapAlignCenterAlignmentVertical = \u5782\u76f4\u5c45\u4e2d\u5bf9\u9f50
|
||||
config.description.snapAlignCenterAlignmentVertical = \u542f\u7528\u5782\u76f4\u5bf9\u9f50\u5bf9\u8c61\u4e2d\u5fc3\u529f\u80fd\u3002
|
||||
#after 23.0.1
|
||||
config.name.warning.linkTypes = \u70b9\u51fb\u5916\u90e8\u6587\u4ef6\u94fe\u63a5\u65f6\u663e\u793a\u8b66\u544a
|
||||
config.description.warning.linkTypes = \u5728\u811a\u672c\u7f16\u8f91\u5668\u4e2d\u70b9\u51fb\u6307\u5411\u53e6\u4e00\u4e2a SWF \u6587\u4ef6\u7684\u94fe\u63a5\u65f6\u53d1\u51fa\u8b66\u544a\u3002
|
||||
config.name.showCodeCompletionOnDot = \u5728\u70b9\uff08.\uff09\u952e\u4e0a\u663e\u793a\u4ee3\u7801\u8865\u5168
|
||||
config.description.showCodeCompletionOnDot = \u6309\u4e0b\u70b9\uff08.\uff09\u952e\u65f6\u81ea\u52a8\u663e\u793a\u4ee3\u7801\u8865\u5168\u7a97\u53e3\u3002\u7981\u7528\u6b64\u529f\u80fd\u540e\uff0c\u53ef\u901a\u8fc7 Ctrl+\u7a7a\u683c\u952e\u663e\u793a\u3002
|
||||
#after 24.0.1
|
||||
config.name.skipDetectionOfUninitializedClassFields = AS2\uff1a\u8df3\u8fc7\u5bf9\u672a\u521d\u59cb\u5316\u7c7b\u5b57\u6bb5\u7684\u68c0\u6d4b
|
||||
config.description.skipDetectionOfUninitializedClassFields = \u8df3\u8fc7\u5bf9 AS2 \u7c7b\u4e2d\u672a\u521d\u59cb\u5316\u5c5e\u6027\u7684\u68c0\u6d4b\uff0c\u5305\u62ec\u5728\u8bbf\u95ee\u4efb\u4f55\u7c7b\u4e4b\u524d\u5bf9\u5f53\u524d SWF \u4e2d\u7684\u6240\u6709\u811a\u672c\u8fdb\u884c\u53cd\u7f16\u8bd1\u3002\u5982\u679c\u60a8\u6709\u4e00\u4e2a\u5927\u578b\u6df7\u6dc6\u6587\u4ef6\uff0c\u5e76\u4e14\u5e0c\u671b\u81f3\u5c11\u770b\u5230\u4e00\u4e9b\u5185\u5bb9\uff08\u5373\u4e0d\u5b8c\u6574\u7684\u7c7b\uff09\uff0c\u8bf7\u5c06\u6b64\u9879\u8bbe\u7f6e\u4e3a true\u3002
|
||||
config.name.showHeapStatusWidget = \u663e\u793a\u5806\u72b6\u6001\u5c0f\u7ec4\u4ef6
|
||||
config.description.showHeapStatusWidget = \u5728\u6807\u9898\u680f\u4e2d\u663e\u793a\u5df2\u7528\u5185\u5b58\u7684\u5c0f\u7ec4\u4ef6\u3002
|
||||
config.name.autoDeobfuscateIdentifiers = \u53cd\u6df7\u6dc6\u6807\u8bc6\u7b26
|
||||
config.description.autoDeobfuscateIdentifiers = \u5c06\u88ab\u6df7\u6dc6\u7684\u65e0\u6548\u6807\u8bc6\u7b26\u540d\u79f0\u6253\u5370\u4e3a _SafeStr_XX, _SafeCls_XX \u6216 _SafePkg_XX\u3002
|
||||
config.name.showVarsWithDontEnumerateFlag = \u8c03\u8bd5\u5668 - \u663e\u793a\u5e26\u6709 DontEnumerate \u6807\u5fd7\u7684\u53d8\u91cf
|
||||
config.description.showVarsWithDontEnumerateFlag = \u5728\u8c03\u8bd5 ActionScript \u65f6\uff0c\u8fd8\u53ef\u4ee5\u663e\u793a\u5e26\u6709\u7279\u6b8a DontEnumerate \u6807\u5fd7\u7684\u53d8\u91cf\uff0c\u8fd9\u4e9b\u53d8\u91cf\u662f flash \u5185\u90e8\u7684\u3002\u5efa\u8bae\u9690\u85cf\u5b83\u4eec\uff0c\u56e0\u4e3a\u5b83\u4eec\u901a\u5e38\u65e0\u5173\u7d27\u8981\u3002
|
||||
config.name.allowDragAndDropFromResourcesTree = \u5141\u8bb8\u4ece\u8d44\u6e90\u89c6\u56fe\u6811\u4e2d\u62d6\u653e
|
||||
config.description.allowDragAndDropFromResourcesTree = \u542f\u7528\u4ece\u8d44\u6e90\u6811\u89c6\u56fe\u62d6\u653e\u9879\u76ee\u4ee5\u5bfc\u51fa\u5b83\u4eec\u7684\u529f\u80fd\u3002\u5728 Mac OS \u4e0a\uff0c\u62d6\u653e\u5bfc\u51fa\u64cd\u4f5c\u8f83\u4e3a\u9ebb\u70e6\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u5148\u5bfc\u51fa\u6240\u6709\u6587\u4ef6\u624d\u80fd\u5f00\u59cb\u62d6\u653e\u3002\u5c06\u6b64\u9009\u9879\u8bbe\u7f6e\u4e3a false \u53ef\u907f\u514d\u610f\u5916\u62d6\u653e\u5bfc\u81f4\u5e94\u7528\u7a0b\u5e8f\u5361\u6b7b\u3002
|
||||
|
||||
@@ -95,3 +95,73 @@ property.instance.display.blending.hardlight = \u5f3a\u5149
|
||||
property.instance.display.cacheAsBitmap = \u7f13\u5b58\u4e3a\u4f4d\u56fe
|
||||
property.instance.display.cacheAsBitmap.transparent = \u900f\u660e
|
||||
property.instance.display.cacheAsBitmap.opaque = \u4e0d\u900f\u660e
|
||||
#after 22.0.2
|
||||
property.document.backgroundColor = \u80cc\u666f\u8272
|
||||
properties.instance.header.filters = \u6ee4\u955c
|
||||
property.instance.filters.header.property = \u5c5e\u6027
|
||||
property.instance.filters.header.value = \u503c
|
||||
property.instance.filters.indeterminate = \u4e0d\u786e\u5b9a
|
||||
property.instance.filters = \u6ee4\u955c
|
||||
property.instance.filters.menu.add = \u6dfb\u52a0\u6ee4\u955c
|
||||
property.instance.filters.menu.add.removeAll = \u79fb\u9664\u6240\u6709
|
||||
property.instance.filters.menu.remove = \u79fb\u9664\u6ee4\u955c
|
||||
filter.bevel = \u659c\u89d2
|
||||
filter.blur = \u6a21\u7cca
|
||||
filter.colormatrix = \u8c03\u6574\u989c\u8272
|
||||
filter.convolution = \u5377\u79ef
|
||||
filter.dropshadow = \u6295\u5f71
|
||||
filter.glow = \u53d1\u5149
|
||||
filter.gradientbevel = \u6e10\u53d8\u659c\u89d2
|
||||
filter.gradientglow = \u6e10\u53d8\u53d1\u5149
|
||||
convolution.identity = \u6052\u7b49
|
||||
convolution.boxBlur = \u65b9\u6846\u6a21\u7cca
|
||||
convolution.gaussianBlur = \u9ad8\u65af\u6a21\u7cca
|
||||
convolution.sharpen = \u9510\u5316
|
||||
convolution.edgeDetectionXSobel = \u8fb9\u7f18\u68c0\u6d4b X \uff08Sobel \u7b97\u6cd5\uff09
|
||||
convolution.edgeDetectionYSobel = \u8fb9\u7f18\u68c0\u6d4b Y \uff08Sobel \u7b97\u6cd5\uff09
|
||||
convolution.edgeDetectionXPrewitt = \u8fb9\u7f18\u68c0\u6d4b X \uff08Prewitt \u7b97\u6cd5\uff09
|
||||
convolution.edgeDetectionYPrewitt = \u8fb9\u7f18\u68c0\u6d4b Y \uff08Prewitt \u7b97\u6cd5\uff09
|
||||
convolution.edgeDetectionXScharr = \u8fb9\u7f18\u68c0\u6d4b X \uff08Scharr \u7b97\u6cd5\uff09
|
||||
convolution.edgeDetectionYScharr = \u8fb9\u7f18\u68c0\u6d4b Y \uff08Scharr \u7b97\u6cd5\uff09
|
||||
convolution.laplacian = \u62c9\u666e\u62c9\u65af\uff08Laplacian\uff09
|
||||
convolution.emboss = \u6d6e\u96d5
|
||||
convolution.outline = \u63cf\u8fb9
|
||||
convolution.motionBlurX = \u52a8\u611f\u6a21\u7cca X
|
||||
convolution.motionBlurY = \u52a8\u611f\u6a21\u7cca Y
|
||||
convolution.highPass = \u9ad8\u53cd\u5dee\u4fdd\u7559
|
||||
property.instance.filters.menu.clipboard = \u526a\u8d34\u677f
|
||||
property.instance.filters.menu.clipboard.copySelected = \u590d\u5236\u6240\u9009
|
||||
property.instance.filters.menu.clipboard.copyAll = \u590d\u5236\u5168\u90e8
|
||||
property.instance.filters.menu.clipboard.paste = \u7c98\u8d34
|
||||
property.linkXY = \u94fe\u63a5 X \u548c Y \u7684\u5c5e\u6027\u503c
|
||||
property.instance.filters.strength = \u5f3a\u5ea6
|
||||
property.instance.filters.blurX = \u6a21\u7cca X
|
||||
property.instance.filters.blurY = \u6a21\u7cca Y
|
||||
property.instance.filters.passes = \u901a\u9053
|
||||
property.instance.filters.gradient = \u6e10\u53d8
|
||||
property.instance.filters.innerShadow = \u5185\u9634\u5f71
|
||||
property.instance.filters.compositeSource = \u5408\u6210\u6e90
|
||||
property.instance.filters.onTop = \u7f6e\u9876
|
||||
property.instance.filters.dropShadowColor = \u6295\u5f71\u989c\u8272
|
||||
property.instance.filters.knockout = \u6dd8\u6c70
|
||||
property.instance.filters.distance = \u8ddd\u79bb
|
||||
property.instance.filters.angle = \u89d2\u5ea6
|
||||
property.instance.filters.shadowColor = \u9634\u5f71\u989c\u8272
|
||||
property.instance.filters.highlightColor = \u9ad8\u4eae\u989c\u8272
|
||||
property.instance.filters.brightness = \u4eae\u5ea6
|
||||
property.instance.filters.contrast = \u5bf9\u6bd4\u5ea6
|
||||
property.instance.filters.saturation = \u9971\u548c\u5ea6
|
||||
property.instance.filters.hue = \u8272\u76f8
|
||||
property.instance.filters.divisor = \u56e0\u5b50
|
||||
property.instance.filters.bias = \u504f\u7f6e
|
||||
property.instance.filters.clamp = \u94b3\u5236
|
||||
property.instance.filters.defaultColor = \u9ed8\u8ba4\u989c\u8272
|
||||
property.instance.filters.preserveAlpha = \u4fdd\u7559 Alpha
|
||||
property.instance.filters.matrix = \u77e9\u9635
|
||||
property.instance.filters.glowColor = \u53d1\u5149\u989c\u8272
|
||||
property.instance.filters.innerGlow = \u5185\u53d1\u5149
|
||||
property.instance.filters.menu.enable = \u542f\u7528\u6216\u7981\u7528\u6ee4\u955c
|
||||
property.instance.display.ratio = \u6bd4\u7387
|
||||
#after 24.0.1
|
||||
properties.instance.header.text = \u6587\u672c
|
||||
action.change.text = \u6587\u672c
|
||||
|
||||
@@ -17,3 +17,7 @@ details = \u67e5\u770b\u8be6\u7ec6\u4fe1\u606f
|
||||
dialog.title = \u65e5\u5fd7
|
||||
#after version 1.7.0u1:
|
||||
clear = \u6e05\u9664
|
||||
#after version 23.0.1:
|
||||
saveToFile = \u4fdd\u5b58\u5230\u6587\u4ef6...
|
||||
filter.txt = \u6587\u672c\u6587\u4ef6 (*.txt)
|
||||
error.cannotSave = \u65e0\u6cd5\u4fdd\u5b58\u65e5\u5fd7\u6587\u4ef6: %error%
|
||||
|
||||
@@ -12,10 +12,12 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
titleFormat = %title%:
|
||||
shapes = \u5f62\u72b6
|
||||
shapes.svg = SVG
|
||||
shapes.png = PNG
|
||||
shapes.bmp = BMP
|
||||
shapes.webp = WEBP
|
||||
shapes.canvas = HTML5 \u753b\u5e03
|
||||
shapes.swf = SWF
|
||||
texts = \u6587\u672c
|
||||
@@ -27,6 +29,7 @@ images.png_gif_jpeg = PNG/GIF/JPEG
|
||||
images.png = PNG
|
||||
images.jpeg = JPEG
|
||||
images.bmp = BMP
|
||||
images.webp = WEBP
|
||||
movies = \u5f71\u7247
|
||||
movies.flv = FLV (\u65e0\u97f3\u9891)
|
||||
sounds = \u58f0\u97f3
|
||||
@@ -55,6 +58,7 @@ morphshapes.swf = SWF
|
||||
morphshapes.bmp_start_end = BMP (\u5f00\u59cb, \u7ed3\u675f)
|
||||
morphshapes.png_start_end = PNG (\u5f00\u59cb, \u7ed3\u675f)
|
||||
morphshapes.svg_start_end = SVG (\u5f00\u59cb, \u7ed3\u675f)
|
||||
morphshapes.webp_start_end = WEBP (\u5f00\u59cb, \u7ed3\u675f)
|
||||
frames = \u5e27
|
||||
frames.png = PNG
|
||||
frames.gif = GIF
|
||||
@@ -63,6 +67,7 @@ frames.svg = SVG
|
||||
frames.canvas = HTML5 \u753b\u5e03
|
||||
frames.pdf = PDF
|
||||
frames.bmp = BMP
|
||||
frames.webp = WEBP
|
||||
frames.swf = SWF
|
||||
sprites = \u7cbe\u7075
|
||||
sprites.png = PNG
|
||||
@@ -72,11 +77,13 @@ sprites.svg = SVG
|
||||
sprites.canvas = HTML5 \u753b\u5e03
|
||||
sprites.pdf = PDF
|
||||
sprites.bmp = BMP
|
||||
sprites.webp = WEBP
|
||||
sprites.swf = SWF
|
||||
buttons = \u6309\u94ae
|
||||
buttons.png = PNG
|
||||
buttons.svg = SVG
|
||||
buttons.bmp = BMP
|
||||
buttons.webp = WEBP
|
||||
buttons.swf = SWF
|
||||
fonts = \u5b57\u4f53
|
||||
fonts.ttf = TTF
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# Copyright (C) 2025 JPEXS
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dialog.title = \u5bfc\u51fa\u5b50\u5143\u4ef6\u52a8\u753b
|
||||
format = \u683c\u5f0f:
|
||||
length = \u957f\u5ea6:
|
||||
frames = \u5e27\u6570
|
||||
button.ok = \u786e\u5b9a
|
||||
button.cancel = \u53d6\u6d88
|
||||
@@ -0,0 +1,29 @@
|
||||
# Copyright (C) 2025 JPEXS
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dialog.title = \u7f51\u683c
|
||||
button.ok = \u786e\u5b9a
|
||||
button.cancel = \u53d6\u6d88
|
||||
color = \u989c\u8272\uff1a
|
||||
show = \u663e\u793a\u7f51\u683c
|
||||
showOverObjects = \u663e\u793a\u4e0a\u65b9\u5bf9\u8c61
|
||||
snapTo = \u5bf9\u9f50\u7f51\u683c
|
||||
spacing.x = \u6c34\u5e73\u95f4\u8ddd\uff1a
|
||||
spacing.y = \u5782\u76f4\u95f4\u8ddd\uff1a
|
||||
snapAccuracy = \u5bf9\u9f50\u7cbe\u5ea6\uff1a
|
||||
snapAccuracy.mustBeClose = \u5fc5\u987b\u9760\u8fd1
|
||||
snapAccuracy.normal = \u6b63\u5e38
|
||||
snapAccuracy.canBeDistant = \u53ef\u4ee5\u8fdc\u8ddd
|
||||
snapAccuracy.alwaysSnap = \u603b\u662f\u5bf9\u9f50
|
||||
error.invalidSpacing = \u65e0\u6548\u7684\u95f4\u8ddd\u503c\uff0c\u5e94\u4e3a\u6574\u6570\u3002
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright (C) 2025 JPEXS
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dialog.title = \u53c2\u8003\u7ebf
|
||||
button.ok = \u786e\u5b9a
|
||||
button.cancel = \u53d6\u6d88
|
||||
color = \u989c\u8272\uff1a
|
||||
show = \u663e\u793a\u53c2\u8003\u7ebf
|
||||
snapTo = \u5bf9\u9f50\u5230\u53c2\u8003\u7ebf
|
||||
lock = \u9501\u5b9a\u53c2\u8003\u7ebf
|
||||
clear = \u6e05\u9664\u5168\u90e8
|
||||
snapAccuracy = \u5bf9\u9f50\u7cbe\u5ea6\uff1a
|
||||
snapAccuracy.mustBeClose = \u5fc5\u987b\u9760\u8fd1
|
||||
snapAccuracy.normal = \u6b63\u5e38
|
||||
snapAccuracy.canBeDistant = \u53ef\u4ee5\u8fdc\u8ddd
|
||||
@@ -857,9 +857,9 @@ button.morph.end = \u7ed3\u675f
|
||||
header.displayrect.unit.pixels = \u50cf\u7d20
|
||||
header.displayrect.unit.twips = \u7f07
|
||||
#after 18.3.6
|
||||
button.abc.linkedSwfs.hint = \u5176\u4ed6SWF\u4f9d\u8d56\u9879
|
||||
abc.linkedSwfs.one = +1 swf
|
||||
abc.linkedSwfs.more = +%num% swfs
|
||||
button.abc.linkedSwfs.hint = \u5176\u4ed6 SWF \u4f9d\u8d56\u9879
|
||||
abc.linkedSwfs.one = +1 \u4e2a swf
|
||||
abc.linkedSwfs.more = +%num% \u4e2a swf
|
||||
#class trait P-code editor
|
||||
error.class = \u7c7b\u9519\u8bef
|
||||
warning.initializers.class = "extends"\u5bf9\u8c61\u4e5f\u7528\u4e8e\u811a\u672c\u521d\u59cb\u5316\u8303\u56f4\u5806\u6808\n\u5728\u7c7b\u7279\u5f81\u4e2d\u7f16\u8f91\u8fd9\u91cc\u7684\u503c\u662f\u4e0d\u591f\u7684
|
||||
@@ -943,8 +943,8 @@ debug.export.bytearray = \u5bfc\u51fa\u5b57\u8282\u6570\u7ec4\u6570\u636e...
|
||||
debug.import = \u5bfc\u5165\u5230 %name%
|
||||
debug.import.bytearray = \u5bfc\u5165\u5b57\u8282\u6570\u7ec4\u6570\u636e...
|
||||
action.edit.flex = (Flex \u7f16\u8bd1\u5668)
|
||||
header.encrypted = Harman\u52a0\u5bc6
|
||||
header.warning.unsupportedGfxEncryption = GFX\u4e0d\u652f\u6301Harman\u52a0\u5bc6
|
||||
header.encrypted = Harman \u52a0\u5bc6
|
||||
header.warning.unsupportedGfxEncryption = GFX\u4e0d\u652f\u6301 Harman \u52a0\u5bc6
|
||||
contextmenu.applyUnpacker = \u5e94\u7528\u89e3\u5305\u5668
|
||||
binarydata.dataInside.packer = \u770b\u8d77\u6765\u8fd9\u4e2a\u4e8c\u8fdb\u5236\u6570\u636e\u662f\u7528%packer%\u6253\u5305\u7684.\u5355\u51fb\u6b64\u5904\u89e3\u538b\u7f29\u4e8c\u8fdb\u5236\u6570\u636e
|
||||
error.wrong.packer = %item%\r\n\u65e0\u6cd5\u4f7f\u7528%packer%\u89e3\u538b\u7f29\u4e8c\u8fdb\u5236\u6570\u636e.\\r\n\u6b64\u6253\u5305\u5668\u53ef\u80fd\u672a\u6253\u5305\u6570\u636e
|
||||
@@ -967,13 +967,13 @@ contextmenu.configurePathResolving = \u914d\u7f6e\u8def\u5f84\u89e3\u6790...
|
||||
contextmenu.setAsLinkage = \u8bbe\u7f6eAS\u94fe\u63a5
|
||||
contextmenu.exportFlashDevelop = \u5bfc\u51fa\u4e3aFlashDevelop\u5de5\u7a0b
|
||||
filter.as3proj = FlashDevelop AS3\u5de5\u7a0b (*.as3proj)
|
||||
work.exporting.flashDevelop = \u6b63\u5728\u5bfc\u51fa\u4e3aFlashDevelop\u5de5\u7a0b
|
||||
menu.file.export.flashDevelop = \u5bfc\u51fa\u4e3aFlashDevelop\u5de5\u7a0b
|
||||
contextmenu.exportIdea = \u5bfc\u51fa\u4e3aIntelliJ IDEA\u5de5\u7a0b
|
||||
filter.iml = IntelliJ IDEA\u5de5\u7a0b (*.iml)
|
||||
work.exporting.idea = \u6b63\u5728\u5bfc\u51fa\u4e3aIntelliJ IDEA\u5de5\u7a0b
|
||||
menu.file.export.idea = \u5bfc\u51fa\u4e3aIntelliJ IDEA\u5de5\u7a0b
|
||||
contextmenu.exportFla = \u5bfc\u51fa\u4e3aFLA\u6587\u4ef6
|
||||
work.exporting.flashDevelop = \u6b63\u5728\u5bfc\u51fa\u4e3a FlashDevelop \u5de5\u7a0b
|
||||
menu.file.export.flashDevelop = \u5bfc\u51fa\u4e3a FlashDevelop \u5de5\u7a0b
|
||||
contextmenu.exportIdea = \u5bfc\u51fa\u4e3a IntelliJ IDEA \u5de5\u7a0b
|
||||
filter.iml = IntelliJ IDEA \u5de5\u7a0b (*.iml)
|
||||
work.exporting.idea = \u6b63\u5728\u5bfc\u51fa\u4e3a IntelliJ IDEA \u5de5\u7a0b
|
||||
menu.file.export.idea = \u5bfc\u51fa\u4e3a IntelliJ IDEA \u5de5\u7a0b
|
||||
contextmenu.exportFla = \u5bfc\u51fa\u4e3a FLA \u6587\u4ef6
|
||||
export.project.select.directory = \u9009\u62e9\u65b0\u5de5\u7a0b\u4f4d\u7f6e
|
||||
menu.file.saveAll = \u4fdd\u5b58\u5168\u90e8
|
||||
filter.exe.wrapper = \u5c01\u88c5\u5668\u53ef\u6267\u884c\u6587\u4ef6(*.exe)
|
||||
@@ -993,9 +993,9 @@ filter.air.as3proj = FlashDevelop AS3\u5de5\u7a0b (*.as3proj)
|
||||
packer.key.title = \u5bc6\u94a5: %packer%
|
||||
packer.key = \u8f93\u5165\u6253\u5305\u5de5\u5177"%packer%"\u7684\u5bc6\u94a5:
|
||||
#after 21.0.5
|
||||
contextmenu.exportVsCode = \u5bfc\u51fa\u4e3aVS Code\u5de5\u7a0b
|
||||
work.exporting.vsCode = \u6b63\u5728\u5bfc\u51fa\u4e3aVS Code\u5de5\u7a0b
|
||||
menu.file.export.vsCode = \u5bfc\u51fa\u4e3aVS Code\u5de5\u7a0b
|
||||
contextmenu.exportVsCode = \u5bfc\u51fa\u4e3a VS Code \u5de5\u7a0b
|
||||
work.exporting.vsCode = \u6b63\u5728\u5bfc\u51fa\u4e3a VS Code \u5de5\u7a0b
|
||||
menu.file.export.vsCode = \u5bfc\u51fa\u4e3a VS Code \u5de5\u7a0b
|
||||
#after 21.1.0
|
||||
contextmenu.convertShapeType = \u8f6c\u6362\u5f62\u72b6\u7c7b\u578b
|
||||
contextmenu.convertPlaceObjectType = \u8f6c\u6362\u653e\u7f6e\u5bf9\u8c61\u7c7b\u578b
|
||||
@@ -1005,7 +1005,65 @@ menu.file.view.easy = \u7b80\u6613\u7f16\u8f91\u5668
|
||||
#after 21.1.3
|
||||
menu.tools.solEditor = \u5b58\u6863\u7f16\u8f91\u5668
|
||||
node.cookies = \u5b58\u6863
|
||||
menu.help.wiki = \u8bbf\u95eeFFDec\u7ef4\u57fa\u767e\u79d1
|
||||
message.wiki = \u8bbf\u95eeFFDec\u7ef4\u57fa\u767e\u79d1: \r\n%url%
|
||||
#...
|
||||
menu.file.view.alwaysOnTop = \u59cb\u7ec8\u5728\u6700\u4e0a\u5c42
|
||||
menu.help.wiki = \u8bbf\u95ee FFDec \u7ef4\u57fa\u767e\u79d1
|
||||
message.wiki = \u8bbf\u95ee FFDec \u7ef4\u57fa\u767e\u79d1: \r\n%url%
|
||||
#after 22.0.1
|
||||
filter.swf_spl = SWF\u6587\u4ef6 (*.swf, *.spl)
|
||||
#after 22.0.2
|
||||
button.snap_options = \u5bf9\u9f50\u9009\u9879
|
||||
snap_options.snap_align = \u5438\u9644\u5bf9\u9f50
|
||||
snap_options.snap_to_grid = \u7f51\u683c\u5bf9\u9f50
|
||||
snap_options.snap_to_guides = \u53c2\u8003\u7ebf\u5bf9\u9f50
|
||||
snap_options.snap_to_pixels = \u50cf\u7d20\u5bf9\u9f50
|
||||
snap_options.snap_to_objects = \u5bf9\u8c61\u5bf9\u9f50
|
||||
snap_options.edit = \u7f16\u8f91\u5bf9\u9f50...
|
||||
button.ruler.hint = \u5207\u6362\u6807\u5c3a\u663e\u793a
|
||||
button.guides_options = \u53c2\u8003\u7ebf\u9009\u9879
|
||||
guides_options.show = \u663e\u793a\u53c2\u8003\u7ebf
|
||||
guides_options.lock = \u9501\u5b9a\u53c2\u8003\u7ebf
|
||||
guides_options.clear = \u6e05\u9664\u53c2\u8003\u7ebf
|
||||
guides_options.edit = \u7f16\u8f91\u53c2\u8003\u7ebf...
|
||||
button.grid_options = \u7f51\u683c\u9009\u9879
|
||||
grid_options.show_grid = \u663e\u793a\u7f51\u683c
|
||||
grid_options.edit = \u7f16\u8f91\u7f51\u683c...
|
||||
move_guide = \u79fb\u52a8\u53c2\u8003\u7ebf
|
||||
move_guide.position = \u4f4d\u7f6e\uff1a
|
||||
zoom = \u7f29\u653e
|
||||
zoom.hint = \u7f29\u653e\u7ea7\u522b\u3002\u70b9\u51fb\u66f4\u6539\u3002
|
||||
zoom.enter = \u8f93\u5165\u7f29\u653e\u767e\u5206\u6bd4\u503c\uff1a
|
||||
contextmenu.showInEasy = \u5728\u7b80\u6613\u7f16\u8f91\u5668\u4e2d\u663e\u793a
|
||||
#after 23.0.1
|
||||
work.debugging.start = \u542f\u52a8 Flash \u5185\u5bb9\u8c03\u8bd5\u5668
|
||||
menu.file.view.alwaysOnTop = \u59cb\u7ec8\u7f6e\u4e8e\u9876\u5c42
|
||||
contextmenu.showDetail = \u663e\u793a\u8be6\u60c5
|
||||
highlighter.occurrences = \u6807\u8bb0\u5339\u914d\u9879
|
||||
highlighter.currentLine = \u5f53\u524d\u884c
|
||||
highlighter.error = \u9519\u8bef\uff1a%error%
|
||||
message.link.clicked = \u60a8\u70b9\u51fb\u4e86\u4e00\u4e2a\u6307\u5411\u5176\u4ed6 SWF \u6587\u4ef6\u7684\u94fe\u63a5\u3002
|
||||
message.link.bewareTypes = \u8bf7\u6ce8\u610f\uff0c\u5b58\u5728\u591a\u79cd\u94fe\u63a5\u7c7b\u578b\uff1a
|
||||
message.link.type.currentScript = \u94fe\u63a5\u5230\u5f53\u524d\u811a\u672c
|
||||
message.link.type.currentScript.sample = myVar
|
||||
message.link.type.otherScript = \u94fe\u63a5\u5230\u6b64 SWF \u4e2d\u7684\u5176\u4ed6\u811a\u672c
|
||||
message.link.type.otherScript.sample = OtherClass
|
||||
message.link.type.otherFile = \u94fe\u63a5\u5230\u5176\u4ed6 SWF \u6587\u4ef6 \uff08\u901a\u5e38\u4e3a playerglobal.swc\uff09
|
||||
message.link.type.otherFile.sample = String
|
||||
message.link.reallyGo = \u60a8\u786e\u5b9a\u8981\u524d\u5f80\u53e6\u4e00\u4e2a SWF \u5417\uff1f
|
||||
contextmenu.exportSubspriteAnimation = \u5bfc\u51fa\u5b50\u7cbe\u7075\u52a8\u753b
|
||||
contextmenu.showInFlashPlayer = \u5728 Flash Player \u4e2d\u663e\u793a
|
||||
action.code-completion = \u4ee3\u7801\u8865\u5168
|
||||
transform.copy = \u5c06\u8f6c\u6362\u590d\u5236\u5230\u526a\u8d34\u677f
|
||||
transform.clipboard.paste.load = \u52a0\u8f7d\u526a\u8d34\u677f\u4e2d\u7684\u8f6c\u6362
|
||||
transform.clipboard.paste.apply = \u5e94\u7528\u526a\u8d34\u677f\u4e2d\u7684\u8f6c\u6362
|
||||
abc.link.dialog.noOtherFilesOpened = \u6ca1\u6709\u6253\u5f00\u5176\u4ed6\u6587\u4ef6
|
||||
#after 24.0.1
|
||||
deobfuscate_options.skip_uninitialized_class_fields_detection = \u8df3\u8fc7\u5bf9\u672a\u521d\u59cb\u5316\u7c7b\u5b57\u6bb5\u7684\u68c0\u6d4b
|
||||
work.decompiling.allScripts.ucf.canBeSkipped = \u60a8\u53ef\u4ee5\u5728\u53cd\u6df7\u6dc6\u9009\u9879\u4e2d\u5173\u95ed\u6b64\u6b65\u9aa4\uff08\u5e26\u6709\u7ea2\u8272\u53c9\u53f7\u7684\u56fe\u6807\uff09
|
||||
text.copy = \u590d\u5236
|
||||
text.selectAll = \u9009\u62e9\u5168\u90e8
|
||||
menu.settings.autoDeobfuscateIdentifiers = \u53cd\u6df7\u6dc6\u6807\u8bc6\u7b26
|
||||
deobfuscate_options.deobfuscateIdentifiers = \u53cd\u6df7\u6dc6\u6807\u8bc6\u7b26
|
||||
node.unknown = \u672a\u77e5
|
||||
node.errored = \u51fa\u9519
|
||||
filter.swf_spl_swt = SWF \u6587\u4ef6 (*.swf, *.spl, *.swt)
|
||||
filter.swt = \u751f\u6210\u5668\u6a21\u677f (*.swt)
|
||||
contextmenu.normalizeFonts = \u7edf\u4e00\u5b57\u4f53
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
# Copyright (C) 2025 JPEXS
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dialog.title = \u5bf9\u9f50
|
||||
button.ok = \u786e\u5b9a
|
||||
button.cancel = \u53d6\u6d88
|
||||
snapAlign = \u5bf9\u9f50
|
||||
snapToGrid = \u5bf9\u9f50\u5230\u7f51\u683c
|
||||
snapToGuides = \u5bf9\u9f50\u5230\u53c2\u8003\u7ebf
|
||||
snapToPixels = \u5bf9\u9f50\u5230\u50cf\u7d20
|
||||
snapToObjects = \u5bf9\u9f50\u5230\u5bf9\u8c61
|
||||
snapAlign.settings = \u5bf9\u9f50\u8bbe\u7f6e
|
||||
snapAlign.stageBorder = \u573a\u666f\u8fb9\u6846\uff1a
|
||||
snapAlign.objectSpacing = \u5bf9\u8c61\u95f4\u8ddd\uff1a
|
||||
snapAlign.objectSpacing.horizontal = \u6c34\u5e73\uff1a
|
||||
snapAlign.objectSpacing.vertical = \u5782\u76f4\uff1a
|
||||
snapAlign.centerAlignment = \u5c45\u4e2d\u5bf9\u9f50\uff1a
|
||||
snapAlign.centerAlignment.horizontal = \u6c34\u5e73\u5c45\u4e2d\u5bf9\u9f50
|
||||
snapAlign.centerAlignment.vertical = \u5782\u76f4\u5c45\u4e2d\u5bf9\u9f50
|
||||
error.invalidSpacing = \u65e0\u6548\u7684\u95f4\u8ddd\u503c\u3002\u5e94\u4e3a\u6574\u6570\u3002
|
||||
error.invalidBorder = \u65e0\u6548\u7684\u8fb9\u6846\u503c\u3002\u5e94\u4e3a\u6574\u6570\u3002
|
||||
@@ -6,8 +6,10 @@ type = \u811a\u672c\u7c7b\u578b:
|
||||
type.frame = \u4e3b\u65f6\u95f4\u8f74\u5e27\u811a\u672c (DoAction)
|
||||
type.sprite.frame = \u7cbe\u7075\u5e27\u811a\u672c (DoAction)
|
||||
type.sprite.init = \u7cbe\u7075\u521d\u59cb\u5316\u811a\u672c (DoInitAction)
|
||||
type.button.event = \u6309\u94ae\u811a\u672c (BUTTONCONDACTION)
|
||||
type.instance.event = \u5b9e\u4f8b\u811a\u672c (CLIPACTIONRECORD)
|
||||
type.button.event = \u6309\u94ae\u4e8b\u4ef6 (BUTTONCONDACTION)
|
||||
type.instance.event = \u5b9e\u4f8b\u4e8b\u4ef6 (CLIPACTIONRECORD)
|
||||
type.class = AS2 \u7c7b
|
||||
classname = \u5168\u9650\u5b9a\u7c7b\u540d
|
||||
message.classexists = \u540c\u540d\u7c7b\u5df2\u5b58\u5728.\u8bf7\u9009\u62e9\u5176\u4ed6\u540d\u79f0
|
||||
classname = \u5168\u9650\u5b9a\u7c7b\u540d:
|
||||
message.classexists = \u5177\u6709\u6b64\u540d\u79f0\u7684\u7c7b\u5df2\u5b58\u5728.\u8bf7\u9009\u62e9\u5176\u4ed6\u540d\u79f0
|
||||
# In some cases we display only part of the dialog (like add class), in such case, dialog title is modified
|
||||
dialog.title.combined = %title% - %type%
|
||||
|
||||
Reference in New Issue
Block a user