-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathzh_Hant.ini
More file actions
2040 lines (1929 loc) · 71.5 KB
/
Copy pathzh_Hant.ini
File metadata and controls
2040 lines (1929 loc) · 71.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
[_]
display_name = 中文(繁體)
[advanced_mode]
title = 警告 - 重要
description = 您即將進入「進階模式」。
quit = 按「{}」鍵可返回。
[ani_controls]
shortcut = 快速鍵:
right_click = 右鍵點擊:顯示播放選項
[anidir_combo]
forward = 正向
reverse = 反向
ping_pong = 往復
ping_pong_reverse = 反向往復
[ask_for_color_profile]
title = 色彩設定檔
sprite_with_profile = 此精靈包含色彩設定檔。
sprite_without_profile = 此精靈不包含色彩設定檔。
[statusbar_tips]
all_layers_are_locked = 所有選取的圖層都已鎖定
layer_locked = 圖層「{0}」已鎖定
disable_snap_grid = 停用格線吸附
frame = 影格:
current_frame = 目前影格
zoom_level = 縮放等級
new_frame = 新增影格\n右鍵點擊以顯示更多選項
locked_layers = 存在已鎖定的圖層
no_active_layers = 沒有作用中的圖層
layer_x_is_hidden = 圖層「{}」已隱藏
unmodifiable_reference_layer = 圖層「{}」為參考圖層,無法修改
cannot_move_bg_layer = 無法移動背景圖層
nothing_to_move = 沒有可移動的內容
recovery_task_using_sprite = 精靈正在被備份 / 資料復原程序佔用
non_transformable_reference_layer = 圖層「{}」是參考圖層,無法被變換
sprite_locked_somewhere = 精靈被其他編輯器鎖定
not_enough_transform_memory = 記憶體不足,無法變換選取範圍
not_enough_rotsprite_memory = 記憶體不足,無法進行旋轉單位縮放
cannot_modify_readonly_sprite = 無法修改唯讀精靈。\n使用「檔案 > 儲存」選單以了解更多資訊。
[alerts]
applying_filter = 效果<<正在套用效果...||取消 (&C)
auto_remap = 自動重新對應\n<<對於超過 256 種顏色,重新對應操作無法完美完成。\n<<仍要繼續嗎?\n||確定 (&O)||取消 (&C)
cannot_delete_all_layers = 錯誤<<無法刪除所有圖層。||確定 (&O)
cannot_delete_used_tileset = 錯誤\n<<無法刪除被下列磚塊地圖使用的磚塊集:\n<<「{0}」\n||確定 (&O)
deleting_tilemaps_will_delete_tilesets = 警告\n<<刪除下列磚塊地圖將刪除其磚塊集:\n<<「{0}」\n<<仍要繼續嗎?\n||確定 (&O)||取消 (&C)
cannot_file_overwrite_on_export = 覆寫警告\n<<無法以相同的名稱匯出(覆寫原始檔案)。\n<<此情況下,請使用「檔案 > 另存新檔」選單選項。\n||確定 (&O)
cannot_open_file = 問題<<無法開啟檔案:<<{0}||確定 (&O)
cannot_open_folder = 問題<<無法開啟資料夾:<<{0}||確定 (&O)
cannot_save_in_read_only_file = 問題<<選取的檔案是唯讀的。請嘗試使用其他檔案。||返回 (&G)
clipboard_access_locked = 錯誤<<無法存取剪貼簿。<<可能其他應用程式正在使用它。||確定 (&O)
clipboard_image_format_not_supported = 錯誤<<不支援目前的剪貼簿影像格式。||確定 (&O)
delete_selected_backups = 警告\n<<確定要刪除選中的 {0} 個備份?\n||是 (&Y)||否 (&N)
delete_shortcut = 警告\n<<確定要刪除「{0}」鍵盤快速鍵嗎?\n||是 (&Y)||否 (&N)
empty_rect_importing_sprite_sheet = 匯入精靈表\n<<指定的矩形不會建立任何磚塊。\n<<在精靈區域內選取一個矩形。\n||確定 (&O)
error_loading_file = 錯誤<<載入檔案時發生錯誤:{0}||確定 (&O)
error_saving_file = 錯誤<<儲存檔案時發生錯誤:{0}||確定 (&O)
file_format_doesnt_support_palette = 錯誤<<無法以 {0} 格式儲存調色盤||確定 (&O)
export_animation_in_sequence = 注意\n<<確定要匯出 {0} 檔案中的動畫嗎?\n<<{1},{2}...\n||同意 (&A)||取消 (&C)
file_format_doesnt_support_error = 錯誤\n<<檔案格式「.{0}」不支援:\n<<\n{1}\n<<\n<<您必須選擇其他格式。\n<<使用「.aseprite」格式來保留所有精靈資訊。\n||確定 (&O)
file_format_doesnt_support_warning = 警告\n<<檔案格式「.{0}」不支援:\n<<\n{1}\n<<\n<<您可以使用「.aseprite」格式來保留所有這些資訊。\n<<確定要繼續使用「.{0}」嗎?\n||是 (&Y)||否 (&N)
file_format_alpha_channel = Alpha 色版
file_format_tags = 標籤
file_format_frames = 影格
file_format_grayscale_mode = 灰階模式
file_format_indexed_mode = 索引模式
file_format_layers = 圖層
file_format_palette_changes = 影格之間的調色盤變更
file_format_rgb_mode = RGB 模式
file_format_20ms_min_duration = 影格持續時間小於 20ms
file_format_10ms_duration_precision = 影格持續時間非 10ms 的倍數
invalid_chars_in_filename = 錯誤\n<<檔案名稱不能包含以下字元:\n<< {0}\n||確定 (&O)
invalid_fg_or_bg_colors = Aseprite\n<<目前選取的前景色和(或)背景色超出範圍。\n<<在調色盤中選取有效的顏色。\n||確定 (&O)
job_working = {0}<<工作中...||取消 (&C)
nothing_to_report = 當機報告<<無需報告||確定 (&O)
install_extension = 警告\n<<確定要安裝指定的擴充功能嗎?\n<<「{0}」\n||安裝 (&I)||取消 (&C)
uninstall_extension_warning = 警告\n<<確定要解除安裝「{0}」擴充功能嗎?\n||是 (&Y)||否 (&N)
cannot_install_default_extension = 錯誤<<無法安裝此擴充功能,因為其試圖取代預設佈景主題。<<請聯絡開發者修復此問題,將佈景主題 ID 或名稱字串<<由「default」改為其他值。||確定 (&O)
unknown_output_file_format_error = Aseprite\n<<輸出檔案名稱中存在未知的檔案格式「{0}」\n||確定 (&O)
update_screen_ui_scaling_with_theme_values = 更新螢幕/使用者介面縮放\n<<新佈景主題「{0}」希望為您調整一些數值:\n<< 螢幕縮放:{1}% -> {2}%\n<< 使用者介面縮放:{3}% -> {4}%\n<<允許這些變更嗎?\n||調整縮放 (&A)||不要調整 (&D)
update_extension = 更新擴充功能\n<<擴充功能「{0}」已存在。\n<<確定要從 v{2} {1}到 v{3} 嗎?\n||是 (&Y)||否 (&N)
update_extension_downgrade = 降級
update_extension_upgrade = 升級
recent_file_doesnt_exist = Aseprite<<選取的檔案不存在||確定 (&O)
recent_folder_doesnt_exist = Aseprite<<選取的資料夾不存在||確定 (&O)
restart_by_preferences = Aseprite\n<<必須重新啟動程式才能檢視變更:{0}\n||確定 (&O)
restart_by_preferences_save_recovery_data_period = 每 X 分鐘自動儲存一次復原資料
restart_by_preferences_keep_edited_sprite_data_lifespan = 將編輯的精靈資料保留 X 天
restart_by_preferences_keep_closed_sprite_on_memory_for = 將關閉的精靈保留在記憶體中 X 分鐘
restore_all_shortcuts = 警告\n<<確定要將所有鍵盤快速鍵還原為預設設定嗎?\n||是 (&Y)||否 (&N)
run_script = 執行腳本\n<<確定要執行下列腳本嗎?\n<<\n<< {0}\n<<\n<<警告:腳本可能導致 Aseprite 當機,\n<<請在執行腳本之前儲存您的工作。\n||執行 (&R)||取消 (&C)
save_sprite_changes = 警告\n<<要在對{1}操作之前儲存對\n精靈「{0}」的變更嗎?\n||儲存 (&S)||不儲存 (&N)||取消 (&C)
save_sprite_changes_quitting = 離開
save_sprite_changes_closing = 關閉
overwrite_existent_file = 警告<<檔案已存在,確定要覆寫嗎?<<{0}||是 (&Y)||否 (&N)||取消 (&C)
overwrite_files_on_export_sprite_sheet = 匯出精靈表警告\n<<確定要覆寫以下檔案嗎?\n{0}\n||是 (&Y)||否 (&N)
overwrite_files_on_export = 匯出警告\n<<確定要覆寫以下檔案嗎?\n<<{0}\n||是 (&Y)||否 (&N)
enter_license_disabled = 資訊\n<<此 Aseprite 副本不支援輸入授權金鑰。\n<<請考慮從網站 https://aseprite.org/download 下載。\n<<已啟用的 Aseprite 將能取得自動更新。\n||確定 (&O)
reset_default_confirm = 重設偏好設定\n<<確定要將所選擇的偏好設定重設為預設設定嗎?\n||是 (&Y)||否 (&N)
[brightness_contrast]
title = 亮度/對比
brightness_label = 亮度:
contrast_label = 對比:
[brush_slot_params]
title = 參數
brush = 筆刷:
brush_type = 類型
brush_size = 尺寸
brush_angle = 角度
color = 顏色:
foreground = 前景色
background = 背景色
image_color = 影像顏色
ink = 墨水:
ink_type = 類型
ink_opacity = 不透明度
extras = 附加:
shade = 遮光色板
pixel_perfect = 完美像素
save_brush = 儲存筆刷
locked = 鎖定
delete = 刪除
delete_all = 全部刪除
[cel_movement_popup_menu]
move = 移動 (&M)
copy = 複製 (&C)
cancel = 取消
[cel_popup_menu]
clear = 刪除 (&D)
unlink = 取消連結 (&U)
link_cels = 連結儲存格 (&L)
[color_bar]
fg = 前景色
bg = 背景色
fg_warning = 將前景色新增至調色盤
bg_warning = 將背景色新增至調色盤
edit_color = 編輯顏色
sort_and_gradients = 排序與漸變
presets = 預設
options = 選項
switch_tileset = 顯示磚塊集/右鍵點擊僅顯示磚塊集
tileset_mode_manual = 手動:修改現有磚塊,\n不自動建立新磚塊
tileset_mode_auto = 自動:修改並重複使用現有磚塊,\n在需要/可能時建立/刪除磚塊
tileset_mode_stack = 堆疊:不修改現有磚塊,\n自動產生和堆疊新磚塊
set_as_default = 設為預設
remap_palette = 重新對應調色盤
remap_palette_tooltip = 使用新索引匹配舊索引
remap_tiles = 重新對應磚塊
remap_tiles_tooltip = 使用新磚塊匹配舊磚塊
clear_tiles = 清除磚塊
resize_tiles = 調整磚塊尺寸
drag_and_drop_tiles = 拖放磚塊
reverse_colors = 反向排序顏色
sort_colors = 排序顏色
gradient = 漸變
gradient_by_hue = 依色相漸變
sort_by_hue = 依色相排序
sort_by_saturation = 依飽和度排序
sort_by_brightness = 依亮度排序
sort_by_luminance = 依明度排序
sort_by_red = 依紅色排序
sort_by_green = 依綠色排序
sort_by_blue = 依藍色排序
sort_by_alpha = 依 Alpha 排序
ascending = 遞增
descending = 遞減
[color_popup]
transparent_color_sel = 選取的透明色
index = 索引
[color_wheel]
discrete = 離散
no_harmonies = 無色彩調和
complementary = 互補色
monochromatic = 單色
analogous = 鄰近色
split_complementary = 分裂互補色
triadic = 三元色
tetradic = 四元色
square = 矩形色
[commands]
About = 關於
AddColor = 新增 {0} 顏色至調色盤
AddColor_Background = 背景
AddColor_Foreground = 前景
AddColor_Specific = 特定
AdvancedMode = 進階模式
AutocropSprite = 裁剪精靈
AutocropSprite_ByGrid = 依格線裁剪精靈
BackgroundFromLayer = 圖層轉背景
BrightnessContrast = 調整亮度/對比
Cancel = 取消目前操作
CanvasSize = 畫布尺寸
CelOpacity = 將儲存格不透明度設為 {0}({1}%)
CelProperties = 儲存格屬性
ChangeBrush = 變更筆刷:{0}
ChangeBrush_CustomBrush = 自訂筆刷 #{0}
ChangeBrush_DecrementAngle = 減少角度
ChangeBrush_DecrementSize = 減少尺寸
ChangeBrush_IncrementAngle = 增加角度
ChangeBrush_IncrementSize = 增加尺寸
ChangeBrush_FlipX = 水平翻轉
ChangeBrush_FlipY = 垂直翻轉
ChangeBrush_FlipD = 對角線翻轉
ChangeBrush_Rotate90CW = 順時針旋轉 90 度
ChangeColor = 變更顏色:{0}
ChangeColor_IncrementFgIndex = 增加前景索引
ChangeColor_DecrementFgIndex = 減少前景索引
ChangeColor_IncrementBgIndex = 增加背景索引
ChangeColor_DecrementBgIndex = 減少背景索引
ChangePixelFormat = 變更色彩模式:{0}
ChangePixelFormat_RGB = RGB
ChangePixelFormat_Grayscale = 灰階
ChangePixelFormat_Indexed = 索引
ChangePixelFormat_Indexed_OrderedDithering = 使用有序抖色進行索引
ChangePixelFormat_Indexed_OldDithering = 使用舊式抖色進行索引
ChangePixelFormat_Indexed_ErrorDiffusion = 使用 Floyd-Steinberg 誤差擴散抖色進行索引
ChangePixelFormat_MoreOptions = 更多選項
Clear = 清除
ClearCel = 清除儲存格
ClearRecentFiles = 清除最近的檔案
CloseAllFiles = 關閉所有檔案
CloseFile = 關閉檔案
ConvertLayer = 轉換圖層
ConvertLayer_Background = 轉換為背景
ConvertLayer_Layer = 轉換為透明圖層
ConvertLayer_Tilemap = 轉換為磚塊地圖
ColorCurve = 色彩曲線
ColorQuantization = 從目前精靈建立調色盤(色彩量化)
ContiguousFill = 切換連續填滿
Outline = 輪廓
ConvolutionMatrix = 摺積矩陣
Copy = 複製
CopyCel = 複製儲存格
CopyColors = 複製顏色
CopyMerged = 合併複製
CopyPath = 複製路徑
CopyTiles = 複製磚塊
CropSprite = 裁剪精靈
Cut = 剪下
Debugger = 偵錯工具
DeselectMask = 取消選取遮罩
Despeckle = 去除斑點
DeveloperConsole = 開發者主控台
DiscardBrush = 捨棄筆刷
DuplicateLayer = 複製圖層
DuplicateSprite = 複製精靈
DuplicateView = 複製檢視
Exit = 結束
ExportSpriteSheet = 匯出精靈表
ExportTileset = 匯出磚塊集
Eyedropper = 取色器
Fill = 用前景色填滿選取範圍
FitScreen = 符合螢幕
FlattenLayers = 合併圖層
FlattenLayers_Visible = 合併可見圖層
Flip = 翻轉 {0} {1}
Flip_Canvas = 畫布
Flip_Horizontally = 水平
Flip_Selection = 選取區域
Flip_Vertically = 垂直
FrameProperties_All = 所有影格的影格屬性
FrameProperties_Current = 目前選取範圍的影格屬性
FrameProperties = 影格屬性
FrameTagProperties = 標籤屬性
FullscreenMode = 切換全螢幕模式
FullscreenPreview = 全螢幕預覽
GotoFirstFrame = 前往第一個影格
GotoFirstFrameInTag = 前往標籤內第一個影格
GotoFrame = 前往影格
GotoLastFrame = 前往最後一個影格
GotoLastFrameInTag = 前往標籤內最後一個影格
GotoNextFrame = 前往下一個影格
GotoNextFrameWithSameTag = 前往相同標籤的下一個影格
GotoNextLayer = 前往下一個圖層
GotoNextTab = 前往下一個索引標籤
GotoPreviousFrame = 前往上一個影格
GotoPreviousFrameWithSameTag = 前往相同標籤的上一個影格
GotoPreviousLayer = 前往上一個圖層
GotoPreviousTab = 前往上一個索引標籤
GridSettings = 格線設定
Home = 首頁
HueSaturation = 調整色相/飽和度
ImportSpriteSheet = 匯入精靈表
InvertColor = 反轉顏色
InvertMask = 反向選取
KeyboardShortcuts = 鍵盤快速鍵
Launch = 啟動
LayerFromBackground = 背景轉圖層
LayerLock = 鎖定圖層
LayerOpacity = 將圖層不透明度設為 {0}({1}%)
LayerProperties = 圖層屬性
LayerVisibility = 圖層可見性
LinkCels = 連結儲存格
LoadMask = 載入選取範圍
LoadPalette = 載入調色盤
LoadDefaultPalette = 載入預設調色盤
MaskAll = 遮罩全部
MaskByColor = 依顏色遮罩
MaskContent = 遮罩內容
MergeDownLayer = 向下合併圖層
ModifySelection = {0} 選取範圍 {1}
ModifySelection_Border = 邊界
ModifySelection_Expand = 擴展
ModifySelection_Contract = 收縮
ModifySelection_Modify = 修改
ModifySelection_Quantity = 以 {0} 像素
Move_Thing = {0} {1} {2}
Move_Pixel = 像素
Move_TileWidth = 磚塊寬度
Move_TileHeight = 磚塊高度
Move_ZoomedPixel = 縮放的像素
Move_ZoomedTileWidth = 縮放的磚塊寬度
Move_ZoomedTileHeight = 縮放的磚塊高度
Move_ViewportWidth = 視埠寬度
Move_ViewportHeight = 視埠高度
Move_Left = 左
Move_Right = 右
Move_Up = 上
Move_Down = 下
MoveCel = 移動儲存格
MoveColors = 移動顏色
MoveMask = 移動 {0} {1}
MoveMask_Boundaries = 選取範圍邊界
MoveMask_Content = 選取範圍內容
MoveTiles = 移動磚塊
NewBrush = 新增筆刷
NewFile = 新增檔案
NewFile_FromClipboard = 從剪貼簿建立新檔案
NewFile_Sprite = 精靈
NewFile_BackgroundLayer = 背景
NewFrame = 新增影格
NewFrame_NewEmptyFrame = 新增空白影格
NewFrame_DuplicateCels = 以圖層模式複製儲存格
NewFrame_DuplicateCelsCopies = 複製儲存格
NewFrame_DuplicateCelsLinked = 複製連結的儲存格
NewFrame_tooltip = 新增影格 {}/{}
NewFrameTag = 新增標籤
NewLayer = 新增{}
NewLayer_BeforeActiveLayer = 在下方新增{}
NewLayer_Layer = 圖層
NewLayer_Group = 群組
NewLayer_ReferenceLayer = 參考圖層
NewLayer_TilemapLayer = 磚塊地圖圖層
NewLayer_FromClipboard = 從剪貼簿{}
NewLayer_ViaCopy = 透過複製{}
NewLayer_ViaCut = 透過剪下{}
NewLayer_WithDialog = {}(帶對話方塊)
NewSpriteFromSelection = 從選取範圍建立新精靈
OpenBrowser = 開啟瀏覽器
OpenFile = 開啟精靈
OpenGroup = 開啟/關閉群組
OpenInFolder = 在資料夾中開啟
OpenScriptFolder = 開啟腳本資料夾
OpenWithApp = 使用關聯的應用程式開啟
Options = 偏好設定
PaletteEditor = 切換{0}{1}{2}
PaletteEditor_Edit = 「編輯調色盤模式」
PaletteEditor_And = 和
PaletteEditor_FgPopup = 「前景色彈出式選單」
PaletteEditor_BgPopup = 「背景色彈出式選單」
PaletteSize = 調色盤尺寸
Paste = 貼上
PasteText = 插入文字
PixelPerfectMode = 切換完美像素模式
PlayAnimation = 播放動畫
PlayPreviewAnimation = 播放預覽動畫
Redo = 重做
Refresh = 重新整理
EnterLicense = 輸入授權金鑰
RemoveFrame = 移除影格
RemoveFrameTag = 移除標籤
RemoveLayer = 移除圖層
RemoveSlice = 移除切片
ReopenClosedFile = 重新開啟已關閉的檔案
RepeatLastExport = 重複上一次匯出
ReplaceColor = 取代顏色
ReselectMask = 重新選取遮罩
ReverseFrames = 反轉影格
Rotate = 旋轉 {0} {1}
Rotate_Selection = 選取範圍
Rotate_Sprite = 精靈
RunScript = 執行腳本
SaveFile = 儲存檔案
SaveFileAs = 另存新檔
SaveFileCopyAs = 匯出
SaveMask = 儲存選取範圍
SavePalette = 儲存調色盤
SavePaletteAsDefault = 儲存為預設調色盤
SavePaletteAsPreset = 儲存為調色盤預設
Screenshot = 擷取畫面
Screenshot_Open = 擷取畫面並開啟
Screenshot_Save = 擷取畫面並儲存
Screenshot_Steam = 擷取畫面並新增至 Steam
Screenshot_sRGB = (sRGB 色彩設定檔)
Screenshot_DisplayCS = (顯示器色彩設定檔)
Scroll = 捲動 {0}
ScrollCenter = 捲動至畫布中心
SelectPaletteColors = 選取已使用的顏色
SelectPaletteColors_UnusedColors = 選取未使用的顏色
SelectPaletteColors_UsedTiles = 選取已使用的磚塊
SelectPaletteColors_UnusedTiles = 選取未使用的磚塊
SelectTile = 選取磚塊
SelectTile_Add = 選取磚塊(新增)
SelectTile_Subtract = 選取磚塊(減去)
SelectTile_Intersect = 選取磚塊(交集)
SelectionAsGrid = 選取範圍作為網格
SetColorSelector = 設定色彩選取器
SetColorSelector_Spectrum = HSL 頻譜
SetColorSelector_TintShadeTone = HSV 頻譜
SetColorSelector_RGBWheel = RGB 色輪
SetColorSelector_RYBWheel = RYB 色輪
SetColorSelector_NormalMapWheel = 法線貼圖色輪
SetInkType = 設定墨水類型:{0}
SetLoopSection = 設定循環區段
SetPalette = 設定調色盤
SetPaletteEntrySize = 設定調色盤色票尺寸
SetPlaybackSpeed = 播放速度 {0}x
SetSameInk = 將墨水同步至所有工具
ShowAutoGuides = 顯示自動參考線
ShowBrushPreview = 顯示筆刷預覽
ShowBrushPreviewInPreview = 在預覽介面顯示筆刷預覽
ShowBrushes = 顯示筆刷
ShowDynamics = 顯示筆刷壓感
ShowExtras = 顯示附加元件
ShowGrid = 顯示格線
ShowLayerEdges = 顯示圖層邊緣
ShowMenu = 顯示選單:{0}
ShowOnionSkin = 顯示洋蔥皮
ShowPaletteOptions = 顯示調色盤選項
ShowPalettePresets = 顯示調色盤預設
ShowPaletteSortOptions = 顯示調色盤排序選項
ShowPixelGrid = 顯示像素格線
ShowSelectionEdges = 顯示選取範圍邊緣
ShowSlices = 顯示切片
ShowTileNumbers = 顯示磚塊編號
SliceProperties = 切片屬性
SnapToGrid = 格線吸附
SpriteProperties = 精靈屬性
SpriteSize = 精靈尺寸
Stroke = 使用前景色繪製選取範圍邊界
SwitchColors = 切換顏色
SwapCheckerboardColors = 交換棋盤背景色
SwitchNonactiveLayersOpacity = 切換非作用中圖層的不透明度
SymmetryMode = 對稱模式
TiledMode = 拼貼模式:{}
TiledMode_None = 無
TiledMode_Both = 所有軸
TiledMode_X = X 軸
TiledMode_Y = Y 軸
Timeline = 切換時間軸
ToggleOtherLayersOpacity = 切換其他圖層的不透明度
ToggleOtherLayersOpacity_PreviewEditor = 切換預覽中其他圖層的不透明度
TogglePlayAll = 播放所有影格(忽略標籤)
TogglePlayOnce = 播放一次
TogglePlaySubtags = 播放子標籤並重複
TogglePreview = 切換預覽
ToggleRewindOnStop = 停止時返回至選取影格
ToggleTilesMode = 切換磚塊模式
ToggleTimelineThumbnails = 切換時間軸縮圖
TilesetMode = 磚塊集模式:{}
TilesetMode_Manual = 手動
TilesetMode_Auto = 自動
TilesetMode_Stack = 堆疊
TilesetDelete = 刪除磚塊集
TilesetDuplicate = 複製磚塊集
Undo = 復原
UndoHistory = 復原歷史記錄
UnlinkCel = 中斷儲存格連結
Zoom = 縮放
Zoom_In = 放大
Zoom_Out = 縮小
Zoom_Set = 縮放 {0}%
Apply = 套用
DuplicateSlice = 複製切片
RunCommand = 執行命令
SoloLayer = 單獨顯示圖層
ToggleWorkspaceLayout = 切換工作區佈局
[debugger]
title = 偵錯工具
continue = 開始或繼續偵錯
step_into = 跳入
step_over = 跳過
step_out = 跳出
toggle_breakpoint = 切換中斷點
stacktrace = 堆疊追蹤
console = 主控台
locals = 區域變數
cancel = 取消
[document_tab_popup_menu]
duplicate_view = 複製檢視 (&V)
open_with_os = 使用系統開啟 (&O)
open_in_folder = 在資料夾中開啟 (&F)
copy_path = 複製路徑 (&P)
[dithering_selector]
no_dithering = 無抖色
old_dithering = 舊式抖色 +\s
ordered_dithering = 有序抖色 +\s
floyd_steinberg = Floyd-Steinberg 誤差擴散抖色
[canvas_size]
title = 畫布尺寸
size = 尺寸:
width = 寬度:
height = 高度:
borders = 邊界:
left = 左:
left_tooltip = 在左側新增/刪除欄\n輸入負數來刪除欄
top = 頂:
top_tooltip = 在頂部新增/刪除列\n輸入負數來刪除列
right = 右:
right_tooltip = 在右側新增/刪除欄\n輸入負數來刪除欄
bottom = 底:
bottom_tooltip = 在底部新增/刪除列\n輸入負數來刪除列
trim = 修剪畫布外的內容 (&T)
trim_tooltip = 從影像儲存格中刪除\n超出新畫布尺寸之外的像素
[cel_properties]
title = 儲存格屬性
opacity = 不透明度:
zindex = Z 軸順序:
user_data_tooltip = 使用者資料
[color_curve_point]
title = 控制點屬性
x = X:
y = Y:
ok = 確定 (&O)
cancel = 取消 (&C)
delete = 刪除 (&D)
[color_mode]
title = 色彩模式
amount = 數量:
flatten = 合併圖層
[context_bar]
center = 置中
fit_screen = 符合螢幕
back = 返回
pattern_aligned_to_src = 圖案與來源對齊
pattern_aligned_to_dest = 圖案與目的地對齊
paint_brush = 畫筆
contiguous = 連續
stop_at_grid = 在格線處停止
refer_active_layer = 參考作用中圖層
refer_visible_layer = 參考可見圖層
pixel_connectivity = 像素連通性:
pixel_connectivity_4 = 四鄰域
pixel_connectivity_8 = 八鄰域
select_palette_color = 在調色盤中選取顏色
reverse_shade = 反向遮光色板
save_shade = 儲存遮光色板
transparent_color = 透明色
transparent_color_options = 透明色選項
opaque = 不透明
transparent = 透明
auto_adjust_layer = 根據圖層類型自動調整
default_display_pivot = 預設顯示樞紐點
fast_rotation = 快速旋轉
rotsprite = 旋轉單位 (RotSprite)
pixel_perfect = 完美像素
linear_gradient = 線性漸層
radial_gradient = 放射狀漸層
drop_pixel = 套用變換並保持選取範圍
cancel_drag = 取消變換並撤銷/放棄更改
auto_select_layer = 自動選取圖層
all = 全部
none = 無
select_slices = 選取所有切片
deselect_slices = 取消選取切片
slice_transform = 變換
slice_transform_tip = 沿切片選取範圍變換像素
slice_props = 切片屬性
delete_slice = 刪除切片
discard_brush = 捨棄筆刷 (Esc)
brush_type = 筆刷類型
brush_size = 筆刷尺寸(像素)
brush_angle = 筆刷角度(度)
ink = 墨水
opacity = 不透明度(顏料強度)
shades = 遮光選項
spray = 噴槍:
spray_width = 噴槍寬度
spray_speed = 噴槍速度
rotation_pivot = 旋轉樞紐點
rotation_algorithm = 旋轉演算法
dynamics = 筆刷壓感
freehand_trace_algorithm = 手繪追蹤演算法
contiguous_fill = 填滿相鄰區域顏色
paint_bucket_option = 額外油漆桶選項
eyedropper_combined = {0} + {1}
eyedropper_color = 顏色
eyedropper_alpha = Alpha
eyedropper_rgb = RGB
eyedropper_hsv = HSV
eyedropper_hsl = HSL
eyedropper_gray = 灰階
best_fit_index = 最佳符合索引
all_layers = 所有可見圖層
current_layer = 目前圖層
first_ref_layer = 第一個參考圖層
pick = 選取:
sample = 取樣:
drop_pixel_and_deselect = 套用變換並取消選取
position_label = 位置:
rotation_label = 旋轉:
position_x = X 座標
position_y = Y 座標
size_width = 寬度
size_height = 高度
rotation_angle = 角度
rotation_skew = 斜度
corner_radius = 圓角半徑(像素)
[convolution_matrix]
reload_stock = 重新載入預設 (&R)
[despeckle]
width = 寬度:
height = 高度:
[downsampling]
label = 降取樣:
nearest = 最鄰近
bilinear = 雙線性
bilinear_mipmap = 雙線性過濾
trilinear_mipmap = 三線性過濾
[duplicate_sprite]
title = 複製精靈
duplicate = 複製:
as = 作為:
merged_layers = 僅複製已合併的圖層
[dynamics]
stabilizer = 穩定器
stabilizer_tooltip = 穩定器半徑,以防止不穩定的線條
pressure = 壓力
pressure_tooltip = 透過壓感筆感測器控制參數
velocity = 速度
velocity_tooltip = 透過滑鼠移動速度控制參數
size = 尺寸
size_tooltip = 根據感測器的數值\n變更筆刷尺寸
angle = 角度
angle_tooltip = 根據感測器的數值\n變更筆刷角度
min_size_tooltip = 感測器最小值時的筆刷尺寸
max_size_tooltip = 感測器最大值時的筆刷尺寸
min_angle_tooltip = 感測器最小值時的筆刷角度
max_angle_tooltip = 感測器最大值時的筆刷角度
gradient = 漸層
gradient_tooltip = 前景色和背景色\n之間的漸層
max_point_value = 最小值/最大值
sensors_tweaks = 感測器閾值
[export_file]
title = 匯出檔案
output_file = 輸出檔案:
resize = 調整尺寸:
area = 區域:
layers = 圖層:
frames = 影格:
anidir = 動畫方向:
play_subtags = 播放子標籤 與 重複按鈕
pixel_ratio = 套用像素比例
for_twitter = 為 Twitter 匯出
for_twitter_tooltip = 將最後影格的持續時間調整為 1/4 \n以便 Twitter 能夠正確地重現動畫
adjust_resize = 重新調整尺寸為 {0}%
export = 匯出 (&E)
cancel = 取消 (&C)
ignore_empty = 忽略空白影格
[export_sprite_sheet]
title = 匯出精靈表
save_title = 儲存精靈表
save_json_title = 儲存 JSON 資料
sprite = 精靈
sprite_tooltip = 在精靈表中匯出的精靈來源
borders = 邊界
borders_tooltip = 新增或修剪精靈表中每個精靈的邊界
expand_all_sections_tooltip = 顯示所有區段\n\n按住 Ctrl 鍵並點擊可同時顯示多個區段
layout = 版面配置
layout_tooltip = 在最終結果中精靈的排列方式
output = 輸出
output_tooltip = 精靈表的儲存位置
sheet_type = 表類型:
sheet_type_tooltip = 指定精靈在精靈表中特定的版面配置方式:\n* 水平:所有影格橫向依序排列\n* 垂直:所有影格縱向依序排列\n* 依列:為每個圖層或標籤建立一列\n* 依欄:為每個圖層或標籤建立一欄\n* 緊湊:嘗試以最佳方式容納所有影格
type_horz = 水平
type_vert = 垂直
type_rows = 依列
type_cols = 依欄
type_pack = 緊湊
constraints = 限制條件:
constraints_tooltip = 精靈表的特殊限制條件\n例如,固定的列/欄數\n或固定的像素數(寬度/高度)
constraint_fixed_none = 無
constraint_fixed_cols = 固定欄數
constraint_fixed_rows = 固定列數
constraint_fixed_width = 固定寬度
constraint_fixed_height = 固定高度
constraint_fixed_size = 固定尺寸
border = 邊界填補:
border_tooltip = 每個影格與精靈表邊緣的間距
shape = 間距:
shape_tooltip = 精靈表中每個影格之間的間距\n(亦稱為「形狀填補」)
inner = 內部填補:
inner_tooltip = 影格邊緣內的額外空間
trim_sprite = 修剪精靈
trim_sprite_tooltip = 在精靈的影格被新增至精靈表之前修剪整個精靈
trim = 修剪儲存格
trim_tooltip = 分別修剪每個影格
trim_by_grid = 依格線
trim_by_grid_tooltip = 依格線邊界修剪,而非逐像素修剪
extrude = 延伸
extrude_tooltip = 為每個影格新增邊框,複製其邊緣的像素
merge_dups = 合併重複項
merge_dups_tooltip = 相似的影格可以使用相同的精靈表矩形區域
ignore_empty = 忽略空白
ignore_empty_tooltip = 不要在精靈表中包含空白/透明影格
source = 來源:
layers = 圖層:
split_layers = 分割圖層
split_layers_tooltip = 為每個圖層產生一個精靈
split_tags = 分割標籤
split_tags_tooltip = 為每個標籤產生一個精靈
frames = 影格:
output_file = 輸出檔案
json_data = JSON 資料
json_data_hash = 雜湊
json_data_array = 陣列
meta = 後設資料:
meta_layers = 圖層
meta_tags = 標籤
meta_slices = 切片
data_filename_format = 項目檔案名稱:
data_filename_format_tooltip = JSON 資料中的每一影格都將包含一個檔案名稱,\n這是用於識別它們的字串,您可以使用特殊標記\n例如 {layer}、{frame}、{tag}、{tagframe} 等。
data_tagname_format = 項目標籤名稱:
data_tagname_format_tooltip = JSON 資料中的每個標籤都有一個名稱欄位,\n您可以使用特殊標記來定義該名稱\n例如 {filename}、{title}、{path}、{tag} 等。
preview = 預覽
open_sprite_sheet = 開啟精靈表
export = 匯出 (&E)
cancel = 取消 (&C)
generating = 產生中...
generated = 精靈表已產生
[file_selector]
go_back_button_tooltip = 返回資料夾
go_forward_button_tooltip = 進入資料夾
go_up_button_tooltip = 回到父資料夾
refresh_button_tooltip = 重新整理資料夾檢視
new_folder_button_tooltip = 新增資料夾
list_view_button_tooltip = 清單檢視
small_icon_view_button_tooltip = 小圖示檢視
big_icon_view_button_tooltip = 大圖示檢視
file_name = 檔案名稱:
file_type = 檔案類型:
pinned_folders = 釘選的資料夾
recent_folders = 最近的資料夾
all_formats = 所有格式
all_files = 所有檔案
show_hidden = 顯示隱藏檔案
[filters]
selected_cels = 已選
selected_cels_tooltip = 套用至時間軸中的作用中選取範圍
all_cels = 全部
all_cels_tooltip = 套用至精靈中的全部儲存格
ok = 確定 (&O)
apply = 套用 (&A)
cancel = 取消 (&C)
preview = 預覽 (&P)
tiled = 拼貼 (&T)
[font_popup]
pinned_fonts = 釘選的字型
theme_fonts = 佈景主題字型
system_fonts = 系統字型
load = 載入外部字型
select_truetype_fonts = 選擇字型檔案
empty_fonts = 未找到系統字型
[font_style]
antialias = 反鋸齒
hinting = 渲染提示
ligatures = 合字
hinting_none = 無渲染提示
hinting_slight = 輕度渲染提示
hinting_full = 完全渲染提示
font_weight = 字重
italic = 斜體
font_weight_100 = Thin
font_weight_200 = Extra Light
font_weight_300 = Light
font_weight_400 = Normal
font_weight_500 = Medium
font_weight_600 = Semi Bold
font_weight_700 = Bold
font_weight_800 = Extra Bold
font_weight_900 = Black
font_weight_1000 = Extra Black
[frame_combo]
all_frames = 所有影格
selected_frames = 選取的影格
tag = 標籤:
[frame_properties]
title = 影格屬性
frame_number = 影格編號:
duration = 持續時間(毫秒):
[general]
ok = 確定 (&O)
close = 關閉 (&C)
yes = 是 (&Y)
no = 否 (&N)
cancel = 取消 (&C)
user_data = 使用者資料
dont_show = 不再顯示此警告
dont_show_tooltip = 若要將指定的選項設為預設選項\n請勾選
reset = 重設
advanced_options = 進階選項
unknown = 未知
same_in_all_tools = 同步至所有工具
opacity = 不透明度:
tolerance = 容差:
show_more = 顯示更多...
copy_of = {} 複製
search = 搜尋
[general_text]
copy = 複製 (&C)
cut = 剪下 (&T)
paste = 貼上 (&P)
select_all = 全選 (&A)
[gif_options]
title = GIF 選項
general_options = 一般選項:
interlaced = 交錯顯示 (&I)
animation_loop = 動畫循環 (&L)
preserve_palette_order = 保留調色盤順序 (&P)
ok = 確定 (&O)
cancel = 取消 (&C)
[goto_frame]
title = 前往影格
frame_or_tags = 影格編號或標籤名稱:
[grid_settings]
title = 格線設定
x = X:
y = Y:
width = 寬度:
height = 高度:
[home_view]
title = 首頁
new_file = 新增檔案...
open_file = 開啟檔案...
recover_files = 復原檔案...
recover_files_tooltip = 從當機的階段作業或\n關閉的精靈中復原上次階段作業中\n未儲存的檔案
share_crashdb = 向 Aseprite 開發人員分享當機資料
share_crashdb_tooltip = 勾選此項將會自動向 Aseprite 開發人員分享當機資料,\n這將有助於發現新錯誤並提高 Aseprite 對所有使用者的穩定性
recent_files = 最近的檔案:
recent_folders = 最近的資料夾:
news = 新聞:
checking_updates = 檢查更新中...
new_version_available = 新的 {0} v{1} 可用!
[import_sprite_sheet]
title = 匯入精靈表
type = 類型:
type_horz = 水平
type_vert = 垂直
type_rows = 依列
type_cols = 依欄
tiles = 磚塊:
x = X:
y = Y:
width = 寬度:
height = 高度:
columns = 欄:
rows = 列:
padding = 填補
horizontal_padding = 水平:
vertical_padding = 垂直:
partial_tiles = 包含底部/右側邊緣的部分磚塊
context_bar_help = 選取邊界來識別精靈影格
layer_name = 精靈表
import = 匯入 (&I)
cancel = 取消 (&C)
[incompat_file]
title = 檔案不相容
message = 此檔案最初是使用較新版本的 Aseprite 建立的,其中包含無法完全讀取的資訊。\n\n它被標記為唯讀,以避免在您試圖儲存/覆寫它時遺失資訊。\n\n要解決此問題,您可以:\n- 將 Aseprite 更新至最新版本,然後嘗試再次載入檔案(推薦),或\n- 使用「檔案 > 另存新檔」選項以其他名稱儲存檔案(這將會遺失原始檔案中儲存的資訊)
incompatibilities = 不相容處:
update_link = 更新 Aseprite
[inks]
simple_ink = 簡單墨水
alpha_compositing = Alpha 合成
copy_color = 複製 Alpha + 顏色
lock_alpha = 鎖定 Alpha
shading = 遮光模式
[jpeg_options]
title = JPEG 選項
quality = 品質:
[keyboard_shortcuts]
title = 鍵盤快速鍵
import = 匯入 (&I)
export = 匯出 (&E)
reset = 重設 (&R)
import_keyboard_sc = 匯入鍵盤快速鍵
export_keyboard_sc = 匯出鍵盤快速鍵
section_menus = 選單
section_commands = 指令
section_tools = 工具
section_action_modifiers = 動作組合鍵
section_mouse_wheel = 滑鼠滾輪
section_drag_value = 拖曳數值
default_wheel_behavior = 預設
custom_wheel_behavior = 自訂
slide_as_wheel = 將觸控板上的雙指滑動視為滑鼠滾輪
invert_brush_size_wheel = 反轉滑鼠滾輪用於增加筆刷尺寸的方向
drag_angle = 角度:
drag_angle_tooltip = 表示數值增加的滑鼠方向
drag_distance = 距離:
drag_distance_tooltip = 增加/減少一個單位需要滑鼠移動的像素數
header_action = 動作
header_key = 按鍵
header_context = 情境
zoom = 縮放
add = 新增
default_action = (預設動作)
scroll_vertically = 垂直捲動
scroll_horizontally = 水平捲動
fg_color = 色彩:前景調色盤色票
bg_color = 色彩:背景調色盤色票
fg_tile = 磚塊:前景磚塊物件
bg_tile = 磚塊:背景磚塊物件
change_frame = 變更影格
change_brush_size = 變更筆刷尺寸
change_brush_angle = 變更筆刷角度
change_tool = 變更工具
change_tool_same_group = 變更工具(同群組)
change_layer = 變更圖層
change_ink_type = 變更墨水類型
change_ink_opacity = 變更墨水不透明度
change_layer_opacity = 變更圖層不透明度
change_cel_opacity = 變更儲存格不透明度
color_alpha = 色彩:Alpha
color_hsl_hue = 色彩:HSL 色相
color_hsl_saturation = 色彩:HSL 飽和度
color_hsl_lightness = 色彩:HSL 亮度
color_hsv_hue = 色彩:HSV 色相
color_hsv_saturation = 色彩:HSV 飽和度
color_hsv_value = 色彩:HSV 明度
key_context_normal = 一般
key_context_selection = 選取範圍
key_context_translating_selection = 移動選取範圍
key_context_scaling_selection = 縮放選取範圍
key_context_rotating_selection = 旋轉選取範圍
key_context_move_tool = 移動工具
key_context_freehand_tool = 手繪工具
key_context_shape_tool = 形狀工具
key_context_frames_selection = 選取影格
copy_selection = 複製選取範圍
snap_to_grid = 格線吸附
lock_axis = 鎖定軸
fine_translating = 精細移動
maintain_aspect_ratio = 維持長寬比
scale_from_center = 中心縮放
fine_scaling = 精細縮放
angle_snap = 角度吸附
add_selection = 新增至選取範圍
subtract_selection = 減去選取範圍
intersect_selection = 交集選取範圍
auto_select_layer = 自動選取圖層
line_from_last_point = 從上一個點延伸繪製線段