@ckeditor/ckeditor5-table 34.1.0 → 35.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +261 -0
- package/LICENSE.md +4 -0
- package/build/table.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/da.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pt.js +1 -0
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/ckeditor5-metadata.json +1 -1
- package/lang/translations/ar.po +11 -11
- package/lang/translations/bg.po +43 -43
- package/lang/translations/bn.po +263 -0
- package/lang/translations/ca.po +261 -0
- package/lang/translations/da.po +6 -6
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +3 -3
- package/lang/translations/fi.po +41 -41
- package/lang/translations/fr.po +4 -4
- package/lang/translations/he.po +261 -0
- package/lang/translations/hi.po +3 -3
- package/lang/translations/id.po +21 -21
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +45 -45
- package/lang/translations/ko.po +60 -60
- package/lang/translations/lt.po +43 -43
- package/lang/translations/lv.po +2 -2
- package/lang/translations/ms.po +261 -0
- package/lang/translations/nl.po +25 -25
- package/lang/translations/no.po +3 -3
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +261 -0
- package/lang/translations/sv.po +56 -56
- package/lang/translations/th.po +42 -42
- package/lang/translations/tr.po +3 -3
- package/lang/translations/uk.po +3 -3
- package/lang/translations/vi.po +28 -28
- package/lang/translations/zh-cn.po +3 -3
- package/package.json +27 -26
- package/src/tablecellproperties/ui/tablecellpropertiesview.js +2 -2
- package/src/tableproperties/ui/tablepropertiesview.js +1 -1
- package/src/tableui.js +6 -2
- package/src/ui/colorinputview.js +2 -1
- package/src/utils/ui/contextualballoon.js +3 -3
- package/src/utils/ui/widget.js +7 -1
package/lang/translations/ko.po
CHANGED
|
@@ -22,240 +22,240 @@ msgstr "테이블 삽입"
|
|
|
22
22
|
|
|
23
23
|
msgctxt "Label for the set/unset table header column button."
|
|
24
24
|
msgid "Header column"
|
|
25
|
-
msgstr ""
|
|
25
|
+
msgstr "헤더 열"
|
|
26
26
|
|
|
27
27
|
msgctxt "Label for the insert table column to the left of the current one button."
|
|
28
28
|
msgid "Insert column left"
|
|
29
|
-
msgstr ""
|
|
29
|
+
msgstr "왼쪽에 열 삽입"
|
|
30
30
|
|
|
31
31
|
msgctxt "Label for the insert table column to the right of the current one button."
|
|
32
32
|
msgid "Insert column right"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "오른쪽에 열 삽입"
|
|
34
34
|
|
|
35
35
|
msgctxt "Label for the delete table column button."
|
|
36
36
|
msgid "Delete column"
|
|
37
|
-
msgstr ""
|
|
37
|
+
msgstr "열 삭제"
|
|
38
38
|
|
|
39
39
|
msgctxt "Label for the select the entire table column button."
|
|
40
40
|
msgid "Select column"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "열 선택"
|
|
42
42
|
|
|
43
43
|
msgctxt "Label for the table column dropdown button."
|
|
44
44
|
msgid "Column"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "열"
|
|
46
46
|
|
|
47
47
|
msgctxt "Label for the set/unset table header row button."
|
|
48
48
|
msgid "Header row"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "헤더 행"
|
|
50
50
|
|
|
51
51
|
msgctxt "Label for the insert row below button."
|
|
52
52
|
msgid "Insert row below"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "아래에 행 삽입"
|
|
54
54
|
|
|
55
55
|
msgctxt "Label for the insert row above button."
|
|
56
56
|
msgid "Insert row above"
|
|
57
|
-
msgstr ""
|
|
57
|
+
msgstr "위에 행 삽입"
|
|
58
58
|
|
|
59
59
|
msgctxt "Label for the delete table row button."
|
|
60
60
|
msgid "Delete row"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "행 삭제"
|
|
62
62
|
|
|
63
63
|
msgctxt "Label for the select the entire table row button."
|
|
64
64
|
msgid "Select row"
|
|
65
|
-
msgstr ""
|
|
65
|
+
msgstr "행 선택"
|
|
66
66
|
|
|
67
67
|
msgctxt "Label for the table row dropdown button."
|
|
68
68
|
msgid "Row"
|
|
69
|
-
msgstr ""
|
|
69
|
+
msgstr "행"
|
|
70
70
|
|
|
71
71
|
msgctxt "Label for the merge table cell up button."
|
|
72
72
|
msgid "Merge cell up"
|
|
73
|
-
msgstr ""
|
|
73
|
+
msgstr "위 셀과 병합"
|
|
74
74
|
|
|
75
75
|
msgctxt "Label for the merge table cell right button."
|
|
76
76
|
msgid "Merge cell right"
|
|
77
|
-
msgstr ""
|
|
77
|
+
msgstr "오른쪽 셀과 병합"
|
|
78
78
|
|
|
79
79
|
msgctxt "Label for the merge table cell down button."
|
|
80
80
|
msgid "Merge cell down"
|
|
81
|
-
msgstr ""
|
|
81
|
+
msgstr "아래 셀과 병합"
|
|
82
82
|
|
|
83
83
|
msgctxt "Label for the merge table cell left button."
|
|
84
84
|
msgid "Merge cell left"
|
|
85
|
-
msgstr ""
|
|
85
|
+
msgstr "왼쪽 셀과 병합"
|
|
86
86
|
|
|
87
87
|
msgctxt "Label for the split table cell vertically button."
|
|
88
88
|
msgid "Split cell vertically"
|
|
89
|
-
msgstr ""
|
|
89
|
+
msgstr "세로로 셀 분할"
|
|
90
90
|
|
|
91
91
|
msgctxt "Label for the split table cell horizontally button."
|
|
92
92
|
msgid "Split cell horizontally"
|
|
93
|
-
msgstr ""
|
|
93
|
+
msgstr "가로로 셀 분할"
|
|
94
94
|
|
|
95
95
|
msgctxt "Label for the merge table cells button."
|
|
96
96
|
msgid "Merge cells"
|
|
97
|
-
msgstr ""
|
|
97
|
+
msgstr "셀 병합"
|
|
98
98
|
|
|
99
99
|
msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
|
|
100
100
|
msgid "Table toolbar"
|
|
101
|
-
msgstr ""
|
|
101
|
+
msgstr "표 도구 모음"
|
|
102
102
|
|
|
103
103
|
msgctxt "The label describing the form allowing to specify the properties of a selected table."
|
|
104
104
|
msgid "Table properties"
|
|
105
|
-
msgstr ""
|
|
105
|
+
msgstr "표 속성"
|
|
106
106
|
|
|
107
107
|
msgctxt "The label describing the form allowing to specify the properties of a selected table cell."
|
|
108
108
|
msgid "Cell properties"
|
|
109
|
-
msgstr ""
|
|
109
|
+
msgstr "셀 속성"
|
|
110
110
|
|
|
111
111
|
msgctxt "The label describing a group of border–related form fields (border style, color, etc.)."
|
|
112
112
|
msgid "Border"
|
|
113
|
-
msgstr ""
|
|
113
|
+
msgstr "테두리"
|
|
114
114
|
|
|
115
115
|
msgctxt "The label for the dropdown that allows configuring the border style of a table or a table cell."
|
|
116
116
|
msgid "Style"
|
|
117
|
-
msgstr ""
|
|
117
|
+
msgstr "스타일"
|
|
118
118
|
|
|
119
119
|
msgctxt "The label for the input that allows configuring the width of a table or a table cell or the width of a border."
|
|
120
120
|
msgid "Width"
|
|
121
|
-
msgstr ""
|
|
121
|
+
msgstr "가로"
|
|
122
122
|
|
|
123
123
|
msgctxt "The label for the input that allows configuring the height of a table or a table cell."
|
|
124
124
|
msgid "Height"
|
|
125
|
-
msgstr ""
|
|
125
|
+
msgstr "세로"
|
|
126
126
|
|
|
127
127
|
msgctxt "The label for the input that allows configuring the border color of a table or a table cell."
|
|
128
128
|
msgid "Color"
|
|
129
|
-
msgstr ""
|
|
129
|
+
msgstr "색"
|
|
130
130
|
|
|
131
131
|
msgctxt "The label for the input that allows configuring the background color of a table or a table cell."
|
|
132
132
|
msgid "Background"
|
|
133
|
-
msgstr ""
|
|
133
|
+
msgstr "배경색"
|
|
134
134
|
|
|
135
135
|
msgctxt "The label for the input that allows configuring the padding of a table cell."
|
|
136
136
|
msgid "Padding"
|
|
137
|
-
msgstr ""
|
|
137
|
+
msgstr "여백"
|
|
138
138
|
|
|
139
139
|
msgctxt "The label describing a group of form fields that allows setting dimensions of a table or a table cell."
|
|
140
140
|
msgid "Dimensions"
|
|
141
|
-
msgstr ""
|
|
141
|
+
msgstr "크기"
|
|
142
142
|
|
|
143
143
|
msgctxt "The label for the group of toolbars that allows configuring the text alignment in a table cell."
|
|
144
144
|
msgid "Table cell text alignment"
|
|
145
|
-
msgstr ""
|
|
145
|
+
msgstr "표 셀 텍스트 정렬"
|
|
146
146
|
|
|
147
147
|
msgctxt "The label for the toolbar that allows configuring the alignment of a table."
|
|
148
148
|
msgid "Alignment"
|
|
149
|
-
msgstr ""
|
|
149
|
+
msgstr "정렬"
|
|
150
150
|
|
|
151
151
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the horizontal text alignment in a table cell."
|
|
152
152
|
msgid "Horizontal text alignment toolbar"
|
|
153
|
-
msgstr ""
|
|
153
|
+
msgstr "가로 텍스트 정렬 도구 모음"
|
|
154
154
|
|
|
155
155
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the vertical text alignment in a table cell."
|
|
156
156
|
msgid "Vertical text alignment toolbar"
|
|
157
|
-
msgstr ""
|
|
157
|
+
msgstr "세로 텍스트 정렬 도구 모음"
|
|
158
158
|
|
|
159
159
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the alignment of a table."
|
|
160
160
|
msgid "Table alignment toolbar"
|
|
161
|
-
msgstr ""
|
|
161
|
+
msgstr "표 정렬 도구 모음"
|
|
162
162
|
|
|
163
163
|
msgctxt "The label for the border style dropdown when no style is applied to a table or a table cell."
|
|
164
164
|
msgid "None"
|
|
165
|
-
msgstr ""
|
|
165
|
+
msgstr "선 없음"
|
|
166
166
|
|
|
167
167
|
msgctxt "The label for the border style dropdown when the solid border is applied to a table or a table cell."
|
|
168
168
|
msgid "Solid"
|
|
169
|
-
msgstr ""
|
|
169
|
+
msgstr "실선"
|
|
170
170
|
|
|
171
171
|
msgctxt "The label for the border style dropdown when the dotted border is applied to a table or a table cell."
|
|
172
172
|
msgid "Dotted"
|
|
173
|
-
msgstr ""
|
|
173
|
+
msgstr "점선"
|
|
174
174
|
|
|
175
175
|
msgctxt "The label for the border style dropdown when the dashed border is applied to a table or a table cell."
|
|
176
176
|
msgid "Dashed"
|
|
177
|
-
msgstr ""
|
|
177
|
+
msgstr "파선"
|
|
178
178
|
|
|
179
179
|
msgctxt "The label for the border style dropdown when the double border is applied to a table or a table cell."
|
|
180
180
|
msgid "Double"
|
|
181
|
-
msgstr ""
|
|
181
|
+
msgstr "이중선"
|
|
182
182
|
|
|
183
183
|
msgctxt "The label for the border style dropdown when the groove border is applied to a table or a table cell."
|
|
184
184
|
msgid "Groove"
|
|
185
|
-
msgstr ""
|
|
185
|
+
msgstr "음각선"
|
|
186
186
|
|
|
187
187
|
msgctxt "The label for the border style dropdown when the ridge border is applied to a table or a table cell."
|
|
188
188
|
msgid "Ridge"
|
|
189
|
-
msgstr ""
|
|
189
|
+
msgstr "양각선"
|
|
190
190
|
|
|
191
191
|
msgctxt "The label for the border style dropdown when the inset border is applied to a table or a table cell."
|
|
192
192
|
msgid "Inset"
|
|
193
|
-
msgstr ""
|
|
193
|
+
msgstr "측면 음각선"
|
|
194
194
|
|
|
195
195
|
msgctxt "The label for the border style dropdown when the outset border is applied to a table or a table cell."
|
|
196
196
|
msgid "Outset"
|
|
197
|
-
msgstr ""
|
|
197
|
+
msgstr "측면 양각선"
|
|
198
198
|
|
|
199
199
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the left."
|
|
200
200
|
msgid "Align cell text to the left"
|
|
201
|
-
msgstr ""
|
|
201
|
+
msgstr "셀 텍스트를 왼쪽으로 정렬"
|
|
202
202
|
|
|
203
203
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the center."
|
|
204
204
|
msgid "Align cell text to the center"
|
|
205
|
-
msgstr ""
|
|
205
|
+
msgstr "셀 텍스트를 가로 가운데로 정렬"
|
|
206
206
|
|
|
207
207
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the right."
|
|
208
208
|
msgid "Align cell text to the right"
|
|
209
|
-
msgstr ""
|
|
209
|
+
msgstr "셀 텍스트를 오른쪽으로 정렬"
|
|
210
210
|
|
|
211
211
|
msgctxt "The label used by assistive technologies describing a button that justifies the table cell text."
|
|
212
212
|
msgid "Justify cell text"
|
|
213
|
-
msgstr ""
|
|
213
|
+
msgstr "셀 텍스트를 양쪽으로 정렬"
|
|
214
214
|
|
|
215
215
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the top."
|
|
216
216
|
msgid "Align cell text to the top"
|
|
217
|
-
msgstr ""
|
|
217
|
+
msgstr "셀 텍스트를 위로 정렬"
|
|
218
218
|
|
|
219
219
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the middle."
|
|
220
220
|
msgid "Align cell text to the middle"
|
|
221
|
-
msgstr ""
|
|
221
|
+
msgstr "셀 텍스트를 세로 가운데로 정렬"
|
|
222
222
|
|
|
223
223
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the bottom."
|
|
224
224
|
msgid "Align cell text to the bottom"
|
|
225
|
-
msgstr ""
|
|
225
|
+
msgstr "셀 텍스트를 아래로 정렬"
|
|
226
226
|
|
|
227
227
|
msgctxt "The label used by assistive technologies describing a button that aligns the table to the left."
|
|
228
228
|
msgid "Align table to the left"
|
|
229
|
-
msgstr ""
|
|
229
|
+
msgstr "테이블을 왼쪽으로 정렬"
|
|
230
230
|
|
|
231
231
|
msgctxt "The label used by assistive technologies describing a button that centers the table."
|
|
232
232
|
msgid "Center table"
|
|
233
|
-
msgstr ""
|
|
233
|
+
msgstr "테이블을 가운데로 정렬"
|
|
234
234
|
|
|
235
235
|
msgctxt "The label used by assistive technologies describing a button that aligns the table to the right."
|
|
236
236
|
msgid "Align table to the right"
|
|
237
|
-
msgstr ""
|
|
237
|
+
msgstr "테이블을 오른쪽으로 정렬"
|
|
238
238
|
|
|
239
239
|
msgctxt "The localized error string that can be displayed next to color (background, border) fields that have an invalid value"
|
|
240
240
|
msgid "The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\"."
|
|
241
|
-
msgstr ""
|
|
241
|
+
msgstr "유효하지 않은 색입니다. \"#FF0000\"이나 \"rgb(255,0,0)\", 또는 \"red\"를 입력해 보세요."
|
|
242
242
|
|
|
243
243
|
msgctxt "The localized error string that can be displayed next to length (padding, border width) fields that have an invalid value."
|
|
244
244
|
msgid "The value is invalid. Try \"10px\" or \"2em\" or simply \"2\"."
|
|
245
|
-
msgstr ""
|
|
245
|
+
msgstr "유효하지 않은 값입니다. \"10px\"이나 \"2em\", 또는 그냥 \"2\"를 입력해 보세요."
|
|
246
246
|
|
|
247
247
|
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
|
|
248
248
|
msgid "Color picker"
|
|
249
|
-
msgstr ""
|
|
249
|
+
msgstr "색상 선택기"
|
|
250
250
|
|
|
251
251
|
msgctxt "The button label for the table toolbar hiding caption attached to the table."
|
|
252
252
|
msgid "Toggle caption off"
|
|
253
|
-
msgstr ""
|
|
253
|
+
msgstr "캡션 지우기"
|
|
254
254
|
|
|
255
255
|
msgctxt "The button label for the table toolbar showing caption attached to the table."
|
|
256
256
|
msgid "Toggle caption on"
|
|
257
|
-
msgstr ""
|
|
257
|
+
msgstr "캡션 넣기"
|
|
258
258
|
|
|
259
259
|
msgctxt "The placeholder text for the table caption displayed when the caption is empty."
|
|
260
260
|
msgid "Enter table caption"
|
|
261
|
-
msgstr ""
|
|
261
|
+
msgstr "테이블 캡션 입력"
|
package/lang/translations/lt.po
CHANGED
|
@@ -38,7 +38,7 @@ msgstr "Ištrinti stulpelį"
|
|
|
38
38
|
|
|
39
39
|
msgctxt "Label for the select the entire table column button."
|
|
40
40
|
msgid "Select column"
|
|
41
|
-
msgstr ""
|
|
41
|
+
msgstr "Pasirinkti stulpelį"
|
|
42
42
|
|
|
43
43
|
msgctxt "Label for the table column dropdown button."
|
|
44
44
|
msgid "Column"
|
|
@@ -62,7 +62,7 @@ msgstr "Ištrinti eilutę"
|
|
|
62
62
|
|
|
63
63
|
msgctxt "Label for the select the entire table row button."
|
|
64
64
|
msgid "Select row"
|
|
65
|
-
msgstr ""
|
|
65
|
+
msgstr "Pasirinkti eilutę"
|
|
66
66
|
|
|
67
67
|
msgctxt "Label for the table row dropdown button."
|
|
68
68
|
msgid "Row"
|
|
@@ -98,164 +98,164 @@ msgstr "Sujungti langelius"
|
|
|
98
98
|
|
|
99
99
|
msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
|
|
100
100
|
msgid "Table toolbar"
|
|
101
|
-
msgstr ""
|
|
101
|
+
msgstr "Lentelės įrankių juosta"
|
|
102
102
|
|
|
103
103
|
msgctxt "The label describing the form allowing to specify the properties of a selected table."
|
|
104
104
|
msgid "Table properties"
|
|
105
|
-
msgstr ""
|
|
105
|
+
msgstr "Lentelės savybės"
|
|
106
106
|
|
|
107
107
|
msgctxt "The label describing the form allowing to specify the properties of a selected table cell."
|
|
108
108
|
msgid "Cell properties"
|
|
109
|
-
msgstr ""
|
|
109
|
+
msgstr "Langelio savybės"
|
|
110
110
|
|
|
111
111
|
msgctxt "The label describing a group of border–related form fields (border style, color, etc.)."
|
|
112
112
|
msgid "Border"
|
|
113
|
-
msgstr ""
|
|
113
|
+
msgstr "Kraštas"
|
|
114
114
|
|
|
115
115
|
msgctxt "The label for the dropdown that allows configuring the border style of a table or a table cell."
|
|
116
116
|
msgid "Style"
|
|
117
|
-
msgstr ""
|
|
117
|
+
msgstr "Stilius"
|
|
118
118
|
|
|
119
119
|
msgctxt "The label for the input that allows configuring the width of a table or a table cell or the width of a border."
|
|
120
120
|
msgid "Width"
|
|
121
|
-
msgstr ""
|
|
121
|
+
msgstr "Plotis"
|
|
122
122
|
|
|
123
123
|
msgctxt "The label for the input that allows configuring the height of a table or a table cell."
|
|
124
124
|
msgid "Height"
|
|
125
|
-
msgstr ""
|
|
125
|
+
msgstr "Aukštis"
|
|
126
126
|
|
|
127
127
|
msgctxt "The label for the input that allows configuring the border color of a table or a table cell."
|
|
128
128
|
msgid "Color"
|
|
129
|
-
msgstr ""
|
|
129
|
+
msgstr "Spalva"
|
|
130
130
|
|
|
131
131
|
msgctxt "The label for the input that allows configuring the background color of a table or a table cell."
|
|
132
132
|
msgid "Background"
|
|
133
|
-
msgstr ""
|
|
133
|
+
msgstr "Fonas"
|
|
134
134
|
|
|
135
135
|
msgctxt "The label for the input that allows configuring the padding of a table cell."
|
|
136
136
|
msgid "Padding"
|
|
137
|
-
msgstr ""
|
|
137
|
+
msgstr "Užpildymas"
|
|
138
138
|
|
|
139
139
|
msgctxt "The label describing a group of form fields that allows setting dimensions of a table or a table cell."
|
|
140
140
|
msgid "Dimensions"
|
|
141
|
-
msgstr ""
|
|
141
|
+
msgstr "Matmenys"
|
|
142
142
|
|
|
143
143
|
msgctxt "The label for the group of toolbars that allows configuring the text alignment in a table cell."
|
|
144
144
|
msgid "Table cell text alignment"
|
|
145
|
-
msgstr ""
|
|
145
|
+
msgstr "Lentelės langelio teksto lygiavimas"
|
|
146
146
|
|
|
147
147
|
msgctxt "The label for the toolbar that allows configuring the alignment of a table."
|
|
148
148
|
msgid "Alignment"
|
|
149
|
-
msgstr ""
|
|
149
|
+
msgstr "Lygiavimas"
|
|
150
150
|
|
|
151
151
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the horizontal text alignment in a table cell."
|
|
152
152
|
msgid "Horizontal text alignment toolbar"
|
|
153
|
-
msgstr ""
|
|
153
|
+
msgstr "Horizontalaus teksto lygiavimo įrankių juosta"
|
|
154
154
|
|
|
155
155
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the vertical text alignment in a table cell."
|
|
156
156
|
msgid "Vertical text alignment toolbar"
|
|
157
|
-
msgstr ""
|
|
157
|
+
msgstr "Vertikalaus teksto lygiavimo įrankių juosta"
|
|
158
158
|
|
|
159
159
|
msgctxt "The label used by assistive technologies describing a toolbar that allows configuring the alignment of a table."
|
|
160
160
|
msgid "Table alignment toolbar"
|
|
161
|
-
msgstr ""
|
|
161
|
+
msgstr "Teksto lygiavimo įrankių juosta"
|
|
162
162
|
|
|
163
163
|
msgctxt "The label for the border style dropdown when no style is applied to a table or a table cell."
|
|
164
164
|
msgid "None"
|
|
165
|
-
msgstr ""
|
|
165
|
+
msgstr "Nieko"
|
|
166
166
|
|
|
167
167
|
msgctxt "The label for the border style dropdown when the solid border is applied to a table or a table cell."
|
|
168
168
|
msgid "Solid"
|
|
169
|
-
msgstr ""
|
|
169
|
+
msgstr "Vientisas"
|
|
170
170
|
|
|
171
171
|
msgctxt "The label for the border style dropdown when the dotted border is applied to a table or a table cell."
|
|
172
172
|
msgid "Dotted"
|
|
173
|
-
msgstr ""
|
|
173
|
+
msgstr "Taškuotas"
|
|
174
174
|
|
|
175
175
|
msgctxt "The label for the border style dropdown when the dashed border is applied to a table or a table cell."
|
|
176
176
|
msgid "Dashed"
|
|
177
|
-
msgstr ""
|
|
177
|
+
msgstr "Brūkšneliais"
|
|
178
178
|
|
|
179
179
|
msgctxt "The label for the border style dropdown when the double border is applied to a table or a table cell."
|
|
180
180
|
msgid "Double"
|
|
181
|
-
msgstr ""
|
|
181
|
+
msgstr "Dvigubas"
|
|
182
182
|
|
|
183
183
|
msgctxt "The label for the border style dropdown when the groove border is applied to a table or a table cell."
|
|
184
184
|
msgid "Groove"
|
|
185
|
-
msgstr ""
|
|
185
|
+
msgstr "Ilgas ir siauras"
|
|
186
186
|
|
|
187
187
|
msgctxt "The label for the border style dropdown when the ridge border is applied to a table or a table cell."
|
|
188
188
|
msgid "Ridge"
|
|
189
|
-
msgstr ""
|
|
189
|
+
msgstr "Briaunuotas"
|
|
190
190
|
|
|
191
191
|
msgctxt "The label for the border style dropdown when the inset border is applied to a table or a table cell."
|
|
192
192
|
msgid "Inset"
|
|
193
|
-
msgstr ""
|
|
193
|
+
msgstr "Intarpas"
|
|
194
194
|
|
|
195
195
|
msgctxt "The label for the border style dropdown when the outset border is applied to a table or a table cell."
|
|
196
196
|
msgid "Outset"
|
|
197
|
-
msgstr ""
|
|
197
|
+
msgstr "Pradžia"
|
|
198
198
|
|
|
199
199
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the left."
|
|
200
200
|
msgid "Align cell text to the left"
|
|
201
|
-
msgstr ""
|
|
201
|
+
msgstr "Lygiuoti langelio tekstą kairėje"
|
|
202
202
|
|
|
203
203
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the center."
|
|
204
204
|
msgid "Align cell text to the center"
|
|
205
|
-
msgstr ""
|
|
205
|
+
msgstr "Lygiuoti langelio tekstą centre"
|
|
206
206
|
|
|
207
207
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the right."
|
|
208
208
|
msgid "Align cell text to the right"
|
|
209
|
-
msgstr ""
|
|
209
|
+
msgstr "Lygiuoti langelio tekstą dešinėje"
|
|
210
210
|
|
|
211
211
|
msgctxt "The label used by assistive technologies describing a button that justifies the table cell text."
|
|
212
212
|
msgid "Justify cell text"
|
|
213
|
-
msgstr ""
|
|
213
|
+
msgstr "Pabrėžti langelio tekstą"
|
|
214
214
|
|
|
215
215
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the top."
|
|
216
216
|
msgid "Align cell text to the top"
|
|
217
|
-
msgstr ""
|
|
217
|
+
msgstr "Lygiuoti langelio tekstą viršuje"
|
|
218
218
|
|
|
219
219
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the middle."
|
|
220
220
|
msgid "Align cell text to the middle"
|
|
221
|
-
msgstr ""
|
|
221
|
+
msgstr "Lygiuoti langelio tekstą viduryje"
|
|
222
222
|
|
|
223
223
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the bottom."
|
|
224
224
|
msgid "Align cell text to the bottom"
|
|
225
|
-
msgstr ""
|
|
225
|
+
msgstr "Lygiuoti langelio tekstą apačioje"
|
|
226
226
|
|
|
227
227
|
msgctxt "The label used by assistive technologies describing a button that aligns the table to the left."
|
|
228
228
|
msgid "Align table to the left"
|
|
229
|
-
msgstr ""
|
|
229
|
+
msgstr "Lygiuoti lentelę kairėje"
|
|
230
230
|
|
|
231
231
|
msgctxt "The label used by assistive technologies describing a button that centers the table."
|
|
232
232
|
msgid "Center table"
|
|
233
|
-
msgstr ""
|
|
233
|
+
msgstr "Centruoti lentelę"
|
|
234
234
|
|
|
235
235
|
msgctxt "The label used by assistive technologies describing a button that aligns the table to the right."
|
|
236
236
|
msgid "Align table to the right"
|
|
237
|
-
msgstr ""
|
|
237
|
+
msgstr "Lygiuoti lentelę dešinėje"
|
|
238
238
|
|
|
239
239
|
msgctxt "The localized error string that can be displayed next to color (background, border) fields that have an invalid value"
|
|
240
240
|
msgid "The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\"."
|
|
241
|
-
msgstr ""
|
|
241
|
+
msgstr "Spalva neteisinga. Mėginkite \"#FF0000\" arba \"rgb(255,0,0)\" arba \"raudona\"."
|
|
242
242
|
|
|
243
243
|
msgctxt "The localized error string that can be displayed next to length (padding, border width) fields that have an invalid value."
|
|
244
244
|
msgid "The value is invalid. Try \"10px\" or \"2em\" or simply \"2\"."
|
|
245
|
-
msgstr ""
|
|
245
|
+
msgstr "Reikšmė neteisinga. Mėginkite \"10px\" arba \"2em\", ar paprasčiausiai \"2\"."
|
|
246
246
|
|
|
247
247
|
msgctxt "The label used by assistive technologies describing a button that opens a color picker, where user can choose a configured color for a certain properties (eg.: background color, color, border-color etc.)."
|
|
248
248
|
msgid "Color picker"
|
|
249
|
-
msgstr ""
|
|
249
|
+
msgstr "Spalvos ieškiklis"
|
|
250
250
|
|
|
251
251
|
msgctxt "The button label for the table toolbar hiding caption attached to the table."
|
|
252
252
|
msgid "Toggle caption off"
|
|
253
|
-
msgstr ""
|
|
253
|
+
msgstr "Išjungti antraštę"
|
|
254
254
|
|
|
255
255
|
msgctxt "The button label for the table toolbar showing caption attached to the table."
|
|
256
256
|
msgid "Toggle caption on"
|
|
257
|
-
msgstr ""
|
|
257
|
+
msgstr "Įjungti antraštę"
|
|
258
258
|
|
|
259
259
|
msgctxt "The placeholder text for the table caption displayed when the caption is empty."
|
|
260
260
|
msgid "Enter table caption"
|
|
261
|
-
msgstr ""
|
|
261
|
+
msgstr "Įvesti lentelės antraštę"
|
package/lang/translations/lv.po
CHANGED
|
@@ -190,11 +190,11 @@ msgstr "Izcelta līnija"
|
|
|
190
190
|
|
|
191
191
|
msgctxt "The label for the border style dropdown when the inset border is applied to a table or a table cell."
|
|
192
192
|
msgid "Inset"
|
|
193
|
-
msgstr ""
|
|
193
|
+
msgstr "Ievietot / ieliktnis"
|
|
194
194
|
|
|
195
195
|
msgctxt "The label for the border style dropdown when the outset border is applied to a table or a table cell."
|
|
196
196
|
msgid "Outset"
|
|
197
|
-
msgstr ""
|
|
197
|
+
msgstr "sākums"
|
|
198
198
|
|
|
199
199
|
msgctxt "The label used by assistive technologies describing a button that aligns the table cell text to the left."
|
|
200
200
|
msgid "Align cell text to the left"
|