From d513dcecab3e328ed0274f8346f8c4bfaae7cd48 Mon Sep 17 00:00:00 2001 From: Simon-Mong <30740101+Simon-Mong@users.noreply.github.com> Date: Sat, 15 Jul 2023 10:19:14 +0800 Subject: [PATCH] Update lang-zh_CN.js --- stitchcode/locales/lang-zh_CN.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stitchcode/locales/lang-zh_CN.js b/stitchcode/locales/lang-zh_CN.js index aa1906e2..8b04070e 100644 --- a/stitchcode/locales/lang-zh_CN.js +++ b/stitchcode/locales/lang-zh_CN.js @@ -117,7 +117,11 @@ tempDict = { '移到 x: %n y: %n 每针 %n', 'go to x: %n y: %n in %n': '移到 x: %n y: %n 针数 %n', - + 'arc $turnRight radius: %n degrees: %n ': + '圆弧 $turnRight 半径: %n 角度: %n ', + 'arc $turnLeft radius: %n degrees: %n ': + '圆弧 $turnLeft 半径: %n 角度: %n ', + // new blocks 'point towards x: %n y: %n': '面向 x: %n y: %n',