# Translation of katepart4 into Japanese.
# This file is distributed under the same license as the kdelibs package.
# Taiki Komoda 編集領域の背景色を設定します。 indent Indents the selected lines or the current line unindent Unindents the selected lines or current line. cleanindent Cleans up the indentation of the selected lines or "
"current line according to the indentation settings in the document. comment Inserts comment markers to make the selection or selected "
"lines or current line a comment according to the text format as defined by "
"the syntax highlight definition for the document. uncomment Removes comment markers from the selection or selected "
"lines or current line according to the text format as defined by the syntax "
"highlight definition for the document. goto line number This command navigates to the specified "
"line number. set-indent-pasted-text enable If enabled, indentation of "
"text pasted from the clipboard is adjusted using the current indenter."
"p> Possible true values: 1 on true set-tab-width width Sets the tab width to the number "
"width set-replace-tab enable If enabled, tabs are replaced with "
"spaces as you type. Possible true values: 1 on true set-show-tabs enable If enabled, TAB characters and trailing "
"whitespace will be visualized by a small dot. Possible true values: 1 "
"on true set-remove-trailing-spaces mode Removes the trailing spaces "
"in the document depending on the mode. Possible values:"
"
Here is an "
"example to show the difference to the normal sort method:
sort(a10, a1, "
"a2) => a1, a10, a2
natsort(a10, a1, a2) => a1, a2, a10"
msgstr ""
#: script/data/commands/utils.js:371
msgid "Trims trailing whitespace from selection or whole document."
msgstr ""
#: script/data/commands/utils.js:373
msgid "Trims leading whitespace from selection or whole document."
msgstr ""
#: script/data/commands/utils.js:375
msgid "Trims leading and trailing whitespace from selection or whole document."
msgstr ""
#: script/data/commands/utils.js:377
msgid ""
"Joins selected lines or whole document. Optionally pass a separator to put "
"between each line:join ', '
will e.g. join lines and "
"separate them by a comma."
msgstr ""
#: script/data/commands/utils.js:379
msgid "Removes empty lines from selection or whole document."
msgstr ""
#: script/data/commands/utils.js:383
msgid ""
"Given a JavaScript function as argument, call that for the list of "
"(selected) lines and replace them with the return value of that callback."
"
Example (join selected lines):each 'function(lines){return "
"lines.join(\", \");}'
To save you some typing, you can also do "
"this to achieve the same:each 'lines.join(\", \")'
"
msgstr ""
#: script/data/commands/utils.js:385
msgid ""
"Given a JavaScript function as argument, call that for the list of "
"(selected) lines and remove those where the callback returns false."
"
Example (see also rmblank
):filter 'function(l)"
"{return l.length > 0;}'
To save you some typing, you can also do "
"this to achieve the same:filter 'line.length > 0'
"
msgstr ""
#: script/data/commands/utils.js:387
msgid ""
"Given a JavaScript function as argument, call that for the list of "
"(selected) lines and replace the line with the return value of the callback."
"
Example (see also ltrim
):map 'function(line)"
"{return line.replace(/^s+/, \"\");}'
To save you some typing, you "
"can also do this to achieve the same:map 'line.replace(/^s+/, "
"\"\")'
"
msgstr ""
#: script/data/commands/utils.js:389
msgid "Duplicates the selected lines up."
msgstr ""
#: script/data/commands/utils.js:391
msgid "Duplicates the selected lines down."
msgstr ""
#: script/data/commands/utils.js:393
msgid ""
"Encode special chars in a single line selection, so the result text can be "
"used as URI."
msgstr ""
#: script/data/commands/utils.js:395
msgid "Reverse action of URI encode."
msgstr ""
#: script/katecommandlinescript.cpp:56
msgid "Function '%1' not found in script: %2"
msgstr "関数
Check if you have read access to this file."
msgstr ""
"ファイル
It is set to read-only mode, as saving might destroy its content.
Either reopen the file with the correct encoding chosen or enable the read-"
"write mode again in the menu to be able to edit it."
msgstr ""
"ファイル %1 は %2 エンコーディングで開かれましたが、無効な文字を含んでいま"
"す。保存するとその内容が壊れる可能性があるため、読み取り専用モードに設定しま"
"した。編集するには、正しいエンコーディングでファイルを開き直すか、メニューか"
"ら読み書きモードを有効にしてください。"
#: document/katedocument.cpp:2046
msgid ""
"The file %1 was opened with %2 encoding but contained invalid characters. It "
"is set to read-only mode, as saving might destroy its content. Either reopen "
"the file with the correct encoding chosen or enable the read-write mode "
"again in the menu to be able to edit it."
msgstr ""
"ファイル %1 は %2 エンコーディングで開かれましたが、無効な文字を含んでいま"
"す。保存するとその内容が壊れる可能性があるため、読み取り専用モードに設定しま"
"した。編集するには、正しいエンコーディングでファイルを開き直すか、メニューか"
"ら読み書きモードを有効にしてください。"
#: document/katedocument.cpp:2058
msgid ""
"The file %1 was opened and contained lines longer than the configured Line "
"Length Limit (%2 characters).
Those lines were wrapped and the document "
"is set to read-only mode, as saving will modify its content."
msgstr ""
#: document/katedocument.cpp:2067
msgid ""
"The file %1 was opened and contained lines longer than the configured Line "
"Length Limit (%2 characters). Those lines were wrapped and the document is "
"set to read-only mode, as saving will modify its content."
msgstr ""
#: document/katedocument.cpp:2091
msgid ""
"Do you really want to save this unmodified file? You could overwrite changed "
"data in the file on disk."
msgstr ""
"本当にこの未変更のファイルを保存しますか?ディスクのファイルにある変更された"
"データを上書きすることになります。"
#: document/katedocument.cpp:2091
msgid "Trying to Save Unmodified File"
msgstr "未変更のファイルを保存しようとしています"
#: document/katedocument.cpp:2091 document/katedocument.cpp:2097
#: document/katedocument.cpp:2108
msgid "Save Nevertheless"
msgstr "それでも保存する"
#: document/katedocument.cpp:2097
msgid ""
"Do you really want to save this file? Both your open file and the file on "
"disk were changed. There could be some data lost."
msgstr ""
"本当にこのファイルを保存しますか?開いているファイルとディスクにあるファイル"
"の両方が変更されています。一部のデータが失われることになります。"
#: document/katedocument.cpp:2097 document/katedocument.cpp:2108
#: document/katedocument.cpp:2351
msgid "Possible Data Loss"
msgstr "データの消失の可能性"
#: document/katedocument.cpp:2108
msgid ""
"The selected encoding cannot encode every unicode character in this "
"document. Do you really want to save it? There could be some data lost."
msgstr ""
"選択したエンコーディングでは文書内のすべての Unicode 文字をエンコードできませ"
"ん。本当に保存しますか?一部のデータが失われることになります。"
# skip-rule: read_only
#: document/katedocument.cpp:2167
msgid ""
"For file %1 no backup copy could be created before saving. If an error "
"occurs while saving, you might lose the data of this file. A reason could be "
"that the media you write to is full or the directory of the file is read-"
"only for you."
msgstr ""
"ファイル
possible false values: 0 off false"
"p>"
msgstr ""
#: utils/katecmds.cpp:124
#, fuzzy
msgid "Deletes the current line."
msgstr "現在のファイルタイプを削除します。"
#: utils/katecmds.cpp:127
msgid ""
"
possible false "
"values: 0 off false
possible false values: 0 off false
set-indent-width width
Sets the indentation width to the " "number width. Used only if you are indenting with spaces.
" msgstr "" #: utils/katecmds.cpp:157 msgid "" "set-indent-mode mode
The mode parameter is a value as seen " "in the Tools - Indentation menu
" msgstr "" #: utils/katecmds.cpp:161 msgid "" "set-auto-indent enable
Enable or disable autoindentation." "p>
possible true values: 1 on true
possible false values: 0 off false"
"p>"
msgstr ""
#: utils/katecmds.cpp:167
msgid ""
"
set-line-numbers enable
Sets the visibility of the line " "numbers pane.
possible true values: 1 on true
possible false "
"values: 0 off false
set-folding-markers enable
Sets the visibility of the " "folding markers pane.
possible true values: 1 on true
possible "
"false values: 0 off false
set-icon-border enable
Sets the visibility of the icon " "border.
possible true values: 1 on true
possible false values: 0 "
"off false
set-word-wrap enable
Enables dynamic word wrap according to " "enable
possible true values: 1 on true
possible false "
"values: 0 off false
set-word-wrap-column width
Sets the line width for hard " "wrapping to width. This is used if you are having your text wrapped " "automatically.
" msgstr "" #: utils/katecmds.cpp:195 msgid "" "set-replace-tabs-save enable
When enabled, tabs will be " "replaced with whitespace whenever the document is saved.
possible "
"true values: 1 on true
possible false values: 0 off false
set-highlight highlight
Sets the syntax highlighting system " "for the document. The argument must be a valid highlight name, as seen in " "the Tools → Highlighting menu. This command provides an autocompletion list " "for its argument.
" msgstr "" #: utils/katecmds.cpp:205 msgid "set-mode mode
Sets the mode as seen in Tools - Mode
" msgstr "" #: utils/katecmds.cpp:209 msgid "" "set-show-indent enable
If enabled, indentation will be " "visualized by a vertical dotted line.
possible true values: 1 on "
"true
possible false values: 0 off false
Open the Print dialog to print the current document.
" msgstr "現在の文書のすべてのテキストを選択します。" #: utils/katecmds.cpp:355 utils/katecmds.cpp:389 msgid "Missing argument. Usage: %1w/wa — write document(s) to disk
Usage: w[a]" "b>
Writes the current document(s) to disk. It can be called in "
"two ways:
w — writes the current document to disk
"
"wa — writes all document to disk.
If no file name is " "associated with the document, a file dialog will be shown.
" msgstr "" #: utils/katecmds.cpp:1116 #, fuzzy msgid "replace with %1?" msgstr "マッチしたものを置き換えるテキスト" #: utils/katecmds.cpp:1124 msgctxt "substituted into the previous message" msgid "1 line" msgid_plural "%1 lines" msgstr[0] "1 行" msgstr[1] "%1 行" #: utils/katecmds.cpp:1122 msgctxt "%2 is the translation of the next message" msgid "1 replacement done on %2" msgid_plural "%1 replacements done on %2" msgstr[0] "%2で 1 件置換しました" msgstr[1] "%2で %1 件置換しました" #: utils/katecmds.cpp:1162 msgid "" "char identifier
This command allows you to insert literal " "characters by their numerical identifier, in decimal, octal or hexadecimal " "form.
Examples:
date or date format
Inserts a date/time string as defined by " "the specified format, or the format yyyy-MM-dd hh:mm:ss if none is specified." "
Possible format specifiers are:
d | The day as " "number without a leading zero (1-31). |
dd | The day as " "number with a leading zero (01-31). |
ddd | The " "abbreviated localized day name (e.g. 'Mon'..'Sun'). |
dddd" "td> | The long localized day name (e.g. 'Monday'..'Sunday'). | " "tr>
M | The month as number without a leading zero (1-12)." "td> |
MM | The month as number with a leading zero (01-12)." "td> |
MMM | The abbreviated localized month name (e.g. " "'Jan'..'Dec'). |
yy | The year as two digit number " "(00-99). |
yyyy | The year as four digit number " "(1752-8000). |
h | The hour without a leading zero " "(0..23 or 1..12 if AM/PM display). |
hh | The hour with " "a leading zero (00..23 or 01..12 if AM/PM display). |
m" "td> | The minute without a leading zero (0..59). |
mm" "td> | The minute with a leading zero (00..59). |
s" "td> | The second without a leading zero (0..59). |
ss" "td> | The second with a leading zero (00..59). |
z" "td> | The milliseconds without leading zeroes (0..999). | " "tr>
zzz | The milliseconds with leading zeroes (000..999)." "td> |
AP | Use AM/PM display. AP will be replaced by either " "\"AM\" or \"PM\". |
ap | Use am/pm display. ap will be " "replaced by either \"am\" or \"pm\". |
If enabled, line numbers will be printed on the left side of the page(s)." "
" msgstr "有効にすると、ページの左端に行番号が印刷されます。
" #: utils/kateprinter.cpp:698 msgid "" "Print a box displaying typographical conventions for the document type, " "as defined by the syntax highlighting being used.
" msgstr "" "使用中の構文強調表示に定義されている文書タイプの印刷時の慣習を示すボックス" "を印刷します。
" #: utils/kateprinter.cpp:750 msgid "Hea&der && Footer" msgstr "ヘッダとフッタ(&D)" #: utils/kateprinter.cpp:757 msgid "Pr&int header" msgstr "ヘッダを印刷する(&I)" #: utils/kateprinter.cpp:759 msgid "Pri&nt footer" msgstr "フッタを印刷する(&N)" #: utils/kateprinter.cpp:765 msgid "Header/footer font:" msgstr "ヘッダ/フッタのフォント:" #: utils/kateprinter.cpp:770 msgid "Choo&se Font..." msgstr "フォントを選択(&S)..." #: utils/kateprinter.cpp:776 msgid "Header Properties" msgstr "ヘッダの設定" #: utils/kateprinter.cpp:780 msgid "&Format:" msgstr "書式(&F):" #: utils/kateprinter.cpp:798 utils/kateprinter.cpp:835 msgid "Colors:" msgstr "色:" #: utils/kateprinter.cpp:804 utils/kateprinter.cpp:841 msgid "Foreground:" msgstr "前景:" #: utils/kateprinter.cpp:807 msgid "Bac&kground" msgstr "背景(&K)" #: utils/kateprinter.cpp:811 msgid "Footer Properties" msgstr "フッタの設定" #: utils/kateprinter.cpp:816 msgid "For&mat:" msgstr "書式(&M):" #: utils/kateprinter.cpp:844 msgid "&Background" msgstr "背景(&B)" #: utils/kateprinter.cpp:871 msgid "Format of the page header. The following tags are supported:
" msgstr "ページのヘッダの書式を設定します。以下のタグが使えます。
" #: utils/kateprinter.cpp:873 #, fuzzy msgid "" "Format of the page footer. The following tags are supported:
" msgstr "ページのフッタの書式を設定します。以下のタグが使えます。
" #: utils/kateprinter.cpp:985 msgid "Add Placeholder..." msgstr "" #: utils/kateprinter.cpp:987 #, fuzzy msgid "Current User Name" msgstr "現在の行:" #: utils/kateprinter.cpp:989 msgid "Complete Date/Time (short format)" msgstr "" #: utils/kateprinter.cpp:991 msgid "Complete Date/Time (long format)" msgstr "" #: utils/kateprinter.cpp:993 #, fuzzy msgid "Current Time" msgstr "現在の行:" #: utils/kateprinter.cpp:995 msgid "Current Date (short format)" msgstr "" #: utils/kateprinter.cpp:997 msgid "Current Date (long format)" msgstr "" #: utils/kateprinter.cpp:999 #, fuzzy msgid "File Name" msgstr "名前" #: utils/kateprinter.cpp:1001 msgid "Full document URL" msgstr "" #: utils/kateprinter.cpp:1003 msgid "Page Number" msgstr "" #: utils/kateprinter.cpp:1005 msgid "Total Amount of Pages" msgstr "" #: utils/kateprinter.cpp:1114 msgid "L&ayout" msgstr "レイアウト(&A)" #: utils/kateprinter.cpp:1120 schema/kateschemaconfig.cpp:874 msgid "&Schema:" msgstr "スキーマ(&S):" #: utils/kateprinter.cpp:1125 msgid "Draw bac&kground color" msgstr "背景色を描画する(&K)" #: utils/kateprinter.cpp:1128 msgid "Draw &boxes" msgstr "枠を描画する(&B)" #: utils/kateprinter.cpp:1132 msgid "Box Properties" msgstr "枠の設定" #: utils/kateprinter.cpp:1136 msgid "W&idth:" msgstr "幅(&I):" #: utils/kateprinter.cpp:1144 msgid "&Margin:" msgstr "余白(&M):" #: utils/kateprinter.cpp:1152 msgid "Co&lor:" msgstr "色(&L):" #: utils/kateprinter.cpp:1173 msgid "Select the color scheme to use for the print." msgstr "印刷に使用する色スキームを選択します。" #: utils/kateprinter.cpp:1175 msgid "" "If enabled, the background color of the editor will be used.
This " "may be useful if your color scheme is designed for a dark background.
" msgstr "" "有効にすると、エディタの背景色を使用します。
暗い背景用の色スキーム" "を使用している場合に役立ちます。
" #: utils/kateprinter.cpp:1178 msgid "" "If enabled, a box as defined in the properties below will be drawn around " "the contents of each page. The Header and Footer will be separated from the " "contents with a line as well.
" msgstr "" "有効にすると、下に定義した枠が各ページの内容の周りに印刷されます。ヘッダと" "フッタは内容から一行離されます。
" #: utils/kateprinter.cpp:1182 msgid "The width of the box outline" msgstr "枠線の幅" #: utils/kateprinter.cpp:1184 msgid "The margin inside boxes, in pixels" msgstr "枠内の余白 (ピクセル)" #: utils/kateprinter.cpp:1186 msgid "The line color to use for boxes" msgstr "枠線の色" #: utils/katebookmarks.cpp:62 msgid "Set &Bookmark" msgstr "ブックマークをセット(&B)" #: utils/katebookmarks.cpp:66 msgid "If a line has no bookmark then add one, otherwise remove it." msgstr "その行にブックマークがセットされていなければ追加し、あれば削除します。" #: utils/katebookmarks.cpp:69 msgid "Clear &All Bookmarks" msgstr "すべてのブックマークをクリア(&A)" #: utils/katebookmarks.cpp:71 msgid "Remove all bookmarks of the current document." msgstr "現在の文書のすべてのブックマークを削除します。" #: utils/katebookmarks.cpp:74 utils/katebookmarks.cpp:245 msgid "Next Bookmark" msgstr "次のブックマーク" #: utils/katebookmarks.cpp:78 msgid "Go to the next bookmark." msgstr "次のブックマークに移動します。" #: utils/katebookmarks.cpp:81 utils/katebookmarks.cpp:246 msgid "Previous Bookmark" msgstr "前のブックマーク" #: utils/katebookmarks.cpp:85 msgid "Go to the previous bookmark." msgstr "前のブックマークに移動します。" #: utils/katebookmarks.cpp:88 msgid "&Bookmarks" msgstr "ブックマーク(&B)" #: utils/katebookmarks.cpp:208 msgid "&Next: %1 - \"%2\"" msgstr "次へ(&N): %1 - “%2”" #: utils/katebookmarks.cpp:216 msgid "&Previous: %1 - \"%2\"" msgstr "前へ(&P): %1 - “%2”" #: utils/kateautoindent.cpp:86 msgctxt "Autoindent mode" msgid "None" msgstr "なし" #: utils/kateautoindent.cpp:89 msgctxt "Autoindent mode" msgid "Normal" msgstr "標準" #: snippet/snippetrepository.cpp:53 #, fuzzy msgid "The name will also be used as the identifier during code completion.
\n" "Note: No spaces allowed.
" msgstr "" #. i18n: file: snippet/editsnippet.ui:59 #. i18n: ectx: property (text), widget (QLabel, snippetPrefixLabel) #: rc.cpp:58 #, fuzzy msgid "Display &Prefix:" msgstr "プレフィックス(&P):" #. i18n: file: snippet/editsnippet.ui:69 #. i18n: ectx: property (toolTip), widget (KLineEdit, snippetPrefixEdit) #: rc.cpp:61 msgid "The display prefix will be shown during code completion." msgstr "" #. i18n: file: snippet/editsnippet.ui:76 #. i18n: ectx: property (text), widget (QLabel, snippetArgumentsLabel) #: rc.cpp:64 #, fuzzy msgid "Display &Arguments:" msgstr "引数" #. i18n: file: snippet/editsnippet.ui:86 #. i18n: ectx: property (toolTip), widget (KLineEdit, snippetArgumentsEdit) #: rc.cpp:67 msgid "The arguments will be shown during code completion." msgstr "" #. i18n: file: snippet/editsnippet.ui:93 #. i18n: ectx: property (text), widget (QLabel, snippetPostfixLabel) #: rc.cpp:70 msgid "Display P&ostfix:" msgstr "" #. i18n: file: snippet/editsnippet.ui:103 #. i18n: ectx: property (toolTip), widget (KLineEdit, snippetPostfixEdit) #: rc.cpp:73 msgid "The postfix will be shown during code completion." msgstr "" #. i18n: file: snippet/editsnippet.ui:110 #. i18n: ectx: property (text), widget (QLabel, snippetShortcutLabel) #: rc.cpp:76 msgid "Shortcut:" msgstr "" #. i18n: file: snippet/editsnippet.ui:126 #. i18n: ectx: attribute (title), widget (QWidget, snippetTab) #: rc.cpp:79 msgid "&Snippet" msgstr "" #. i18n: file: snippet/editsnippet.ui:131 #. i18n: ectx: attribute (title), widget (QWidget, scriptTab) #: rc.cpp:82 #, fuzzy msgid "S&cripts" msgstr "スクリプト" #. i18n: file: snippet/snippetview.ui:35 #. i18n: ectx: property (toolTip), widget (KLineEdit, filterText) #: rc.cpp:85 msgid "Define filter here" msgstr "" #. i18n: file: snippet/snippetview.ui:38 #. i18n: ectx: property (clickMessage), widget (KLineEdit, filterText) #: rc.cpp:88 #, fuzzy msgid "Filter..." msgstr "フィルタリング" #. i18n: file: snippet/editrepository.ui:39 #. i18n: ectx: property (toolTip), widget (KLineEdit, repoNameEdit) #: rc.cpp:94 msgid "" "The name of the repository. Must not be empty or contain forward slashes (/)." msgstr "" #. i18n: file: snippet/editrepository.ui:46 #. i18n: ectx: property (text), widget (QLabel, repoNamespaceLabel) #: rc.cpp:97 #, fuzzy msgid "Na&mespace:" msgstr "名前空間" #. i18n: file: snippet/editrepository.ui:57 #. i18n: ectx: property (toolTip), widget (KLineEdit, repoNamespaceEdit) #: rc.cpp:100 msgid "" "If non-empty this will be used as a prefix for all snippets in this " "repository during code completion.
\n" "Note: No spaces allowed.
" msgstr "" #. i18n: file: snippet/editrepository.ui:64 #. i18n: ectx: property (text), widget (QLabel, repoLicenseLabel) #: rc.cpp:104 msgid "&License:" msgstr "" #. i18n: file: snippet/editrepository.ui:77 #. i18n: ectx: property (text), widget (QLabel, repoAuthorsLabel) #: rc.cpp:107 msgid "&Authors:" msgstr "" #. i18n: file: snippet/editrepository.ui:90 #. i18n: ectx: property (text), widget (QLabel, repoFileTypesLabel) #: rc.cpp:110 #, fuzzy msgid "&File types:" msgstr "ファイルタイプ(&F):" #. i18n: file: search/searchbarpower.ui:32 #. i18n: ectx: property (text), widget (QLabel, label) #. i18n: file: search/searchbarincremental.ui:32 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:113 rc.cpp:182 msgid "F&ind:" msgstr "検索(&I):" #. i18n: file: search/searchbarpower.ui:54 #. i18n: ectx: property (toolTip), widget (KComboBox, pattern) #. i18n: file: search/searchbarincremental.ui:60 #. i18n: ectx: property (toolTip), widget (KComboBox, pattern) #: rc.cpp:116 rc.cpp:185 msgid "Text to search for" msgstr "検索するテキスト" #. i18n: file: search/searchbarpower.ui:67 #. i18n: ectx: property (toolTip), widget (QPushButton, findNext) #. i18n: file: search/searchbarincremental.ui:73 #. i18n: ectx: property (toolTip), widget (QPushButton, next) #: rc.cpp:119 rc.cpp:188 msgid "Jump to next match" msgstr "次のマッチへ移動" #. i18n: file: search/searchbarpower.ui:70 #. i18n: ectx: property (text), widget (QPushButton, findNext) #. i18n: file: search/searchbarincremental.ui:76 #. i18n: ectx: property (text), widget (QPushButton, next) #: rc.cpp:122 rc.cpp:191 msgid "&Next" msgstr "次へ(&N)" #. i18n: file: search/searchbarpower.ui:77 #. i18n: ectx: property (toolTip), widget (QPushButton, findPrev) #. i18n: file: search/searchbarincremental.ui:88 #. i18n: ectx: property (toolTip), widget (QPushButton, prev) #: rc.cpp:125 rc.cpp:194 msgid "Jump to previous match" msgstr "前のマッチへ移動" #. i18n: file: search/searchbarpower.ui:80 #. i18n: ectx: property (text), widget (QPushButton, findPrev) #. i18n: file: search/searchbarincremental.ui:91 #. i18n: ectx: property (text), widget (QPushButton, prev) #: rc.cpp:128 rc.cpp:197 msgid "&Previous" msgstr "前へ(&P)" #. i18n: file: search/searchbarpower.ui:92 #. i18n: ectx: property (text), widget (QLabel, label_3) #: rc.cpp:131 msgid "Rep&lace:" msgstr "置換(&L):" #. i18n: file: search/searchbarpower.ui:111 #. i18n: ectx: property (toolTip), widget (KComboBox, replacement) #: rc.cpp:134 msgid "Text to replace with" msgstr "マッチしたものを置き換えるテキスト" #. i18n: file: search/searchbarpower.ui:124 #. i18n: ectx: property (toolTip), widget (QPushButton, replaceNext) #: rc.cpp:137 msgid "Replace next match" msgstr "次のマッチを置換" #. i18n: file: search/searchbarpower.ui:127 #. i18n: ectx: property (text), widget (QPushButton, replaceNext) #: rc.cpp:140 msgid "&Replace" msgstr "置換(&R)" #. i18n: file: search/searchbarpower.ui:134 #. i18n: ectx: property (toolTip), widget (QPushButton, replaceAll) #: rc.cpp:143 msgid "Replace all matches" msgstr "すべてのマッチを置換" #. i18n: file: search/searchbarpower.ui:137 #. i18n: ectx: property (text), widget (QPushButton, replaceAll) #: rc.cpp:146 msgid "Replace &All" msgstr "すべて置換(&A)" #. i18n: file: search/searchbarpower.ui:165 #. i18n: ectx: property (toolTip), widget (QComboBox, searchMode) #: rc.cpp:149 msgid "Search mode" msgstr "検索モード" # skip-rule: plain_text #. i18n: file: search/searchbarpower.ui:175 #. i18n: ectx: property (text), item, widget (QComboBox, searchMode) #: rc.cpp:152 msgid "Plain text" msgstr "普通の文字列" #. i18n: file: search/searchbarpower.ui:180 #. i18n: ectx: property (text), item, widget (QComboBox, searchMode) #: rc.cpp:155 msgid "Whole words" msgstr "完全な単語" #. i18n: file: search/searchbarpower.ui:185 #. i18n: ectx: property (text), item, widget (QComboBox, searchMode) #: rc.cpp:158 msgid "Escape sequences" msgstr "エスケープシーケンス" #. i18n: file: search/searchbarpower.ui:190 #. i18n: ectx: property (text), item, widget (QComboBox, searchMode) #: rc.cpp:161 msgid "Regular expression" msgstr "正規表現" #. i18n: file: search/searchbarpower.ui:211 #. i18n: ectx: property (toolTip), widget (QCheckBox, matchCase) #: rc.cpp:164 msgid "Case-sensitive searching" msgstr "大文字と小文字を区別して検索します" #. i18n: file: search/searchbarpower.ui:214 #. i18n: ectx: property (text), widget (QCheckBox, matchCase) #. i18n: file: search/searchbarincremental.ui:119 #. i18n: ectx: property (text), widget (QCheckBox, matchCase) #: rc.cpp:167 rc.cpp:200 msgid "&Match case" msgstr "大文字と小文字を区別する(&M)" #. i18n: file: search/searchbarpower.ui:221 #. i18n: ectx: property (text), widget (QCheckBox, selectionOnly) #: rc.cpp:170 msgid "Selection &only" msgstr "選択範囲のみ(&O)" #. i18n: file: search/searchbarpower.ui:230 #. i18n: ectx: property (text), widget (QLabel, label_2) #: rc.cpp:173 msgid "Mo&de:" msgstr "モード(&D):" #. i18n: file: search/searchbarpower.ui:243 #. i18n: ectx: property (text), widget (KPushButton, findAll) #: rc.cpp:176 msgid "&Find All" msgstr "すべて検索(&F)" #. i18n: file: search/searchbarpower.ui:254 #. i18n: ectx: property (toolTip), widget (QToolButton, mutate) #: rc.cpp:179 msgid "Switch to incremental search bar" msgstr "インクリメンタル検索バーに切り替えます" #. i18n: file: search/searchbarincremental.ui:126 #. i18n: ectx: property (toolTip), widget (QToolButton, mutate) #: rc.cpp:203 msgid "Switch to power search and replace bar" msgstr "高度な検索/置換バーに切り替え" #. i18n: file: schema/howtoimportschema.ui:17 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:206 #, fuzzy msgid "How do you want to import the schema?" msgstr "どうしますか?" #. i18n: file: schema/howtoimportschema.ui:24 #. i18n: ectx: property (text), widget (QRadioButton, radioReplaceCurrent) #: rc.cpp:209 #, fuzzy msgid "Replace current schema?" msgstr "次のマッチを置換" #. i18n: file: schema/howtoimportschema.ui:34 #. i18n: ectx: property (text), widget (QRadioButton, radioReplaceExisting) #: rc.cpp:213 schema/kateschemaconfig.cpp:999 #, fuzzy, no-c-format msgid "Replace existing schema %1" msgstr "次のマッチを置換" #. i18n: file: schema/howtoimportschema.ui:43 #. i18n: ectx: property (text), widget (QRadioButton, radioAsNew) #: rc.cpp:216 #, fuzzy msgid "Import as new schema:" msgstr "新しいスキーマの名前" #. i18n: file: dialogs/filetypeconfigwidget.ui:14 #. i18n: ectx: property (text), widget (QLabel, lblFiletype) #: rc.cpp:219 msgid "&Filetype:" msgstr "ファイルタイプ(&F):" #. i18n: file: dialogs/filetypeconfigwidget.ui:24 #. i18n: ectx: property (whatsThis), widget (KComboBox, cmbFiletypes) #: rc.cpp:222 msgid "Select the filetype you want to change." msgstr "変更するファイルタイプを選択します。" #. i18n: file: dialogs/filetypeconfigwidget.ui:31 #. i18n: ectx: property (whatsThis), widget (QPushButton, btnNew) #: rc.cpp:225 msgid "Create a new file type." msgstr "新しいファイルタイプを作成します。" #. i18n: file: dialogs/filetypeconfigwidget.ui:34 #. i18n: ectx: property (text), widget (QPushButton, btnNew) #: rc.cpp:228 msgid "&New" msgstr "新規(&N)" #. i18n: file: dialogs/filetypeconfigwidget.ui:41 #. i18n: ectx: property (whatsThis), widget (QPushButton, btnDelete) #: rc.cpp:231 msgid "Delete the current file type." msgstr "現在のファイルタイプを削除します。" #. i18n: file: dialogs/filetypeconfigwidget.ui:44 #. i18n: ectx: property (text), widget (QPushButton, btnDelete) #: rc.cpp:234 schema/kateschemaconfig.cpp:884 msgid "&Delete" msgstr "削除(&D)" #. i18n: file: dialogs/filetypeconfigwidget.ui:66 #. i18n: ectx: property (title), widget (QGroupBox, gbProperties) #: rc.cpp:237 mode/katemodeconfigpage.cpp:283 msgid "Properties" msgstr "プロパティ" #. i18n: file: dialogs/filetypeconfigwidget.ui:82 #. i18n: ectx: property (whatsThis), widget (KLineEdit, edtName) #: rc.cpp:243 msgid "" "The name of the filetype will be the text of the corresponding menu item." msgstr "ここで指定したファイルタイプ名がメニューの項目として表示されます。" #. i18n: file: dialogs/filetypeconfigwidget.ui:89 #. i18n: ectx: property (text), widget (QLabel, lblSection) #: rc.cpp:246 msgid "&Section:" msgstr "セクション(&S):" #. i18n: file: dialogs/filetypeconfigwidget.ui:99 #. i18n: ectx: property (whatsThis), widget (KLineEdit, edtSection) #: rc.cpp:249 msgid "The section name is used to organize the file types in menus." msgstr "セクション名はメニュー内でファイルタイプを分類するために使用します。" #. i18n: file: dialogs/filetypeconfigwidget.ui:106 #. i18n: ectx: property (text), widget (QLabel, lblVariables) #: rc.cpp:252 msgid "&Variables:" msgstr "変数(&V):" #. i18n: file: dialogs/filetypeconfigwidget.ui:116 #. i18n: ectx: property (whatsThis), widget (VariableLineEdit, edtVariables) #: rc.cpp:255 msgid "" "This string allows to configure Kate's settings for the files selected by " "this mimetype using Kate variables. Almost any configuration option can be " "set, such as highlight, indent-mode, encoding, etc.
For a full list of " "known variables, see the manual.
" msgstr "" "この MIME タイプで選択したファイルに対する Kate の設定を Kate の変数を使っ" "て指定することができます。強調表示、字下げモード、エンコーディングなど、ほと" "んどすべてのオプションを設定できます。
完全な変数のリストについてはマ" "ニュアルを参照してください。
" # ACCELERATOR changed by translator #. i18n: file: dialogs/filetypeconfigwidget.ui:123 #. i18n: ectx: property (text), widget (QLabel, lblHl) #: rc.cpp:258 msgid "&Highlighting:" msgstr "強調表示(&L):" #. i18n: file: dialogs/filetypeconfigwidget.ui:136 #. i18n: ectx: property (text), widget (QLabel, lblIndenter) #: rc.cpp:261 msgid "&Indentation Mode:" msgstr "字下げモード(&I):" #. i18n: file: dialogs/filetypeconfigwidget.ui:149 #. i18n: ectx: property (text), widget (QLabel, lblExtensions) #: rc.cpp:264 msgid "File e&xtensions:" msgstr "ファイル拡張子(&X):" #. i18n: file: dialogs/filetypeconfigwidget.ui:159 #. i18n: ectx: property (whatsThis), widget (KLineEdit, edtFileExtensions) #: rc.cpp:267 msgid "" "The wildcards mask allows to select files by filename. A typical mask uses " "an asterisk and the file extension, for example*.txt; *.text
. "
"The string is a semicolon-separated list of masks."
msgstr ""
"text/plain; text/"
"english
."
msgstr ""
"The entries are accessible through the submenu Commands in the " "Tools menu. For faster access it is possible to assign shortcuts" "b> in the shortcut configuration page after applying the changes.
" msgstr "" "これらのエントリはメニューの
Tab key action (if no selection exists) Tab " "to align the current line in the current code block like in emacs, make " "Tab a shortcut to the action Align.\">More ..." "a>
" msgstr "" "何も選択されていないときの Tab キーの挙動 ヒント..." #. i18n: file: dialogs/indentationconfigwidget.ui:225 #. i18n: ectx: property (whatsThis), widget (QRadioButton, rbTabAdvances) #: rc.cpp:369 msgid "" "If this option is selected, the Tab key always inserts white space so " "that the next tab position is reached. If the option Insert spaces " "instead of tabulators in the section Editing is enabled, spaces " "are inserted; otherwise, a single tabulator is inserted." msgstr "" "このオプションを選択すると、Tab キーは常に次のタブ位置に達するまで空白" "を挿入します。編集ページでタブの代わりにスペースを挿入するオプ" "ションが有効になっている場合は、スペースが挿入されます。そうでなければ、単一" "のタブが挿入されます。" #. i18n: file: dialogs/indentationconfigwidget.ui:228 #. i18n: ectx: property (text), widget (QRadioButton, rbTabAdvances) #: rc.cpp:372 msgid "Always advance to the &next tab position" msgstr "常に次のタブ位置まで前進する(&N)" #. i18n: file: dialogs/indentationconfigwidget.ui:235 #. i18n: ectx: property (whatsThis), widget (QRadioButton, rbTabIndents) #: rc.cpp:375 msgid "" "If this option is selected, the Tab key always indents the current " "line by the number of character positions specified in Indentation width" "b>." msgstr "" "If the insertion point is at " "or before the first non-space character in the line, or if there is a " "selection, the current line is indented by the number of character positions " "specified in Indentation width.
If the insertion point is located " "after the first non-space character in the line and there is no selection, " "white space is inserted so that the next tab position is reached: if the " "option Insert spaces instead of tabulators in the section Editing" "b> is enabled, spaces are inserted; otherwise, a single tabulator is " "inserted." msgstr "" "このオプションを選択すると、Tab キーは現在の行を字下げするか、次のタブ位置ま" "で前進します。
挿入位置が行の最初のスペース以外の文字またはそれより前である" "場合や、選択されているものがある場合は、現在の行を字下げの幅で指定され" "た文字数だけ字下げします。
挿入位置が行の最初のスペース以外の文字より後で何" "も選択されていない場合は、次のタブ位置に達するまで空白を挿入します。編集" "b>ページでタブの代わりにスペースを挿入するオプションが有効になっている" "場合は、スペースが挿入されます。そうでなければ、単一のタブが挿入されます。" #. i18n: file: dialogs/indentationconfigwidget.ui:248 #. i18n: ectx: property (text), widget (QRadioButton, rbTabSmart) #: rc.cpp:384 msgid "Increase indentation level if in l&eading blank space" msgstr "行頭の空白部分では字下げレベルを増やす(&E)" #. i18n: file: dialogs/opensaveconfigwidget.ui:12 #. i18n: ectx: property (title), widget (QGroupBox, gbFileFormat) #: rc.cpp:387 msgid "File Format" msgstr "ファイルフォーマット" #. i18n: file: dialogs/opensaveconfigwidget.ui:23 #. i18n: ectx: property (text), widget (QLabel, lblEncoding) #: rc.cpp:390 msgid "&Encoding:" msgstr "エンコーディング(&E):" #. i18n: file: dialogs/opensaveconfigwidget.ui:33 #. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncoding) #: rc.cpp:393 msgid "" "This defines the standard encoding to use to open/save files, if not changed " "in the open/save dialog or by using a command line option." msgstr "" # ACCELERATOR changed by translator #. i18n: file: dialogs/opensaveconfigwidget.ui:40 #. i18n: ectx: property (text), widget (QLabel, lblEncodingDetection) #: rc.cpp:396 msgid "&Encoding Detection:" msgstr "エンコーディング自動検出(&E):" #. i18n: file: dialogs/opensaveconfigwidget.ui:50 #. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncodingDetection) #: rc.cpp:399 msgid "" "if neither the encoding chosen as standard above, nor the encoding specified " "in the open/save dialog, nor the encoding specified on command line match " "the content of the file, this detection will be run." msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:57 #. i18n: ectx: property (text), widget (QLabel, lblEncodingDetection2) #: rc.cpp:402 #, fuzzy msgid "&Fallback Encoding:" msgstr "エンコーディングの回復(&F)" #. i18n: file: dialogs/opensaveconfigwidget.ui:67 #. i18n: ectx: property (whatsThis), widget (KComboBox, cmbEncodingFallback) #: rc.cpp:405 msgid "" "This defines the fallback encoding to try for opening files if neither the " "encoding chosen as standard above, nor the encoding specified in the open/" "save dialog, nor the encoding specified on command line match the content of " "the file. Before this is used, an attempt will be made to determine the " "encoding to use by looking for a byte order marker at start of file: if one " "is found, the right unicode encoding will be chosen; otherwise encoding " "detection will run, if both fail fallback encoding will be tried." msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:74 #. i18n: ectx: property (text), widget (QLabel, lblEOL) #: rc.cpp:408 msgid "E&nd of line:" msgstr "改行コード(&N):" #. i18n: file: dialogs/opensaveconfigwidget.ui:85 #. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL) #: rc.cpp:411 msgid "UNIX" msgstr "UNIX" #. i18n: file: dialogs/opensaveconfigwidget.ui:90 #. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL) #: rc.cpp:414 msgid "DOS/Windows" msgstr "DOS/Windows" #. i18n: file: dialogs/opensaveconfigwidget.ui:95 #. i18n: ectx: property (text), item, widget (KComboBox, cmbEOL) #: rc.cpp:417 msgid "Macintosh" msgstr "Macintosh" #. i18n: file: dialogs/opensaveconfigwidget.ui:105 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkDetectEOL) #: rc.cpp:420 msgid "" "If this option is enabled the editor will autodetect the end of line type. " "The first found end of line type will be used for the whole file." msgstr "" "このオプションを有効にすると、エディタが行末のタイプを自動検知します。最初に" "検知した行末のタイプがファイル全体に対して用いられます。" #. i18n: file: dialogs/opensaveconfigwidget.ui:108 #. i18n: ectx: property (text), widget (QCheckBox, chkDetectEOL) #: rc.cpp:423 msgid "A&utomatic end of line detection" msgstr "改行コードの自動検知(&U)" #. i18n: file: dialogs/opensaveconfigwidget.ui:115 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkEnableBOM) #: rc.cpp:426 msgid "" "The byte order mark is a special sequence at the beginning of unicode " "encoded documents. It helps editors to open text documents with the correct " "unicode encoding. The byte order mark is not visible in the displayed " "document." msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:118 #. i18n: ectx: property (text), widget (QCheckBox, chkEnableBOM) #: rc.cpp:429 msgid "Enable byte order marker" msgstr "byte order marker を有効にする" #. i18n: file: dialogs/opensaveconfigwidget.ui:125 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:432 msgid "Line Length Limit:" msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:135 #. i18n: ectx: property (specialValueText), widget (QSpinBox, lineLengthLimit) #: rc.cpp:435 #, fuzzy msgid "Unlimited" msgstr "タイトルなし" #. i18n: file: dialogs/opensaveconfigwidget.ui:151 #. i18n: ectx: property (title), widget (QGroupBox, gbCleanups) #: rc.cpp:438 #, fuzzy msgid "Automatic Cleanups on Save" msgstr "読み込み/保存時の自動クリーニング" #. i18n: file: dialogs/opensaveconfigwidget.ui:159 #. i18n: ectx: property (whatsThis), widget (QLabel, lblRemoveTrailingSpaces) #. i18n: file: dialogs/opensaveconfigwidget.ui:172 #. i18n: ectx: property (whatsThis), widget (QComboBox, cbRemoveTrailingSpaces) #: rc.cpp:441 rc.cpp:447 msgid "" "Depending on the choice, trailing spaces are removed when saving a document, " "either in the entire document or only of modified lines." msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:162 #. i18n: ectx: property (text), widget (QLabel, lblRemoveTrailingSpaces) #: rc.cpp:444 #, fuzzy msgid "Re&move trailing spaces:" msgstr "末尾のスペースを削除する(&M)" #. i18n: file: dialogs/opensaveconfigwidget.ui:176 #. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces) #: rc.cpp:450 #, fuzzy msgid "Never" msgstr "逆順" #. i18n: file: dialogs/opensaveconfigwidget.ui:181 #. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces) #: rc.cpp:453 #, fuzzy msgid "On Modified Lines" msgstr "1 行上へスクロール" #. i18n: file: dialogs/opensaveconfigwidget.ui:186 #. i18n: ectx: property (text), item, widget (QComboBox, cbRemoveTrailingSpaces) #: rc.cpp:456 #, fuzzy msgid "In Entire Document" msgstr "文書を閉じる" #. i18n: file: dialogs/opensaveconfigwidget.ui:209 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkNewLineAtEof) #: rc.cpp:459 msgid "" "On save, a line break is appended to the document if not already present. " "The line break is visible after reloading the file." msgstr "" #. i18n: file: dialogs/opensaveconfigwidget.ui:212 #. i18n: ectx: property (text), widget (QCheckBox, chkNewLineAtEof) #: rc.cpp:462 msgid "Append newline at end of file on save" msgstr "" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:9 #. i18n: ectx: property (title), widget (QGroupBox, gbBorders) #: rc.cpp:465 dialogs/katedialogs.cpp:814 msgid "Borders" msgstr "境界" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:15 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowFoldingMarkers) #: rc.cpp:468 #, fuzzy msgid "" "If this option is checked, every new view will display marks for folding." msgstr "" "このオプションをチェックすると、コード折りたたみが利用可能であれば、デフォル" "トで折りたたみマーカーが表示されます。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:18 #. i18n: ectx: property (text), widget (QCheckBox, chkShowFoldingMarkers) #: rc.cpp:471 #, fuzzy msgid "Show &folding markers" msgstr "折りたたみマーカーを表示(&M)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:25 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkIconBorder) #: rc.cpp:474 msgid "" "
If this option is checked, every new view will display an icon border on " "the left hand side.
The icon border shows bookmark signs, for instance." "
" msgstr "" "このオプションをチェックすると、デフォルトでビューの左側にアイコンバーが表" "示されます。
アイコンバーはブックマークなどのアイコンを表示します。
" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:28 #. i18n: ectx: property (text), widget (QCheckBox, chkIconBorder) #: rc.cpp:477 msgid "Show &icon border" msgstr "アイコンバーを表示する(&I)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:35 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkLineNumbers) #: rc.cpp:480 msgid "" "If this option is checked, every new view will display line numbers on the " "left hand side." msgstr "" "このオプションをチェックすると、デフォルトでビューの左側に行番号が表示されま" "す。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:38 #. i18n: ectx: property (text), widget (QCheckBox, chkLineNumbers) #: rc.cpp:483 msgid "Show &line numbers" msgstr "行番号を表示する(&L)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:45 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowLineModification) #: rc.cpp:486 #, fuzzy msgid "" "If this option is checked, a small indicator for modified and saved lines is " "shown on the left hand side." msgstr "" "このオプションをチェックすると、デフォルトでビューの左側に行番号が表示されま" "す。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:48 #. i18n: ectx: property (text), widget (QCheckBox, chkShowLineModification) #: rc.cpp:489 #, fuzzy msgid "Show line modification markers" msgstr "折りたたみマーカーを表示(&M)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:55 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMarks) #: rc.cpp:492 msgid "" "If this option is checked, every new view will show marks on the vertical " "scrollbar.
These marks will show bookmarks, for instance.
" msgstr "" "このオプションをチェックすると、デフォルトで縦のスクロールバーにブックマー" "クなどのマークが表示されます。
" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:58 #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMarks) #: rc.cpp:495 msgid "Show &scrollbar marks" msgstr "スクロールバーにマークを表示する(&S)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:65 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMiniMap) #: rc.cpp:498 #, fuzzy msgid "" "If this option is checked, every new view will show a mini map on the " "vertical scrollbar." msgstr "" "このオプションをチェックすると、デフォルトでビューの左側に行番号が表示されま" "す。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:68 #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMap) #: rc.cpp:501 #, fuzzy msgid "Show scrollbar mini-map" msgstr "スクロールバーにマークを表示する(&S)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:84 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkScrollbarMiniMapAll) #: rc.cpp:504 #, fuzzy msgid "" "If this option is checked, every new view will show a mini map of the whole " "document on the vertical scrollbar." msgstr "" "このオプションをチェックすると、デフォルトでビューの左側に行番号が表示されま" "す。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:87 #. i18n: ectx: property (text), widget (QCheckBox, chkScrollbarMiniMapAll) #: rc.cpp:507 #, fuzzy msgid "Map the whole document" msgstr "現在の文書を保存します" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:113 #. i18n: ectx: property (text), widget (QLabel, labelMiniMapWidth) #: rc.cpp:510 msgid "Minimap Width" msgstr "" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:157 #. i18n: ectx: property (text), widget (QLabel, lblShowScrollbars) #: rc.cpp:513 msgid "Scrollbars visibility:" msgstr "" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:168 #. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars) #: rc.cpp:516 dialogs/katedialogs.cpp:821 msgid "Always On" msgstr "常に表示" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:173 #. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars) #: rc.cpp:519 msgid "Show When Needed" msgstr "" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:178 #. i18n: ectx: property (text), item, widget (QComboBox, cmbShowScrollbars) #: rc.cpp:522 #, fuzzy msgid "Always Off" msgstr "常に" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:191 #. i18n: ectx: property (whatsThis), widget (QGroupBox, gbSortBookmarks) #: rc.cpp:525 msgid "" "Choose how the bookmarks should be ordered in the Bookmarks menu." msgstr "" "ブックマークをブックマークメニューにどのような順序で表示するかを選択します。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:194 #. i18n: ectx: property (title), widget (QGroupBox, gbSortBookmarks) #: rc.cpp:528 msgid "Sort Bookmarks Menu" msgstr "ブックマークメニューのソート順" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:200 #. i18n: ectx: property (whatsThis), widget (QRadioButton, rbSortBookmarksByCreation) #: rc.cpp:531 msgid "" "Each new bookmark will be added to the bottom, independently from where it " "is placed in the document." msgstr "文書中の位置とは関係なく、新しいブックマークを一番下に追加します。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:203 #. i18n: ectx: property (text), widget (QRadioButton, rbSortBookmarksByCreation) #: rc.cpp:534 msgid "By c&reation" msgstr "作成日時で(&R)" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:210 #. i18n: ectx: property (whatsThis), widget (QRadioButton, rbSortBookmarksByPosition) #: rc.cpp:537 msgid "The bookmarks will be ordered by the line numbers they are placed at." msgstr "ブックマークを行番号順に並べます。" #. i18n: file: dialogs/bordersappearanceconfigwidget.ui:213 #. i18n: ectx: property (text), widget (QRadioButton, rbSortBookmarksByPosition) #: rc.cpp:540 msgid "By &position" msgstr "位置で(&P)" #. i18n: file: dialogs/navigationconfigwidget.ui:12 #. i18n: ectx: property (title), widget (QGroupBox, gbCursorMovement) #: rc.cpp:543 msgid "Text Cursor Movement" msgstr "テキストカーソルの移動" #. i18n: file: dialogs/navigationconfigwidget.ui:18 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkSmartHome) #: rc.cpp:546 msgid "" "When selected, pressing the home key will cause the cursor to skip " "whitespace and go to the start of a line's text. The same applies for the " "end key." msgstr "" "これを選択すると、行の最初に空白がある場合、Home キーでカーソルは行頭ではなく" "その行のテキストの先頭へ移動します。同様に End キーでテキストの末尾に移動しま" "す。" #. i18n: file: dialogs/navigationconfigwidget.ui:21 #. i18n: ectx: property (text), widget (QCheckBox, chkSmartHome) #: rc.cpp:549 msgid "Smart ho&me and smart end" msgstr "スマート Home/End(&M)" #. i18n: file: dialogs/navigationconfigwidget.ui:28 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkPagingMovesCursor) #: rc.cpp:552 msgid "" "Selects whether the PageUp and PageDown keys should alter the vertical " "position of the cursor relative to the top of the view." msgstr "" "PageUp や PageDown キーを押したときにビューの上端に対するカーソルの縦位置を移" "動させるかどうかを選択します。" #. i18n: file: dialogs/navigationconfigwidget.ui:31 #. i18n: ectx: property (text), widget (QCheckBox, chkPagingMovesCursor) #: rc.cpp:555 msgid "&PageUp/PageDown moves cursor" msgstr "PageUp/PageDown でカーソルを移動する(&P)" # ACCELERATOR changed by translator #. i18n: file: dialogs/navigationconfigwidget.ui:43 #. i18n: ectx: property (text), widget (QLabel, lblAutoCenterCursor) #: rc.cpp:558 #, fuzzy msgid "&Autocenter cursor:" msgstr "カーソルの上下に表示する行数(&L):" #. i18n: file: dialogs/navigationconfigwidget.ui:53 #. i18n: ectx: property (whatsThis), widget (KIntSpinBox, sbAutoCenterCursor) #: rc.cpp:561 msgid "" "Sets the number of lines to maintain visible above and below the cursor when " "possible." msgstr "可能な場合にカーソルの上下に表示させる行数を指定します。" #. i18n: file: dialogs/navigationconfigwidget.ui:56 #. i18n: ectx: property (specialValueText), widget (KIntSpinBox, sbAutoCenterCursor) #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:65 #. i18n: ectx: property (specialValueText), widget (KIntSpinBox, sbDynamicWordWrapDepth) #: rc.cpp:564 rc.cpp:807 msgid "Disabled" msgstr "無効" #. i18n: file: dialogs/navigationconfigwidget.ui:59 #. i18n: ectx: property (suffix), widget (KIntSpinBox, sbAutoCenterCursor) #: rc.cpp:567 #, fuzzy msgid " lines" msgstr "1 行" #. i18n: file: dialogs/navigationconfigwidget.ui:84 #. i18n: ectx: property (title), widget (QGroupBox, cbNavigationMisc) #. i18n: file: dialogs/editconfigwidget.ui:87 #. i18n: ectx: property (title), widget (QGroupBox, gbMisc) #: rc.cpp:570 rc.cpp:719 msgid "Misc" msgstr "その他" #. i18n: file: dialogs/navigationconfigwidget.ui:92 #. i18n: ectx: property (text), widget (QLabel, lblTextSelectionMode) #: rc.cpp:573 #, fuzzy msgid "Text selection mode:" msgstr "テキスト選択モード" #. i18n: file: dialogs/navigationconfigwidget.ui:103 #. i18n: ectx: property (text), item, widget (QComboBox, cbTextSelectionMode) #: rc.cpp:576 #, fuzzy msgid "Normal" msgstr "通常" #. i18n: file: dialogs/navigationconfigwidget.ui:108 #. i18n: ectx: property (text), item, widget (QComboBox, cbTextSelectionMode) #: rc.cpp:579 #, fuzzy msgid "Persistent" msgstr "保護(&E)" #. i18n: file: dialogs/navigationconfigwidget.ui:131 #. i18n: ectx: property (text), widget (QCheckBox, chkScrollPastEnd) #: rc.cpp:582 msgid "Allow scrolling past the end of the document" msgstr "文書の末尾より下へスクロールできるようにする" #. i18n: file: dialogs/completionconfigtab.ui:20 #. i18n: ectx: property (title), widget (QGroupBox, gbGeneral) #. i18n: file: dialogs/viinputmodeconfigwidget.ui:29 #. i18n: ectx: property (title), widget (QGroupBox, gbViInputMode) #: rc.cpp:585 rc.cpp:609 dialogs/katedialogs.cpp:733 #: dialogs/katedialogs.cpp:810 dialogs/katedialogs.cpp:996 msgid "General" msgstr "全般" #. i18n: file: dialogs/completionconfigtab.ui:26 #. i18n: ectx: property (text), widget (QCheckBox, chkAutoCompletionEnabled) #: rc.cpp:588 #, fuzzy msgid "Enable &auto completion" msgstr "自動補完" #. i18n: file: dialogs/completionconfigtab.ui:50 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:594 msgid "Minimal word length to complete:" msgstr "補完する単語の最低の長さ:" #. i18n: file: dialogs/completionconfigtab.ui:75 #. i18n: ectx: property (toolTip), widget (QCheckBox, removeTail) #: rc.cpp:597 msgid "Remove tail of a previous word when completion item chosen from a list" msgstr "" #. i18n: file: dialogs/completionconfigtab.ui:78 #. i18n: ectx: property (text), widget (QCheckBox, removeTail) #: rc.cpp:600 #, fuzzy msgid "Remove tail on complete" msgstr "末尾のスペースを削除する(&M)" #. i18n: file: dialogs/completionconfigtab.ui:88 #. i18n: ectx: property (title), widget (QGroupBox, gbKeywordCompletion) #: rc.cpp:603 #, fuzzy msgid "Keyword completion" msgstr "単語補完" #. i18n: file: dialogs/completionconfigtab.ui:97 #. i18n: ectx: property (text), widget (QLabel, label_2) #: rc.cpp:606 msgid "" "Keyword completion provides suggestions based on the keywords which exist in " "the document's language." msgstr "" #. i18n: file: dialogs/viinputmodeconfigwidget.ui:35 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkViInputModeDefault) #: rc.cpp:612 msgid "" "When selected, the vi input mode will be enabled when opening a new view. " "You can still toggle the vi input mode on/off for a particular view in the " "Edit menu." msgstr "" "これを選択すると、次に開くビューから VI 入力モードが有効になります。このモー" "ドはAutomatically start a new line of text when the current line exceeds the " "length specified by the Wrap words at: option.
This option does " "not wrap existing lines of text - use the Apply Static Word Wrap " "option in the Tools menu for that purpose.
If you want lines to " "be visually wrapped instead, according to the width of the view, " "enable Dynamic Word Wrap in the Appearance config page.
" msgstr "" "現在の行が
このオプションは既に存在するテキストの行は"
"折り返しません。そのためには
改"
"行せずにビューの幅に応じて表示だけ折り返すようにするには、
If this option is checked, a vertical line will be drawn at the word wrap " "column as defined in the Editing properties.
Note " "that the word wrap marker is only drawn if you use a fixed pitch font.
" msgstr "" "このオプションをチェックすると、
行の折り返しマーカーは固定幅フォントを使用している場合にのみ表示されるこ" "とに注意してください。
Sets the background color of the editing area.
" msgstr "編集領域の背景色を設定します。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:32 #. i18n: ectx: property (text), widget (QLabel, label_2) #: rc.cpp:734 msgid "Selected text:" msgstr "選択されたテキストの背景:" #. i18n: file: dialogs/schemaconfigcolortab.ui:39 #. i18n: ectx: property (whatsThis), widget (KColorButton, selected) #: rc.cpp:737 msgid "" "Sets the background color of the selection.
To set the text color " "for selected text, use the \"Configure Highlighting\" dialog.
" msgstr "" "選択領域の背景色を設定します。
選択されたテキストの色はスタイル" "のタブで設定してください。
Sets the background color of the currently active line, which means the " "line where your cursor is positioned.
" msgstr "アクティブな行 (現在カーソルがある行) の背景色を設定します。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:60 #. i18n: ectx: property (whatsThis), widget (KComboBox, combobox) #: rc.cpp:746 msgid "Select the marker type you want to change.
" msgstr "変更するマーカーの種類を選択してください。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:67 #. i18n: ectx: property (whatsThis), widget (KColorButton, markers) #: rc.cpp:749 msgid "" "Sets the background color of the selected marker type.
Note: " "The marker color is displayed lightly because of transparency.
" msgstr "" "選択したマーカーの背景色を設定します。
This color will be used to draw the line numbers (if enabled) and the " "lines in the code-folding pane.
" msgstr "" "行番号 (有効になっている場合) とコード折りたたみペインの線の色を設定しま" "す。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:110 #. i18n: ectx: property (text), widget (QLabel, label_4) #: rc.cpp:764 msgid "Bracket highlight:" msgstr "括弧の強調表示:" #. i18n: file: dialogs/schemaconfigcolortab.ui:117 #. i18n: ectx: property (whatsThis), widget (KColorButton, bracket) #: rc.cpp:767 schema/kateschemaconfig.cpp:190 msgid "" "Sets the bracket matching color. This means, if you place the cursor e.g. " "at a (, the matching ) will be highlighted with this color.
" msgstr "" "括弧がマッチしたときの色を設定します。例えばカーソルを ( に配置する" "と、それに対応する ) がこの色で強調表示されます。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:124 #. i18n: ectx: property (text), widget (QLabel, label_7) #: rc.cpp:770 msgid "Word wrap markers:" msgstr "行の折り返しマーカー:" #. i18n: file: dialogs/schemaconfigcolortab.ui:131 #. i18n: ectx: property (whatsThis), widget (KColorButton, wwmarker) #: rc.cpp:773 schema/kateschemaconfig.cpp:141 msgid "" "Sets the color of Word Wrap-related markers:
行の折り返しに関するマーカーの色を設定します。
Sets the color of the tabulator marks.
" msgstr "タブマーカーの色を設定します。
" #. i18n: file: dialogs/schemaconfigcolortab.ui:152 #. i18n: ectx: property (text), widget (QLabel, label_9) #: rc.cpp:782 msgid "Spelling mistake line:" msgstr "スペル間違いを含む行:" #. i18n: file: dialogs/schemaconfigcolortab.ui:159 #. i18n: ectx: property (whatsThis), widget (KColorButton, spellingmistakeline) #: rc.cpp:785 schema/kateschemaconfig.cpp:172 msgid "" "Sets the color of the line that is used to indicate spelling mistakes.
" msgstr "スペル間違いがあることを示す行の色を設定します。
" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:17 #. i18n: ectx: property (whatsThis), widget (QGroupBox, gbWordWrap) #: rc.cpp:788 view/kateview.cpp:566 msgid "" "If this option is checked, the text lines will be wrapped at the view border " "on the screen." msgstr "" "このオプションをチェックすると、スクリーンの表示境界でテキストを改行します。" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:20 #. i18n: ectx: property (title), widget (QGroupBox, gbWordWrap) #: rc.cpp:791 view/kateview.cpp:563 msgid "&Dynamic Word Wrap" msgstr "動的な行の折り返し(&D)" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:29 #. i18n: ectx: property (text), widget (QLabel, lblDynamicWordWrapIndicators) #: rc.cpp:794 msgid "Dynamic &word wrap indicators (if applicable):" msgstr "(有効時の) 動的な行の折り返しマーカーの表示(&W):" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:39 #. i18n: ectx: property (whatsThis), widget (KComboBox, cmbDynamicWordWrapIndicator) #: rc.cpp:797 msgid "Choose when the Dynamic Word Wrap Indicators should be displayed." msgstr "動的な行の折り返しマーカーを表示すべき場合を選択してください。" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:46 #. i18n: ectx: property (text), widget (QLabel, lblDynamicWordWrapIndicators_2) #: rc.cpp:800 msgid "Align dynamically wrapped lines to indentation depth:" msgstr "動的に折り返された行の行頭を字下げの深さに応じて揃える:" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:62 #. i18n: ectx: property (whatsThis), widget (KIntSpinBox, sbDynamicWordWrapDepth) #: rc.cpp:804 #, no-c-format msgid "" "Enables the start of dynamically wrapped lines to be aligned vertically " "to the indentation level of the first line. This can help to make code and " "markup more readable.
Additionally, this allows you to set a maximum " "width of the screen, as a percentage, after which dynamically wrapped lines " "will no longer be vertically aligned. For example, at 50%, lines whose " "indentation levels are deeper than 50% of the width of the screen will not " "have vertical alignment applied to subsequent wrapped lines.
" msgstr "" "動的に折り返された行の行頭を最初の行の字下げレベルに揃えます。これによって" "コードやマークアップ言語が読みやすくなります。
また、字下げレベルの深さ" "によってこの動作を制限することができます。例えばスクリーン幅に対する字下げレ" "ベルを 50% に設定した場合、字下げレベルがスクリーン幅の 50% より深い行につい" "ては、それに続く動的に折り返された行に縦揃えが適用されません。
" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:68 #. i18n: ectx: property (suffix), widget (KIntSpinBox, sbDynamicWordWrapDepth) #: rc.cpp:811 #, no-c-format msgid "% of View Width" msgstr "% (ビュー幅の)" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:84 #. i18n: ectx: property (title), widget (QGroupBox, gbWhitespaceHighlighting) #: rc.cpp:814 msgid "Whitespace Highlighting" msgstr "スペース強調" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:90 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowTabs) #: rc.cpp:817 msgid "" "The editor will display a symbol to indicate the presence of a tab in the " "text." msgstr "タブを表すマーカーをテキスト中に表示します。" # ACCELERATOR changed by translator #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:93 #. i18n: ectx: property (text), widget (QCheckBox, chkShowTabs) #: rc.cpp:820 msgid "&Highlight tabulators" msgstr "タブを強調表示する(&G)" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:100 #. i18n: ectx: property (text), widget (QCheckBox, chkShowSpaces) #: rc.cpp:823 msgid "Highlight trailing &spaces" msgstr "末尾のスペースを強調表示する(&S)" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:110 #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: rc.cpp:826 dialogs/katedialogs.cpp:997 msgid "Advanced" msgstr "詳細" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:116 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkDeveloperMode) #: rc.cpp:829 msgid "" "Changing this mode affects only newly opened / created documents. In KWrite " "a restart is recommended." msgstr "" "このモードの変更は、新しく開いたか作成した文書にのみ適用されます。KWrite の場" "合は、アプリケーションを再起動することをお勧めします。" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:119 #. i18n: ectx: property (text), widget (QCheckBox, chkDeveloperMode) #: rc.cpp:832 msgid "Enable power user mode (KDE 3 mode)" msgstr "上級者モード (KDE 3 モード) を有効にする" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:126 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowIndentationLines) #: rc.cpp:835 msgid "" "If this is enabled, the editor will display vertical lines to help identify " "indent lines." msgstr "" "これを有効にすると、エディタはインデント行の識別を助けるために縦線を表示しま" "す。" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:129 #. i18n: ectx: property (text), widget (QCheckBox, chkShowIndentationLines) #: rc.cpp:838 msgid "Show i&ndentation lines" msgstr "字下げを示す線を表示する(&N)" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:136 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkShowWholeBracketExpression) #: rc.cpp:841 msgid "" "If this is enabled, the range between the selected matching brackets will be " "highlighted." msgstr "" "これを有効にすると、選択した括弧と対応する括弧だけでなく、その内側の範囲が強" "調表示されます。" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:139 #. i18n: ectx: property (text), widget (QCheckBox, chkShowWholeBracketExpression) #: rc.cpp:844 msgid "Highlight range between selected brackets" msgstr "選択した括弧内の範囲を強調表示する" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:146 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkAnimateBracketMatching) #: rc.cpp:847 #, fuzzy msgid "Flash matching brackets" msgstr "マッチする括弧を選択" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:149 #. i18n: ectx: property (whatsThis), widget (QCheckBox, chkAnimateBracketMatching) #: rc.cpp:850 msgid "" "If this is enabled, matching brackets are animated for better visibility." msgstr "" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:152 #. i18n: ectx: property (text), widget (QCheckBox, chkAnimateBracketMatching) #: rc.cpp:853 msgid "Animate bracket matching" msgstr "" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:162 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkFoldFirstLine) #: rc.cpp:856 msgid "" "When this setting is enabled, the editor view automatically folds\n" "comment blocks that start on the first line of the document. This is\n" "helpful to hide license headers which are commonly placed at the\n" "beginning of a file." msgstr "" #. i18n: file: dialogs/textareaappearanceconfigwidget.ui:165 #. i18n: ectx: property (text), widget (QCheckBox, chkFoldFirstLine) #: rc.cpp:862 msgid "Fold First Line" msgstr "" #. i18n: file: dialogs/completionconfigwidget.ui:9 #. i18n: ectx: property (title), widget (QGroupBox, sorting) #: rc.cpp:865 msgid "Sorting" msgstr "ソート" #. i18n: file: dialogs/completionconfigwidget.ui:29 #. i18n: ectx: property (text), widget (QCheckBox, sortingAlphabetical) #: rc.cpp:868 msgid "Alphabetical" msgstr "アルファベット順" #. i18n: file: dialogs/completionconfigwidget.ui:36 #. i18n: ectx: property (text), widget (QCheckBox, sortingReverse) #: rc.cpp:871 msgid "Reverse" msgstr "逆順" #. i18n: file: dialogs/completionconfigwidget.ui:43 #. i18n: ectx: property (text), widget (QCheckBox, sortingCaseSensitive) #: rc.cpp:874 msgid "Case sensitive" msgstr "大文字と小文字を区別する" #. i18n: file: dialogs/completionconfigwidget.ui:50 #. i18n: ectx: property (text), widget (QCheckBox, sortingInheritanceDepth) #: rc.cpp:877 msgid "Inheritance depth" msgstr "継承の深さ" #. i18n: file: dialogs/completionconfigwidget.ui:77 #. i18n: ectx: property (text), widget (QLabel, label_2) #: rc.cpp:880 msgid "Order of Groupings (select a grouping method to configure):" msgstr "グルーピングの順序 (設定するグルーピング方法を選択):" #. i18n: file: dialogs/completionconfigwidget.ui:97 #. i18n: ectx: property (text), widget (QToolButton, groupingOrderUp) #. i18n: file: dialogs/completionconfigwidget.ui:226 #. i18n: ectx: property (text), widget (QToolButton, groupingUp) #. i18n: file: dialogs/completionconfigwidget.ui:398 #. i18n: ectx: property (text), widget (QToolButton, columnUp) #: rc.cpp:883 rc.cpp:922 rc.cpp:958 msgid "^" msgstr "^" #. i18n: file: dialogs/completionconfigwidget.ui:104 #. i18n: ectx: property (text), widget (QToolButton, groupingOrderDown) #. i18n: file: dialogs/completionconfigwidget.ui:233 #. i18n: ectx: property (text), widget (QToolButton, groupingDown) #. i18n: file: dialogs/completionconfigwidget.ui:405 #. i18n: ectx: property (text), widget (QToolButton, columnDown) #: rc.cpp:886 rc.cpp:925 rc.cpp:961 msgid "\\/" msgstr "\\/" #. i18n: file: dialogs/completionconfigwidget.ui:120 #. i18n: ectx: property (title), widget (QGroupBox, filtering) #: rc.cpp:889 msgid "Filtering" msgstr "フィルタリング" #. i18n: file: dialogs/completionconfigwidget.ui:135 #. i18n: ectx: property (text), widget (QCheckBox, filteringContextMatchOnly) #: rc.cpp:892 msgid "Suitable context matches only" msgstr "適切なコンテクストマッチのみ" #. i18n: file: dialogs/completionconfigwidget.ui:142 #. i18n: ectx: property (text), widget (QCheckBox, filteringHideAttributes) #: rc.cpp:895 msgid "Hide completions with the following attributes:" msgstr "以下の属性の補完を隠す:" #. i18n: file: dialogs/completionconfigwidget.ui:152 #. i18n: ectx: property (label), widget (KIntNumInput, filteringMaximumInheritanceDepth) #: rc.cpp:898 msgid "Maximum inheritance depth:" msgstr "最大の継承の深さ:" #. i18n: file: dialogs/completionconfigwidget.ui:164 #. i18n: ectx: property (specialValueText), widget (KIntNumInput, filteringMaximumInheritanceDepth) #: rc.cpp:901 msgid "Infinity" msgstr "無限" #. i18n: file: dialogs/completionconfigwidget.ui:174 #. i18n: ectx: property (title), widget (QGroupBox, grouping) #: rc.cpp:904 msgid "Grouping" msgstr "グルーピング" #. i18n: file: dialogs/completionconfigwidget.ui:193 #. i18n: ectx: property (text), widget (QTreeWidget, groupingMethods) #: rc.cpp:907 msgid "Grouping Method" msgstr "グルーピング方法" #. i18n: file: dialogs/completionconfigwidget.ui:198 #. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods) #: rc.cpp:910 msgid "Scope type (local, namespace, global)" msgstr "スコープのタイプ (ローカル、名前空間、グローバル)" #. i18n: file: dialogs/completionconfigwidget.ui:203 #. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods) #: rc.cpp:913 msgid "Scope (eg. per class)" msgstr "スコープ (例: クラスごと)" #. i18n: file: dialogs/completionconfigwidget.ui:208 #. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods) #: rc.cpp:916 msgid "Access type (public etc.)" msgstr "アクセスのタイプ (例: public)" #. i18n: file: dialogs/completionconfigwidget.ui:213 #. i18n: ectx: property (text), item, widget (QTreeWidget, groupingMethods) #: rc.cpp:919 msgid "Item type (function etc.)" msgstr "アイテムのタイプ (例: 関数)" #. i18n: file: dialogs/completionconfigwidget.ui:263 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:928 msgid "Access Grouping Properties" msgstr "アクセスグルーピングのオプション" #. i18n: file: dialogs/completionconfigwidget.ui:270 #. i18n: ectx: property (text), widget (QCheckBox, accessConst) #: rc.cpp:931 msgid "Include const in grouping" msgstr "グルーピングに const を含める" #. i18n: file: dialogs/completionconfigwidget.ui:277 #. i18n: ectx: property (text), widget (QCheckBox, accessStatic) #: rc.cpp:934 msgid "Include static in grouping" msgstr "グルーピングに static を含める" #. i18n: file: dialogs/completionconfigwidget.ui:284 #. i18n: ectx: property (text), widget (QCheckBox, accessSignalSlot) #: rc.cpp:937 msgid "Include signals and slots in grouping" msgstr "グルーピングにシグナルとスロットを含める" #. i18n: file: dialogs/completionconfigwidget.ui:314 #. i18n: ectx: property (text), widget (QLabel, label_3) #: rc.cpp:940 msgid "Item Grouping properties" msgstr "アイテムグルーピングのオプション" #. i18n: file: dialogs/completionconfigwidget.ui:321 #. i18n: ectx: property (text), widget (QCheckBox, itemTemplate) #: rc.cpp:943 msgid "Include templates in grouping" msgstr "グルーピングにテンプレートを含める" #. i18n: file: dialogs/completionconfigwidget.ui:350 #. i18n: ectx: property (title), widget (QGroupBox, columnMerging) #: rc.cpp:946 msgid "Column Merging" msgstr "カラムのマージ" #. i18n: file: dialogs/completionconfigwidget.ui:375 #. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree) #: rc.cpp:949 msgid "Columns" msgstr "カラム" #. i18n: file: dialogs/completionconfigwidget.ui:380 #. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree) #: rc.cpp:952 msgid "Merged" msgstr "マージ" #. i18n: file: dialogs/completionconfigwidget.ui:385 #. i18n: ectx: property (text), widget (QTreeWidget, columnMergeTree) #: rc.cpp:955 msgid "Shown" msgstr "表示" #. i18n: file: dialogs/commandmenueditwidget.ui:12 #. i18n: ectx: property (title), widget (QGroupBox, gbEdit) #: rc.cpp:964 msgid "Edit Command" msgstr "コマンドの編集" #. i18n: file: dialogs/commandmenueditwidget.ui:26 #. i18n: ectx: property (text), widget (QLabel, lblCommand) #: rc.cpp:967 msgid "&Associated command:" msgstr "関連付けるコマンド(&A):" #. i18n: file: dialogs/commandmenueditwidget.ui:87 #. i18n: ectx: property (toolTip), widget (KIconButton, btnIcon) #: rc.cpp:973 msgid "Choose an icon." msgstr "アイコンを選択します" #. i18n: file: dialogs/commandmenueditwidget.ui:90 #. i18n: ectx: property (whatsThis), widget (KIconButton, btnIcon) #: rc.cpp:976 msgid "This icon will be displayed in the menu and toolbar.
" msgstr "このアイコンはメニューとツールバーに表示されます。
" #. i18n: file: dialogs/commandmenueditwidget.ui:102 #. i18n: ectx: property (text), widget (QLabel, lblDescription) #: rc.cpp:979 msgid "&Description:" msgstr "説明(&D):" #. i18n: file: dialogs/commandmenueditwidget.ui:115 #. i18n: ectx: property (text), widget (QLabel, lblCategory) #: rc.cpp:982 msgid "&Category:" msgstr "カテゴリ(&C):" #. i18n: file: dialogs/opensaveconfigadvwidget.ui:12 #. i18n: ectx: property (title), widget (QGroupBox, gbConfigFile) #: rc.cpp:985 msgid "Folder Config File" msgstr "フォルダ設定ファイル" #. i18n: file: dialogs/opensaveconfigadvwidget.ui:23 #. i18n: ectx: property (text), widget (QLabel, label) #: rc.cpp:988 msgid "Search &depth for config file:" msgstr "設定ファイル検索の深さ(&D):" #. i18n: file: dialogs/opensaveconfigadvwidget.ui:33 #. i18n: ectx: property (whatsThis), widget (KIntSpinBox, sbConfigFileSearchDepth) #: rc.cpp:991 msgid "" "The editor will search the given number of folder levels upwards for a ." "kateconfig file and load the settings line from it." msgstr "" "Backing up on save will cause Kate to copy the disk file to '<" "prefix><filename><suffix>' before saving changes.
The "
"suffix defaults to ~ and prefix is empty by default."
msgstr ""
" 保存時にバックアップを作成するように設定すると、Kate は変更を保存する"
"前にディスク上のファイルを <プレフィックス><ファイル名><サ"
"フィックス> の形式でコピーします。 標準設定では、サフィックスは "
"~ になり、プレフィックスは付きません。 For help on individual commands, do 個々のコマンドのヘルプは This is the Katepart command line. これは Katepart のコマンドラインインターフェースです。 Sets the background color of the selection. To set the text color "
"for selected text, use the "Configure Highlighting" dialog."
" 選択領域の背景色を設定します。 選択されたテキストの色はスタイル"
"のタブで設定してください。 Sets the background color of search results. 編集領域の背景色を設定します。 Sets the background color of replaced text. 編集領域の背景色を設定します。 Sets the background color of the icon border. 編集領域の背景色を設定します。 This color will be used to draw the line numbers (if enabled). 行番号 (有効になっている場合) とコード折りたたみペインの線の色を設定しま"
"す。 This color will be used to draw the line between line numbers and the "
"icon borders, if both are enabled. 行番号 (有効になっている場合) とコード折りたたみペインの線の色を設定しま"
"す。 Sets the color of the code folding bar. 編集領域の背景色を設定します。 Sets the color of the line modification marker for modified lines. スペル間違いがあることを示す行の色を設定します。 Sets the color of the line modification marker for saved lines. タブマーカーの色を設定します。 Sets the color of the vertical indentation lines. タブマーカーの色を設定します。 Sets the background color of mark type. Note: The marker "
"color is displayed lightly because of transparency. 選択したマーカーの背景色を設定します。 This list displays the default styles for the current schema and offers "
"the means to edit them. The style name reflects the current style settings."
"p> To edit the colors, click the colored squares, or select the color to "
"edit from the popup menu. You can unset the Background and Selected "
"Background colors from the popup menu when appropriate. このリストは現在のスキーマの標準スタイルを表示しています。ここでコンテキス"
"トごとに設定を編集できます。左端のコンテキスト名に設定が反映されます。 "
"色を変更するには、色の付いたボックスをクリックするか、マウスの右ボタンを押し"
"てコンテキストメニューから色を変更する項目を選択します。 設定済みの背景"
"色と選択時の背景色は、コンテキストメニューから解除できます。 This list displays the contexts of the current syntax highlight mode and "
"offers the means to edit them. The context name reflects the current style "
"settings. To edit using the keyboard, press <SPACE>"
"strong> and choose a property from the popup menu. To edit the colors, "
"click the colored squares, or select the color to edit from the popup menu."
"p> You can unset the Background and Selected Background colors from the "
"context menu when appropriate. このリストは現在のスキーマの構文強調表示スタイルを表示しています。ここでコ"
"ンテキストごとに設定を編集できます。左端のコンテキスト名に設定が反映されま"
"す。 色を変更するには、色の付いたボックスをクリックするか、マウスの右ボ"
"タンを押してコンテキストメニューから色を変更する項目を選択します。 設定"
"済みの背景色と選択時の背景色は、コンテキストメニューから解除できます。 The schema %1 already exists. Please choose a different schema name."
"
"
msgstr ""
"%1: 非推奨の古い構文です。属性 (%2) はシンボル名によって指定されていま"
"せん
"
#: syntax/katehighlight.cpp:1494
msgid "%1: Deprecated syntax. Context %2 has no symbolic name
"
msgstr ""
"%1: 非推奨の古い構文です。コンテキスト %2 はシンボル名を持っていません"
"
"
#: syntax/katehighlight.cpp:1580
msgid ""
"%1:Deprecated syntax. Context %2 not addressed by a symbolic name"
msgstr ""
"%1: 非推奨の古い構文です。コンテキスト %2 はシンボル名によって指定され"
"ていません"
#: syntax/katehighlight.cpp:1725
msgid ""
"There were warning(s) and/or error(s) while parsing the syntax highlighting "
"configuration."
msgstr ""
"構文強調表示の設定を解析中にいくつかの警告および/またはエラーが発生しました。"
#: syntax/katehighlight.cpp:1727
msgid "Kate Syntax Highlighting Parser"
msgstr "Kate 構文強調表示パーサ"
#: syntax/katehighlight.cpp:1892
msgid ""
"Since there has been an error parsing the highlighting description, this "
"highlighting will be disabled"
msgstr "強調表示記述の解析中にエラーが発生したため、この強調表示は無効にします"
#: syntax/katehighlight.cpp:2121
msgid ""
"%1: Specified multiline comment region (%2) could not be resolved
"
msgstr "%1: 指定の複数行コメント領域 (%2) を解決できませんでした
"
#: syntax/katesyntaxdocument.cpp:92
msgid "Unable to open %1"
msgstr "
—
%2'help <command>'
"
"p>"
msgstr ""
"
Syntax: command "
"[ arguments ]
For a list of available commands, enter "
"help list
For help for individual commands, enter "
"help <command>
構文: "
"
This "
"is a static word wrap, meaning it is not updated when the view is resized."
msgstr ""
"
これは固定的な行の折り返しです。したがって、ビューをリサイズ"
"しても更新されません。
You can configure whether tabs should be honored "
"and used or replaced with spaces, in the configuration dialog."
msgstr ""
"
設定ダイアログで、タブを尊重して使用するか、スペースに置換する"
"かを設定できます。
The characters for single/multiple line comments are defined within "
"the language's highlighting."
msgstr ""
"
"
"単一/複数行のコメント化に使用する文字は、言語の強調表示の中に定義されていま"
"す。
The characters for single/multiple line comments are "
"defined within the language's highlighting."
msgstr ""
"
単一/複数行のコメント化に使用する文字は、言語の強調表示の中に定義されて"
"います。
The icon border shows bookmark "
"symbols, for instance."
msgstr ""
"
アイコンバーはブック"
"マークなどのアイコンを表示します。
The marks show "
"bookmarks, for instance."
msgstr ""
"
マークは"
"ブックマークなどを表示します。
The mini-map "
"shows an overview of the whole document."
msgstr ""
"
マークは"
"ブックマークなどを表示します。
With this option set the whole document will be visible in the mini-map."));
#. connect(a, SIGNAL(triggered(bool)), SLOT(toggleScrollBarMiniMapAll()));
#. connect(m_toggleScrollBarMiniMap, SIGNAL(triggered(bool)), m_toggleScrollBarMiniMapAll, SLOT(setEnabled(bool)));
#: view/kateview.cpp:615
msgid "Show Static &Word Wrap Marker"
msgstr "固定的な行の折り返しマーカーを表示(&W)"
#: view/kateview.cpp:618
msgid ""
"Show/hide the Word Wrap Marker, a vertical line drawn at the word wrap "
"column as defined in the editing properties"
msgstr ""
"行の折り返しマーカーの表示/非表示を切り替えます。編集オプションで定義された折"
"り返し文字数の位置に縦線が表示されます。"
# ACCELERATOR added by translator
#: view/kateview.cpp:623
msgid "Switch to Command Line"
msgstr "コマンドラインに切り替え(&T)"
#: view/kateview.cpp:625
msgid "Show/hide the command line on the bottom of the view."
msgstr "ビューの下部のコマンドラインの表示/非表示を切り替えます。"
#: view/kateview.cpp:628
msgid "&VI Input Mode"
msgstr "VI 入力モード(&V)"
#: view/kateview.cpp:631
msgid "Activate/deactivate VI input mode"
msgstr "VI 入力モードをオン/オフ"
#: view/kateview.cpp:634
msgid "&End of Line"
msgstr "行末(&E)"
#: view/kateview.cpp:636
msgid "Choose which line endings should be used, when you save the document"
msgstr "文書を保存する際にどの行末を使用するかを選択します。"
#: view/kateview.cpp:638
#, fuzzy
msgctxt "@item:inmenu End of Line"
msgid "&UNIX"
msgstr "UNIX"
#: view/kateview.cpp:639
#, fuzzy
msgctxt "@item:inmenu End of Line"
msgid "&Windows/DOS"
msgstr "DOS/Windows"
#: view/kateview.cpp:640
#, fuzzy
msgctxt "@item:inmenu End of Line"
msgid "&Macintosh"
msgstr "Macintosh"
#: view/kateview.cpp:645
msgid "Add &Byte Order Mark (BOM)"
msgstr "&Byte Order Mark を追加 (BOM)"
#: view/kateview.cpp:648
msgid ""
"Enable/disable adding of byte order markers for UTF-8/UTF-16 encoded files "
"while saving"
msgstr ""
#: view/kateview.cpp:651
msgid "E&ncoding"
msgstr "エンコーディング(&N)"
#: view/kateview.cpp:655
msgid "Look up the first occurrence of a piece of text or regular expression."
msgstr "テキストまたは正規表現にマッチする最初のものを検索します。"
# ACCELERATOR added by translator
#: view/kateview.cpp:659
msgid "Find Selected"
msgstr "選択テキストを検索(&S)"
#: view/kateview.cpp:661
msgid "Finds next occurrence of selected text."
msgstr "選択テキストにマッチする次のものを検索します。"
# ACCELERATOR added by translator
#: view/kateview.cpp:665
msgid "Find Selected Backwards"
msgstr "選択テキストを後ろ向きに検索(&B)"
#: view/kateview.cpp:667
msgid "Finds previous occurrence of selected text."
msgstr "選択テキストにマッチする前のものを検索します。"
#: view/kateview.cpp:671
msgid "Look up the next occurrence of the search phrase."
msgstr "テキストまたは正規表現にマッチする次のものを検索します。"
#: view/kateview.cpp:675
msgid "Look up the previous occurrence of the search phrase."
msgstr "テキストまたは正規表現にマッチする前のものを検索します。"
#: view/kateview.cpp:679
msgid ""
"Look up a piece of text or regular expression and replace the result with "
"some given text."
msgstr ""
"テキストまたは正規表現にマッチするものを検索し、与えられたテキストで置換しま"
"す。"
#: view/kateview.cpp:682
msgid "Automatic Spell Checking"
msgstr "自動スペルチェック"
#: view/kateview.cpp:683
msgid "Enable/disable automatic spell checking"
msgstr "自動スペルチェックを有効/無効にします"
#: view/kateview.cpp:689
msgid "Change Dictionary..."
msgstr "辞書を変更..."
#: view/kateview.cpp:690
msgid "Change the dictionary that is used for spell checking."
msgstr "スペルチェックに使う辞書を変更します。"
#: view/kateview.cpp:694
msgid "Clear Dictionary Ranges"
msgstr "辞書範囲をクリア"
#: view/kateview.cpp:696
msgid ""
"Remove all the separate dictionary ranges that were set for spell checking."
msgstr ""
#: view/kateview.cpp:748
msgid "Move Word Left"
msgstr "左側の単語の先頭に移動"
#: view/kateview.cpp:754
msgid "Select Character Left"
msgstr "左側の 1 文字まで選択"
#: view/kateview.cpp:760
msgid "Select Word Left"
msgstr "左側の単語の先頭まで選択"
#: view/kateview.cpp:766
msgid "Move Word Right"
msgstr "右側の単語の先頭に移動"
#: view/kateview.cpp:772
msgid "Select Character Right"
msgstr "右側の 1 文字まで選択"
#: view/kateview.cpp:778
msgid "Select Word Right"
msgstr "右側の単語の先頭まで選択"
#: view/kateview.cpp:784
msgid "Move to Beginning of Line"
msgstr "行頭に移動"
#: view/kateview.cpp:790
msgid "Move to Beginning of Document"
msgstr "文書の先頭に移動"
#: view/kateview.cpp:796
msgid "Select to Beginning of Line"
msgstr "行頭まで選択"
#: view/kateview.cpp:802
msgid "Select to Beginning of Document"
msgstr "文書の先頭まで選択"
#: view/kateview.cpp:809
msgid "Move to End of Line"
msgstr "行末に移動"
#: view/kateview.cpp:815
msgid "Move to End of Document"
msgstr "文書の末尾に移動"
#: view/kateview.cpp:821
msgid "Select to End of Line"
msgstr "行末まで選択"
#: view/kateview.cpp:827
msgid "Select to End of Document"
msgstr "文書の末尾まで選択"
#: view/kateview.cpp:834
msgid "Select to Previous Line"
msgstr "前の行まで選択"
#: view/kateview.cpp:840
msgid "Scroll Line Up"
msgstr "1 行上へスクロール"
#: view/kateview.cpp:847
msgid "Move to Next Line"
msgstr "次の行に移動"
#: view/kateview.cpp:854
msgid "Move to Previous Line"
msgstr "前の行に移動"
#: view/kateview.cpp:861
msgid "Move Cursor Right"
msgstr "カーソルを右に移動"
#: view/kateview.cpp:868
msgid "Move Cursor Left"
msgstr "カーソルを左に移動"
#: view/kateview.cpp:875
msgid "Select to Next Line"
msgstr "次の行まで選択"
#: view/kateview.cpp:881
msgid "Scroll Line Down"
msgstr "1 行下へスクロール"
#: view/kateview.cpp:888
msgid "Scroll Page Up"
msgstr "1 画面上へスクロール"
#: view/kateview.cpp:894
msgid "Select Page Up"
msgstr "1 画面上まで選択"
#: view/kateview.cpp:900
msgid "Move to Top of View"
msgstr "ビューの先頭に移動"
#: view/kateview.cpp:906
msgid "Select to Top of View"
msgstr "ビューの先頭まで選択"
#: view/kateview.cpp:913
msgid "Scroll Page Down"
msgstr "1 画面下へスクロール"
#: view/kateview.cpp:919
msgid "Select Page Down"
msgstr "1 画面下まで選択"
#: view/kateview.cpp:925
msgid "Move to Bottom of View"
msgstr "ビューの最下部に移動"
#: view/kateview.cpp:931
msgid "Select to Bottom of View"
msgstr "ビューの最下部まで選択"
#: view/kateview.cpp:937
msgid "Move to Matching Bracket"
msgstr "マッチする括弧に移動"
#: view/kateview.cpp:943
msgid "Select to Matching Bracket"
msgstr "マッチする括弧を選択"
#: view/kateview.cpp:953
msgid "Transpose Characters"
msgstr "左右の文字を入れ替え"
#: view/kateview.cpp:959
msgid "Delete Line"
msgstr "行を削除"
#: view/kateview.cpp:965
msgid "Delete Word Left"
msgstr "左側の 1 単語を削除"
#: view/kateview.cpp:971
msgid "Delete Word Right"
msgstr "右側の 1 単語を削除"
#: view/kateview.cpp:977
msgid "Delete Next Character"
msgstr "右側の 1 文字を削除"
#: view/kateview.cpp:983
msgid "Backspace"
msgstr "左側の 1 文字を削除"
#: view/kateview.cpp:992
msgid "Insert Tab"
msgstr "タブを挿入"
#: view/kateview.cpp:997
msgid "Insert Smart Newline"
msgstr "スマート改行を挿入"
#: view/kateview.cpp:998
msgid ""
"Insert newline including leading characters of the current line which are "
"not letters or numbers."
msgstr ""
"現在の行の先頭にある単語構成文字以外の文字 (スペース、タブ、記号など) を含め"
"て改行を挿入します。"
#: view/kateview.cpp:1008
msgid "&Indent"
msgstr "字下げ(&I)"
#: view/kateview.cpp:1009
msgid ""
"Use this to indent a selected block of text.
You can configure "
"whether tabs should be honored and used or replaced with spaces, in the "
"configuration dialog."
msgstr ""
"
設定ダイアログで、タブ"
"を尊重して使用するか、スペースで置換するかを設定できます。