Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dokuwiki-plugin-codemirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Albert Gasset
dokuwiki-plugin-codemirror
Commits
3e7d708b
Commit
3e7d708b
authored
May 20, 2018
by
HokkaidoPerson
Committed by
Albert Gasset
Jun 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation update (jp)
parent
d89e236a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
lang.php
lang/ja/lang.php
+8
-5
settings.php
lang/ja/settings.php
+2
-0
No files found.
lang/ja/lang.php
View file @
3e7d708b
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
*/
$lang
[
'js'
][
'setting_activeline'
]
=
'現在行の強調表示'
;
$lang
[
'js'
][
'setting_closebrackets'
]
=
'閉じ括弧の自動入力'
;
$lang
[
'js'
][
'setting_fontsize'
]
=
'フォントサイズ'
;
$lang
[
'js'
][
'setting_keymap'
]
=
'キーボードマッピング'
;
$lang
[
'js'
][
'setting_keymap'
]
=
'キーボードマッピング'
;
$lang
[
'js'
][
'setting_linenumbers'
]
=
'行番号表示'
;
$lang
[
'js'
][
'setting_matchbrackets'
]
=
'対応する括弧の強調表示'
;
$lang
[
'js'
][
'setting_syntax'
]
=
'構文の強調表示'
;
$lang
[
'js'
][
'setting_theme'
]
=
'カラーテーマ'
;
$lang
[
'js'
][
'setting_nativeeditor'
]
=
'元々のDokuWikiエディター'
;
$lang
[
'js'
][
'setting_syntax'
]
=
'構文の強調表示'
;
$lang
[
'js'
][
'setting_theme'
]
=
'カラーテーマ'
;
$lang
[
'js'
][
'setting_showinvisibles'
]
=
'ホワイトスペースを表示する'
;
lang/ja/settings.php
View file @
3e7d708b
...
...
@@ -3,8 +3,10 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang
[
'nativeeditor'
]
=
'デフォルトで Dokuwiki 編集画面を使用する。'
;
$lang
[
'codesyntax'
]
=
'ページを表示する際、コードブロックの構文をの強調表示用に CodeMirror を使用する。'
;
$lang
[
'usenativescroll'
]
=
'デフォルトの置換え形式の代わりに本来のスクロールバー形式を使用'
;
$lang
[
'autoheight'
]
=
'高さの自動調節'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment