@univerjs/sheets-ui 0.6.1 → 0.6.2-nightly.202503031606
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/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +65 -46
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +580 -574
- package/lib/es/index.js +13667 -13513
- package/lib/es/locale/en-US.js +8 -156
- package/lib/es/locale/fa-IR.js +8 -156
- package/lib/es/locale/fr-FR.js +8 -156
- package/lib/es/locale/ru-RU.js +8 -156
- package/lib/es/locale/vi-VN.js +8 -156
- package/lib/es/locale/zh-CN.js +8 -156
- package/lib/es/locale/zh-TW.js +8 -156
- package/lib/index.css +1 -1
- package/lib/types/basics/editor/range.d.ts +18 -0
- package/lib/types/controllers/auto-height.controller.d.ts +4 -2
- package/lib/types/controllers/checkbox.controller.d.ts +3 -2
- package/lib/types/controllers/clipboard/clipboard.controller.d.ts +2 -2
- package/lib/types/controllers/config.schema.d.ts +6 -0
- package/lib/types/controllers/menu/insert.menu.d.ts +40 -0
- package/lib/types/controllers/render-controllers/header-menu.render-controller.d.ts +2 -2
- package/lib/types/controllers/shortcuts/editor.shortcut.d.ts +1 -1
- package/lib/types/controllers/shortcuts/value.shortcut.d.ts +1 -0
- package/lib/types/controllers/utils/range-tools.d.ts +1 -2
- package/lib/types/facade/f-event.d.ts +177 -74
- package/lib/types/facade/f-permission.d.ts +4 -2
- package/lib/types/facade/f-range.d.ts +106 -61
- package/lib/types/facade/f-sheet-hooks.d.ts +6 -0
- package/lib/types/facade/f-workbook.d.ts +97 -25
- package/lib/types/facade/f-worksheet.d.ts +103 -22
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +8 -176
- package/lib/types/services/clipboard/clipboard.service.d.ts +1 -1
- package/lib/types/services/selection/base-selection-render.service.d.ts +1 -1
- package/lib/types/services/selection/selection-render-model.d.ts +0 -4
- package/lib/types/views/{operate-container → auto-fill-popup-menu}/AutoFillPopupMenu.d.ts +1 -1
- package/lib/types/views/permission/panel-detail/PermissionDetailMainPart.d.ts +0 -4
- package/lib/types/views/sheet-bar/sheet-bar-menu/SheetBarMenu.d.ts +1 -5
- package/lib/types/views/sheet-container/SheetContainer.d.ts +1 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +58 -39
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -16
- package/LICENSE +0 -176
- package/lib/types/views/operate-container/OperateContainer.d.ts +0 -2
- package/lib/types/views/operate-container/index.d.ts +0 -16
package/lib/es/locale/en-US.js
CHANGED
|
@@ -5,11 +5,6 @@ const e = {
|
|
|
5
5
|
undo: "Undo",
|
|
6
6
|
redo: "Redo",
|
|
7
7
|
formatPainter: "Paint format",
|
|
8
|
-
currencyFormat: "Format as currency",
|
|
9
|
-
percentageFormat: "Format as percent",
|
|
10
|
-
numberDecrease: "Decrease decimal places",
|
|
11
|
-
numberIncrease: "Increase decimal places",
|
|
12
|
-
moreFormats: "More formats",
|
|
13
8
|
font: "Font",
|
|
14
9
|
fontSize: "Font size",
|
|
15
10
|
bold: "Bold",
|
|
@@ -23,11 +18,6 @@ const e = {
|
|
|
23
18
|
right: "Choose color"
|
|
24
19
|
},
|
|
25
20
|
resetColor: "Reset",
|
|
26
|
-
customColor: "CUSTOM",
|
|
27
|
-
alternatingColors: "Alternating colors",
|
|
28
|
-
confirmColor: "OK",
|
|
29
|
-
cancelColor: "Cancel",
|
|
30
|
-
collapse: "Collapse",
|
|
31
21
|
fillColor: {
|
|
32
22
|
main: "Fill color",
|
|
33
23
|
right: "Choose color"
|
|
@@ -56,117 +46,9 @@ const e = {
|
|
|
56
46
|
main: "Text rotate",
|
|
57
47
|
right: "Text rotate mode"
|
|
58
48
|
},
|
|
59
|
-
freezeTopRow: "Freeze top row",
|
|
60
|
-
sortAndFilter: "Sort and filter",
|
|
61
|
-
findAndReplace: "Find and replace",
|
|
62
|
-
sum: "SUM",
|
|
63
|
-
autoSum: "Auto SUM",
|
|
64
|
-
moreFunction: "More functions",
|
|
65
|
-
conditionalFormatting: "Conditional formatting",
|
|
66
|
-
comment: "Comment",
|
|
67
|
-
pivotTable: "Pivot Table",
|
|
68
|
-
chart: "Chart",
|
|
69
|
-
screenshot: "Screenshot",
|
|
70
|
-
splitColumn: "Split text",
|
|
71
|
-
insertImage: "Insert image",
|
|
72
|
-
insertLink: "Insert link",
|
|
73
|
-
dataValidation: "Data validation",
|
|
74
|
-
protection: "Protect the sheet",
|
|
75
|
-
clearText: "Clear color",
|
|
76
|
-
noColorSelectedText: "No color is selected",
|
|
77
|
-
toolMore: "More",
|
|
78
|
-
toolLess: "Less",
|
|
79
|
-
toolClose: "Close",
|
|
80
|
-
toolMoreTip: "More features",
|
|
81
|
-
moreOptions: "More options",
|
|
82
|
-
cellFormat: "Cell format config",
|
|
83
|
-
print: "Print",
|
|
84
|
-
borderMethod: {
|
|
85
|
-
top: "Upper frame line",
|
|
86
|
-
bottom: "Lower frame line",
|
|
87
|
-
left: "Left frame line",
|
|
88
|
-
right: "Right frame line"
|
|
89
|
-
},
|
|
90
49
|
more: "More",
|
|
91
|
-
hideGridlines: "Hide Gridlines",
|
|
92
|
-
showGridlines: "Show Gridlines",
|
|
93
50
|
toggleGridlines: "Toggle Gridlines"
|
|
94
51
|
},
|
|
95
|
-
defaultFmt: {
|
|
96
|
-
Automatic: {
|
|
97
|
-
text: "Automatic",
|
|
98
|
-
value: "General",
|
|
99
|
-
example: ""
|
|
100
|
-
},
|
|
101
|
-
Number: {
|
|
102
|
-
text: "Number",
|
|
103
|
-
value: "##0.00",
|
|
104
|
-
example: "1000.12"
|
|
105
|
-
},
|
|
106
|
-
Percent: {
|
|
107
|
-
text: "Percent",
|
|
108
|
-
value: "#0.00%",
|
|
109
|
-
example: "12.21%"
|
|
110
|
-
},
|
|
111
|
-
PlainText: {
|
|
112
|
-
text: "Plain text",
|
|
113
|
-
value: "@",
|
|
114
|
-
example: ""
|
|
115
|
-
},
|
|
116
|
-
Scientific: {
|
|
117
|
-
text: "Scientific",
|
|
118
|
-
value: "0.00E+00",
|
|
119
|
-
example: "1.01E+5"
|
|
120
|
-
},
|
|
121
|
-
Accounting: {
|
|
122
|
-
text: "Accounting",
|
|
123
|
-
value: "¥(0.00)",
|
|
124
|
-
example: "¥(1200.09)"
|
|
125
|
-
},
|
|
126
|
-
Thousand: {
|
|
127
|
-
text: "Ten Thousand",
|
|
128
|
-
value: "w",
|
|
129
|
-
example: "1亿2000万2500"
|
|
130
|
-
},
|
|
131
|
-
Currency: {
|
|
132
|
-
text: "Currency",
|
|
133
|
-
value: "¥0.00",
|
|
134
|
-
example: "¥1200.09"
|
|
135
|
-
},
|
|
136
|
-
Digit: {
|
|
137
|
-
text: "万元2位小数",
|
|
138
|
-
value: "w0.00",
|
|
139
|
-
example: "2万2500.55"
|
|
140
|
-
},
|
|
141
|
-
Date: {
|
|
142
|
-
text: "Date",
|
|
143
|
-
value: "yyyy-MM-dd",
|
|
144
|
-
example: "2017-11-29"
|
|
145
|
-
},
|
|
146
|
-
Time: { text: "Time", value: "hh:mm AM/PM", example: "3:00 PM" },
|
|
147
|
-
Time24H: { text: "Time 24H", value: "hh:mm", example: "15:00" },
|
|
148
|
-
DateTime: { text: "Date time", value: "yyyy-MM-dd hh:mm AM/PM", example: "2017-11-29 3:00 PM" },
|
|
149
|
-
DateTime24H: { text: "Date time 24H", value: "yyyy-MM-dd hh:mm", example: "2017-11-29 15:00" },
|
|
150
|
-
CustomFormats: { text: "Custom Formats", value: "fmtOtherSelf", example: "" }
|
|
151
|
-
},
|
|
152
|
-
format: {
|
|
153
|
-
moreCurrency: "More currency formats",
|
|
154
|
-
moreDateTime: "More date and time formats",
|
|
155
|
-
moreNumber: "More number formats",
|
|
156
|
-
titleCurrency: "Currency formats",
|
|
157
|
-
decimalPlaces: "Decimal places",
|
|
158
|
-
titleDateTime: "Date and time formats",
|
|
159
|
-
titleNumber: "Number formats"
|
|
160
|
-
},
|
|
161
|
-
print: {
|
|
162
|
-
normalBtn: "Normal",
|
|
163
|
-
layoutBtn: "Page Layout",
|
|
164
|
-
pageBtn: "Page break preview",
|
|
165
|
-
menuItemPrint: "Print (Ctrl+P)",
|
|
166
|
-
menuItemAreas: "Print areas",
|
|
167
|
-
menuItemRows: "Print title rows",
|
|
168
|
-
menuItemColumns: "Print title columns"
|
|
169
|
-
},
|
|
170
52
|
align: {
|
|
171
53
|
left: "left",
|
|
172
54
|
center: "center",
|
|
@@ -279,7 +161,6 @@ const e = {
|
|
|
279
161
|
},
|
|
280
162
|
rightClick: {
|
|
281
163
|
copy: "Copy",
|
|
282
|
-
copyAs: "Copy as",
|
|
283
164
|
cut: "Cut",
|
|
284
165
|
paste: "Paste",
|
|
285
166
|
pasteSpecial: "Paste Special",
|
|
@@ -290,8 +171,16 @@ const e = {
|
|
|
290
171
|
insert: "Insert",
|
|
291
172
|
insertRow: "Insert Row",
|
|
292
173
|
insertRowBefore: "Insert Row Before",
|
|
174
|
+
insertRowsAfter: "Insert",
|
|
175
|
+
insertRowsAbove: "Insert",
|
|
176
|
+
insertRowsAfterSuffix: "rows after",
|
|
177
|
+
insertRowsAboveSuffix: "rows above",
|
|
293
178
|
insertColumn: "Insert Column",
|
|
294
179
|
insertColumnBefore: "Insert Column Before",
|
|
180
|
+
insertColsLeft: "Insert",
|
|
181
|
+
insertColsRight: "Insert",
|
|
182
|
+
insertColsLeftSuffix: "cols left",
|
|
183
|
+
insertColsRightSuffix: "cols right",
|
|
295
184
|
delete: "Delete",
|
|
296
185
|
deleteCell: "Delete Cell",
|
|
297
186
|
insertCell: "Insert Cell",
|
|
@@ -311,11 +200,6 @@ const e = {
|
|
|
311
200
|
hideSelectedColumn: "Hide Selected Column",
|
|
312
201
|
showHideColumn: "Show Hide Column",
|
|
313
202
|
columnWidth: "Column Width",
|
|
314
|
-
to: "Towards",
|
|
315
|
-
left: "Left",
|
|
316
|
-
right: "Right",
|
|
317
|
-
top: "Top",
|
|
318
|
-
bottom: "Bottom",
|
|
319
203
|
moveLeft: "Move Left",
|
|
320
204
|
moveUp: "Move up",
|
|
321
205
|
moveRight: "Move Right",
|
|
@@ -323,42 +207,11 @@ const e = {
|
|
|
323
207
|
add: "Add",
|
|
324
208
|
row: "Row",
|
|
325
209
|
column: "Column",
|
|
326
|
-
width: "Width",
|
|
327
|
-
height: "Height",
|
|
328
|
-
number: "Number",
|
|
329
210
|
confirm: "Confirm",
|
|
330
|
-
orderAZ: "A-Z order",
|
|
331
|
-
orderZA: "Z-A order",
|
|
332
211
|
clearSelection: "Clear",
|
|
333
212
|
clearContent: "Clear Contents",
|
|
334
213
|
clearFormat: "Clear Formats",
|
|
335
214
|
clearAll: "Clear All",
|
|
336
|
-
matrix: "Matrix operation",
|
|
337
|
-
sortSelection: "Sort",
|
|
338
|
-
filterSelection: "Filter",
|
|
339
|
-
chartGeneration: "Create Chart",
|
|
340
|
-
firstLineTitle: "First Line Title",
|
|
341
|
-
untitled: "Untitled",
|
|
342
|
-
array1: "One-dimensional array",
|
|
343
|
-
array2: "Two-dimensional array",
|
|
344
|
-
array3: "Multidimensional Arrays",
|
|
345
|
-
diagonal: "Diagonal",
|
|
346
|
-
antiDiagonal: "Anti-diagonal",
|
|
347
|
-
diagonalOffset: "Diagonal offset",
|
|
348
|
-
offset: "Offset",
|
|
349
|
-
boolean: "Boolean",
|
|
350
|
-
flip: "Flip",
|
|
351
|
-
upAndDown: "Up and down",
|
|
352
|
-
leftAndRight: "Left and right",
|
|
353
|
-
clockwise: "Clockwise",
|
|
354
|
-
counterclockwise: "Counterclockwise",
|
|
355
|
-
transpose: "Transpose",
|
|
356
|
-
matrixCalculation: "Matrix Calculation",
|
|
357
|
-
plus: "Plus",
|
|
358
|
-
minus: "Minus",
|
|
359
|
-
multiply: "Multiply",
|
|
360
|
-
divided: "Divided",
|
|
361
|
-
power: "Power",
|
|
362
215
|
root: "Root",
|
|
363
216
|
log: "Log",
|
|
364
217
|
delete0: "Delete 0 values at both ends",
|
|
@@ -371,7 +224,6 @@ const e = {
|
|
|
371
224
|
freezeCol: "Freeze to this column",
|
|
372
225
|
freezeRow: "Freeze to this row",
|
|
373
226
|
cancelFreeze: "Cancel freeze",
|
|
374
|
-
zenEditor: "Full Screen Editor",
|
|
375
227
|
deleteAllRowsAlert: "You can't delete all the rows on the sheet",
|
|
376
228
|
deleteAllColumnsAlert: "You can't delete all the columns on the sheet",
|
|
377
229
|
hideAllRowsAlert: "You can't hide all the rows on the sheet",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -5,11 +5,6 @@ const e = {
|
|
|
5
5
|
undo: "بازگرداندن",
|
|
6
6
|
redo: "تکرار",
|
|
7
7
|
formatPainter: "کپی قالب",
|
|
8
|
-
currencyFormat: "قالببندی به عنوان ارز",
|
|
9
|
-
percentageFormat: "قالببندی به عنوان درصد",
|
|
10
|
-
numberDecrease: "کاهش اعشار",
|
|
11
|
-
numberIncrease: "افزایش اعشار",
|
|
12
|
-
moreFormats: "قالبهای بیشتر",
|
|
13
8
|
font: "فونت",
|
|
14
9
|
fontSize: "اندازه فونت",
|
|
15
10
|
bold: "پررنگ",
|
|
@@ -23,11 +18,6 @@ const e = {
|
|
|
23
18
|
right: "انتخاب رنگ"
|
|
24
19
|
},
|
|
25
20
|
resetColor: "بازنشانی",
|
|
26
|
-
customColor: "سفارشی",
|
|
27
|
-
alternatingColors: "رنگهای متناوب",
|
|
28
|
-
confirmColor: "تایید",
|
|
29
|
-
cancelColor: "انصراف",
|
|
30
|
-
collapse: "جمع کردن",
|
|
31
21
|
fillColor: {
|
|
32
22
|
main: "رنگ پر کردن",
|
|
33
23
|
right: "انتخاب رنگ"
|
|
@@ -56,117 +46,9 @@ const e = {
|
|
|
56
46
|
main: "چرخش متن",
|
|
57
47
|
right: "حالت چرخش متن"
|
|
58
48
|
},
|
|
59
|
-
freezeTopRow: "فریز کردن سطر بالا",
|
|
60
|
-
sortAndFilter: "مرتبسازی و فیلتر",
|
|
61
|
-
findAndReplace: "یافتن و جایگزینی",
|
|
62
|
-
sum: "SUM",
|
|
63
|
-
autoSum: "جمع خودکار",
|
|
64
|
-
moreFunction: "توابع بیشتر",
|
|
65
|
-
conditionalFormatting: "قالببندی شرطی",
|
|
66
|
-
comment: "نظر",
|
|
67
|
-
pivotTable: "جدول محوری",
|
|
68
|
-
chart: "نمودار",
|
|
69
|
-
screenshot: "عکس صفحه",
|
|
70
|
-
splitColumn: "تقسیم متن",
|
|
71
|
-
insertImage: "درج تصویر",
|
|
72
|
-
insertLink: "درج لینک",
|
|
73
|
-
dataValidation: "اعتبارسنجی داده",
|
|
74
|
-
protection: "محافظت از برگ",
|
|
75
|
-
clearText: "پاک کردن رنگ",
|
|
76
|
-
noColorSelectedText: "هیچ رنگی انتخاب نشده است",
|
|
77
|
-
toolMore: "بیشتر",
|
|
78
|
-
toolLess: "کمتر",
|
|
79
|
-
toolClose: "بستن",
|
|
80
|
-
toolMoreTip: "امکانات بیشتر",
|
|
81
|
-
moreOptions: "گزینههای بیشتر",
|
|
82
|
-
cellFormat: "تنظیمات قالب سلول",
|
|
83
|
-
print: "چاپ",
|
|
84
|
-
borderMethod: {
|
|
85
|
-
top: "خط بالای قاب",
|
|
86
|
-
bottom: "خط پایینی قاب",
|
|
87
|
-
left: "خط چپ قاب",
|
|
88
|
-
right: "خط راست قاب"
|
|
89
|
-
},
|
|
90
49
|
more: "بیشتر",
|
|
91
|
-
hideGridlines: "پنهان کردن خطوط شبکه",
|
|
92
|
-
showGridlines: "نمایش خطوط شبکه",
|
|
93
50
|
toggleGridlines: "تغییر وضعیت خطوط شبکه"
|
|
94
51
|
},
|
|
95
|
-
defaultFmt: {
|
|
96
|
-
Automatic: {
|
|
97
|
-
text: "خودکار",
|
|
98
|
-
value: "General",
|
|
99
|
-
example: ""
|
|
100
|
-
},
|
|
101
|
-
Number: {
|
|
102
|
-
text: "عدد",
|
|
103
|
-
value: "##0.00",
|
|
104
|
-
example: "1000.12"
|
|
105
|
-
},
|
|
106
|
-
Percent: {
|
|
107
|
-
text: "درصد",
|
|
108
|
-
value: "#0.00%",
|
|
109
|
-
example: "12.21%"
|
|
110
|
-
},
|
|
111
|
-
PlainText: {
|
|
112
|
-
text: "متن ساده",
|
|
113
|
-
value: "@",
|
|
114
|
-
example: ""
|
|
115
|
-
},
|
|
116
|
-
Scientific: {
|
|
117
|
-
text: "علمی",
|
|
118
|
-
value: "0.00E+00",
|
|
119
|
-
example: "1.01E+5"
|
|
120
|
-
},
|
|
121
|
-
Accounting: {
|
|
122
|
-
text: "حسابداری",
|
|
123
|
-
value: "¥(0.00)",
|
|
124
|
-
example: "¥(1200.09)"
|
|
125
|
-
},
|
|
126
|
-
Thousand: {
|
|
127
|
-
text: "ده هزار",
|
|
128
|
-
value: "w",
|
|
129
|
-
example: "1亿2000万2500"
|
|
130
|
-
},
|
|
131
|
-
Currency: {
|
|
132
|
-
text: "ارز",
|
|
133
|
-
value: "¥0.00",
|
|
134
|
-
example: "¥1200.09"
|
|
135
|
-
},
|
|
136
|
-
Digit: {
|
|
137
|
-
text: "دهها هزار با دو رقم اعشار",
|
|
138
|
-
value: "w0.00",
|
|
139
|
-
example: "2万2500.55"
|
|
140
|
-
},
|
|
141
|
-
Date: {
|
|
142
|
-
text: "تاریخ",
|
|
143
|
-
value: "yyyy-MM-dd",
|
|
144
|
-
example: "2017-11-29"
|
|
145
|
-
},
|
|
146
|
-
Time: { text: "زمان", value: "hh:mm AM/PM", example: "3:00 PM" },
|
|
147
|
-
Time24H: { text: "زمان 24 ساعته", value: "hh:mm", example: "15:00" },
|
|
148
|
-
DateTime: { text: "تاریخ و زمان", value: "yyyy-MM-dd hh:mm AM/PM", example: "2017-11-29 3:00 PM" },
|
|
149
|
-
DateTime24H: { text: "تاریخ و زمان 24 ساعته", value: "yyyy-MM-dd hh:mm", example: "2017-11-29 15:00" },
|
|
150
|
-
CustomFormats: { text: "قالبهای سفارشی", value: "fmtOtherSelf", example: "" }
|
|
151
|
-
},
|
|
152
|
-
format: {
|
|
153
|
-
moreCurrency: "قالبهای ارز بیشتر",
|
|
154
|
-
moreDateTime: "قالبهای تاریخ و زمان بیشتر",
|
|
155
|
-
moreNumber: "قالبهای عددی بیشتر",
|
|
156
|
-
titleCurrency: "قالبهای ارز",
|
|
157
|
-
decimalPlaces: "اعشار",
|
|
158
|
-
titleDateTime: "قالبهای تاریخ و زمان",
|
|
159
|
-
titleNumber: "قالبهای عددی"
|
|
160
|
-
},
|
|
161
|
-
print: {
|
|
162
|
-
normalBtn: "عادی",
|
|
163
|
-
layoutBtn: "چیدمان صفحه",
|
|
164
|
-
pageBtn: "پیشنمایش شکست صفحه",
|
|
165
|
-
menuItemPrint: "چاپ (Ctrl+P)",
|
|
166
|
-
menuItemAreas: "مناطق چاپ",
|
|
167
|
-
menuItemRows: "سطرهای عنوان چاپ",
|
|
168
|
-
menuItemColumns: "ستونهای عنوان چاپ"
|
|
169
|
-
},
|
|
170
52
|
align: {
|
|
171
53
|
left: "چپ",
|
|
172
54
|
center: "وسط",
|
|
@@ -279,7 +161,6 @@ const e = {
|
|
|
279
161
|
},
|
|
280
162
|
rightClick: {
|
|
281
163
|
copy: "کپی",
|
|
282
|
-
copyAs: "کپی به عنوان",
|
|
283
164
|
cut: "برش",
|
|
284
165
|
paste: "چسباندن",
|
|
285
166
|
pasteSpecial: "چسباندن ویژه",
|
|
@@ -290,8 +171,16 @@ const e = {
|
|
|
290
171
|
insert: "درج",
|
|
291
172
|
insertRow: "درج سطر",
|
|
292
173
|
insertRowBefore: "درج سطر قبل از",
|
|
174
|
+
insertRowsAfter: "صفوف بعد ذلك",
|
|
175
|
+
insertRowsAbove: "صفوف بعد ذلك",
|
|
176
|
+
insertRowsAfterSuffix: "أدخل",
|
|
177
|
+
insertRowsAboveSuffix: "أدخل",
|
|
293
178
|
insertColumn: "درج ستون",
|
|
294
179
|
insertColumnBefore: "درج ستون قبل از",
|
|
180
|
+
insertColsLeft: "أعمدة إلى اليسار",
|
|
181
|
+
insertColsRight: "صفوف إلى اليمين",
|
|
182
|
+
insertColsLeftSuffix: "أدخل",
|
|
183
|
+
insertColsRightSuffix: "أدخل",
|
|
295
184
|
delete: "حذف",
|
|
296
185
|
deleteCell: "حذف سلول",
|
|
297
186
|
insertCell: "درج سلول",
|
|
@@ -311,11 +200,6 @@ const e = {
|
|
|
311
200
|
hideSelectedColumn: "پنهان کردن ستون انتخاب شده",
|
|
312
201
|
showHideColumn: "نمایش پنهان کردن ستون",
|
|
313
202
|
columnWidth: "عرض ستون",
|
|
314
|
-
to: "به سمت",
|
|
315
|
-
left: "چپ",
|
|
316
|
-
right: "راست",
|
|
317
|
-
top: "بالا",
|
|
318
|
-
bottom: "پایین",
|
|
319
203
|
moveLeft: "جابجایی به چپ",
|
|
320
204
|
moveUp: "جابجایی به بالا",
|
|
321
205
|
moveRight: "جابجایی به راست",
|
|
@@ -323,42 +207,11 @@ const e = {
|
|
|
323
207
|
add: "اضافه کردن",
|
|
324
208
|
row: "سطر",
|
|
325
209
|
column: "ستون",
|
|
326
|
-
width: "عرض",
|
|
327
|
-
height: "ارتفاع",
|
|
328
|
-
number: "عدد",
|
|
329
210
|
confirm: "تایید",
|
|
330
|
-
orderAZ: "ترتیب A-Z",
|
|
331
|
-
orderZA: "ترتیب Z-A",
|
|
332
211
|
clearSelection: "پاک کردن",
|
|
333
212
|
clearContent: "پاک کردن محتوا",
|
|
334
213
|
clearFormat: "پاک کردن قالبها",
|
|
335
214
|
clearAll: "پاک کردن همه",
|
|
336
|
-
matrix: "عملیات ماتریسی",
|
|
337
|
-
sortSelection: "مرتبسازی",
|
|
338
|
-
filterSelection: "فیلتر کردن",
|
|
339
|
-
chartGeneration: "ایجاد نمودار",
|
|
340
|
-
firstLineTitle: "عنوان خط اول",
|
|
341
|
-
untitled: "بدون عنوان",
|
|
342
|
-
array1: "آرایه یک بعدی",
|
|
343
|
-
array2: "آرایه دو بعدی",
|
|
344
|
-
array3: "آرایههای چند بعدی",
|
|
345
|
-
diagonal: "قطری",
|
|
346
|
-
antiDiagonal: "ضد قطری",
|
|
347
|
-
diagonalOffset: "جابجایی قطری",
|
|
348
|
-
offset: "جابجایی",
|
|
349
|
-
boolean: "بولین",
|
|
350
|
-
flip: "واژگون کردن",
|
|
351
|
-
upAndDown: "بالا و پایین",
|
|
352
|
-
leftAndRight: "چپ و راست",
|
|
353
|
-
clockwise: "در جهت عقربههای ساعت",
|
|
354
|
-
counterclockwise: "در خلاف جهت عقربههای ساعت",
|
|
355
|
-
transpose: "ترانهاده",
|
|
356
|
-
matrixCalculation: "محاسبه ماتریسی",
|
|
357
|
-
plus: "جمع",
|
|
358
|
-
minus: "تفریق",
|
|
359
|
-
multiply: "ضرب",
|
|
360
|
-
divided: "تقسیم",
|
|
361
|
-
power: "توان",
|
|
362
215
|
root: "ریشه",
|
|
363
216
|
log: "لوگاریتم",
|
|
364
217
|
delete0: "حذف مقادیر 0 در دو طرف",
|
|
@@ -371,7 +224,6 @@ const e = {
|
|
|
371
224
|
freezeCol: "انجماد در این ستون",
|
|
372
225
|
freezeRow: "انجماد در این سطر",
|
|
373
226
|
cancelFreeze: "لغو انجماد",
|
|
374
|
-
zenEditor: "ویرایشگر تمام صفحه",
|
|
375
227
|
deleteAllRowsAlert: "شما نمیتوانید تمام سطرهای برگه را حذف کنید",
|
|
376
228
|
deleteAllColumnsAlert: "شما نمیتوانید تمام ستونهای برگه را حذف کنید",
|
|
377
229
|
hideAllRowsAlert: "شما نمیتوانید تمام سطرهای برگه را پنهان کنید",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -5,11 +5,6 @@ const e = {
|
|
|
5
5
|
undo: "Annuler",
|
|
6
6
|
redo: "Refaire",
|
|
7
7
|
formatPainter: "Reproduire la mise en forme",
|
|
8
|
-
currencyFormat: "Format en devise",
|
|
9
|
-
percentageFormat: "Format en pourcentage",
|
|
10
|
-
numberDecrease: "Diminuer les décimales",
|
|
11
|
-
numberIncrease: "Augmenter les décimales",
|
|
12
|
-
moreFormats: "Plus de formats",
|
|
13
8
|
font: "Police",
|
|
14
9
|
fontSize: "Taille de police",
|
|
15
10
|
bold: "Gras",
|
|
@@ -23,11 +18,6 @@ const e = {
|
|
|
23
18
|
right: "Choisir la couleur"
|
|
24
19
|
},
|
|
25
20
|
resetColor: "Réinitialiser",
|
|
26
|
-
customColor: "PERSONNALISÉ",
|
|
27
|
-
alternatingColors: "Couleurs alternées",
|
|
28
|
-
confirmColor: "OK",
|
|
29
|
-
cancelColor: "Annuler",
|
|
30
|
-
collapse: "Réduire",
|
|
31
21
|
fillColor: {
|
|
32
22
|
main: "Couleur de remplissage",
|
|
33
23
|
right: "Choisir la couleur"
|
|
@@ -56,117 +46,9 @@ const e = {
|
|
|
56
46
|
main: "Rotation du texte",
|
|
57
47
|
right: "Mode de rotation du texte"
|
|
58
48
|
},
|
|
59
|
-
freezeTopRow: "Figer la ligne du haut",
|
|
60
|
-
sortAndFilter: "Trier et filtrer",
|
|
61
|
-
findAndReplace: "Rechercher et remplacer",
|
|
62
|
-
sum: "SOMME",
|
|
63
|
-
autoSum: "Somme automatique",
|
|
64
|
-
moreFunction: "Plus de fonctions",
|
|
65
|
-
conditionalFormatting: "Mise en forme conditionnelle",
|
|
66
|
-
comment: "Commentaire",
|
|
67
|
-
pivotTable: "Tableau croisé dynamique",
|
|
68
|
-
chart: "Graphique",
|
|
69
|
-
screenshot: "Capture d'écran",
|
|
70
|
-
splitColumn: "Fractionner le texte",
|
|
71
|
-
insertImage: "Insérer une image",
|
|
72
|
-
insertLink: "Insérer un lien",
|
|
73
|
-
dataValidation: "Validation des données",
|
|
74
|
-
protection: "Protéger la feuille",
|
|
75
|
-
clearText: "Effacer la couleur",
|
|
76
|
-
noColorSelectedText: "Aucune couleur sélectionnée",
|
|
77
|
-
toolMore: "Plus",
|
|
78
|
-
toolLess: "Moins",
|
|
79
|
-
toolClose: "Fermer",
|
|
80
|
-
toolMoreTip: "Plus de fonctionnalités",
|
|
81
|
-
moreOptions: "Plus d'options",
|
|
82
|
-
cellFormat: "Configuration du format de cellule",
|
|
83
|
-
print: "Imprimer",
|
|
84
|
-
borderMethod: {
|
|
85
|
-
top: "Ligne de cadre supérieure",
|
|
86
|
-
bottom: "Ligne de cadre inférieure",
|
|
87
|
-
left: "Ligne de cadre gauche",
|
|
88
|
-
right: "Ligne de cadre droite"
|
|
89
|
-
},
|
|
90
49
|
more: "Plus",
|
|
91
|
-
hideGridlines: "Masquer le quadrillage",
|
|
92
|
-
showGridlines: "Afficher le quadrillage",
|
|
93
50
|
toggleGridlines: "Activer/désactiver le quadrillage"
|
|
94
51
|
},
|
|
95
|
-
defaultFmt: {
|
|
96
|
-
Automatic: {
|
|
97
|
-
text: "Automatique",
|
|
98
|
-
value: "Général",
|
|
99
|
-
example: ""
|
|
100
|
-
},
|
|
101
|
-
Number: {
|
|
102
|
-
text: "Nombre",
|
|
103
|
-
value: "##0.00",
|
|
104
|
-
example: "1000.12"
|
|
105
|
-
},
|
|
106
|
-
Percent: {
|
|
107
|
-
text: "Pourcentage",
|
|
108
|
-
value: "#0.00%",
|
|
109
|
-
example: "12.21%"
|
|
110
|
-
},
|
|
111
|
-
PlainText: {
|
|
112
|
-
text: "Texte brut",
|
|
113
|
-
value: "@",
|
|
114
|
-
example: ""
|
|
115
|
-
},
|
|
116
|
-
Scientific: {
|
|
117
|
-
text: "Scientifique",
|
|
118
|
-
value: "0.00E+00",
|
|
119
|
-
example: "1.01E+5"
|
|
120
|
-
},
|
|
121
|
-
Accounting: {
|
|
122
|
-
text: "Comptabilité",
|
|
123
|
-
value: "¥(0.00)",
|
|
124
|
-
example: "¥(1200.09)"
|
|
125
|
-
},
|
|
126
|
-
Thousand: {
|
|
127
|
-
text: "Dix Mille",
|
|
128
|
-
value: "w",
|
|
129
|
-
example: "1 2000 2500"
|
|
130
|
-
},
|
|
131
|
-
Currency: {
|
|
132
|
-
text: "Devise",
|
|
133
|
-
value: "¥0.00",
|
|
134
|
-
example: "¥1200.09"
|
|
135
|
-
},
|
|
136
|
-
Digit: {
|
|
137
|
-
text: "Dix Mille 2 Décimales",
|
|
138
|
-
value: "w0.00",
|
|
139
|
-
example: "2 2500.55"
|
|
140
|
-
},
|
|
141
|
-
Date: {
|
|
142
|
-
text: "Date",
|
|
143
|
-
value: "yyyy-MM-dd",
|
|
144
|
-
example: "2017-11-29"
|
|
145
|
-
},
|
|
146
|
-
Time: { text: "Heure", value: "hh:mm AM/PM", example: "3:00 PM" },
|
|
147
|
-
Time24H: { text: "Heure 24H", value: "hh:mm", example: "15:00" },
|
|
148
|
-
DateTime: { text: "Date et heure", value: "yyyy-MM-dd hh:mm AM/PM", example: "2017-11-29 3:00 PM" },
|
|
149
|
-
DateTime24H: { text: "Date et heure 24H", value: "yyyy-MM-dd hh:mm", example: "2017-11-29 15:00" },
|
|
150
|
-
CustomFormats: { text: "Formats personnalisés", value: "fmtOtherSelf", example: "" }
|
|
151
|
-
},
|
|
152
|
-
format: {
|
|
153
|
-
moreCurrency: "Plus de formats de devise",
|
|
154
|
-
moreDateTime: "Plus de formats de date et heure",
|
|
155
|
-
moreNumber: "Plus de formats de nombre",
|
|
156
|
-
titleCurrency: "Formats de devise",
|
|
157
|
-
decimalPlaces: "Décimales",
|
|
158
|
-
titleDateTime: "Formats de date et heure",
|
|
159
|
-
titleNumber: "Formats de nombre"
|
|
160
|
-
},
|
|
161
|
-
print: {
|
|
162
|
-
normalBtn: "Normal",
|
|
163
|
-
layoutBtn: "Disposition de la page",
|
|
164
|
-
pageBtn: "Aperçu des sauts de page",
|
|
165
|
-
menuItemPrint: "Imprimer (Ctrl+P)",
|
|
166
|
-
menuItemAreas: "Zones d'impression",
|
|
167
|
-
menuItemRows: "Lignes de titre à imprimer",
|
|
168
|
-
menuItemColumns: "Colonnes de titre à imprimer"
|
|
169
|
-
},
|
|
170
52
|
align: {
|
|
171
53
|
left: "gauche",
|
|
172
54
|
center: "centre",
|
|
@@ -279,7 +161,6 @@ const e = {
|
|
|
279
161
|
},
|
|
280
162
|
rightClick: {
|
|
281
163
|
copy: "Copier",
|
|
282
|
-
copyAs: "Copier en tant que",
|
|
283
164
|
cut: "Couper",
|
|
284
165
|
paste: "Coller",
|
|
285
166
|
pasteSpecial: "Collage spécial",
|
|
@@ -290,8 +171,16 @@ const e = {
|
|
|
290
171
|
insert: "Insérer",
|
|
291
172
|
insertRow: "Insérer une ligne",
|
|
292
173
|
insertRowBefore: "Insérer une ligne avant",
|
|
174
|
+
insertRowsAbove: "Insérer",
|
|
175
|
+
insertRowsAfter: "Insérer",
|
|
176
|
+
insertRowsAfterSuffix: "lignes après",
|
|
177
|
+
insertRowsAboveSuffix: "lignes au-dessus",
|
|
293
178
|
insertColumn: "Insérer une colonne",
|
|
294
179
|
insertColumnBefore: "Insérer une colonne avant",
|
|
180
|
+
insertColsLeft: "Insérer",
|
|
181
|
+
insertColsRight: "Insérer",
|
|
182
|
+
insertColsLeftSuffix: "colonnes à gauche",
|
|
183
|
+
insertColsRightSuffix: "colonnes à droite",
|
|
295
184
|
delete: "Supprimer",
|
|
296
185
|
deleteCell: "Supprimer la cellule",
|
|
297
186
|
insertCell: "Insérer une cellule",
|
|
@@ -311,11 +200,6 @@ const e = {
|
|
|
311
200
|
hideSelectedColumn: "Masquer la colonne sélectionnée",
|
|
312
201
|
showHideColumn: "Afficher/Masquer la colonne",
|
|
313
202
|
columnWidth: "Largeur de colonne",
|
|
314
|
-
to: "Vers",
|
|
315
|
-
left: "Gauche",
|
|
316
|
-
right: "Droite",
|
|
317
|
-
top: "Haut",
|
|
318
|
-
bottom: "Bas",
|
|
319
203
|
moveLeft: "Déplacer à gauche",
|
|
320
204
|
moveUp: "Déplacer vers le haut",
|
|
321
205
|
moveRight: "Déplacer à droite",
|
|
@@ -323,42 +207,11 @@ const e = {
|
|
|
323
207
|
add: "Ajouter",
|
|
324
208
|
row: "Ligne",
|
|
325
209
|
column: "Colonne",
|
|
326
|
-
width: "Largeur",
|
|
327
|
-
height: "Hauteur",
|
|
328
|
-
number: "Nombre",
|
|
329
210
|
confirm: "Confirmer",
|
|
330
|
-
orderAZ: "Ordre A-Z",
|
|
331
|
-
orderZA: "Ordre Z-A",
|
|
332
211
|
clearSelection: "Effacer",
|
|
333
212
|
clearContent: "Effacer le contenu",
|
|
334
213
|
clearFormat: "Effacer les formats",
|
|
335
214
|
clearAll: "Tout effacer",
|
|
336
|
-
matrix: "Opération matricielle",
|
|
337
|
-
sortSelection: "Trier",
|
|
338
|
-
filterSelection: "Filtrer",
|
|
339
|
-
chartGeneration: "Créer un graphique",
|
|
340
|
-
firstLineTitle: "Titre de la première ligne",
|
|
341
|
-
untitled: "Sans titre",
|
|
342
|
-
array1: "Tableau unidimensionnel",
|
|
343
|
-
array2: "Tableau bidimensionnel",
|
|
344
|
-
array3: "Tableaux multidimensionnels",
|
|
345
|
-
diagonal: "Diagonale",
|
|
346
|
-
antiDiagonal: "Anti-diagonale",
|
|
347
|
-
diagonalOffset: "Décalage diagonal",
|
|
348
|
-
offset: "Décalage",
|
|
349
|
-
boolean: "Booléen",
|
|
350
|
-
flip: "Retourner",
|
|
351
|
-
upAndDown: "De haut en bas",
|
|
352
|
-
leftAndRight: "De gauche à droite",
|
|
353
|
-
clockwise: "Dans le sens des aiguilles d'une montre",
|
|
354
|
-
counterclockwise: "Dans le sens inverse des aiguilles d'une montre",
|
|
355
|
-
transpose: "Transposer",
|
|
356
|
-
matrixCalculation: "Calcul matriciel",
|
|
357
|
-
plus: "Plus",
|
|
358
|
-
minus: "Moins",
|
|
359
|
-
multiply: "Multiplier",
|
|
360
|
-
divided: "Divisé",
|
|
361
|
-
power: "Puissance",
|
|
362
215
|
root: "Racine",
|
|
363
216
|
log: "Logarithme",
|
|
364
217
|
delete0: "Supprimer les valeurs 0 aux deux extrémités",
|
|
@@ -371,7 +224,6 @@ const e = {
|
|
|
371
224
|
freezeCol: "Figer jusqu'à cette colonne",
|
|
372
225
|
freezeRow: "Figer jusqu'à cette ligne",
|
|
373
226
|
cancelFreeze: "Annuler le figement",
|
|
374
|
-
zenEditor: "Éditeur plein écran",
|
|
375
227
|
deleteAllRowsAlert: "Vous ne pouvez pas supprimer toutes les lignes de la feuille",
|
|
376
228
|
deleteAllColumnsAlert: "Vous ne pouvez pas supprimer toutes les colonnes de la feuille",
|
|
377
229
|
hideAllRowsAlert: "Vous ne pouvez pas masquer toutes les lignes de la feuille",
|