kopia lustrzana https://github.com/backface/turtlestitch
commit
c80e059807
96
lang-zh.js
96
lang-zh.js
|
@ -185,7 +185,7 @@ SnapTranslator.dict.zh = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'ubertao@qq.com/djh@rhjxx.cn',
|
'ubertao@qq.com/djh@rhjxx.cn',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2016-4-27',
|
'2016-5-6',
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -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':
|
||||||
|
@ -611,7 +625,7 @@ SnapTranslator.dict.zh = {
|
||||||
'rest for %n beats':
|
'rest for %n beats':
|
||||||
'停止 %n 拍',
|
'停止 %n 拍',
|
||||||
'play note %n for %n beats':
|
'play note %n for %n beats':
|
||||||
'弹奏 %n %n 拍',
|
'弹奏 %n %n 拍',
|
||||||
'change tempo by %n':
|
'change tempo by %n':
|
||||||
'把节奏加快 %n',
|
'把节奏加快 %n',
|
||||||
'set tempo to %n bpm':
|
'set tempo to %n bpm':
|
||||||
|
@ -644,12 +658,16 @@ SnapTranslator.dict.zh = {
|
||||||
'图章',
|
'图章',
|
||||||
'fill':
|
'fill':
|
||||||
'填充',
|
'填充',
|
||||||
|
'tip':
|
||||||
|
'尖端',
|
||||||
|
'middle':
|
||||||
|
'中间',
|
||||||
|
|
||||||
// control:
|
// control:
|
||||||
'when %greenflag clicked':
|
'when %greenflag clicked':
|
||||||
'当 %greenflag 被点击',
|
'当 %greenflag 被点击',
|
||||||
'when %keyHat key pressed':
|
'when %keyHat key pressed':
|
||||||
'当按下 %keyHat',
|
'当按下 %keyHat 键',
|
||||||
'when I am %interaction':
|
'when I am %interaction':
|
||||||
'当 %interaction 我',
|
'当 %interaction 我',
|
||||||
'clicked':
|
'clicked':
|
||||||
|
@ -683,13 +701,13 @@ SnapTranslator.dict.zh = {
|
||||||
'forever %c':
|
'forever %c':
|
||||||
'重复执行 %c',
|
'重复执行 %c',
|
||||||
'repeat %n %c':
|
'repeat %n %c':
|
||||||
'重复执行 %n %c',
|
'重复执行 %n %c',
|
||||||
'repeat until %b %c':
|
'repeat until %b %c':
|
||||||
'重复执行直到 %b %c',
|
'重复执行直到 %b %c',
|
||||||
'if %b %c':
|
'if %b %c':
|
||||||
'如果 %b %c',
|
'如果 %b %c',
|
||||||
'if %b %c else %c':
|
'if %b %c else %c':
|
||||||
'如果 %b %c 否则 %c',
|
'如果 %b %c 否则 %c',
|
||||||
'report %s':
|
'report %s':
|
||||||
'报告 %s',
|
'报告 %s',
|
||||||
'stop %stopChoices':
|
'stop %stopChoices':
|
||||||
|
@ -711,9 +729,9 @@ SnapTranslator.dict.zh = {
|
||||||
'run %cmdRing %inputs':
|
'run %cmdRing %inputs':
|
||||||
'运行 %cmdRing %inputs',
|
'运行 %cmdRing %inputs',
|
||||||
'launch %cmdRing %inputs':
|
'launch %cmdRing %inputs':
|
||||||
'启动 %cmdRing %inputs',
|
'启动 %cmdRing %inputs',
|
||||||
'call %repRing %inputs':
|
'call %repRing %inputs':
|
||||||
'调用 %repRing %inputs',
|
'调用 %repRing %inputs',
|
||||||
'run %cmdRing w/continuation':
|
'run %cmdRing w/continuation':
|
||||||
'持续运行 %cmdRing',
|
'持续运行 %cmdRing',
|
||||||
'call %cmdRing w/continuation':
|
'call %cmdRing w/continuation':
|
||||||
|
@ -758,6 +776,8 @@ SnapTranslator.dict.zh = {
|
||||||
'计时器',
|
'计时器',
|
||||||
'%att of %spr':
|
'%att of %spr':
|
||||||
'取 %att 于 %spr',
|
'取 %att 于 %spr',
|
||||||
|
'my %get':
|
||||||
|
'我的 %get',
|
||||||
'http:// %s':
|
'http:// %s':
|
||||||
'http:// %s',
|
'http:// %s',
|
||||||
'turbo mode?':
|
'turbo mode?':
|
||||||
|
@ -966,9 +986,9 @@ SnapTranslator.dict.zh = {
|
||||||
'Kind of':
|
'Kind of':
|
||||||
'类型:',
|
'类型:',
|
||||||
'Part of':
|
'Part of':
|
||||||
'零件:',
|
'属于:',
|
||||||
'Parts':
|
'Parts':
|
||||||
'零件',
|
'组件',
|
||||||
'Blocks':
|
'Blocks':
|
||||||
'积木',
|
'积木',
|
||||||
'For all Sprites':
|
'For all Sprites':
|
||||||
|
@ -1242,17 +1262,23 @@ SnapTranslator.dict.zh = {
|
||||||
'check for block\nto text mapping features':
|
'check for block\nto text mapping features':
|
||||||
'开:打开积木转文字的功能',
|
'开:打开积木转文字的功能',
|
||||||
'Inheritance support':
|
'Inheritance support':
|
||||||
'亲子角色(继承)',
|
'母子角色(继承)',
|
||||||
'uncheck to disable\nsprite inheritance features':
|
'uncheck to disable\nsprite inheritance features':
|
||||||
'关:角色不可以继承',
|
'关:角色不可以继承',
|
||||||
'check for sprite\ninheritance features':
|
'check for sprite\ninheritance features':
|
||||||
'开:子角色可以继承亲代角色',
|
'开:角色可以继承',
|
||||||
'Sprite Nesting':
|
'Sprite Nesting':
|
||||||
'角色组合',
|
'角色组合',
|
||||||
'check to enable\nsprite composition':
|
'check to enable\nsprite composition':
|
||||||
'开:允许角色组合',
|
'开:允许角色组合',
|
||||||
'uncheck to disable\nsprite composition':
|
'uncheck to disable\nsprite composition':
|
||||||
'关:不允许角色组合',
|
'关:不允许角色组合',
|
||||||
|
'First-Class Sprites':
|
||||||
|
'高等角色',
|
||||||
|
'uncheck to disable support\nfor first-class sprites':
|
||||||
|
'关:不使用高等角色',
|
||||||
|
'check to enable support\n for first-class sprite':
|
||||||
|
'开:使用高等角色',
|
||||||
'Dragging threshold...':
|
'Dragging threshold...':
|
||||||
'拖放最小距离…',
|
'拖放最小距离…',
|
||||||
'specify the distance the hand has to move\nbefore it picks up an object':
|
'specify the distance the hand has to move\nbefore it picks up an object':
|
||||||
|
@ -1366,8 +1392,6 @@ SnapTranslator.dict.zh = {
|
||||||
'code string mapping...':
|
'code string mapping...':
|
||||||
'字符串对应的代码…',
|
'字符串对应的代码…',
|
||||||
// sprites:
|
// sprites:
|
||||||
'parent':
|
|
||||||
'母角色',
|
|
||||||
'parent:':
|
'parent:':
|
||||||
'母角色:',
|
'母角色:',
|
||||||
'parent...':
|
'parent...':
|
||||||
|
@ -1423,7 +1447,7 @@ SnapTranslator.dict.zh = {
|
||||||
'detach from':
|
'detach from':
|
||||||
'脱离',
|
'脱离',
|
||||||
'detach all parts':
|
'detach all parts':
|
||||||
'拆除所有零件',
|
'拆除所有组件',
|
||||||
'export...':
|
'export...':
|
||||||
'导出…',
|
'导出…',
|
||||||
'paint a new sprite':
|
'paint a new sprite':
|
||||||
|
@ -1920,6 +1944,8 @@ SnapTranslator.dict.zh = {
|
||||||
'e^',
|
'e^',
|
||||||
|
|
||||||
// delimiters
|
// delimiters
|
||||||
|
'character':
|
||||||
|
'字符',
|
||||||
'letter':
|
'letter':
|
||||||
'字母',
|
'字母',
|
||||||
'whitespace':
|
'whitespace':
|
||||||
|
@ -1927,7 +1953,7 @@ SnapTranslator.dict.zh = {
|
||||||
'line':
|
'line':
|
||||||
'行',
|
'行',
|
||||||
'tab':
|
'tab':
|
||||||
'tab',
|
'制表符',
|
||||||
'cr':
|
'cr':
|
||||||
'回车',
|
'回车',
|
||||||
|
|
||||||
|
@ -1946,6 +1972,8 @@ SnapTranslator.dict.zh = {
|
||||||
'记录',
|
'记录',
|
||||||
'predicate':
|
'predicate':
|
||||||
'判断',
|
'判断',
|
||||||
|
'sprite':
|
||||||
|
'角色',
|
||||||
|
|
||||||
// list indices
|
// list indices
|
||||||
'last':
|
'last':
|
||||||
|
@ -1953,6 +1981,40 @@ SnapTranslator.dict.zh = {
|
||||||
'any':
|
'any':
|
||||||
'任意',
|
'任意',
|
||||||
|
|
||||||
|
// attributes
|
||||||
|
'neighbors':
|
||||||
|
'邻居',
|
||||||
|
'self':
|
||||||
|
'本身',
|
||||||
|
'other sprites':
|
||||||
|
'其他角色',
|
||||||
|
'parts':
|
||||||
|
'组件',
|
||||||
|
'anchor':
|
||||||
|
'组合后角色',
|
||||||
|
'parent':
|
||||||
|
'母角色',
|
||||||
|
'children':
|
||||||
|
'子角色',
|
||||||
|
'clones':
|
||||||
|
'克隆',
|
||||||
|
'other clones':
|
||||||
|
'其他克隆',
|
||||||
|
'dangling?':
|
||||||
|
'是否悬垂?',
|
||||||
|
'rotation x':
|
||||||
|
'旋转点x坐标',
|
||||||
|
'rotation y':
|
||||||
|
'旋转点y坐标',
|
||||||
|
'center x':
|
||||||
|
'中心点x坐标',
|
||||||
|
'center y':
|
||||||
|
'中心店y坐标',
|
||||||
|
'name':
|
||||||
|
'名字',
|
||||||
|
'stage':
|
||||||
|
'舞台',
|
||||||
|
|
||||||
// Paint.js
|
// Paint.js
|
||||||
'Paint Editor':
|
'Paint Editor':
|
||||||
'画板',
|
'画板',
|
||||||
|
|
Ładowanie…
Reference in New Issue