Skip to content

Commit b548720

Browse files
authored
Merge pull request #53 from hdcola/hdcola
继续完成国际化
2 parents 135f306 + 81315c2 commit b548720

File tree

2 files changed

+50
-18
lines changed

2 files changed

+50
-18
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"Shapes" = "Shapes";
373373

374374
// No comment provided by engineer.
375-
"Simple Map View" = "Simple Map View";
375+
"Create a Map" = "Create a Map";
376376

377377
// No comment provided by engineer.
378378
"Space🔄" = "Space🔄";
@@ -463,3 +463,19 @@
463463
"A view that displays an image." = "A view that displays an image.";
464464
"Assigns a keyboard shortcut to the modified control." = "Assigns a keyboard shortcut to the modified control.";
465465
"Create keyboardShortcut" = "Create keyboardShortcut";
466+
"A visual element that can be used to separate other content." = "A visual element that can be used to separate other content.";
467+
"Create Divider" = "Create Divider";
468+
"A view that arranges its subviews in a vertical line." = "A view that arranges its subviews in a vertical line.";
469+
"Create VStack" = "Create VStack";
470+
"A view that overlays its subviews, aligning them in both axes." = "A view that overlays its subviews, aligning them in both axes.";
471+
"Use ZStack build a dice" = "Use ZStack build a dice";
472+
"Create a ZStack" = "Create a ZStack";
473+
"A view that displays an embedded map interface." = "A view that displays an embedded map interface.";
474+
"A rectangular shape aligned inside the frame of the view containing it." = "A rectangular shape aligned inside the frame of the view containing it.";
475+
"A rectangular shape with rounded corners, aligned inside the frame of the view containing it." = "A rectangular shape with rounded corners, aligned inside the frame of the view containing it.";
476+
"Create a RoundedRectangle" = "Create a RoundedRectangle";
477+
"Create a Rectangle" = "Create a Rectangle";
478+
"A property wrapper type that reflects a value from UserDefaults and invalidates a view on a change in value in that user default." = "A property wrapper type that reflects a value from UserDefaults and invalidates a view on a change in value in that user default.";
479+
"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.";
480+
"Create a Label" = "Create a Label";
481+
"A view that displays one or more lines of read-only text." = "A view that displays one or more lines of read-only text.";

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

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"Collection containers" = "Collection containers";
187187

188188
// No comment provided by engineer.
189-
"Combining text views" = "Combining text views";
189+
"Combining text views" = "合并文本视图";
190190

191191
// No comment provided by engineer.
192192
"Controls and indicators" = "Controls and indicators";
@@ -207,22 +207,22 @@
207207
"Creating a Text View from a string" = "Creating a Text View from a string";
208208

209209
// No comment provided by engineer.
210-
"Creating a text view with Date formatting" = "Creating a text view with Date formatting";
210+
"Creating a text view with Date formatting" = "创建具有日期格式化的文本";
211211

212212
// No comment provided by engineer.
213213
"Creating an image" = "创建一个图像";
214214

215215
// No comment provided by engineer.
216-
"Creating form a date" = "Creating form a date";
216+
"Creating form a date" = "创建日期的形式";
217217

218218
// No comment provided by engineer.
219-
"Creating from string" = "Creating from string";
219+
"Creating from string" = "从字符串创建";
220220

221221
// No comment provided by engineer.
222-
"Custom ButtonStyle" = "自定义 ButtonStyle";
222+
"Custom ButtonStyle" = "自定义ButtonStyle";
223223

224224
// No comment provided by engineer.
225-
"Custom LabelStyle" = "Custom LabelStyle";
225+
"Custom LabelStyle" = "自定义LabelStyle";
226226

227227
// No comment provided by engineer.
228228
"Data Conforming to Identifiable" = "Data Conforming to Identifiable";
@@ -240,7 +240,7 @@
240240
"Divider" = "Divider";
241241

242242
// No comment provided by engineer.
243-
"Dynamic Scale Text" = "Dynamic Scale Text";
243+
"Dynamic Scale Text" = "动态比例文本";
244244

245245
// No comment provided by engineer.
246246
"End" = "End";
@@ -252,7 +252,7 @@
252252
"Favorites" = "Favorites";
253253

254254
// No comment provided by engineer.
255-
"Font Style list" = "Font Style list";
255+
"Font Style list" = "字体样式列表";
256256

257257
// No comment provided by engineer.
258258
"ForEach" = "ForEach";
@@ -309,7 +309,7 @@
309309
"Map" = "Map";
310310

311311
// No comment provided by engineer.
312-
"Map interactionModes" = "Map interactionModes";
312+
"Map interactionModes" = "地图互动模式";
313313

314314
// No comment provided by engineer.
315315
"Menu" = "Menu";
@@ -318,7 +318,7 @@
318318
"Move Game" = "移动游戏";
319319

320320
// No comment provided by engineer.
321-
"Multiline Text Alignment" = "Multiline Text Alignment";
321+
"Multiline Text Alignment" = "多行文本对齐";
322322

323323
// No comment provided by engineer.
324324
"MyLabelStyle" = "MyLabelStyle";
@@ -372,7 +372,7 @@
372372
"Shapes" = "Shapes";
373373

374374
// No comment provided by engineer.
375-
"Simple Map View" = "Simple Map View";
375+
"Create a Map" = "创建一个地图";
376376

377377
// No comment provided by engineer.
378378
"Space🔄" = "Space🔄";
@@ -384,13 +384,13 @@
384384
"State and data flow" = "State and data flow";
385385

386386
// No comment provided by engineer.
387-
"Storing a objects array" = "Storing a objects array";
387+
"Storing a objects array" = "存储一个对象数组";
388388

389389
// No comment provided by engineer.
390-
"Storing a value" = "Storing a value";
390+
"Storing a value" = "存储一个变量";
391391

392392
// No comment provided by engineer.
393-
"Storing an array" = "Storing an array";
393+
"Storing an array" = "存储一个数组";
394394

395395
// No comment provided by engineer.
396396
"Sub Menu Button" = "Sub Menu Button";
@@ -402,7 +402,7 @@
402402
"SwiftUI" = "SwiftUI";
403403

404404
// No comment provided by engineer.
405-
"SwiftUI font list" = "SwiftUI font list";
405+
"SwiftUI font list" = "SwiftUI字体列表";
406406

407407
// No comment provided by engineer.
408408
"system font" = "system font";
@@ -450,7 +450,7 @@
450450
"You taped: %@" = "You taped: %@";
451451

452452
// No comment provided by engineer.
453-
"Your system font list" = "Your system font list";
453+
"Your system font list" = "您的系统字体列表";
454454

455455
// No comment provided by engineer.
456456
"ZStack" = "ZStack";
@@ -460,6 +460,22 @@
460460
"A structure that computes views on demand from an underlying collection of identified data." = "一种结构,根据需求从确定的数据的基础集合中计算出视图。";
461461
"A control that initiates an action." = "一个发起一个行动的控件";
462462
"A control for presenting a menu of actions." = "一个用于呈现行动菜单的控件。";
463-
"A view that displays an image." = "一个显示图像的View";
463+
"A view that displays an image." = "一个显示图像的视图。";
464464
"Assigns a keyboard shortcut to the modified control." = "为修饰的控件指定一个键盘快捷方式。";
465465
"Create keyboardShortcut" = "创建keyboardShortcut";
466+
"A visual element that can be used to separate other content." = "一个可用于分隔其他内容的视觉元素。";
467+
"Create Divider" = "创建一个分隔";
468+
"A view that arranges its subviews in a vertical line." = "一个将其子视图排列成垂直线的视图。";
469+
"Create VStack" = "创建VStack";
470+
"A view that overlays its subviews, aligning them in both axes." = "一个覆盖其子视图的视图,使其在两个轴上对齐。";
471+
"Use ZStack build a dice" = "使用ZStack建立一个骰子";
472+
"Create a ZStack" = "创建一个ZStack";
473+
"A view that displays an embedded map interface." = "一个显示嵌入式地图界面的视图。";
474+
"A rectangular shape aligned inside the frame of the view containing it." = "一个矩形形状,在包含它的视图的框架内对齐。";
475+
"A rectangular shape with rounded corners, aligned inside the frame of the view containing it." = "一个有圆角的矩形形状,在包含它的视图的框架内对齐。";
476+
"Create a RoundedRectangle" = "创建一个圆角矩形";
477+
"Create a Rectangle" = "创建一个矩形";
478+
"A property wrapper type that reflects a value from UserDefaults and invalidates a view on a change in value in that user default." = "一个反映UserDefaults值的属性封装类型,并在该用户默认值发生变化时使视图失效。";
479+
"A standard label for user interface items, consisting of an icon with a title." = "用户界面项目的一个标准标签,由一个带有标题的图标组成。";
480+
"Create a Label" = "创建一个标签";
481+
"A view that displays one or more lines of read-only text." = "一个显示一行或多行只读文本的视图。";

0 commit comments

Comments
 (0)