Skip to content

Commit c5f3662

Browse files
authored
Merge pull request #54 from hdcola/hdcola
add Circular Shapes Tap
2 parents b548720 + af39ab5 commit c5f3662

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

OneTapSwiftUIApp/OneTapSwiftUIApp/Resources/en.lproj/Localizable.strings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,11 @@
479479
"A standard label for user interface items, consisting of an icon with a title." = "A standard label for user interface items, consisting of an icon with a title.";
480480
"Create a Label" = "Create a Label";
481481
"A view that displays one or more lines of read-only text." = "A view that displays one or more lines of read-only text.";
482+
"A circle centered on the frame of the view containing it." = "A circle centered on the frame of the view containing it.";
483+
"An ellipse aligned inside the frame of the view containing it." = "An ellipse aligned inside the frame of the view containing it.";
484+
"Create a Ellipse" = "Create a Ellipse";
485+
"Create a Circle" = "Create a Circle";
486+
"A capsule shape aligned inside the frame of the view containing it." = "A capsule shape aligned inside the frame of the view containing it.";
487+
"Create a Capsule" = "Create a Capsule";
488+
"The outline of a 2D shape." = "The outline of a 2D shape.";
489+
"Create a triangle shape" = "Create a triangle shape";

OneTapSwiftUIApp/OneTapSwiftUIApp/Resources/zh-Hans.lproj/Localizable.strings

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"Rectangular Shapes" = "Rectangular Shapes";
346346

347347
// No comment provided by engineer.
348-
"Reset" = "Reset";
348+
"Reset" = "复位";
349349

350350
// No comment provided by engineer.
351351
"Roll with two colors" = "Roll with two colors";
@@ -479,3 +479,11 @@
479479
"A standard label for user interface items, consisting of an icon with a title." = "用户界面项目的一个标准标签,由一个带有标题的图标组成。";
480480
"Create a Label" = "创建一个标签";
481481
"A view that displays one or more lines of read-only text." = "一个显示一行或多行只读文本的视图。";
482+
"A circle centered on the frame of the view containing it." = "一个以包含它的视图框架为中心的圆。";
483+
"An ellipse aligned inside the frame of the view containing it." = "一个在包含它的视图的框架内对齐的椭圆。";
484+
"Create a Ellipse" = "创建一个椭圆";
485+
"Create a Circle" = "创建一个圆圈";
486+
"A capsule shape aligned inside the frame of the view containing it." = "一个胶囊形状在包含它的视图的框架内对齐。";
487+
"Create a Capsule" = "创建一个胶囊";
488+
"The outline of a 2D shape." = "一个2D形状的轮廓。";
489+
"Create a triangle shape" = "创建一个三角形的形状";

0 commit comments

Comments
 (0)