Skip to content

Commit a69c970

Browse files
committed
Remove excessive newlines.
1 parent c9df99b commit a69c970

1 file changed

Lines changed: 6 additions & 70 deletions

File tree

Lines changed: 6 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,41 @@
1+
/*
2+
Localizable.strings
3+
LocalizationEditor
14

5+
Created by Igor Kulman on 24/10/2019.
6+
Copyright © 2019 Igor Kulman. All rights reserved.
7+
*/
28

39
"about" = "關於 LocalizationEditor";
4-
5-
610
"actions" = "動作";
7-
8-
911
"add" = "增加";
10-
11-
1212
"all" = "全部語言";
13-
14-
1513
"bring_all_to_front" = "全部視窗往前";
16-
17-
1814
"cancel" = "取消";
19-
20-
2115
"comment" = "註解";
22-
23-
2416
"copy" = "複製";
25-
26-
2717
"cut" = "剪下";
28-
29-
3018
"delete" = "刪除";
31-
32-
3319
"edit" = "編輯";
34-
35-
3620
"enter_full_screen" = "全螢幕";
37-
38-
3921
"file" = "檔案";
40-
41-
4222
"filter" = "過濾內容";
43-
44-
4523
"hide_editor" = "隱藏 LocalizationEditor";
46-
47-
4824
"hide_others" = "隱藏其他應用程式視窗";
49-
50-
/*
51-
Localizable.strings
52-
LocalizationEditor
53-
54-
Created by Igor Kulman on 24/10/2019.
55-
Copyright © 2019 Igor Kulman. All rights reserved.
56-
*/
5725
"key" = "Key";
58-
59-
6026
"minimize" = "縮到最小";
61-
62-
6327
"missing" = "內容缺少";
64-
65-
6628
"new_translation" = "建立新的翻譯";
67-
68-
6929
"open_folder" = "開啟資料夾";
70-
71-
7230
"open_folder_first" = "請先開啟資料夾";
73-
74-
7531
"open_folder_with" = "請開啟帶有多國文件的資料夾...";
76-
77-
7832
"paste" = "貼上";
79-
80-
8133
"quit" = "離開 LocalizationEditor";
82-
83-
8434
"search" = "搜尋";
85-
86-
8735
"select_all" = "搜尋全部";
88-
89-
9036
"services" = "服務";
91-
92-
9337
"show_all" = "顯示全部應用程式視窗";
94-
95-
9638
"string_table" = "字元列表";
97-
98-
9939
"view" = "顯示方式";
100-
101-
10240
"window" = "視窗";
103-
104-
10541
"zoom" = "縮放";

0 commit comments

Comments
 (0)