-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGS6011-GraphicsGalleryFontwork.xlf
1375 lines (1375 loc) · 205 KB
/
GS6011-GraphicsGalleryFontwork.xlf
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
<?xml version='1.0' encoding='utf-8'?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" version="1.1">
<file original="GS6011-GraphicsGalleryFontwork.odt" source-language="en" datatype="plaintext">
<body>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[1]" approved="yes">
<source><x id="0" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[1]/draw:frame[0]"/>Getting Started Guide</source>
<target state="translated"><x id="0" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[1]/draw:frame[0]"/>入門指引</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[2]" approved="yes">
<source>Chapter 11 <g id="1"/><g id="2"/>Graphics, Gallery, Fontwork</source>
<target state="translated">第十一章<g id="1"/><g id="2"/>圖像、圖庫、美術字</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[0]" approved="yes">
<source><x id="3" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[0]/text:bookmark-start[0]"/>Copyright<x id="4" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[0]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="3" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[0]/text:bookmark-start[0]"/>著作權聲明<x id="4" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[0]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[0]" approved="yes">
<source>This document is Copyright © 2018 by the LibreOffice Documentation Team. Contributors are listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (<g id="5">http://www.gnu.org/licenses/gpl.html</g>), version 3 or later, or the Creative Commons Attribution License (<g id="6">http://creativecommons.org/licenses/by/4.0/</g>), version 4.0 or later.</source>
<target state="translated">Copyright © 2018 by the LibreOffice Documentation Team. 貢獻者如下所列。你能夠在 GNU 通用公共授權條款第三版後(<g id="5">http://www.gnu.org/licenses/gpl.html</g>),或是 CC 姓名標示第四版後(<g id="6">http://creativecommons.org/licenses/by/4.0/</g>),下散播或是修改這份文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[1]" approved="yes">
<source>All trademarks within this guide belong to their legitimate owners.</source>
<target state="translated">在這份文件中的所有商標皆歸屬於其法律上的擁有者。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[1]" approved="yes">
<source><x id="7" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[1]/text:bookmark-start[0]"/>Contributors<x id="8" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[1]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="7" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[1]/text:bookmark-start[0]"/>貢獻者<x id="8" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[1]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[2]" approved="yes">
<source>This book is adapted and updated from <g id="9">Getting Started with OpenOffice.org 3.3</g>.</source>
<target state="translated">這份文件是從 <g id="9">Getting Started with OpenOffice.org 3.3</g> 修改與升級而來。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[2]" approved="yes">
<source><x id="10" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[2]/text:bookmark-start[0]"/>To <g id="11">t</g>his <g id="12">e</g>dition<x id="13" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[2]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="10" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[2]/text:bookmark-start[0]"/>對於此版<x id="13" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[2]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[0]/table:table-row[0]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Paul Figueiredo</source>
<target state="translated">Paul Figueiredo</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[0]/table:table-row[0]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Oliver Hallot</source>
<target state="translated">Oliver Hallot</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[0]/table:table-row[0]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Dave Barton</source>
<target state="translated">Dave Barton</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[3]" approved="yes">
<source><x id="14" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[3]/text:bookmark-start[0]"/>To <g id="15">p</g>revious <g id="16">e</g>ditions<x id="17" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[3]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="14" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[3]/text:bookmark-start[0]"/>對於先前的版本<x id="17" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[3]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[0]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Agnes Belzunce</source>
<target state="translated">Agnes Belzunce</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[0]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Daniel Carrera</source>
<target state="translated">Daniel Carrera</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[0]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Peter Hillier-Brook</source>
<target state="translated">Peter Hillier-Brook</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[1]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Peter Kupfer</source>
<target state="translated">Peter Kupfer</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[1]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Iain Roberts</source>
<target state="translated">Iain Roberts</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[1]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Jean Hollis Weber</source>
<target state="translated">Jean Hollis Weber</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[2]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Linda Worthington</source>
<target state="translated">Linda Worthington</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[1]/table:table-row[2]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Michele Zarri</source>
<target state="translated">Michele Zarri</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[4]" approved="yes">
<source><x id="18" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[4]/text:bookmark-start[0]"/>Feedback<x id="19" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[4]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="18" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[4]/text:bookmark-start[0]"/>意見回饋<x id="19" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[4]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[3]" approved="yes">
<source>Please direct any comments or suggestions about this document to the Documentation Team’s mailing list: <g id="20">[email protected]</g></source>
<target state="translated">請將對於這份文件的意見或是建議寄到 Documentation Team 的信箱:<g id="20">[email protected]</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:list[0]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[4]" approved="yes">
<source>Everything you send to a mailing list, including your email address and any other personal information that is written in the message, is publicly archived and cannot be deleted.</source>
<target state="translated">你所寄到信箱的任何資訊,包含你的信箱地址以及寫在郵件內的其他個人資訊,將會被公開封存並無法刪除。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[5]" approved="yes">
<source><x id="21" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[5]/text:bookmark-start[0]"/>Publication date and software version<x id="22" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[5]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="21" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[5]/text:bookmark-start[0]"/>發行日期與軟體版本<x id="22" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[5]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[5]" approved="yes">
<source>Published February 2018. Based on LibreOffice 6.0.</source>
<target state="translated">於 2018 年 2 月發行,基於 LibreOffice 6.0 版。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[6]" approved="yes">
<source><x id="23" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[6]/text:bookmark-start[0]"/>Note for macOS users<x id="24" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[6]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="23" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[6]/text:bookmark-start[0]"/>給 macOS 用戶的提示<x id="24" xid="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:h[6]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:p[6]" approved="yes">
<source>Some keystrokes and menu items are different on macOS from those used in Windows and Linux. The table below gives some common substitutions for the instructions in this chapter. For a more detailed list, see the application Help.</source>
<target state="translated">在 macOS 上部分的快捷鍵與選單內容將會與 Windows 和 Linux 不同。以下表格整理出一些在這個章節常會用到的轉換。對於更詳細的列表,請參照程式說明檔。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[0]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Windows or Linux</source>
<target state="translated">Windows 或 Linux</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[0]/table:table-cell[1]/text:p[0]" approved="yes">
<source>macOS equivalent</source>
<target state="translated">對應 macOS</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[0]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Effect</source>
<target state="translated">效果</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[1]/table:table-cell[0]/text:p[0]" approved="yes">
<source><g id="25">Tools > Options</g> menu selection</source>
<target state="translated"><g id="25">工具 > 選項</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[1]/table:table-cell[1]/text:p[0]/text:span[0]" approved="yes">
<source>LibreOffice > Preferences</source>
<target state="translated">LibreOffice > 選項</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[1]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Access setup options</source>
<target state="translated">存取設定頁面</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[2]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>Right-click</source>
<target state="translated">右鍵</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[2]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Control+click and/or right-click depending on computer setup</source>
<target state="translated">Control+點擊左鍵 且(或) 右鍵,取決於電腦設定</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[2]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Open a context menu</source>
<target state="translated">開啟右鍵選單</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[3]/table:table-cell[0]/text:p[0]" approved="yes">
<source><g id="26">Ctrl</g> (<g id="27">Control</g>)</source>
<target state="translated"><g id="26">Ctrl</g> (<g id="27">Control</g>)</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[3]/table:table-cell[1]/text:p[0]" approved="yes">
<source>⌘ (<g id="28">Command</g>)</source>
<target state="translated">⌘ (<g id="28">Command</g>)</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[3]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Used with other keys</source>
<target state="translated">合併其他按鍵使用</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[4]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>F5</source>
<target state="translated">F5</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[4]/table:table-cell[1]/text:p[0]" approved="yes">
<source><g id="29">Shift</g>+⌘+<g id="30">F5</g></source>
<target state="translated"><g id="29">Shift</g>+⌘+<g id="30">F5</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[4]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Open the Navigator</source>
<target state="translated">開啟助手</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[5]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>F11</source>
<target state="translated">F11</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[5]/table:table-cell[1]/text:p[0]" approved="yes">
<source>⌘+<g id="31">T</g></source>
<target state="translated">⌘+<g id="31">T</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/table:table[2]/table:table-row[5]/table:table-cell[2]/text:p[0]" approved="yes">
<source>Open the <g id="32">sidebar </g>Styles <g id="33">deck</g></source>
<target state="translated">開啟樣式<g id="32">側邊欄</g><g id="33">折疊</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:index-title[0]/text:p[0]" approved="yes">
<source>Contents</source>
<target state="translated">內容</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[0]/text:a[0]" approved="yes">
<source>Copyright<g id="34"/>2</source>
<target state="translated">著作權聲明<g id="34"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[1]/text:a[0]" approved="yes">
<source>Contributors<g id="35"/>2</source>
<target state="translated">貢獻者<g id="35"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[2]/text:a[0]" approved="yes">
<source>To this edition<g id="36"/>2</source>
<target state="translated">對於此版<g id="36"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[3]/text:a[0]" approved="yes">
<source>To previous editions<g id="37"/>2</source>
<target state="translated">對於先前的版本<g id="37"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[4]/text:a[0]" approved="yes">
<source>Feedback<g id="38"/>2</source>
<target state="translated">意見回饋<g id="38"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[5]/text:a[0]" approved="yes">
<source>Publication date and software version<g id="39"/>2</source>
<target state="translated">發行日期與軟體版本<g id="39"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[6]/text:a[0]" approved="yes">
<source>Note for macOS users<g id="40"/>2</source>
<target state="translated">給 macOS 用戶的提示<g id="40"/>2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[7]/text:a[0]" approved="yes">
<source>Introduction<g id="41"/>4</source>
<target state="translated">介紹<g id="41"/>4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[8]/text:a[0]" approved="yes">
<source>Adding images to a document<g id="42"/>4</source>
<target state="translated">新增圖像至文件<g id="42"/>4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[9]/text:a[0]" approved="yes">
<source>Inserting an image file<g id="43"/>4</source>
<target state="translated">插入影像檔案<g id="43"/>4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[10]/text:a[0]" approved="yes">
<source>Drag and drop<g id="44"/>4</source>
<target state="translated">拖放<g id="44"/>4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[11]/text:a[0]" approved="yes">
<source>Insert Image dialog<g id="45"/>4</source>
<target state="translated">插入影像對話框<g id="45"/>4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[12]/text:a[0]" approved="yes">
<source>Linking an image file<g id="46"/>5</source>
<target state="translated">連結影像檔案<g id="46"/>5</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[13]/text:a[0]" approved="yes">
<source>Embedding linked images<g id="47"/>6</source>
<target state="translated">嵌入連結的影像<g id="47"/>6</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[14]/text:a[0]" approved="yes">
<source>Inserting an image from the clipboard<g id="48"/>6</source>
<target state="translated">從剪貼簿插入影像<g id="48"/>6</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[15]/text:a[0]" approved="yes">
<source>Inserting an image using a scanner<g id="49"/>7</source>
<target state="translated">使用掃描儀插入影像<g id="49"/>7</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[16]/text:a[0]" approved="yes">
<source>Inserting an image from the Gallery<g id="50"/>7</source>
<target state="translated">從圖庫裡插入影像<g id="50"/>7</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[17]/text:a[0]" approved="yes">
<source>Inserting an image as a background<g id="51"/>8</source>
<target state="translated">插入影像作為背景<g id="51"/>8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[18]/text:a[0]" approved="yes">
<source>Modifying, handling, and positioning graphics<g id="52"/>8</source>
<target state="translated">修改,處理和定位圖像<g id="52"/>8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[19]/text:a[0]" approved="yes">
<source>Exporting images<g id="53"/>8</source>
<target state="translated">匯出圖像<g id="53"/>8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[20]/text:a[0]" approved="yes">
<source>Compressing images<g id="54"/>8</source>
<target state="translated">壓縮圖像<g id="54"/>8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[21]/text:a[0]" approved="yes">
<source>Managing the LibreOffice Gallery<g id="55"/>9</source>
<target state="translated">管理 LibreOffice 圖庫<g id="55"/>9</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[22]/text:a[0]" approved="yes">
<source>Adding objects to the Gallery<g id="56"/>9</source>
<target state="translated">新增物件至圖庫<g id="56"/>9</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[23]/text:a[0]" approved="yes">
<source>Deleting images from the Gallery<g id="57"/>10</source>
<target state="translated">從圖庫裡刪除影像<g id="57"/>10</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[24]/text:a[0]" approved="yes">
<source>Adding a new theme to the Gallery<g id="58"/>10</source>
<target state="translated">新增新主題至圖庫<g id="58"/>10</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[25]/text:a[0]" approved="yes">
<source>Deleting a theme from the Gallery<g id="59"/>10</source>
<target state="translated">從圖庫裡刪除主題<g id="59"/>10</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[26]/text:a[0]" approved="yes">
<source>Location of the Gallery and the objects in it<g id="60"/>11</source>
<target state="translated">圖庫的位置和其中的物件<g id="60"/>11</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[27]/text:a[0]" approved="yes">
<source>Creating an image map<g id="61"/>11</source>
<target state="translated">影像映射<g id="61"/>11</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[28]/text:a[0]" approved="yes">
<source>Using LibreOffice’s drawing tools<g id="62"/>12</source>
<target state="translated">使用 LibreOffice 的繪圖工具<g id="62"/>12</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[29]/text:a[0]" approved="yes">
<source>Creating drawing objects<g id="63"/>13</source>
<target state="translated">建立繪圖物件<g id="63"/>13</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[30]/text:a[0]" approved="yes">
<source>Setting or changing properties for drawing objects<g id="64"/>13</source>
<target state="translated">設定或變更繪圖物件屬性<g id="64"/>13</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[31]/text:a[0]">
<source>Resizing a drawing object<g id="65"/>14</source>
<target state="needs-review-translation">Resizing a drawing object<g id="65"/>14</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[32]/text:a[0]" approved="no">
<source>Grouping drawing objects<g id="66"/>14</source>
<target state="needs-review-translation">Grouping drawing objects<g id="66"/>14</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[33]/text:a[0]">
<source>Using Fontwork<g id="67"/>15</source>
<target state="needs-review-translation">Using Fontwork<g id="67"/>15</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[34]/text:a[0]">
<source>Creating a Fontwork object<g id="68"/>15</source>
<target state="needs-review-translation">Creating a Fontwork object<g id="68"/>15</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[35]/text:a[0]">
<source>Editing a Fontwork object<g id="69"/>16</source>
<target state="needs-review-translation">Editing a Fontwork object<g id="69"/>16</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[36]/text:a[0]">
<source>Using the Fontwork toolbar<g id="70"/>16</source>
<target state="needs-review-translation">Using the Fontwork toolbar<g id="70"/>16</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[37]/text:a[0]">
<source>Using the Formatting toolbar<g id="71"/>17</source>
<target state="needs-review-translation">Using the Formatting toolbar<g id="71"/>17</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[38]/text:a[0]">
<source>Using menu options<g id="72"/>18</source>
<target state="needs-review-translation">Using menu options<g id="72"/>18</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[39]/text:a[0]">
<source>Using the 3D-Settings toolbar<g id="73"/>18</source>
<target state="needs-review-translation">Using the 3D-Settings toolbar<g id="73"/>18</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:section[0]/text:table-of-content[0]/text:index-body[0]/text:p[40]/text:a[0]">
<source>Moving and resizing Fontwork objects<g id="74"/>19</source>
<target state="needs-review-translation">Moving and resizing Fontwork objects<g id="74"/>19</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[0]" approved="yes">
<source><x id="75" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[0]/text:bookmark-start[0]"/>Introduction<x id="76" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[0]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="75" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[0]/text:bookmark-start[0]"/>介紹<x id="76" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[0]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[4]" approved="yes">
<source>You can add graphic and image files, including photos, drawings, and scanned images, to LibreOffice documents. LibreOffice can import various vector (line drawing) and raster (bitmap) file formats. The most commonly used graphic formats are GIF, JPG, PNG, and BMP. See Appendix B for a full list of the graphic formats LibreOffice can import.</source>
<target state="translated">你可以將圖形和圖像文件(包括照片,繪圖和掃描圖像)添加到LibreOffice 文件裡。LibreOffice可以導入矢量(線條圖)和柵格(點陣圖)文件格式的文件。最常見的圖形格式是 GIF、JPG、PNG 和 BMP。有關 LibreOffice 可導入的圖形格式的完整列表,請參閱附錄B.</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[5]" approved="yes">
<source>Graphics in LibreOffice are of three basic types:</source>
<target state="translated">LibreOffice 中的圖形有三種基本類型:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[0]/text:list-item[0]/text:p[0]" approved="yes">
<source>Image files, such as photos, drawings, PDF Documents, and scanned images</source>
<target state="translated">圖像文件,例如照片、繪圖、PDF 文件和掃描圖像</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[0]/text:list-item[1]/text:p[0]" approved="yes">
<source>Diagrams created using LibreOffice’s drawing tools</source>
<target state="translated">使用 LibreOffice 的繪圖工具所創建的圖表</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[0]/text:list-item[2]/text:p[0]" approved="yes">
<source>Charts created using LibreOffice’s Chart component</source>
<target state="translated">使用 LibreOffice 的圖表組件所創建的圖表</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[6]" approved="yes">
<source>This chapter covers images and diagrams.</source>
<target state="translated">本章的內容包括圖像和圖表。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[7]" approved="yes">
<source>More detailed descriptions on working with drawing tools can be found in the <g id="77">Draw Guide</g> and <g id="78">Impress Guide</g>. Instructions on how to create charts are given in the <g id="79">Calc Guide</g>.</source>
<target state="translated">有關使用繪圖工具的更多詳細說明,請參閱「<g id="77">Draw Guide</g>」和「<g id="78">Impress Guide</g>」。「<g id="79">Calc Guide</g>」中也給出了有關如何創建圖表的說明。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]" approved="yes">
<source><x id="80" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:bookmark-start[0]"/><x id="81" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:reference-mark-start[0]"/>Adding images to a document<x id="82" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:bookmark-end[0]"/><x id="83" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:reference-mark-end[0]"/></source>
<target state="translated"><x id="80" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:bookmark-start[0]"/><x id="81" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:reference-mark-start[0]"/>新增圖像至文件<x id="82" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:bookmark-end[0]"/><x id="83" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[1]/text:reference-mark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[8]" approved="yes">
<source>Images can be added to a document in several ways: by inserting an image file, directly from a graphics program or a scanner, by dragging them from the clip art internal gallery, or by copying and pasting from a source being viewed on your computer.</source>
<target state="translated">你可以通過多種方式將圖像添加到文件中:直接從圖形程序或掃描儀插入圖像文件到文件,通過從剪貼畫內部庫中將它們移動到存檔,或者從電腦所儲存的資源里使用複製和黏貼。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]" approved="yes">
<source><x id="84" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:bookmark-start[0]"/>Inserting an <x id="85" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[0]"/><x id="86" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[1]"/><x id="87" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[2]"/>image file<x id="88" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="84" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:bookmark-start[0]"/>插入<x id="85" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[0]"/><x id="86" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[1]"/><x id="87" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:alphabetical-index-mark[2]"/>影像檔案<x id="88" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[2]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[9]" approved="yes">
<source>When the image is in a file stored on the computer, you can insert it into a LibreOffice document using either of the following methods.</source>
<target state="translated">當圖像存儲在電腦上的文件中時,可以使用以下任一方法將其插入 LibreOffice 文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]" approved="yes">
<source><x id="89" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:bookmark-start[0]"/><x id="90" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:alphabetical-index-mark[0]"/>Drag and drop<x id="91" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="89" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:bookmark-start[0]"/><x id="90" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:alphabetical-index-mark[0]"/>拖放<x id="91" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[3]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[1]/text:list-item[0]/text:p[0]" approved="yes">
<source>Open a file browser window and locate the image you want to insert.</source>
<target state="translated">打開檔案總管,找到要插入的圖像。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[1]/text:list-item[1]/text:p[0]" approved="yes">
<source>Drag the image into the LibreOffice document and drop it where you want it to appear. A faint vertical line marks where the image will be dropped.</source>
<target state="translated">將圖像拖到 LibreOffice 文件中,然後將其放在要顯示的位置。微弱的垂直線標記圖像將被丟棄的位置。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[10]" approved="yes">
<source>This method embeds (saves a copy of) the image file in the document. To link the file instead of embedding it, hold down the <g id="92">Ctrl+Shift</g> keys while dragging the image.</source>
<target state="translated">此方法將圖像文件嵌入(保存副本)文件中。如要鏈接文件而不是嵌入文件,請在拖動圖像的同時按住「<g id="92">Ctrl+Shift</g>」鍵。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[4]" approved="yes">
<source><x id="93" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[4]/text:bookmark-start[0]"/>Insert Image dialog<x id="94" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[4]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="93" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[4]/text:bookmark-start[0]"/>插入影像對話框<x id="94" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[4]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[0]/text:p[0]" approved="yes">
<source><x id="95" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[0]/text:p[0]/text:alphabetical-index-mark[0]"/>Click in the LibreOffice document where you want the image to appear.</source>
<target state="translated"><x id="95" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[0]/text:p[0]/text:alphabetical-index-mark[0]"/>在 LibreOffice 文件中點擊要顯示圖像的位置。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[1]/text:p[0]" approved="yes">
<source>Choose <g id="96">Insert > Image</g> from the menu bar.</source>
<target state="translated">從選單列中選擇「<g id="96">插入 > 影像</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[2]/text:p[0]" approved="yes">
<source>On the Insert Image dialog, navigate to the file to be inserted, and select it.</source>
<target state="translated">在插入影像對話框中,導向到要插入的文件,然後選擇它。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[3]/text:p[0]" approved="yes">
<source>At the bottom of the dialog (Figure <x id="97" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[3]/text:p[0]"/>) a <g id="98">Link option</g>. See page <x id="99" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[3]/text:p[0]"/><g id="100"/>for the use of <g id="101">Link</g>.</source>
<target state="translated">在對話框的底部(圖 <x id="97" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[3]/text:p[0]"/>)有一個「<g id="98">連結</g>」選項。有關「<g id="101">連結</g>」的使用,請參見第 <x id="99" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[3]/text:p[0]"/><g id="100"/> 頁。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[2]/text:list-item[4]/text:p[0]" approved="yes">
<source>Click <g id="102">Open</g>.</source>
<target state="translated">點擊「<g id="102">開啟</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[3]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[11]" approved="yes">
<source>If you choose the <g id="103">Link</g> option, a message box appears when you click <g id="104">Open</g>. It asks if you want to embed the graphic instead. Choose <g id="105">Keep Link</g> if you want the link, or <g id="106">Embed Graphic</g> if you do not. To prevent this message from appearing again, deselect the option <g id="107">Ask when linking a graphic</g> at the bottom of the message.</source>
<target state="translated">如果選擇「<g id="103">連結</g>」選項,則點擊「<g id="104">開啟</g>」時會出現一個訊息框。它詢問你是否要嵌入圖形。如果需要鏈接,請選擇「<g id="105">保持連結</g>」,如果不需要,請選擇「<g id="106">內嵌圖形</g>」。要防止此訊息再次出現,請取消勾選訊息框底部的「<g id="107">當連結圖形時總是詢問</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[12]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="108" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[12]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="109"><g id="110"/></g>Figure <x id="111" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[12]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: Insert Image dialog</source>
<target state="translated"><x id="108" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[12]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="109"><g id="110"/></g>圖 <x id="111" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[12]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:插入影像對話框</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]" approved="yes">
<source><x id="112" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:bookmark-start[0]"/><x id="113" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[0]"/><x id="114" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[1]"/><x id="115" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[2]"/>Linking an image file<x id="116" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="112" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:bookmark-start[0]"/><x id="113" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[0]"/><x id="114" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[1]"/><x id="115" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:alphabetical-index-mark[2]"/>連結影像檔案<x id="116" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[5]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[13]" approved="yes">
<source>If the <g id="117">Link</g> option in the Insert picture dialog is selected, LibreOffice creates a link to the file containing the image instead of saving a copy of the image in the document. The result is that the image is displayed in the document, but when the document is saved, it contains only a reference to the image file, not the image itself. The document and the image remain as two separate files, and they are merged together only when you open the document again.</source>
<target state="translated">如果你選擇了插入圖片對話框中的「<g id="117">連結</g>」選項,LibreOffice 將建立指向包含影像的文件的連結,而不是在文件中保存影像的副本——影像能正常顯示於文件中,但文件只儲存了影像的參照,而非影像檔案,因此文件和影像檔案是分開的兩個檔案。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[14]" approved="yes">
<source>Linking an image has two advantages and one disadvantage:</source>
<target state="translated">連結影像有兩個優點和一個缺點:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[4]/text:list-item[0]/text:p[0]" approved="yes">
<source>Advantage – Linking can reduce the size of the document when it is saved, because the image file itself is not included. File size is usually not a problem on a modern computer with a reasonable amount of memory, unless the document includes many large graphics files; LibreOffice can handle quite large files.</source>
<target state="translated">優點 – 鏈接可以在保存文件時減小文件的大小,因為圖像文件本身不包含在內。除非文件包含許多大型圖形文件,否則在具有合理儲存空間的現代電腦上,文件大小通常不是問題。LibreOffice 可以處理相當大的文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[4]/text:list-item[1]/text:p[0]" approved="yes">
<source>Advantage – You can modify the image file separately without changing the document because the link to the file remains valid, and the modified image will appear when you next open the document. This can be a big advantage if you (or someone else, perhaps a graphic artist) is updating images.</source>
<target state="translated">優點 – 你可以各別修改圖像檔案而無需更改文件,因為檔案連結仍然有效,下次打開文件時將顯示修改後的圖像。如果你(或其他人,也許是圖形藝術家)持續更新圖像,這會是個很大的優點。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[4]/text:list-item[2]/text:p[0]" approved="yes">
<source>Disadvantage – If you send the document to someone else, or move it to a different computer, you must also send the image files, or the receiver will not be able to see the linked images. You need to keep track of the location of the images and make sure the recipient knows where to put them on another machine, so that the document can find them. For example, you might keep images in a subfolder named Images (under the folder containing the document); the recipient of the file needs to put the images in a subfolder with the same name and in the same place relative to the document.</source>
<target state="translated">缺點 – 如果你將文件發送給其他人,或將其移動到其他電腦,你還必須發送圖像文件,否則收件者將無法看到連結的圖像。你需要追蹤圖像的位置,並確保收件人知道要將它們放在其他機器上的哪個位置,以便文件可以找到它們。例如,你可以將圖像保存在名為 Images 的子資料夾(在包含該文件的文件夾下)中;文件的收件人需要將圖像放在具有相同名稱的子文件夾中,並放在相對於文件的相同位置。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[5]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[15]" approved="yes">
<source>When inserting the same image several times in the document, it would appear beneficial to link rather than embed; however, this is not necessary as LibreOffice embeds only one copy of the image file in the document.</source>
<target state="translated">在文件中多次插入相同的影像時,連結或許會比嵌入更有效益;但是,這不是必須的,因為 LibreOffice 只在文件中嵌入了一個圖像文件副本時。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]" approved="yes">
<source><x id="118" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:bookmark-start[0]"/><x id="119" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:soft-page-break[0]"/>Embedding linked images<x id="120" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="118" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:bookmark-start[0]"/><x id="119" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:soft-page-break[0]"/>嵌入連結的影像<x id="120" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[6]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[16]" approved="yes">
<source>If you originally linked the images, you can easily embed one or more of them later if you wish. To do so:</source>
<target state="translated">如果你最初鏈接了一些圖像,那麼你可以在以後輕鬆地嵌入那些已被連結的影像。為此:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[0]/text:p[0]" approved="yes">
<source>Open the document in LibreOffice and choose <g id="121">Edit > Links to External Files</g>.</source>
<target state="translated">在 LibreOffice 中打開文件,然後選擇「<g id="121">編輯 > 連結至外部檔案</g>」</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[1]/text:p[0]" approved="yes">
<source>The Edit Links dialog (Figure <x id="122" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[1]/text:p[0]"/>) shows all the linked files. In the <g id="123">Source file</g> list, select the files you want to change from linked to embedded.</source>
<target state="translated">編輯連結對話框(圖 <x id="122" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[1]/text:p[0]"/>)中顯示了所有被連結的文件。在「<g id="123">來源檔案</g>」列表中,選擇想從連結改為嵌入的檔案。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[2]/text:p[0]" approved="yes">
<source>Click the <g id="124">Break Link</g> button.</source>
<target state="translated">點擊「<g id="124">斷開連結</g>」按鈕。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[3]/text:p[0]" approved="yes">
<source>Click the <g id="125">Close</g> button.</source>
<target state="translated">點擊「<g id="125">關閉</g>」按鈕。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[6]/text:list-item[4]/text:p[0]" approved="yes">
<source>Save the document.</source>
<target state="translated">保存文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[17]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="126" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[17]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>Figure <x id="127" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[17]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: The Edit Links dialog</source>
<target state="translated"><x id="126" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[17]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>圖 <x id="127" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[17]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:編輯連結對話框</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[7]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[18]" approved="yes">
<source>Going the other way, from embedded to linked, is not so easy—you must replace the images, one at a time, selecting the <g id="128">Link</g> option when you do so.</source>
<target state="translated">從嵌入改為連結並不如此容易——你必須一次更換一個影像,然後選擇「<g id="128">連結</g>」選項。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[7]" approved="yes">
<source><x id="129" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[7]/text:bookmark-start[0]"/>Inserting an image from the clipboard<x id="130" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[7]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="129" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[7]/text:bookmark-start[0]"/>從剪貼簿插入影像<x id="130" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[7]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[19]" approved="yes">
<source>Using the clipboard, you can copy images into a LibreOffice document from another LibreOffice document and from other programs. To do this:</source>
<target state="translated">使用剪貼簿,你可以將影像從一個 LibreOffice 文件和其他程式中複製到 LibreOffice 另一文件中。以下是步驟:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[0]/text:p[0]" approved="yes">
<source>Open both the source document and the target document.</source>
<target state="translated">打開來源文件和目標文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[1]/text:p[0]" approved="yes">
<source>In the source document, select the image to be copied.</source>
<target state="translated">在來源文件中,選擇要複製的影像。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[2]/text:p[0]" approved="yes">
<source>Click once on the selected image and press <g id="131">Ctrl+C</g> to copy the image to the clipboard.</source>
<target state="translated">點擊所選影像,然後按「<g id="131">Ctrl+C</g>」將影像複製到剪貼簿。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[3]/text:p[0]" approved="yes">
<source>Switch to the target document.</source>
<target state="translated">切換到目標文件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[4]/text:p[0]" approved="yes">
<source>Click to place the cursor where the graphic is to be inserted.</source>
<target state="translated">點擊將輸入游標放在要插入圖像的位置。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[8]/text:list-item[5]/text:p[0]" approved="yes">
<source>Press <g id="132">Ctrl+V</g> to insert the image.</source>
<target state="translated">按「<g id="132">Ctrl+V</g>」插入圖像。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[9]/text:list-item[0]/text:p[0]" approved="yes">
<source>Caution</source>
<target state="translated">警告</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[20]" approved="yes">
<source>If the application from which the graphic was copied is closed before the graphic is pasted into the target, the image stored on the clipboard could be lost.</source>
<target state="translated">如果在將圖形黏貼到目標之前關閉了複製圖像的來源應用程序,則存儲在剪貼簿上的圖像可能會丟失。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]" approved="yes">
<source><x id="133" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:bookmark-start[0]"/><x id="134" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:soft-page-break[0]"/>Inserting an image using a scanner<x id="135" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="134" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:soft-page-break[0]"/><x id="133" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:bookmark-start[0]"/>使用掃描儀插入影像<x id="135" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[8]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[21]" approved="yes">
<source>If <x id="136" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[21]/text:alphabetical-index-mark[0]"/>a <x id="137" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[21]/text:alphabetical-index-mark[1]"/>scanner is connected to your computer, LibreOffice can call the scanning application and insert the scanned item into the LibreOffice document as an image. To start this procedure, and choose <g id="138">Insert > Media > Scan > Select Source</g>. Then place the cursor where you want the graphic to be inserted, and choose <g id="139">Insert > Media > Scan > Request</g>.</source>
<target state="translated">如果有<x id="136" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[21]/text:alphabetical-index-mark[0]"/><x id="137" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[21]/text:alphabetical-index-mark[1]"/>掃描儀連接到你的電腦,LibreOffice 可以調用掃描應用程式,並將掃描的項目作為影像插入至 LibreOffice 文件。要啟動此程序,請選擇「<g id="138">插入 > 媒體 > 掃描 > 選擇來源</g>」。然後將輸入游標放在要插入圖形的位置,並選擇「<g id="139">插入 > 媒體 > 掃描 > 請求</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[22]" approved="yes">
<source>Although this practice is quick and easy, it is unlikely to result in a high-quality image of the correct size. You may get better results by passing scanned material into a graphics program and cleaning it up there before inserting the resulting image into LibreOffice.</source>
<target state="translated">雖然這種做法快速而簡單,但不太可能產生尺寸正確的高質量圖像。你可以在插入掃描影像至 LibreOffice 前,將其在圖像處理程式中先行處理,藉此獲得更好得圖像品質。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[9]" approved="yes">
<source><x id="140" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[9]/text:bookmark-start[0]"/>Inserting an image from the Gallery<x id="141" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[9]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="140" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[9]/text:bookmark-start[0]"/>從圖庫裡插入影像<x id="141" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[9]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]" approved="yes">
<source>The Gallery (Figure <x id="142" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/>) provides a convenient way to group reusable objects such as graphics and sounds that you can insert into your documents. The <x id="143" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[0]"/><x id="144" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[1]"/>Gallery is available in all components of LibreOffice. See “<x id="145" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/>” on page <x id="146" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/>. You can <x id="147" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[2]"/>copy or link an object from the Gallery into a document.</source>
<target state="translated">圖庫(圖 <x id="142" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/>)為可重複使用的物件(例如圖像和聲音)的分組,提供了一種方便的方法。<x id="143" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[0]"/><x id="144" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[1]"/>圖庫可以在 LibreOffice 的所有組件中使用。請參閱第 <x id="146" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/> 頁的「<x id="145" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]"/>」。你可以從圖庫中<x id="147" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[23]/text:alphabetical-index-mark[2]"/>複製或連結物件至文件中。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[24]" approved="yes">
<source>To insert an object:</source>
<target state="translated">插入物件:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[10]/text:list-item[0]/text:p[0]" approved="yes">
<source>Click the <g id="148">Gallery</g> icon in the Sidebar.</source>
<target state="translated">點擊側邊欄中的「<g id="148">圖庫</g>」圖標。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[10]/text:list-item[1]/text:p[0]" approved="yes">
<source>Select a theme.</source>
<target state="translated">選擇一個主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[10]/text:list-item[2]/text:p[0]" approved="yes">
<source>Select an object with a single click.</source>
<target state="translated">點選一個主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[10]/text:list-item[3]/text:p[0]" approved="yes">
<source>Drag and drop the image into the document.</source>
<target state="translated">將圖像拖放到文件中。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[25]" approved="yes">
<source>You can also right-click on the object and choose <g id="149">Insert</g>.</source>
<target state="translated">你也可以右鍵點擊該物件,「然後選擇<g id="149">插入</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[26]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="150" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[26]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>Figure <x id="151" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[26]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: The Gallery in the Sidebar</source>
<target state="translated"><x id="150" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[26]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>圖 <x id="151" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[26]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:側邊欄中的圖庫</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[27]" approved="yes">
<source><x id="152" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[27]/text:alphabetical-index-mark[0]"/>To insert an object as a link:</source>
<target state="translated"><x id="152" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[27]/text:alphabetical-index-mark[0]"/>以連結方式插入物件:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[11]/text:list-item[0]/text:p[0]" approved="yes">
<source>Choose <g id="153">Insert > Media > Gallery</g> and select a theme.</source>
<target state="translated">選擇「<g id="153">插入> 媒體 > 圖庫</g>」並選擇一個主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[11]/text:list-item[1]/text:p[0]" approved="yes">
<source>Select an object with a single click, then while pressing the <g id="154">Shift</g> and <g id="155">Ctrl</g> keys, drag and drop the object into the document.</source>
<target state="translated">點選一個物件,然後再按住「<g id="154">Shift</g>」和「<g id="155">Ctrl</g>」鍵,並同時將物件拖放到文件中。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]" approved="yes">
<source><x id="156" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:bookmark-start[0]"/><x id="157" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:soft-page-break[0]"/><x id="158" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:alphabetical-index-mark[0]"/>Inserting an image as a <x id="159" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:alphabetical-index-mark[1]"/>background<x id="160" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="156" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:bookmark-start[0]"/><x id="157" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:soft-page-break[0]"/><x id="158" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:alphabetical-index-mark[0]"/>插入影像作為<x id="159" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:alphabetical-index-mark[1]"/>背景<x id="160" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[10]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[28]" approved="yes">
<source>To insert an image as the background to a page or paragraph:</source>
<target state="translated">插入影像作為頁面或段落的背景:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[12]/text:list-item[0]/text:p[0]" approved="yes">
<source>Choose<g id="161"> Insert > Media > Gallery</g> and select a theme.</source>
<target state="translated">「<g id="161">插入 > 媒體 > 圖庫</g>」並選擇一個主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[12]/text:list-item[1]/text:p[0]" approved="yes">
<source>Select an object with a single click, right-click on the object, and choose <g id="162">Insert as <g id="163"/>Background > Page</g> or <g id="164">> Paragraph</g>.</source>
<target state="translated">點選一個物件,右鍵點擊該物件,然後選擇「<g id="162">插入為<g id="163"/>背景 > 頁面</g> 或 <g id="164">> 段落</g>」</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[11]" approved="yes">
<source><x id="165" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[11]/text:bookmark-start[0]"/>Modifying, handling, and positioning graphics<x id="166" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[11]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="165" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[11]/text:bookmark-start[0]"/>修改,處理和定位圖像<x id="166" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[11]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[29]" approved="yes">
<source>LibreOffice provides many tools for cropping, resizing, modifying, filtering, and positioning graphics; wrapping text around graphics; and using graphics as backgrounds and watermarks. These tools are described in relevant chapters of the other guides. Some sophisticated adjustments of the graphics are best done in an image manipulation program and the results brought into LibreOffice, rather than using LibreOffice’s built-in tools.</source>
<target state="translated">LibreOffice 提供了許多用於裁剪、調整大小、修改、過濾和定位圖像的工具,還有影像環繞,和使用圖像作為背景和浮水印等功能。這些工具在其他指南的相關章節中介绍。一些複雜的圖形調整最好在圖像處理程式中完成,之後再將處理過的影像帶入 LibreOffice,而不是使用 LibreOffice 的內置工具。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[12]" approved="yes">
<source><x id="167" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[12]/text:bookmark-start[0]"/>Exporting images<x id="168" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[12]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="167" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[12]/text:bookmark-start[0]"/>匯出圖像<x id="168" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[12]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[30]" approved="yes">
<source>If you need to make complex adjustments to the image, or want to save the image for use in another document, you can export the image directly from your document. Right-click on the image to select it and open the context menu. Then choose <g id="169">Save</g> to open the Image Export dialog. Depending on the original format of the image, LibreOffice will let you save the picture in many different formats. Give a name to the image, select the desired image format in the <g id="170">File Type</g> filter list, and click <g id="171">Save</g>. Before the image is finally saved another dialog (not shown) opens, where you can choose various image size and format options.</source>
<target state="translated">如果你需要對影像進行複雜調整,或者想要儲存影像,以便在其他文件中使用,那麼,你可以直接從文件中會出影像。右鍵點擊影像,打開右鍵選單。然後選擇「<g id="169">儲存</g>」以打開影像匯出對話框,根據圖像的原始格式,LibreOffice允許你以多種不同格式保存圖片。為圖像命名,再從「<g id="170">存檔類型</g>」篩選器列表中,選擇所需的圖像格式,然後點擊「<g id="171">儲存</g>」。在儲存圖像之前會跳出另一個對話框(未展示於本指南中),你可以在其中調整各種影像大小和格式選項。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[13]" approved="yes">
<source><x id="172" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[13]/text:bookmark-start[0]"/>Compressing images<x id="173" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[13]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="172" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[13]/text:bookmark-start[0]"/>壓縮圖像<x id="173" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[13]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[31]" approved="yes">
<source>If you insert a large image in your document and resize it to fit into the layout of the page, the complete full size original image is stored in the document file to preserve its content, resulting in a large document file to store or send by mail.</source>
<target state="translated">如果需要在文件中插入大影像並調整其大小以適合頁面佈局,完整大小的原始影像將存儲在文件檔案中以保留其內容,從而產生檔案大小較大的文件檔案。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[32]" approved="yes">
<source>If you can accept some loss of quality of the image rendering or want to resize it, you can compress or resize the image object to reduce its data volume while preserving its display in the page layout.</source>
<target state="translated">如果你可以接受圖像渲染品質損失或想要調整其大小,那麼你可以壓縮或調整圖像對象的大小以減少其數據量,同時保留其在頁面佈局中的顯示。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[33]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="174" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[33]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="175"><g id="176"/></g>Figure <x id="177" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[33]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: Compressing an image</source>
<target state="translated"><x id="174" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[33]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="175"><g id="176"/></g>圖 <x id="177" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[33]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:壓縮影像</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[34]" approved="yes">
<source><x id="178" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[34]/text:soft-page-break[0]"/>Right-click to select the image and open the context menu. Then choose <g id="179">Compress</g> to open the Compress Image dialog (Figure <x id="180" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[34]"/>). Note that the <g id="181">Calculate</g> button updates the image information on the dialog on each parameter set you change. Click <g id="182">OK</g> to apply the compression settings. If the resulting image is not acceptable, press <g id="183">Ctrl+Z</g> to undo and choose another compression setting. For more information, see the Help.</source>
<target state="translated"><x id="178" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[34]/text:soft-page-break[0]"/>右鍵點擊選擇圖像,打開右鍵選單。然後選擇「<g id="179">壓縮</g>」,打開壓縮影像對話框(圖 <x id="180" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[34]"/>)。請注意,你在每次更改參數後,「<g id="181">計算新的大小</g>」按鈕可以更新對話框中的影像資訊。點擊「<g id="182">確定</g>」以套用壓縮設置。如果不滿意結果的圖像,請按「<g id="183">Ctrl+Z</g>」取消動作,並設置其他壓縮設置。有關更多信息,請參閱「說明」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[14]" approved="yes">
<source><x id="184" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[14]/text:bookmark-start[0]"/>Managing the LibreOffice Gallery<x id="185" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[14]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="184" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[14]/text:bookmark-start[0]"/>管理 LibreOffice 圖庫<x id="185" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[14]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[35]" approved="yes">
<source>Graphics in the Gallery are grouped <x id="186" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[35]/text:alphabetical-index-mark[0]"/><x id="187" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[35]/text:alphabetical-index-mark[1]"/>by themes, such as Arrows, Diagrams, and People. You can create other groups or themes and add your own pictures or find extensions containing more graphics. Click on a theme to see its contents displayed in the Gallery window.</source>
<target state="signed-off">圖庫中的圖形<x id="186" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[35]/text:alphabetical-index-mark[0]"/><x id="187" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[35]/text:alphabetical-index-mark[1]"/>按主題分組,例如箭頭、圖表和人物。你可以創建其他群組或主題,並添加自己的圖片或查找包含更多圖形的擴充套件。點擊主題以查看其在圖庫視窗中顯示的內容。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]" approved="yes">
<source>You can display the Gallery in <x id="188" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]/text:alphabetical-index-mark[0]"/><g id="189">Icon View</g> (Figure <x id="190" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]"/>) or <g id="191">Detailed View</g> (Figure <x id="192" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]"/>), and you can <x id="193" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]/text:alphabetical-index-mark[1]"/>hide or show the Gallery by clicking on the Sidebar’s <g id="194">Hide</g> button.</source>
<target state="translated">你可以用「<x id="188" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]/text:alphabetical-index-mark[0]"/><g id="189">圖示檢示</g>」(圖 <x id="190" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]"/>) 或「<g id="191">詳細檢視</g>」(圖 <x id="192" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]"/>)的方式顯示圖庫,你也可以點擊側邊欄上的「<g id="194">隱藏</g>」按鈕來<x id="193" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[36]/text:alphabetical-index-mark[1]"/>隱藏或顯示圖庫。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[37]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="195" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[37]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>Figure <x id="196" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[37]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: Gallery in Detailed View</source>
<target state="translated"><x id="195" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[37]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>圖 <x id="196" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[37]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:詳細檢視模式的圖庫</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[13]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[38]" approved="yes">
<source>In some installations, only the <g id="197">My themes</g> theme is customizable, although new themes can be added as explained in “<g id="198"><x id="199" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[38]/text:span[1]"/></g>” on page <g id="200"><x id="201" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[38]/text:span[2]"/></g>. The locked themes are easily recognizable by right-clicking on them; the only available option in the context menu is <g id="202">Properties</g>.</source>
<target state="translated">雖然可如第 <g id="200"><x id="201" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[38]/text:span[2]"/></g> 頁的「<g id="198"><x id="199" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[38]/text:span[1]"/></g>」中所解釋的一樣新增新主題,但在某些版本中,只有「<g id="197">我的主題</g>」是可自訂的。鎖定的主題可藉由右鍵點擊他們來輕易地識別——右鍵選單中只有「<g id="202">屬性</g>」是可使用的。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]" approved="yes">
<source><x id="203" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:bookmark-start[0]"/><x id="204" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:alphabetical-index-mark[0]"/>Adding objects to the Gallery<x id="205" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="204" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:alphabetical-index-mark[0]"/><x id="203" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:bookmark-start[0]"/>新增物件至圖庫<x id="205" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[15]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[39]" approved="yes">
<source>You may wish to add to the My Theme folder in the Gallery any images that you use frequently, for example, a company logo. You can then easily insert these graphics into a document later.</source>
<target state="translated">你也許想把常用的影像新增到圖庫裡的「我的主題」資料夾中(例如:公司的 logo),以便你之後可以輕易的在任意文件中插入這些圖像。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[14]/text:list-item[0]/text:p[0]" approved="yes">
<source>Right-click on the My Theme folder and select <g id="206">Properties</g> from the context menu.</source>
<target state="translated">在我的主題資料夾上按右鍵,並選擇右鍵選單中的「<g id="206">屬性</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[14]/text:list-item[1]/text:p[0]" approved="yes">
<source>In the theme’s Properties dialog, click the <g id="207">Files</g> tab (Figure <x id="208" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[14]/text:list-item[1]/text:p[0]"/>).</source>
<target state="translated">在主題的屬性對話框中點擊「<g id="207">檔案</g>」頁籤(圖 <x id="208" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[14]/text:list-item[1]/text:p[0]"/>)。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[40]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="209" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[40]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>Figure <x id="210" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[40]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: Gallery Properties dialog</source>
<target state="translated"><x id="209" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[40]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/>圖 <x id="210" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[40]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:圖庫屬性對話框</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[41]" approved="yes">
<source>To add several files at once:</source>
<target state="translated">一次新增數個檔案:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[15]/text:list-item[0]/text:p[0]" approved="yes">
<source><g id="211"/>Click the <g id="212">Find Files</g> button.</source>
<target state="translated"><g id="211"/>點擊「<g id="212">尋找檔案</g>」按鈕。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[15]/text:list-item[1]/text:p[0]" approved="yes">
<source>The <g id="213">Select path</g> dialog (not shown) opens. You can enter the path for the file’s directory in the <g id="214">Path</g> text box, or you can navigate to locate the file’s directory.</source>
<target state="translated">「<g id="213">選擇路徑</g>」的對話框跳出(未顯示在圖中)。你可以在「<g id="214">路徑</g>」文字框中輸入檔案的路徑,或者你也可以自行導向到檔案的路徑。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[15]/text:list-item[2]/text:p[0]" approved="yes">
<source>Click the <g id="215">Select</g> button to start the search. A list of graphic files is then displayed in the Properties dialog. You can use the <g id="216">File type</g> drop-down list to limit the files displayed.</source>
<target state="translated">點擊「<g id="215">選擇資料夾</g>」按鈕來開始搜尋。一列圖檔將會顯示於屬性對話框。你可以用「<g id="216">檔案類型</g>」下拉式選單來限制顯示的檔案。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[15]/text:list-item[3]/text:p[0]" approved="yes">
<source>To add all of the files shown in the list, click <g id="217">Add All.</g> Otherwise, select the files to add and then click <g id="218">Add</g> (hold down either the Shift key or the <g id="219">Ctrl</g> key while clicking on the files).</source>
<target state="translated">點擊「<g id="217">全部所有</g>」按鈕來新增所有顯示在列表中的檔案。否則,選擇要新增的檔案(點擊檔案時按住「Shift」或「<g id="219">Ctrl</g>」),然後按下「<g id="218">加入</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[42]" approved="yes">
<source>To add a single file:</source>
<target state="translated">新增單個檔案:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[16]/text:list-item[0]/text:p[0]" approved="yes">
<source>Click <g id="220">Add</g> to open the Gallery dialog.</source>
<target state="translated">點擊「<g id="220">加入</g>」來打開圖庫對話框</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[16]/text:list-item[1]/text:p[0]" approved="yes">
<source>Use the navigation controls to locate the image to add to the theme. Select it and then click <g id="221">Open</g> to add it to the theme.</source>
<target state="translated">找到想新增至主題的影像,選擇它,然後按「<g id="221">開啟</g>」來新增至主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[16]/text:list-item[2]/text:p[0]" approved="yes">
<source>Click <g id="222">OK</g> on the Properties dialog to close it.</source>
<target state="translated">點擊屬性對話框上的「<g id="222">確定</g>」來關閉它。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]" approved="yes">
<source><x id="223" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:bookmark-start[0]"/><x id="224" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[0]"/><x id="225" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[1]"/><x id="226" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[2]"/>Deleting images from the Gallery<x id="227" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="223" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:bookmark-start[0]"/><x id="224" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[0]"/><x id="225" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[1]"/><x id="226" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:alphabetical-index-mark[2]"/>從圖庫裡刪除影像<x id="227" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[16]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[43]" approved="yes">
<source>To delete an image from a theme:</source>
<target state="translated">從圖庫裡刪除影像:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[17]/text:list-item[0]/text:p[0]" approved="yes">
<source>Right-click on the name of the image file or its thumbnail in the Gallery.</source>
<target state="translated">在影像的名字或圖庫裡的預覽圖上按右鍵。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[17]/text:list-item[1]/text:p[0]" approved="yes">
<source>Click <g id="228">Delete</g> in the context menu. A message appears, asking if you want to delete this object. Click <g id="229">Yes.</g></source>
<target state="translated">點擊右鍵選單裡的「<g id="228">刪除</g>」,一則確認是否要刪除這個物件的訊息將會跳出,點擊「<g id="229">是</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[18]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[44]" approved="yes">
<source>Deleting the name of a file from the list in the Gallery does not delete the file from the hard disk or other location.</source>
<target state="translated">從列表中刪除檔案的名稱,並不會從磁碟或其他地方移除檔案。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]" approved="yes">
<source><x id="230" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:bookmark-start[0]"/><x id="231" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:reference-mark-start[0]"/><x id="232" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:alphabetical-index-mark[0]"/><x id="233" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:alphabetical-index-mark[1]"/>Adding a new theme to the Gallery<x id="234" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:bookmark-end[0]"/><x id="235" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:reference-mark-end[0]"/></source>
<target state="translated"><x id="230" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:bookmark-start[0]"/><x id="231" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:reference-mark-start[0]"/><x id="232" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:alphabetical-index-mark[0]"/><x id="233" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:alphabetical-index-mark[1]"/>新增新主題至圖庫<x id="234" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:bookmark-end[0]"/><x id="235" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[17]/text:reference-mark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[45]" approved="yes">
<source>To add a new theme to the Gallery:</source>
<target state="translated">新增新主題至圖庫:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[19]/text:list-item[0]/text:p[0]" approved="yes">
<source>Click the <g id="236">New Theme</g> button above the list of themes (Figure <x id="237" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[19]/text:list-item[0]/text:p[0]"/>).</source>
<target state="translated">點擊主題列表上方的「<g id="236">新增主題</g>」按鈕(圖 <x id="237" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[19]/text:list-item[0]/text:p[0]"/>)。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[19]/text:list-item[1]/text:p[0]" approved="yes">
<source>In the Properties of New Theme dialog, click the <g id="238">General</g> tab and type a name for the new theme.</source>
<target state="translated">在新增主題的屬性對話框中,點擊「<g id="238">一般</g>」頁籤,然後為新主題命名。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[19]/text:list-item[2]/text:p[0]" approved="yes">
<source>Click the <g id="239">Files</g> tab and add images to the theme, as described earlier.</source>
<target state="translated">點擊「<g id="239">檔案</g>」頁籤,如之前所述,新增影像至新主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]" approved="yes">
<source><x id="240" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:bookmark-start[0]"/><x id="241" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:alphabetical-index-mark[0]"/><x id="242" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:alphabetical-index-mark[1]"/>Deleting a theme from the Gallery<x id="243" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="240" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:bookmark-start[0]"/><x id="241" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:alphabetical-index-mark[0]"/><x id="242" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:alphabetical-index-mark[1]"/>從圖庫裡刪除主題<x id="243" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[18]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[46]" approved="yes">
<source>To delete a theme from the Gallery:</source>
<target state="translated">從圖庫裡刪除主題:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[20]/text:list-item[0]/text:p[0]" approved="yes">
<source>Go to <g id="244">Insert > Media > Gallery.</g></source>
<target state="translated">「<g id="244">插入 > 媒體 > 圖庫</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[20]/text:list-item[1]/text:p[0]" approved="yes">
<source>Select from the list of themes the theme you wish to delete.</source>
<target state="translated">從主題列表中選擇想要刪除的主題。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[20]/text:list-item[2]/text:p[0]" approved="yes">
<source>Right-click on the theme, then click <g id="245">Delete</g> on the context menu.</source>
<target state="translated">在該主題上按右鍵,然後點擊右鍵選單中的「<g id="245">刪除</g>」。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]" approved="yes">
<source><x id="246" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:bookmark-start[0]"/><x id="247" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:soft-page-break[0]"/><x id="248" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:alphabetical-index-mark[0]"/>Location of the Gallery and the objects in it<x id="249" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="246" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:bookmark-start[0]"/><x id="247" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:soft-page-break[0]"/><x id="248" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:alphabetical-index-mark[0]"/>圖庫的位置和其中的物件<x id="249" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[19]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[47]" approved="yes">
<source>Graphics and other objects shown in the Gallery can be located anywhere on your computer’s hard disk, on a network drive, or other removable media. When you add graphics to the Gallery, the files are not moved or copied; the location of each new object is simply added as a reference.</source>
<target state="translated">顯示於圖庫中的圖像和其他物件可以儲存在任何地方,例如:硬碟、網路硬碟或其他可攜式儲存裝置。當新增圖像至圖庫時,檔案並不會被移動或複製,每個新物件的位置單純地被以參照的形式新增。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[48]" approved="yes">
<source>In a workgroup, you may have access to a shared Gallery (where you cannot change the contents unless authorized to do so) and a user Gallery, where you can add, change, or delete objects.</source>
<target state="translated">在一個工作團對中,你或許會存取一個共享的圖庫(除非被授權,否則無法更改內容的圖庫)或某個使用者的圖庫(可以任意新增、改變或刪除物件的圖庫)。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[49]" approved="yes">
<source>The location of the user Gallery is specified in <g id="250">Tools > Options > LibreOffice > Paths</g>. You can change this location, and you can copy your gallery files (<g id="251">SDV</g>) to other computers.</source>
<target state="translated">使用者圖庫的位置被指定於「<g id="250">工具 > 選項 > LibreOffice > 路徑</g>」。你可以改變這個位置,你也可以複製你的圖庫檔案(<g id="251">SDV</g>)至其他電腦。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[50]" approved="yes">
<source>Gallery contents provided with LibreOffice are stored in a different location. You cannot change this location.</source>
<target state="translated">LibreOffice 提供的圖庫內容儲存在不同的位置,你不可改變這個位置。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[21]/text:list-item[0]/text:p[0]" approved="yes">
<source>Note</source>
<target state="translated">注意</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[51]" approved="yes">
<source>Gallery themes can be packed for distribution through the LibreOffice extensions framework. In that case, the location of the graphic files is determined by the extension settings. To get more gallery themes, visit the LibreOffice extensions website at http://extensions.libreoffice.org.</source>
<target state="translated">透過 LibreOffice 擴充套件框架,你可以包裝並分發圖庫主題,在此種情形,圖像檔案的位置由擴充套件的設定決定。欲取得更多圖庫主題,你可以訪問 LibreOffice 擴充套件網站 http://extensions.libreoffice.org 。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[20]" approved="yes">
<source><x id="252" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[20]/text:bookmark-start[0]"/>Creating an image map<x id="253" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[20]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="252" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[20]/text:bookmark-start[0]"/>影像映射<x id="253" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[20]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[52]" approved="yes">
<source><x id="254" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[52]/text:alphabetical-index-mark[0]"/>An image map defines areas of an image (called <g id="255">hotspots</g>) with hyperlinks to web addresses, other files on the computer, or parts of the same document. Hotspots are the graphic equivalent of text hyperlinks (described in Chapter 12). Clicking on a hotspot causes LibreOffice to open the linked page in the appropriate program (for example, the default browser for an HTML page; LibreOffice Calc for an ODS file; a PDF viewer for a PDF file). You can create hotspots of various shapes and include several hotspots in the same image.</source>
<target state="translated"><x id="254" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[52]/text:alphabetical-index-mark[0]"/>影像映射可讓你在影像上定義一塊區域(稱為「<g id="255">熱點</g>」),使其附加上一個網頁的超連結,或電腦中的其他檔案,或同個文件裡的其他部分。熱點相當於圖像版本的文字超連結(在第十二章中介紹)。點擊熱點,LibreOffice 將會用適當的程式開啟熱點的連結,例如:用預設瀏覽器開啟 HTML 頁面、用 LibreOffice Clac 開啟 ODS 檔、用 PDF 閱覽器開啟 PDF 檔。 你可以在同一張影像上建立多種形狀的不同熱點。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[53]" approved="yes">
<source>To use the image map editor:</source>
<target state="translated">使用影像映射編輯器:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[0]/text:p[0]" approved="yes">
<source>In your LibreOffice document, click on the picture in which you want to create the hotspots.</source>
<target state="translated">在你的 LibreOffice 文件中,點擊你想新增熱點的圖片。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[1]/text:p[0]" approved="yes">
<source>Choose <g id="256">Edit > ImageMap</g> from the menu bar. The ImageMap Editor (Figure <x id="257" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[1]/text:p[0]"/>) opens.</source>
<target state="translated">選擇選單列中的「<g id="256">編輯 > 影像映射</g>」,你會看到影像映射編輯器(圖 <x id="257" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[1]/text:p[0]"/>)開啟。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[2]/text:p[0]" approved="yes">
<source>Select the hotspot drawing shape from the toolbar and draw on the image.</source>
<target state="translated">在工具列中選擇熱點形狀再繪製於圖像上。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[3]/text:p[0]" approved="yes">
<source>Use the fields in the dialog (described below) to define the hotspots and links necessary.</source>
<target state="translated">使用對話框中的區域(將在下方說明)來定義熱點和其必要的連結。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[4]/text:p[0]" approved="yes">
<source>Click the <g id="258">Apply</g> icon <x id="259" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[4]/text:p[0]/draw:frame[0]"/><g id="260"/>to apply the settings.</source>
<target state="translated">點擊「<g id="258">套用</g>」圖示<x id="259" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[4]/text:p[0]/draw:frame[0]"/><g id="260"/>套用設定。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[5]/text:p[0]" approved="yes">
<source>When done, click the <g id="261">Save</g> icon <x id="262" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[5]/text:p[0]/draw:frame[0]"/><g id="263"/>to save the image map to a file, then click the <g id="264">X</g> in the upper right corner to close the dialog.</source>
<target state="translated">當所有設定完畢後,點擊「<g id="261">儲存</g>」圖示 <x id="262" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[22]/text:list-item[5]/text:p[0]/draw:frame[0]"/><g id="263"/> 將影像映射儲存為檔案,然後點擊右上角的「<g id="264">X</g>」將對話框關閉。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[54]" approved="yes">
<source>The main part of the dialog shows the image on which the hotspots are defined. A hotspot is identified by a line indicating its shape.</source>
<target state="translated">對話框的主要部分顯示了欲建立熱點的影像,熱點由一條線所包圍的區域表示。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[55]" approved="yes">
<source>The toolbar at the top of the dialog contains the following tools:</source>
<target state="translated">對話框上方的工具列包含以下工具:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[0]/text:p[0]" approved="yes">
<source><g id="265">Apply</g> button: click this button to apply the changes.</source>
<target state="translated">「<g id="265">套用</g>」按鈕:點擊此按鈕來套用變更。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[1]/text:p[0]" approved="yes">
<source><g id="266">Load,</g> <g id="267">Save,</g> and <g id="268">Select</g> icons.</source>
<target state="translated">「<g id="266">開啟</g>」、「<g id="267">儲存</g>」和「<g id="268">選擇</g>」圖示。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[2]/text:p[0]" approved="yes">
<source>Tools for drawing a hotspot shape: these tools work in exactly the same way as the corresponding tools in the Drawing toolbar.</source>
<target state="translated">繪製熱點形狀的工具:這些工具和繪圖工具列裡對應工具的運作方式相同。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[3]/text:p[0]" approved="yes">
<source><g id="269">Edit</g>, <g id="270">Move</g>, <g id="271">Insert</g>, <g id="272">Delete</g> <g id="273">Points</g>: advanced editing tools to manipulate the shape of a polygon hotspot. Choose the Edit Points tool to activate the other tools.</source>
<target state="translated">「<g id="269">編輯</g>」、「<g id="270">移動</g>、「<g id="271">插入</g>」」和「<g id="272">刪除</g><g id="273">接點</g>」:操作多邊形熱點形狀的進階編輯工具,點擊編輯接點來啟動其他工具。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[4]/text:p[0]" approved="yes">
<source><g id="274">Active</g> icon: toggles the status of a selected hotspot between active and inactive.</source>
<target state="translated">「<g id="274">使用中</g>」圖示:啟用或停用選擇的熱點。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[5]/text:p[0]" approved="yes">
<source><g id="275">Macro</g>: associates a macro with the hotspot instead of just associating a hyperlink.</source>
<target state="translated">「<g id="275">巨集</g>」:指派巨集給熱點。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[23]/text:list-item[6]/text:p[0]" approved="yes">
<source><g id="276">Properties</g>: sets the hyperlink properties and adds the Name attribute to the hyperlink.</source>
<target state="translated">「<g id="276">屬性</g>」:設定超連結屬性和名稱。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[56]/draw:frame[0]/draw:text-box[0]/text:p[0]" approved="yes">
<source><x id="277" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[56]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="278"><g id="279"/></g>Figure <x id="280" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[56]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>: The dialog to create or edit an image map</source>
<target state="translated"><x id="277" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[56]/draw:frame[0]/draw:text-box[0]/text:p[0]/draw:frame[0]"/><g id="278"><g id="279"/></g>圖 <x id="280" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[56]/draw:frame[0]/draw:text-box[0]/text:p[0]"/>:新增或編輯影像映射的對話框</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[57]" approved="yes">
<source>Below the toolbar, specify for the selected hotspot:</source>
<target state="translated">工具列下方為選擇的熱點的設定:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[24]/text:list-item[0]/text:p[0]" approved="yes">
<source><g id="281">Address:</g> the address pointed to by the hyperlink. You can also point to an anchor in a document; to do this, write the address in this format: <g id="282">file:///<path>/document_name#anchor_name</g></source>
<target state="translated"><g id="281">「位置」:</g>超連結指向的位置。你也可以使其指向一個文件的錨點,用以下格式輸入位置:<g id="282">file:///<路徑>/文件名#錨點名</g></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[24]/text:list-item[1]/text:p[0]" approved="yes">
<source><g id="283">Text</g>: type the text that you want to be displayed when the mouse pointer is moved over the hotspot.</source>
<target state="translated">「<g id="283">文字</g>」:輸入你想在滑鼠指在熱點上時顯示的文字。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[24]/text:list-item[2]/text:p[0]" approved="yes">
<source><g id="284">Frame:</g> where the target of the hyperlink will open: pick among _blank (opens in a new browser window), _self (opens in the active browser window), _top or _parent.</source>
<target state="translated">「<g id="284">外框:</g>」設定開啟超連結目標的方式:_blank(在新瀏覽器視窗開啟)、_self(在使用中的瀏覽器視窗開啟)、_top 或 _parent。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[25]/text:list-item[0]/text:p[0]" approved="yes">
<source>Tip</source>
<target state="translated">提示</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[58]" approved="yes">
<source>The value _self for the target frame will usually work just fine. It is therefore not recommended to use the other choices unless absolutely necessary.</source>
<target state="translated">外框的 _self 設定值通常能運作正常,因此除非必要,否則不建議使用其他設定值。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[21]" approved="yes">
<source><x id="285" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[21]/text:bookmark-start[0]"/>Using LibreOffice’s drawing tools<x id="286" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[21]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="285" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[21]/text:bookmark-start[0]"/>使用 LibreOffice 的繪圖工具<x id="286" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[21]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[59]" approved="yes">
<source><x id="287" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[59]/text:alphabetical-index-mark[0]"/>You can use LibreOffice’s drawing tools to create graphics such as simple diagrams using rectangles, circles, lines, text, and other predefined shapes. You can also group several drawing objects to make sure they maintain their relative position and proportion.</source>
<target state="translated"><x id="287" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[59]/text:alphabetical-index-mark[0]"/>你可以使用 LibreOffice 的繪圖工具建立圖像,例如:由矩形、圓形、線條、文字和其他預設形狀構成的簡易的圖表。你也可以將多個繪圖物件設為群組,使群組中物件保持彼此間的相對距離與比例。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[60]" approved="yes">
<source>You can place the drawing objects directly on a page in your document, or you can insert them into a frame.</source>
<target state="translated">你可以直接放置繪圖物件於你的文件業面中,或將他們插入於外框中。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[61]" approved="yes">
<source>You can also use the drawing tools to annotate photographs, screen captures, or other illustrations produced by other programs, but this is not recommended because:</source>
<target state="translated">你也可以使用繪圖工具註解相片、螢幕截圖或其他程式產生的插圖,但不建議這麼做,因為:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[26]/text:list-item[0]/text:p[0]" approved="yes">
<source>You cannot include images in a group with drawing objects, so they may not remain aligned in your document.</source>
<target state="translated">你無法將其包含於其他物件的群組,所以他們或許無法在你的文件中對齊。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[26]/text:list-item[1]/text:p[0]" approved="yes">
<source>If you convert a document to another format, such as HTML, the drawing objects and the graphics will not remain associated; they are saved separately.</source>
<target state="translated">如果你將文件轉檔至其他格式,例如 HTML,繪圖物件和圖像將不會保持關連——他們會被分別儲存。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[62]" approved="yes">
<source>In general, if you need to create complex drawings, it is recommended to use LibreOffice Draw, which includes many more features such as layers, styles, and so on.</source>
<target state="translated">總而言之,如果你想建立複雜的繪圖物件,建議你使用 LibreOffice Draw,其擁有更多功能,例如:圖層、風格等。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]" approved="yes">
<source><x id="288" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:bookmark-start[0]"/><x id="289" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:soft-page-break[0]"/>Creating drawing objects<x id="290" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="288" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:bookmark-start[0]"/><x id="289" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:soft-page-break[0]"/>建立繪圖物件<x id="290" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[22]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[63]" approved="yes">
<source>To begin using the drawing tools, display the Drawing toolbar (Figure <x id="291" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[63]"/>) by clicking <g id="292">View > Toolbars > Drawing</g> or by clicking on the <g id="293">Show Draw Functions</g> icon <g id="294"><x id="295" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[63]/text:span[2]/draw:frame[0]"/></g><g id="296"><g id="297"/>on the standard toolbar.</g></source>
<target state="translated">欲開始使用繪圖工具,請先開啟繪圖工具列(圖 <x id="291" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[63]"/>),點擊「<g id="292">檢視 > 工具列 > 繪圖</g>」,或點擊 <g id="294"><x id="295" xid="office:document-content[0]/office:body[0]/office:text[0]/text:p[63]/text:span[2]/draw:frame[0]"/></g><g id="296"><g id="297"/>在「標準工具列」上</g>的「<g id="293">顯示繪圖功能</g>」圖示 。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[27]/text:list-item[0]/text:p[0]" approved="yes">
<source>Tip</source>
<target state="translated">提示</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[64]" approved="yes">
<source>If you are planning to use the drawing tools repeatedly, you can tear off (undock) this toolbar and move it to a convenient place it as a floating toolbar in the window.</source>
<target state="translated">如果你打算重複地使用繪圖工具,你可以拉下此工具列,作為浮動工具列,將其移至你覺得方便的地方。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>1</source>
<target state="translated">1</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Select</source>
<target state="translated">選擇</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>7</source>
<target state="translated">7</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Rectangle</source>
<target state="translated">矩形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>13</source>
<target state="translated">13</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Right Triangle</source>
<target state="translated">直角三角形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>19</source>
<target state="translated">19</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[1]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Flowchart</source>
<target state="translated">流程圖</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>2</source>
<target state="translated">2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Insert Line</source>
<target state="translated">插入線條</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>8</source>
<target state="translated">8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Rectangle, Rounded</source>
<target state="translated">矩形,圓角</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>14</source>
<target state="translated">14</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Insert Basic Shapes</source>
<target state="translated">插入基本形狀</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>20</source>
<target state="translated">20</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[2]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Callouts</source>
<target state="translated">圖說文字</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>3</source>
<target state="translated">3</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Lines and Arrows</source>
<target state="translated">線條與箭頭</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>9</source>
<target state="translated">9</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Square</source>
<target state="translated">方形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>15</source>
<target state="translated">15</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Symbol</source>
<target state="translated">符號</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>21</source>
<target state="translated">21</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[3]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Insert Text Box</source>
<target state="translated">插入文字方塊</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>4</source>
<target state="translated">4</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Curve, Freehand</source>
<target state="translated">曲線,自由線條</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>10</source>
<target state="translated">10</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Ellipse</source>
<target state="translated">橢圓形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>16</source>
<target state="translated">16</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Arrow</source>
<target state="translated">箭頭</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>22</source>
<target state="translated">22</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[4]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Fontwork</source>
<target state="translated">美術字</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[0]/text:p[0]" approved="yes">
<source>5</source>
<target state="translated">5</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Curve, Bézier</source>
<target state="translated">曲線,貝茲曲線</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>11</source>
<target state="translated">11</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Circle</source>
<target state="translated">圓形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>17</source>
<target state="translated">17</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Star</source>
<target state="translated">星形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>23</source>
<target state="translated">23</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[5]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Points</source>
<target state="translated">接點</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>6</source>
<target state="translated">6</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Polygon</source>
<target state="translated">多邊形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>12</source>
<target state="translated">12</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Isosceles Triangle</source>
<target state="translated">等腰三角形</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>18</source>
<target state="translated">18</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Callout</source>
<target state="translated">圖說文字</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>24</source>
<target state="translated">24</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[6]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Toggle extrusion</source>
<target state="translated">切換擠出</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[7]/table:table-cell[0]/text:p[0]" approved="yes">
<source>Figure <x id="298" xid="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[7]/table:table-cell[0]/text:p[0]"/>: The Drawing Toolbar</source>
<target state="translated">圖 <x id="298" xid="office:document-content[0]/office:body[0]/office:text[0]/table:table[0]/table:table-row[7]/table:table-cell[0]/text:p[0]"/>:繪圖工具列</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[65]" approved="yes">
<source>To use a drawing tool:</source>
<target state="translated">使用繪圖工具列</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[0]/text:p[0]" approved="yes">
<source>Click in the document where you want the drawing to be anchored. You can change the anchor later, if necessary.</source>
<target state="translated">點擊文件中你想錨定繪圖的地方,如果需要,你可以稍後修改錨點。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]" approved="yes">
<source>Choose the tool from<x id="299" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/text:alphabetical-index-mark[0]"/> the Drawing toolbar (Figure <x id="300" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]"/>). The mouse pointer changes to a drawing-functions pointer <x id="301" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/draw:frame[0]"/><g id="302"/>and the normal Formatting Toolbar changes to Drawing Object Properties toolbar (Figure <g id="303"><x id="304" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/text:span[0]"/></g>).</source>
<target state="translated"><x id="299" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/text:alphabetical-index-mark[0]"/>從繪圖工具欄(圖 <x id="300" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]"/>)中選擇工具,滑鼠游標將會變成繪圖功能游標<x id="301" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/draw:frame[0]"/><g id="302"/>,而普通的格式工具列將會變成繪圖物件屬性工具列(圖 <g id="303"><x id="304" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[1]/text:p[0]/text:span[0]"/></g>)。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[2]/text:p[0]" approved="yes">
<source>Move the cross-hair pointer to the place in the document where you want the graphic to appear and then click and drag to create the drawing object. Release the mouse button. The selected drawing function remains active, so that you can draw another object of the same type.</source>
<target state="translated">移動十字游標至文件中你想讓圖像出現的位置,透過點擊並拖曳建立繪圖物件後,放開滑鼠左鍵,被選擇的繪圖功能仍會保持啟用,你可以直接繪製另一個相同類型的物件。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[3]/text:p[0]" approved="yes">
<source>To cancel the selected drawing function, press the <g id="305">Esc</g> key or click on the <g id="306">Select</g> icon (the arrow) on the Drawing toolbar.</source>
<target state="translated">欲取消選取繪圖功能,請按「<g id="305">Esc</g>」鍵,或點擊繪圖工具列中的<g id="306">選擇</g>圖示(箭頭)。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[4]/text:p[0]" approved="yes">
<source>You can now change the properties (fill color, line type and weight, anchoring, and others) of the drawing object using either <x id="307" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[4]/text:p[0]/text:alphabetical-index-mark[0]"/>the Drawing Object Properties toolbar (Figure <x id="308" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[4]/text:p[0]"/>) or the choices and dialogs reached by right-clicking on the drawing object.</source>
<target state="translated">你現在可以變更繪圖物件的屬性(填滿、線條類型和粗細、錨定等),請使用<x id="307" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[4]/text:p[0]/text:alphabetical-index-mark[0]"/>繪圖物件屬性工具列(圖 <x id="308" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[28]/text:list-item[4]/text:p[0]"/>),或使用在繪圖物件上按右鍵所顯示的選項。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]" approved="yes">
<source><x id="309" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:bookmark-start[0]"/>Setting or <x id="310" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:alphabetical-index-mark[0]"/>changing properties for drawing objects<x id="311" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:bookmark-end[0]"/></source>
<target state="translated"><x id="309" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:bookmark-start[0]"/>設定或<x id="310" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:alphabetical-index-mark[0]"/>變更繪圖物件屬性<x id="311" xid="office:document-content[0]/office:body[0]/office:text[0]/text:h[23]/text:bookmark-end[0]"/></target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:p[66]" approved="yes">
<source>To set the properties for a drawing object before you draw it:</source>
<target state="translated">在繪製前設定繪圖物件的屬性:</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[0]/text:p[0]" approved="yes">
<source>On the Drawing toolbar (Figure <x id="312" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[0]/text:p[0]"/>), click the <g id="313">Select</g> tool.</source>
<target state="translated">在繪圖工具列(圖 <x id="312" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[0]/text:p[0]"/>)中,點擊「<g id="313">選擇</g>」工具。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[1]/text:p[0]" approved="yes">
<source>On the Drawing Object Properties toolbar (Figure <x id="314" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[1]/text:p[0]"/>), click on the icon for each property and select the value you want for that property.</source>
<target state="translated">在繪圖物件屬性工具列(圖 <x id="314" xid="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[1]/text:p[0]"/>)上,點擊你想變更的屬性的圖示並設定你想要的數值。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/text:list[29]/text:list-item[2]/text:p[0]" approved="yes">
<source>For more control, or to define new attributes, you can click on the <g id="315">Area</g> or <g id="316">Line</g> icons on the toolbar to display detailed dialogs.</source>
<target state="translated">如要變更更多設定,你可以點擊繪圖物件屬性工具列上的「<g id="315">區域</g>」或「<g id="316">線條</g>」圖示,細節對話框會顯示。</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>1</source>
<target state="translated">1</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Line Color</source>
<target state="translated">線條色彩</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>8</source>
<target state="translated">8</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Wrap Off</source>
<target state="translated">關閉環繞</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>15</source>
<target state="translated">15</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Align</source>
<target state="translated">對齊</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>22</source>
<target state="translated">22</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[1]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Group</source>
<target state="translated">群組</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>2</source>
<target state="translated">2</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Arrow Style</source>
<target state="translated">箭頭樣式</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>9</source>
<target state="translated">9</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Page Wrap</source>
<target state="translated">頁面環繞</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>16</source>
<target state="translated">16</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Bring to Front</source>
<target state="translated">移動到最上層</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>23</source>
<target state="translated">23</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[2]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Enter Group</source>
<target state="translated">進入群組</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[0]/text:p[0]/text:span[0]" approved="yes">
<source>3</source>
<target state="translated">3</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[1]/text:p[0]" approved="yes">
<source>Line Style</source>
<target state="translated">線條樣式</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[2]/text:p[0]/text:span[0]" approved="yes">
<source>10</source>
<target state="translated">10</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[3]/text:p[0]" approved="yes">
<source>Optimal Page Wrap</source>
<target state="translated">最佳頁面環繞</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[4]/text:p[0]/text:span[0]" approved="yes">
<source>17</source>
<target state="translated">17</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[5]/text:p[0]" approved="yes">
<source>Forward One</source>
<target state="translated">上移一層</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[6]/text:p[0]/text:span[0]" approved="yes">
<source>24</source>
<target state="translated">24</target></trans-unit>
<trans-unit xml:space="preserve" id="office:document-content[0]/office:body[0]/office:text[0]/table:table[1]/table:table-row[3]/table:table-cell[7]/text:p[0]" approved="yes">
<source>Exit Group</source>
<target state="translated">退出群組</target></trans-unit>