mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 13:58:09 +00:00
Issue 1449 - Turkish translation by Osman ÖZ
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
DefaultAction.copy-to-clipboard.MenuText = Kopya
|
||||
DefaultAction.cut-to-clipboard.MenuText = Kesmek
|
||||
DefaultAction.paste-from-clipboard.MenuText = Yap\u0131\u015ft\u0131rmak
|
||||
DefaultAction.select-all.MenuText = Hepsini Se\u00e7
|
||||
|
||||
Action.find.MenuText = Bulmak
|
||||
Action.find.ToolTip = Bul ve De\u011fi\u015ftir ileti\u015fim kutusunu g\u00f6r\u00fcnt\u00fcle
|
||||
Action.find-next.MenuText = Sonrakini Bul
|
||||
Action.find-next.ToolTip = Son Bulmay\u0131 Yinele
|
||||
Action.goto-line.MenuText = Sat\u0131r Numaras\u0131na Git
|
||||
Action.goto-line.ToolTip = Sat\u0131r Numaras\u0131na Git
|
||||
Action.indent.MenuText = Sat\u0131rba\u015f\u0131
|
||||
Action.unindent.MenuText = Girintisiz
|
||||
Action.undo.MenuText = Geri al
|
||||
Action.redo.MenuText = Yeniden Yapmak
|
||||
Action.delete-lines.MenuText = \u00c7izgi(ler) Sil
|
||||
Action.dup-lines-up.MenuText = Yukar\u0131daki Yinelenen Sat\u0131r
|
||||
Action.dup-lines-down.MenuText = \u00c7izgileri A\u015fa\u011f\u0131 \u00c7o\u011falt
|
||||
Action.toggle-lines.MenuText = Sat\u0131r Say\u0131lar\u0131n\u0131 De\u011fi\u015ftir
|
||||
Action.show-abbs.MenuText = K\u0131saltmalar\u0131 g\u00f6ster
|
||||
Action.show-abbs.ToolTip = K\u0131saltmalar\u0131 g\u00f6ster
|
||||
Action.complete-word.MenuText = Tam Kelime
|
||||
Action.jump-to-pair.MenuText = \u00c7ifte Ge\u00e7
|
||||
Action.toggle-comments.MenuText = Yorumlar\u0131 De\u011fi\u015ftir/A\u00e7/Kapat
|
||||
|
||||
# !!!! 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,36 @@
|
||||
Action.toggle-token-marker.MenuText = \u0130\u015faret \u0130\u015faret\u00e7isini De\u011fi\u015ftir
|
||||
|
||||
# !!!! 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
|
||||
RightMarginColumn = 80
|
||||
RightMarginColor = 0xdddddd
|
||||
#
|
||||
# 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,45 @@
|
||||
Action.combo-completion.MenuText = Bir talimat se\u00e7
|
||||
Action.toggle-token-marker.MenuText = \u0130\u015faret \u0130\u015faret\u00e7isini De\u011fi\u015ftir
|
||||
|
||||
# !!!! 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
|
||||
RightMarginColumn = 80
|
||||
RightMarginColor = 0xdddddd
|
||||
#
|
||||
# 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,40 @@
|
||||
Action.toggle-token-marker.MenuText = \u0130\u015faret \u0130\u015faret\u00e7isini De\u011fi\u015ftir
|
||||
|
||||
# !!!! 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
|
||||
RightMarginColumn = 80
|
||||
RightMarginColor = 0xdddddd
|
||||
#
|
||||
# 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,38 @@
|
||||
SyntaxTester.title = JSyntaxPane Test Cihaz\u0131
|
||||
SyntaxTester.lblCaretPos.text = D\u00fczeltme Pozisyonu
|
||||
SyntaxTester.lblToken.text = \u0130mlecin alt\u0131ndaki simge
|
||||
SyntaxTester.jEdtTest.contentType =
|
||||
NO_TOKEN_AT_CURSOR = \u0130\u015faret\u00e7i yok
|
||||
|
||||
HTMLPreviewFrame.title = HTML \u00d6nizleme
|
||||
HTMLPreviewFrame.jEdtHtml.contentType = metin/HTML
|
||||
QuickFindDialog.jChkWrap.text = Sarmak
|
||||
QuickFindDialog.jChkRegExp.text = Reg Exp
|
||||
QuickFindDialog.jChkIgnoreCase.text = Vakay\u0131 Yoksay
|
||||
QuickFindDialog.jLabel1.text = H\u0131zl\u0131 arama
|
||||
QuickFindDialog.NotFound = bulunamad\u0131
|
||||
ReplaceDialog.jChkRegex.text = D\u00fczenli \u0130fade
|
||||
ReplaceDialog.jChkIgnoreCase.text = Vakay\u0131 Yoksay
|
||||
ReplaceDialog.jLblReplace.text = De\u011fi\u015ftirmek
|
||||
ReplaceDialog.jTglHighlight.text = Vurgulamak
|
||||
ReplaceDialog.jBtnReplaceAll.text = Hepsini de\u011fi\u015ftir
|
||||
ReplaceDialog.jBtnPrev.text = \u00d6nceki
|
||||
ReplaceDialog.jChkWrap.toolTipText = Sona erdi\u011finde ba\u015fa sar\u0131n
|
||||
ReplaceDialog.jChkWrap.text = Etraf\u0131na sarmak
|
||||
ReplaceDialog.title = Bul ve De\u011fi\u015ftir
|
||||
ReplaceDialog.jBtnNext.text = Sonraki
|
||||
ReplaceDialog.jLblFind.text = Bulmak
|
||||
ReplaceDialog.jBtnReplace.text = De\u011fi\u015ftirmek
|
||||
ShowAbbsDialog.title = K\u0131saltmalar
|
||||
GotoLineDialog.title = Sat\u0131ra git.
|
||||
GotoLineDialog.jBtnOk.text = Gidi\u015f
|
||||
|
||||
DocumentSearchData.SearchStringNotFound = Arama Dizesi {0} bulunamad\u0131
|
||||
DocumentSearchData.Find = Bulmak
|
||||
ScriptAction.NoScriptConfigured = \u0130\u015flemin komut dosyas\u0131 i\u015flevi yap\u0131land\u0131r\u0131lmad\u0131
|
||||
ScriptAction.ErrorInScript = Komut Dosyas\u0131ndaki Hata
|
||||
ScriptAction.NoScriptFoundIn = \u0130\u00e7inde hi\u00e7bir komut dosyas\u0131 bulunamad\u0131:
|
||||
ScriptRunnerAction.ErrorExecutingScript = Komut dosyas\u0131 \u00e7al\u0131\u015ft\u0131r\u0131l\u0131rken hata olu\u015ftu:\\n
|
||||
ScriptRunnerAction.ScriptError = Komut Dosyas\u0131 Hatas\u0131
|
||||
ScriptRunnerAction.ScriptEngineNotFound = [{0}] i\u00e7in komut dosyas\u0131 bulunamad\u0131. Bu \u0130\u015flemi Devre D\u0131\u015f\u0131 B\u0131rakma
|
||||
ShowAbbsAction.NoAbbsForType = Bu i\u00e7erik t\u00fcr\u00fc i\u00e7in k\u0131saltma yok
|
||||
Reference in New Issue
Block a user