blob: 11e8fcbbcfe13ca63504c2998726c6ac9eb27669 (
plain)
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
|
#. extracted from chart2/uiconfig/ui
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: 2013-05-26 10:31+0800\n"
"Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"SmoothLinesDialog\n"
"title\n"
"string.text"
msgid "Smooth Lines"
msgstr "平滑線"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"TypeLabel\n"
"label\n"
"string.text"
msgid "Line _Type:"
msgstr "線類型(_T):"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"SplineTypeComboBox\n"
"0\n"
"stringlist.text"
msgid "Cubic spline"
msgstr "立方樣條"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"SplineTypeComboBox\n"
"1\n"
"stringlist.text"
msgid "B-spline"
msgstr "B 樣條"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"ResolutionLabel\n"
"label\n"
"string.text"
msgid "_Resolution:"
msgstr "解析度(_R):"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"PolynomialsLabel\n"
"label\n"
"string.text"
msgid "_Degree of polynomials:"
msgstr "多項式次數(_D):"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"SplineTypeModel\n"
"0\n"
"stringlist.text"
msgid "Cubic Spline"
msgstr "立方樣條"
#: smoothlinesdlg.ui
msgctxt ""
"smoothlinesdlg.ui\n"
"SplineTypeModel\n"
"1\n"
"stringlist.text"
msgid "B-Spline"
msgstr "B 樣條"
#: steppedlinesdlg.ui
msgctxt ""
"steppedlinesdlg.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "Choose the type of stepping:"
msgstr "選擇階狀類型:"
#: steppedlinesdlg.ui
msgctxt ""
"steppedlinesdlg.ui\n"
"step_start_rb\n"
"label\n"
"string.text"
msgid "_Start with horizontal line"
msgstr "以水平線開頭(_S)"
#: steppedlinesdlg.ui
msgctxt ""
"steppedlinesdlg.ui\n"
"step_center_x_rb\n"
"label\n"
"string.text"
msgid "Step at the _horizontal mean"
msgstr "於水平平均處升階(_H)"
#: steppedlinesdlg.ui
msgctxt ""
"steppedlinesdlg.ui\n"
"step_end_rb\n"
"label\n"
"string.text"
msgid "_End with horizontal line"
msgstr "以水平線結尾(_E)"
#: steppedlinesdlg.ui
msgctxt ""
"steppedlinesdlg.ui\n"
"step_center_y_rb\n"
"label\n"
"string.text"
msgid "Step to the _vertical mean"
msgstr "升階至垂直平均處(_V)"
|