add user settings and toggle virtical view

This commit is contained in:
sakazuki
2018-12-01 22:54:14 +09:00
parent 842e9d761e
commit cc584331ed
7 changed files with 98 additions and 37 deletions

View File

@@ -41,7 +41,8 @@
"defaultDir": "Default",
"ltr": "Left-to-right",
"rtl": "Right-to-left",
"auto": "Contextual"
"auto": "Contextual",
"flowVirtical": "Virtical flow"
},
"sidebar": {
"show": "Show sidebar"

View File

@@ -41,7 +41,8 @@
"defaultDir": "標準",
"ltr": "左から右",
"rtl": "右から左",
"auto": "文脈"
"auto": "文脈",
"flowVirtical": "縦フロー"
},
"sidebar": {
"show": "サイドバーを表示"

View File

@@ -37,7 +37,8 @@
"defaultDir": "默认方向",
"ltr": "从左到右",
"rtl": "从右到左",
"auto": "上下文"
"auto": "上下文",
"flowVirtical": "Virtical flow"
},
"sidebar": {
"show": "显示侧边栏"