kopia lustrzana https://github.com/backface/turtlestitch
added a few strings used in dev mode
rodzic
8c3b04e2da
commit
7e5424ebf3
18
lang-zh.js
18
lang-zh.js
|
@ -448,6 +448,12 @@ SnapTranslator.dict.zh = {
|
||||||
'字体大小…',
|
'字体大小…',
|
||||||
'set this String\'s\nfont point size':
|
'set this String\'s\nfont point size':
|
||||||
'设置字符串的字体点数',
|
'设置字符串的字体点数',
|
||||||
|
'align left':
|
||||||
|
'靠左',
|
||||||
|
'align right':
|
||||||
|
'靠右',
|
||||||
|
'align center':
|
||||||
|
'居中',
|
||||||
'serif':
|
'serif':
|
||||||
'衬线字体',
|
'衬线字体',
|
||||||
'sans-serif':
|
'sans-serif':
|
||||||
|
@ -532,6 +538,14 @@ SnapTranslator.dict.zh = {
|
||||||
'全部围住…',
|
'全部围住…',
|
||||||
'keep all submorphs\nwithin and visible':
|
'keep all submorphs\nwithin and visible':
|
||||||
'围入所有子morph\n全部可见',
|
'围入所有子morph\n全部可见',
|
||||||
|
'auto line wrap on...':
|
||||||
|
'自动折行',
|
||||||
|
'enable automatic\nline wrapping':
|
||||||
|
'打开自动折行功能',
|
||||||
|
'auto line wrap off...':
|
||||||
|
'不自动折行',
|
||||||
|
'turn automatic\nline wrapping\noff':
|
||||||
|
'关闭自动折行功能',
|
||||||
'screenshot...':
|
'screenshot...':
|
||||||
'屏幕截图…',
|
'屏幕截图…',
|
||||||
'restore display':
|
'restore display':
|
||||||
|
@ -1920,6 +1934,8 @@ SnapTranslator.dict.zh = {
|
||||||
'e^',
|
'e^',
|
||||||
|
|
||||||
// delimiters
|
// delimiters
|
||||||
|
'character':
|
||||||
|
'字符',
|
||||||
'letter':
|
'letter':
|
||||||
'字母',
|
'字母',
|
||||||
'whitespace':
|
'whitespace':
|
||||||
|
@ -1927,7 +1943,7 @@ SnapTranslator.dict.zh = {
|
||||||
'line':
|
'line':
|
||||||
'行',
|
'行',
|
||||||
'tab':
|
'tab':
|
||||||
'tab',
|
'制表符',
|
||||||
'cr':
|
'cr':
|
||||||
'回车',
|
'回车',
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue