mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 08:45:53 +00:00
Add Slovak translations for jsyntaxpane config files
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
This commit is contained in:
@@ -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 = Pr\u00e1zdne
|
||||
@@ -0,0 +1,116 @@
|
||||
DefaultAction.copy-to-clipboard.MenuText = Kop\u00edrova\u0165
|
||||
DefaultAction.cut-to-clipboard.MenuText = Vystrihn\u00fa\u0165
|
||||
DefaultAction.paste-from-clipboard.MenuText = Vlo\u017ei\u0165
|
||||
DefaultAction.select-all.MenuText = Vybra\u0165 v\u0161etko
|
||||
|
||||
Action.find.MenuText = N\u00e1js\u0165
|
||||
Action.find.ToolTip = Zobraz\u00ed dial\u00f3g N\u00e1js\u0165 a nahradi\u0165
|
||||
Action.find-next.MenuText = N\u00e1js\u0165 \u010fal\u0161\u00ed
|
||||
Action.find-next.ToolTip = Opakova\u0165 posledn\u00e9 h\u013eadanie
|
||||
Action.goto-line.MenuText = \u00cds\u0165 na riadok
|
||||
Action.goto-line.ToolTip = \u00cds\u0165 na riadok
|
||||
Action.indent.MenuText = Odsadi\u0165
|
||||
Action.unindent.MenuText = Zru\u0161i\u0165 odsadenie
|
||||
Action.undo.MenuText = Sp\u00e4\u0165
|
||||
Action.redo.MenuText = Znova
|
||||
Action.delete-lines.MenuText = Zmaza\u0165 riadky
|
||||
Action.dup-lines-up.MenuText = Duplikova\u0165 riadky nad
|
||||
Action.dup-lines-down.MenuText = Duplikova\u0165 riadky pod
|
||||
Action.toggle-lines.MenuText = Prepn\u00fa\u0165 zobrazenie \u010d\u00edsel riadkov
|
||||
Action.show-abbs.MenuText = Zobrazi\u0165 skratky
|
||||
Action.show-abbs.ToolTip = Zobrazi\u0165 skratky
|
||||
Action.complete-word.MenuText = Dokon\u010di\u0165 slovo
|
||||
Action.jump-to-pair.MenuText = Sko\u010di\u0165 na p\u00e1r
|
||||
Action.toggle-comments.MenuText = Prepn\u00fa\u0165 koment\u00e1re
|
||||
|
||||
# !!!! FFDec translators - please do not edit anything below this line !!!
|
||||
#==========================================================================
|
||||
|
||||
Components = jsyntaxpane.components.PairsMarker, \
|
||||
jsyntaxpane.components.LineNumbersRuler
|
||||
# This is the color to highlight tokens whenever the cursor is on them
|
||||
TokenMarker.Color = 0xffeeaa
|
||||
# Colors for PairMarkers
|
||||
PairMarker.Color = 0xffbb77
|
||||
# Right Margin for LineNumbers border in pixels, Default = 5
|
||||
LineNumbers.RightMargin = 7
|
||||
# Foreground for line numbers, Default = Black
|
||||
LineNumbers.Foreground = 0x333300
|
||||
# Background for line numbers, Default = White
|
||||
LineNumbers.Background = 0xeeeeff
|
||||
# Color to use for highlighting current line background
|
||||
LineNumbers.CurrentBack = 0xccccee
|
||||
# Default color for the Caret, Black
|
||||
CaretColor = 0x000000
|
||||
# Actions:
|
||||
Action.quick-find = jsyntaxpane.actions.QuickFindAction, control F
|
||||
Action.find = jsyntaxpane.actions.FindReplaceAction, control H
|
||||
Action.find-next = jsyntaxpane.actions.FindNextAction, F3
|
||||
Action.goto-line = jsyntaxpane.actions.GotoLineAction, control G
|
||||
|
||||
Action.indent = jsyntaxpane.actions.IndentAction, TAB
|
||||
Action.indent.Abbreviations = ${class_path}/abbreviations.properties
|
||||
Action.unindent = jsyntaxpane.actions.UnindentAction, shift TAB
|
||||
|
||||
Action.jindent = jsyntaxpane.actions.JIndentAction, ENTER
|
||||
Action.undo = jsyntaxpane.actions.UndoAction, menu Z
|
||||
Action.redo = jsyntaxpane.actions.RedoAction, menu Y
|
||||
Action.delete-lines = jsyntaxpane.actions.DeleteLinesAction, control E
|
||||
Action.dup-lines-up = jsyntaxpane.actions.DuplicateLinesAction, shift control UP
|
||||
Action.dup-lines-down = jsyntaxpane.actions.DuplicateLinesAction, shift control DOWN
|
||||
|
||||
Action.toggle-lines = jsyntaxpane.actions.ToggleComponentAction, control F2
|
||||
Action.toggle-lines.Component = jsyntaxpane.components.LineNumbersRuler
|
||||
|
||||
Action.toggle-comments = jsyntaxpane.actions.ToggleCommentsAction, control SLASH
|
||||
Action.toggle-comments.SmallIcon = comment.png
|
||||
Action.jump-to-pair = jsyntaxpane.actions.JumpToPairAction, control OPEN_BRACKET
|
||||
Action.complete-word = jsyntaxpane.actions.CompleteWordAction, control K
|
||||
|
||||
Action.smart-home = jsyntaxpane.actions.SmartHomeAction, HOME
|
||||
Action.smart-home-select = jsyntaxpane.actions.SmartHomeSelectAction, shift HOME
|
||||
Action.show-abbs = jsyntaxpane.actions.ShowAbbsAction, F8
|
||||
|
||||
# View configuration:
|
||||
TextAA = ON
|
||||
DEFAULT_EDIT_MENU = \
|
||||
cut-to-clipboard , \
|
||||
copy-to-clipboard , \
|
||||
paste-from-clipboard , \
|
||||
- , \
|
||||
select-all , \
|
||||
- , \
|
||||
undo , \
|
||||
redo , \
|
||||
- , \
|
||||
find , \
|
||||
find-next , \
|
||||
goto-line , \
|
||||
jump-to-pair , \
|
||||
- , \
|
||||
complete-word
|
||||
|
||||
# Default Popup Menu
|
||||
PopupMenu = \
|
||||
${DEFAULT_EDIT_MENU} , \
|
||||
- , \
|
||||
goto-line , \
|
||||
toggle-comments
|
||||
# TokenType attributes
|
||||
Style.OPERATOR = 0x000000, 0
|
||||
Style.DELIMITER = 0x000000, 1
|
||||
Style.KEYWORD = 0x3333ee, 0
|
||||
Style.KEYWORD2 = 0x3333ee, 3
|
||||
Style.TYPE = 0x000000, 2
|
||||
Style.TYPE2 = 0x000000, 1
|
||||
Style.TYPE3 = 0x000000, 3
|
||||
Style.STRING = 0xcc6600, 0
|
||||
Style.STRING2 = 0xcc6600, 1
|
||||
Style.NUMBER = 0x999933, 1
|
||||
Style.REGEX = 0xcc6600, 0
|
||||
Style.IDENTIFIER = 0x000000, 0
|
||||
Style.COMMENT = 0x339933, 2
|
||||
Style.COMMENT2 = 0x339933, 3
|
||||
Style.DEFAULT = 0x000000, 0
|
||||
Style.WARNING = 0xCC0000, 0
|
||||
Style.ERROR = 0xCC0000, 3
|
||||
@@ -0,0 +1,31 @@
|
||||
Action.toggle-token-marker.MenuText = Prepn\u00fa\u0165 ozna\u010dova\u010d tokenov
|
||||
|
||||
# !!!! FFDec translators - please do not edit anything below this line !!!
|
||||
#==========================================================================
|
||||
#
|
||||
# JavaSyntaxKit Specific properties.
|
||||
#
|
||||
|
||||
Components = jsyntaxpane.components.LineNumbersBreakpointsRuler, \
|
||||
jsyntaxpane.components.TokenMarker
|
||||
TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3
|
||||
# Performs single color selection (Default = false)
|
||||
#
|
||||
SingleColorSelect = true
|
||||
# Java Actions
|
||||
Action.indent.WordRegex = \\w+|\\/(\\*)+
|
||||
#Action.parenthesis = jsyntaxpane.actions.PairAction, typed (
|
||||
Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3
|
||||
Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker
|
||||
#Action.brackets = jsyntaxpane.actions.PairAction, typed [
|
||||
Action.quotes = jsyntaxpane.actions.PairAction, typed '
|
||||
Action.double-quotes = jsyntaxpane.actions.PairAction, typed "
|
||||
# These are the completions to be in the IntelliSense completion dialog
|
||||
# comma separated values.
|
||||
# Vertical bars: if there is one, it will position the cursor. If there are
|
||||
# two, they will be start and end of selection
|
||||
PopupMenu = \
|
||||
${DEFAULT_EDIT_MENU} , \
|
||||
- , \
|
||||
toggle-lines , \
|
||||
toggle-token-marker
|
||||
@@ -0,0 +1,40 @@
|
||||
Action.combo-completion.MenuText = Vybra\u0165 in\u0161trukciu
|
||||
Action.toggle-token-marker.MenuText = Prepn\u00fa\u0165 ozna\u010dova\u010d tokenov
|
||||
|
||||
# !!!! FFDec translators - please do not edit anything below this line !!!
|
||||
#==========================================================================
|
||||
#
|
||||
# JavaSyntaxKit Specific properties.
|
||||
#
|
||||
|
||||
Components = jsyntaxpane.components.PairsMarker, \
|
||||
jsyntaxpane.components.LineNumbersBreakpointsRuler, \
|
||||
jsyntaxpane.components.TokenMarker
|
||||
TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3
|
||||
# Performs single color selection (Default = false)
|
||||
#
|
||||
SingleColorSelect = true
|
||||
# Java Actions
|
||||
Action.indent.WordRegex = \\w+|\\/(\\*)+
|
||||
Action.parenthesis = jsyntaxpane.actions.PairAction, typed (
|
||||
Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3
|
||||
Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker
|
||||
Action.brackets = jsyntaxpane.actions.PairAction, typed [
|
||||
Action.quotes = jsyntaxpane.actions.PairAction, typed '
|
||||
Action.double-quotes = jsyntaxpane.actions.PairAction, typed "
|
||||
# For completions, you have to define the Action (key to trigger completions):
|
||||
Action.combo-completion = jsyntaxpane.actions.ComboCompletionAction, control SPACE
|
||||
Action.combo-completion.ItemsURL = ${class_path}/combocompletions.txt
|
||||
# These are the completions to be in the IntelliSense completion dialog
|
||||
# comma separated values.
|
||||
# Vertical bars: if there is one, it will position the cursor. If there are
|
||||
# two, they will be start and end of selection
|
||||
PopupMenu = \
|
||||
${DEFAULT_EDIT_MENU} , \
|
||||
- , \
|
||||
toggle-lines , \
|
||||
toggle-token-marker
|
||||
|
||||
Style.KEYWORD = 0x0000ff, 1
|
||||
Style.KEYWORD2 = 0x007f7f, 1
|
||||
Style.OPERATOR = 0x7f007f, 0
|
||||
@@ -0,0 +1,36 @@
|
||||
Action.toggle-token-marker.MenuText = Prepn\u00fa\u0165 ozna\u010dova\u010d tokenov
|
||||
|
||||
# !!!! FFDec translators - please do not edit anything below this line !!!
|
||||
#==========================================================================
|
||||
#
|
||||
# JavaSyntaxKit Specific properties.
|
||||
#
|
||||
|
||||
Components = jsyntaxpane.components.PairsMarker, \
|
||||
jsyntaxpane.components.LineNumbersBreakpointsRuler, \
|
||||
jsyntaxpane.components.TokenMarker
|
||||
TokenMarker.TokenTypes = IDENTIFIER, TYPE, TYPE2, TYPE3
|
||||
# Performs single color selection (Default = false)
|
||||
#
|
||||
SingleColorSelect = true
|
||||
# Java Actions
|
||||
Action.indent.WordRegex = \\w+|\\/(\\*)+
|
||||
Action.parenthesis = jsyntaxpane.actions.PairAction, typed (
|
||||
Action.toggle-token-marker = jsyntaxpane.actions.ToggleComponentAction, control F3
|
||||
Action.toggle-token-marker.Component = jsyntaxpane.components.TokenMarker
|
||||
Action.brackets = jsyntaxpane.actions.PairAction, typed [
|
||||
Action.quotes = jsyntaxpane.actions.PairAction, typed '
|
||||
Action.double-quotes = jsyntaxpane.actions.PairAction, typed "
|
||||
# For completions, you have to define the Action (key to trigger completions):
|
||||
Action.combo-completion = jsyntaxpane.actions.ComboCompletionAction, control SPACE
|
||||
Action.combo-completion.MenuText = Completions
|
||||
Action.combo-completion.ItemsURL = ${class_path}/combocompletions.txt
|
||||
# These are the completions to be in the IntelliSense completion dialog
|
||||
# comma separated values.
|
||||
# Vertical bars: if there is one, it will position the cursor. If there are
|
||||
# two, they will be start and end of selection
|
||||
PopupMenu = \
|
||||
${DEFAULT_EDIT_MENU} , \
|
||||
- , \
|
||||
toggle-lines , \
|
||||
toggle-token-marker
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user