@univerjs/sheets-ui 0.24.0 → 0.25.0

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.
Files changed (98) hide show
  1. package/lib/cjs/facade.js +3 -2
  2. package/lib/cjs/index.js +435 -379
  3. package/lib/cjs/locale/ar-SA.js +424 -0
  4. package/lib/cjs/locale/ca-ES.js +51 -91
  5. package/lib/cjs/locale/de-DE.js +424 -0
  6. package/lib/cjs/locale/en-US.js +51 -91
  7. package/lib/cjs/locale/es-ES.js +51 -91
  8. package/lib/cjs/locale/fa-IR.js +51 -91
  9. package/lib/cjs/locale/fr-FR.js +52 -92
  10. package/lib/cjs/locale/id-ID.js +424 -0
  11. package/lib/cjs/locale/it-IT.js +424 -0
  12. package/lib/cjs/locale/ja-JP.js +51 -91
  13. package/lib/cjs/locale/ko-KR.js +51 -91
  14. package/lib/cjs/locale/pl-PL.js +424 -0
  15. package/lib/cjs/locale/pt-BR.js +424 -0
  16. package/lib/cjs/locale/ru-RU.js +52 -92
  17. package/lib/cjs/locale/sk-SK.js +51 -91
  18. package/lib/cjs/locale/vi-VN.js +53 -93
  19. package/lib/cjs/locale/zh-CN.js +53 -93
  20. package/lib/cjs/locale/zh-HK.js +424 -0
  21. package/lib/cjs/locale/zh-TW.js +53 -93
  22. package/lib/es/facade.js +3 -2
  23. package/lib/es/index.js +438 -382
  24. package/lib/es/locale/ar-SA.js +423 -0
  25. package/lib/es/locale/ca-ES.js +51 -91
  26. package/lib/es/locale/de-DE.js +423 -0
  27. package/lib/es/locale/en-US.js +51 -91
  28. package/lib/es/locale/es-ES.js +51 -91
  29. package/lib/es/locale/fa-IR.js +51 -91
  30. package/lib/es/locale/fr-FR.js +52 -92
  31. package/lib/es/locale/id-ID.js +423 -0
  32. package/lib/es/locale/it-IT.js +423 -0
  33. package/lib/es/locale/ja-JP.js +51 -91
  34. package/lib/es/locale/ko-KR.js +51 -91
  35. package/lib/es/locale/pl-PL.js +423 -0
  36. package/lib/es/locale/pt-BR.js +423 -0
  37. package/lib/es/locale/ru-RU.js +52 -92
  38. package/lib/es/locale/sk-SK.js +51 -91
  39. package/lib/es/locale/vi-VN.js +53 -93
  40. package/lib/es/locale/zh-CN.js +53 -93
  41. package/lib/es/locale/zh-HK.js +423 -0
  42. package/lib/es/locale/zh-TW.js +53 -93
  43. package/lib/facade.js +3 -2
  44. package/lib/index.css +0 -5
  45. package/lib/index.js +438 -382
  46. package/lib/locale/ar-SA.js +423 -0
  47. package/lib/locale/ca-ES.js +51 -91
  48. package/lib/locale/de-DE.js +423 -0
  49. package/lib/locale/en-US.js +51 -91
  50. package/lib/locale/es-ES.js +51 -91
  51. package/lib/locale/fa-IR.js +51 -91
  52. package/lib/locale/fr-FR.js +52 -92
  53. package/lib/locale/id-ID.js +423 -0
  54. package/lib/locale/it-IT.js +423 -0
  55. package/lib/locale/ja-JP.js +51 -91
  56. package/lib/locale/ko-KR.js +51 -91
  57. package/lib/locale/pl-PL.js +423 -0
  58. package/lib/locale/pt-BR.js +423 -0
  59. package/lib/locale/ru-RU.js +52 -92
  60. package/lib/locale/sk-SK.js +51 -91
  61. package/lib/locale/vi-VN.js +53 -93
  62. package/lib/locale/zh-CN.js +53 -93
  63. package/lib/locale/zh-HK.js +423 -0
  64. package/lib/locale/zh-TW.js +53 -93
  65. package/lib/types/facade/f-range.d.ts +16 -8
  66. package/lib/types/facade/f-workbook.d.ts +2 -1
  67. package/lib/types/facade/f-worksheet.d.ts +32 -16
  68. package/lib/types/locale/ar-SA.d.ts +18 -0
  69. package/lib/types/locale/de-DE.d.ts +18 -0
  70. package/lib/types/locale/en-US.d.ts +406 -442
  71. package/lib/types/locale/id-ID.d.ts +18 -0
  72. package/lib/types/locale/it-IT.d.ts +18 -0
  73. package/lib/types/locale/pl-PL.d.ts +18 -0
  74. package/lib/types/locale/pt-BR.d.ts +18 -0
  75. package/lib/types/locale/zh-HK.d.ts +18 -0
  76. package/lib/types/views/dropdown/list-dropdown/utils.d.ts +16 -0
  77. package/lib/umd/facade.js +1 -1
  78. package/lib/umd/index.js +10 -7
  79. package/lib/umd/locale/ar-SA.js +1 -0
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -0
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -0
  87. package/lib/umd/locale/it-IT.js +1 -0
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -0
  91. package/lib/umd/locale/pt-BR.js +1 -0
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -0
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +15 -15
@@ -1,7 +1,5 @@
1
1
  //#region src/locale/es-ES.ts
2
- const locale = {
3
- spreadsheetLabel: "Hoja de cálculo",
4
- spreadsheetRightLabel: "más Hojas",
2
+ const locale = { "sheets-ui": {
5
3
  toolbar: {
6
4
  undo: "Deshacer",
7
5
  redo: "Rehacer",
@@ -65,26 +63,11 @@ const locale = {
65
63
  confirm: "Aceptar",
66
64
  cancel: "Cancelar",
67
65
  close: "Cerrar",
68
- update: "Actualizar",
69
- delete: "Eliminar",
70
66
  insert: "Insertar",
71
67
  prevPage: "Anterior",
72
68
  nextPage: "Siguiente",
73
69
  total: "total:"
74
70
  },
75
- punctuation: {
76
- tab: "Tabulador",
77
- semicolon: "punto y coma",
78
- comma: "coma",
79
- space: "espacio"
80
- },
81
- colorPicker: {
82
- collapse: "Contraer",
83
- customColor: "PERSONALIZADO",
84
- change: "Cambiar",
85
- confirmColor: "Aceptar",
86
- cancelColor: "Cancelar"
87
- },
88
71
  borderLine: {
89
72
  borderTop: "bordeSuperior",
90
73
  borderBottom: "bordeInferior",
@@ -106,19 +89,9 @@ const locale = {
106
89
  horizontal: "Combinar horizontalmente",
107
90
  cancel: "Separar celdas",
108
91
  overlappingError: "No se pueden combinar áreas superpuestas",
109
- partiallyError: "No se puede realizar esta operación en celdas parcialmente combinadas",
110
- confirm: {
111
- title: "Al continuar, solo se conservará el valor de la celda superior izquierda y se descartarán los demás valores. ¿Seguro que quieres continuar?",
112
- cancel: "Cancelar combinación",
113
- confirm: "Continuar combinando",
114
- warning: "Advertencia",
115
- dismantleMergeCellWarning: "Esto hará que algunas celdas combinadas se separen. ¿Desea continuar?"
116
- }
92
+ partiallyError: "No se puede realizar esta operación en celdas parcialmente combinadas"
117
93
  },
118
- filter: { confirm: {
119
- error: "Ha habido un problema",
120
- notAllowedToInsertRange: "No se permite mover celdas aquí hasta que se borre el filtro"
121
- } },
94
+ filter: {},
122
95
  textWrap: {
123
96
  overflow: "Desbordamiento",
124
97
  wrap: "Ajustar",
@@ -243,8 +216,6 @@ const locale = {
243
216
  textToNumber: "Texto a número"
244
217
  },
245
218
  info: {
246
- tooltip: "Información sobre la herramienta",
247
- error: "Error",
248
219
  notChangeMerge: "No puedes realizar cambios parciales en las celdas combinadas",
249
220
  detailUpdate: "Nuevo abierto",
250
221
  detailSave: "Caché local restaurada",
@@ -260,15 +231,12 @@ const locale = {
260
231
  add: "Añadir",
261
232
  addLast: "más filas en la parte inferior",
262
233
  backTop: "Volver al principio",
263
- pageInfo: "Total ${total}, ${totalPage} páginas, actual ${currentPage}",
264
234
  nextPage: "Siguiente",
265
235
  tipInputNumber: "Por favor, introduce el número",
266
236
  tipInputNumberLimit: "El rango de aumento está limitado a 1-100",
267
237
  tipRowHeightLimit: "La altura de la fila debe estar entre 0 y 545",
268
238
  tipColumnWidthLimit: "El ancho de la columna debe estar entre 0 y 2038",
269
- pageInfoFull: "Total ${total}, ${totalPage} páginas, Todos los datos mostrados",
270
- problem: "Ha habido un problema",
271
- forceStringInfo: "Número almacenado como texto"
239
+ problem: "Ha habido un problema"
272
240
  },
273
241
  clipboard: {
274
242
  paste: {
@@ -290,51 +258,44 @@ const locale = {
290
258
  clickToCopy: "Hacer clic para copiar",
291
259
  copied: "Copiado"
292
260
  },
293
- autoFill: {
294
- copy: "Copiar celda",
295
- series: "Rellenar serie",
296
- formatOnly: "Solo formato",
297
- noFormat: "Sin formato"
298
- },
299
- rangeSelector: {
300
- placeholder: "Seleccionar rango o introducir valor",
301
- tooltip: "Seleccionar rango"
261
+ shortcut: {
262
+ "sheet-view": "Sheet View",
263
+ "sheet-edit": "Sheet Edit",
264
+ sheet: {
265
+ "zoom-in": "Acercar",
266
+ "zoom-out": "Alejar",
267
+ "reset-zoom": "Restablecer nivel de zoom",
268
+ "select-below-cell": "Seleccionar la celda de abajo",
269
+ "select-up-cell": "Seleccionar la celda de arriba",
270
+ "select-left-cell": "Seleccionar la celda de la izquierda",
271
+ "select-right-cell": "Seleccionar la celda de la derecha",
272
+ "select-next-cell": "Seleccionar la celda siguiente",
273
+ "select-previous-cell": "Seleccionar la celda anterior",
274
+ "select-up-value-cell": "Seleccionar la celda superior que tiene valor",
275
+ "select-below-value-cell": "Seleccionar la celda inferior que tiene valor",
276
+ "select-left-value-cell": "Seleccionar la celda izquierda que tiene valor",
277
+ "select-right-value-cell": "Seleccionar la celda derecha que tiene valor",
278
+ "expand-selection-down": "Expandir selección hacia abajo",
279
+ "expand-selection-up": "Expandir selección hacia arriba",
280
+ "expand-selection-left": "Expandir selección a la izquierda",
281
+ "expand-selection-right": "Expandir selección a la derecha",
282
+ "expand-selection-to-left-gap": "Expandir selección al espacio izquierdo",
283
+ "expand-selection-to-below-gap": "Expandir selección al espacio inferior",
284
+ "expand-selection-to-right-gap": "Expandir selección al espacio derecho",
285
+ "expand-selection-to-up-gap": "Expandir selección al espacio superior",
286
+ "select-all": "Seleccionar todo",
287
+ "toggle-editing": "Alternar edición",
288
+ "delete-and-start-editing": "Borrar y comenzar a editar",
289
+ "abort-editing": "Abortar edición",
290
+ "break-line": "Salto de línea",
291
+ "set-bold": "Alternar negrita",
292
+ "start-editing": "Comenzar a editar (Selección en el editor)",
293
+ "repeat-last-action": "Repetir última acción",
294
+ "set-italic": "Alternar cursiva",
295
+ "set-underline": "Alternar subrayado",
296
+ "set-strike-through": "Alternar tachado"
297
+ }
302
298
  },
303
- shortcut: { sheet: {
304
- "zoom-in": "Acercar",
305
- "zoom-out": "Alejar",
306
- "reset-zoom": "Restablecer nivel de zoom",
307
- "select-below-cell": "Seleccionar la celda de abajo",
308
- "select-up-cell": "Seleccionar la celda de arriba",
309
- "select-left-cell": "Seleccionar la celda de la izquierda",
310
- "select-right-cell": "Seleccionar la celda de la derecha",
311
- "select-next-cell": "Seleccionar la celda siguiente",
312
- "select-previous-cell": "Seleccionar la celda anterior",
313
- "select-up-value-cell": "Seleccionar la celda superior que tiene valor",
314
- "select-below-value-cell": "Seleccionar la celda inferior que tiene valor",
315
- "select-left-value-cell": "Seleccionar la celda izquierda que tiene valor",
316
- "select-right-value-cell": "Seleccionar la celda derecha que tiene valor",
317
- "expand-selection-down": "Expandir selección hacia abajo",
318
- "expand-selection-up": "Expandir selección hacia arriba",
319
- "expand-selection-left": "Expandir selección a la izquierda",
320
- "expand-selection-right": "Expandir selección a la derecha",
321
- "expand-selection-to-left-gap": "Expandir selección al espacio izquierdo",
322
- "expand-selection-to-below-gap": "Expandir selección al espacio inferior",
323
- "expand-selection-to-right-gap": "Expandir selección al espacio derecho",
324
- "expand-selection-to-up-gap": "Expandir selección al espacio superior",
325
- "select-all": "Seleccionar todo",
326
- "toggle-editing": "Alternar edición",
327
- "delete-and-start-editing": "Borrar y comenzar a editar",
328
- "abort-editing": "Abortar edición",
329
- "break-line": "Salto de línea",
330
- "set-bold": "Alternar negrita",
331
- "start-editing": "Comenzar a editar (Selección en el editor)",
332
- "set-italic": "Alternar cursiva",
333
- "set-underline": "Alternar subrayado",
334
- "set-strike-through": "Alternar tachado"
335
- } },
336
- "sheet-view": "Vista de hoja",
337
- "sheet-edit": "Edición de hoja",
338
299
  definedName: {
339
300
  managerTitle: "Administrador de nombres",
340
301
  managerDescription: "Crea un nombre definido seleccionando celdas o fórmulas e introduciendo el nombre deseado en el cuadro de texto.",
@@ -349,21 +310,20 @@ const locale = {
349
310
  inputCommentPlaceholder: "Por favor, introduce un comentario",
350
311
  inputRangePlaceholder: "Por favor, introduce un rango (sin espacios)",
351
312
  inputFormulaPlaceholder: "Por favor, introduce una fórmula (sin espacios)",
352
- nameEmpty: "El nombre no puede estar vacío",
353
- nameDuplicate: "El nombre ya existe",
354
- formulaOrRefStringEmpty: "La fórmula o la cadena de referencia no puede estar vacía",
355
313
  formulaOrRefStringInvalid: "Fórmula o cadena de referencia no válida",
356
314
  defaultName: "NombreDefinido",
357
315
  updateButton: "Actualizar",
358
316
  deleteButton: "Eliminar",
359
- deleteConfirmText: "¿Estás seguro de que quieres eliminar este nombre definido?",
360
- nameConflict: "El nombre entra en conflicto con el nombre de la función",
361
- nameInvalid: "El nombre no es válido",
362
- nameSheetConflict: "El nombre entra en conflicto con el nombre de la hoja"
317
+ deleteConfirmText: "¿Estás seguro de que quieres eliminar este nombre definido?"
363
318
  },
364
- uploadLoading: {
365
- loading: "Cargando..., restante",
366
- error: "Error"
319
+ uploadLoading: { loading: "Cargando..., restante" },
320
+ "data-validation": {
321
+ alert: { ok: "Aceptar" },
322
+ list: {
323
+ edit: "Editar",
324
+ dropdown: "Seleccione un elemento"
325
+ },
326
+ listMultiple: { dropdown: "Seleccione elementos" }
367
327
  },
368
328
  permission: {
369
329
  toolbarMenu: "Protección",
@@ -457,7 +417,7 @@ const locale = {
457
417
  addNewPermission: "Añadir nuevo permiso"
458
418
  }
459
419
  }
460
- };
420
+ } };
461
421
 
462
422
  //#endregion
463
423
  export { locale as default };
@@ -1,7 +1,5 @@
1
1
  //#region src/locale/fa-IR.ts
2
- const locale = {
3
- spreadsheetLabel: "برگه گسترده",
4
- spreadsheetRightLabel: "برگه‌های بیشتر",
2
+ const locale = { "sheets-ui": {
5
3
  toolbar: {
6
4
  undo: "بازگرداندن",
7
5
  redo: "تکرار",
@@ -65,26 +63,11 @@ const locale = {
65
63
  confirm: "تایید",
66
64
  cancel: "انصراف",
67
65
  close: "بستن",
68
- update: "به‌روزرسانی",
69
- delete: "حذف",
70
66
  insert: "درج",
71
67
  prevPage: "قبلی",
72
68
  nextPage: "بعدی",
73
69
  total: "مجموع:"
74
70
  },
75
- punctuation: {
76
- tab: "تب",
77
- semicolon: "نقطه‌ویرگول",
78
- comma: "ویرگول",
79
- space: "فاصله"
80
- },
81
- colorPicker: {
82
- collapse: "جمع کردن",
83
- customColor: "سفارشی",
84
- change: "تغییر",
85
- confirmColor: "تایید",
86
- cancelColor: "انصراف"
87
- },
88
71
  borderLine: {
89
72
  borderTop: "خط بالای قاب",
90
73
  borderBottom: "خط پایینی قاب",
@@ -106,19 +89,9 @@ const locale = {
106
89
  horizontal: "ادغام افقی",
107
90
  cancel: "لغو ادغام",
108
91
  overlappingError: "نمی‌توان نواحی هم‌پوشان را ادغام کرد",
109
- partiallyError: "نمی‌توان این عملیات را روی سلول‌های ادغام‌شده جزئی انجام داد",
110
- confirm: {
111
- title: "ادامه ادغام فقط مقدار سلول بالا-چپ را نگه می‌دارد و مقادیر دیگر حذف خواهند شد. آیا مطمئن هستید که می‌خواهید ادامه دهید؟",
112
- cancel: "لغو ادغام",
113
- confirm: "ادامه ادغام",
114
- warning: "هشدار",
115
- dismantleMergeCellWarning: "این باعث شکستن برخی از سلول‌های ادغام‌شده می‌شود. آیا می‌خواهید ادامه دهید؟"
116
- }
92
+ partiallyError: "نمی‌توان این عملیات را روی سلول‌های ادغام‌شده جزئی انجام داد"
117
93
  },
118
- filter: { confirm: {
119
- error: "مشکلی پیش آمد",
120
- notAllowedToInsertRange: "تا زمانی که فیلتر پاک نشود، اجازه حرکت سلول‌ها به اینجا داده نمی‌شود"
121
- } },
94
+ filter: {},
122
95
  textWrap: {
123
96
  overflow: "سرریز",
124
97
  wrap: "بپیچ",
@@ -243,8 +216,6 @@ const locale = {
243
216
  textToNumber: "متن به عدد"
244
217
  },
245
218
  info: {
246
- tooltip: "راهنما",
247
- error: "خطا",
248
219
  notChangeMerge: "شما نمی‌توانید تغییرات جزئی در سلول‌های ادغام شده ایجاد کنید",
249
220
  detailUpdate: "جدید باز شد",
250
221
  detailSave: "پنهانگاه محلی بازیابی شد",
@@ -260,15 +231,12 @@ const locale = {
260
231
  add: "اضافه کردن",
261
232
  addLast: "سطرهای بیشتر در پایین",
262
233
  backTop: "بازگشت به بالا",
263
- pageInfo: "مجموع ${total}، ${totalPage} صفحه، جاری ${currentPage}",
264
234
  nextPage: "بعدی",
265
235
  tipInputNumber: "لطفا عدد را وارد کنید",
266
236
  tipInputNumberLimit: "محدوده افزایش محدود به 1-100 است",
267
237
  tipRowHeightLimit: "ارتفاع سطر باید بین 0 ~ 545 باشد",
268
238
  tipColumnWidthLimit: "عرض ستون باید بین 0 ~ 2038 باشد",
269
- pageInfoFull: "مجموع ${total}، ${totalPage} صفحه، همه داده‌ها نمایش داده شده",
270
- problem: "مشکلی پیش آمد",
271
- forceStringInfo: "عدد به عنوان متن ذخیره شده"
239
+ problem: "مشکلی پیش آمد"
272
240
  },
273
241
  clipboard: {
274
242
  paste: {
@@ -290,51 +258,44 @@ const locale = {
290
258
  clickToCopy: "کلیک کنید تا کپی کنید",
291
259
  copied: "کپی شد"
292
260
  },
293
- autoFill: {
294
- copy: "کپی سلول",
295
- series: "پر کردن سری",
296
- formatOnly: "فقط قالب",
297
- noFormat: "بدون قالب"
298
- },
299
- rangeSelector: {
300
- placeholder: "انتخاب محدوده یا وارد کردن مقدار",
301
- tooltip: "انتخاب محدوده"
261
+ shortcut: {
262
+ "sheet-view": "Sheet View",
263
+ "sheet-edit": "Sheet Edit",
264
+ sheet: {
265
+ "zoom-in": "بزرگنمایی",
266
+ "zoom-out": "کوچکنمایی",
267
+ "reset-zoom": "بازنشانی سطح بزرگنمایی",
268
+ "select-below-cell": "انتخاب سلول پایین",
269
+ "select-up-cell": "انتخاب سلول بالا",
270
+ "select-left-cell": "انتخاب سلول چپ",
271
+ "select-right-cell": "انتخاب سلول راست",
272
+ "select-next-cell": "انتخاب سلول بعدی",
273
+ "select-previous-cell": "انتخاب سلول قبلی",
274
+ "select-up-value-cell": "انتخاب سلول بالا که دارای مقدار است",
275
+ "select-below-value-cell": "انتخاب سلول پایین که دارای مقدار است",
276
+ "select-left-value-cell": "انتخاب سلول چپ که دارای مقدار است",
277
+ "select-right-value-cell": "انتخاب سلول راست که دارای مقدار است",
278
+ "expand-selection-down": "گسترش انتخاب به پایین",
279
+ "expand-selection-up": "گسترش انتخاب به بالا",
280
+ "expand-selection-left": "گسترش انتخاب به چپ",
281
+ "expand-selection-right": "گسترش انتخاب به راست",
282
+ "expand-selection-to-left-gap": "گسترش انتخاب به شکاف چپ",
283
+ "expand-selection-to-below-gap": "گسترش انتخاب به شکاف پایین",
284
+ "expand-selection-to-right-gap": "گسترش انتخاب به شکاف راست",
285
+ "expand-selection-to-up-gap": "گسترش انتخاب به شکاف بالا",
286
+ "select-all": "انتخاب همه",
287
+ "toggle-editing": "تغییر حالت ویرایش",
288
+ "delete-and-start-editing": "پاک کردن و شروع ویرایش",
289
+ "abort-editing": "لغو ویرایش",
290
+ "break-line": "شکستن خط",
291
+ "set-bold": "تغییر حالت پررنگ",
292
+ "start-editing": "شروع ویرایش (انتخاب در ویرایشگر)",
293
+ "repeat-last-action": "تکرار آخرین عملیات",
294
+ "set-italic": "تغییر حالت مورب",
295
+ "set-underline": "تغییر حالت خط زیرین",
296
+ "set-strike-through": "تغییر حالت خط‌خورده"
297
+ }
302
298
  },
303
- shortcut: { sheet: {
304
- "zoom-in": "بزرگنمایی",
305
- "zoom-out": "کوچکنمایی",
306
- "reset-zoom": "بازنشانی سطح بزرگنمایی",
307
- "select-below-cell": "انتخاب سلول پایین",
308
- "select-up-cell": "انتخاب سلول بالا",
309
- "select-left-cell": "انتخاب سلول چپ",
310
- "select-right-cell": "انتخاب سلول راست",
311
- "select-next-cell": "انتخاب سلول بعدی",
312
- "select-previous-cell": "انتخاب سلول قبلی",
313
- "select-up-value-cell": "انتخاب سلول بالا که دارای مقدار است",
314
- "select-below-value-cell": "انتخاب سلول پایین که دارای مقدار است",
315
- "select-left-value-cell": "انتخاب سلول چپ که دارای مقدار است",
316
- "select-right-value-cell": "انتخاب سلول راست که دارای مقدار است",
317
- "expand-selection-down": "گسترش انتخاب به پایین",
318
- "expand-selection-up": "گسترش انتخاب به بالا",
319
- "expand-selection-left": "گسترش انتخاب به چپ",
320
- "expand-selection-right": "گسترش انتخاب به راست",
321
- "expand-selection-to-left-gap": "گسترش انتخاب به شکاف چپ",
322
- "expand-selection-to-below-gap": "گسترش انتخاب به شکاف پایین",
323
- "expand-selection-to-right-gap": "گسترش انتخاب به شکاف راست",
324
- "expand-selection-to-up-gap": "گسترش انتخاب به شکاف بالا",
325
- "select-all": "انتخاب همه",
326
- "toggle-editing": "تغییر حالت ویرایش",
327
- "delete-and-start-editing": "پاک کردن و شروع ویرایش",
328
- "abort-editing": "لغو ویرایش",
329
- "break-line": "شکستن خط",
330
- "set-bold": "تغییر حالت پررنگ",
331
- "start-editing": "شروع ویرایش (انتخاب در ویرایشگر)",
332
- "set-italic": "تغییر حالت مورب",
333
- "set-underline": "تغییر حالت خط زیرین",
334
- "set-strike-through": "تغییر حالت خط‌خورده"
335
- } },
336
- "sheet-view": "نمای برگه",
337
- "sheet-edit": "ویرایش برگه",
338
299
  definedName: {
339
300
  managerTitle: "مدیر نامگذاری شده",
340
301
  managerDescription: "با انتخاب سلول‌ها یا فرمول‌ها و وارد کردن نام دلخواه در کادر متن، یک نام تعریف شده ایجاد کنید.",
@@ -349,21 +310,20 @@ const locale = {
349
310
  inputCommentPlaceholder: "لطفا یک نظر وارد کنید",
350
311
  inputRangePlaceholder: "لطفا محدوده را وارد کنید (فاصله مجاز نیست)",
351
312
  inputFormulaPlaceholder: "لطفا یک فرمول وارد کنید (فاصله مجاز نیست)",
352
- nameEmpty: "نام نمی‌تواند خالی باشد",
353
- nameDuplicate: "نام قبلاً وجود دارد",
354
- formulaOrRefStringEmpty: "فرمول یا رشته مرجع نمی‌تواند خالی باشد",
355
313
  formulaOrRefStringInvalid: "فرمول یا رشته مرجع نامعتبر است",
356
314
  defaultName: "DefinedName",
357
315
  updateButton: "به‌روزرسانی",
358
316
  deleteButton: "حذف",
359
- deleteConfirmText: "آیا مطمئن هستید که می‌خواهید این نام تعریف شده را حذف کنید؟",
360
- nameConflict: "نام با نام تابع در تضاد است",
361
- nameInvalid: "نام نامعتبر است",
362
- nameSheetConflict: "نام با نام برگه در تضاد است"
317
+ deleteConfirmText: "آیا مطمئن هستید که می‌خواهید این نام تعریف شده را حذف کنید؟"
363
318
  },
364
- uploadLoading: {
365
- loading: "در حال بارگیری...، باقی مانده",
366
- error: "خطا"
319
+ uploadLoading: { loading: "در حال بارگیری...، باقی مانده" },
320
+ "data-validation": {
321
+ alert: { ok: "تایید" },
322
+ list: {
323
+ edit: "ویرایش",
324
+ dropdown: "انتخاب یک مورد"
325
+ },
326
+ listMultiple: { dropdown: "انتخاب موارد" }
367
327
  },
368
328
  permission: {
369
329
  toolbarMenu: "محافظت",
@@ -457,7 +417,7 @@ const locale = {
457
417
  addNewPermission: "اضافه کردن مجوز جدید"
458
418
  }
459
419
  }
460
- };
420
+ } };
461
421
 
462
422
  //#endregion
463
423
  export { locale as default };
@@ -1,7 +1,5 @@
1
1
  //#region src/locale/fr-FR.ts
2
- const locale = {
3
- spreadsheetLabel: "Feuille de calcul",
4
- spreadsheetRightLabel: "Plus de feuilles",
2
+ const locale = { "sheets-ui": {
5
3
  toolbar: {
6
4
  undo: "Annuler",
7
5
  redo: "Refaire",
@@ -65,26 +63,11 @@ const locale = {
65
63
  confirm: "OK",
66
64
  cancel: "Annuler",
67
65
  close: "Fermer",
68
- update: "Mettre à jour",
69
- delete: "Supprimer",
70
66
  insert: "Insérer",
71
67
  prevPage: "Précédent",
72
68
  nextPage: "Suivant",
73
69
  total: "total :"
74
70
  },
75
- punctuation: {
76
- tab: "Tabulation",
77
- semicolon: "point-virgule",
78
- comma: "virgule",
79
- space: "espace"
80
- },
81
- colorPicker: {
82
- collapse: "Réduire",
83
- customColor: "PERSONNALISÉ",
84
- change: "Changer",
85
- confirmColor: "OK",
86
- cancelColor: "Annuler"
87
- },
88
71
  borderLine: {
89
72
  borderTop: "bordureHaut",
90
73
  borderBottom: "bordureBas",
@@ -106,19 +89,9 @@ const locale = {
106
89
  horizontal: "Fusion horizontale",
107
90
  cancel: "Annuler la fusion",
108
91
  overlappingError: "Impossible de fusionner des zones qui se chevauchent",
109
- partiallyError: "Impossible d'effectuer cette opération sur des cellules partiellement fusionnées",
110
- confirm: {
111
- title: "Continuer la fusion ne conserverait que la valeur de la cellule en haut à gauche, les autres valeurs seront supprimées. Voulez-vous continuer ?",
112
- cancel: "Annuler la fusion",
113
- confirm: "Continuer la fusion",
114
- warning: "Avertissement",
115
- dismantleMergeCellWarning: "Cela entraînera la division de certaines cellules fusionnées. Voulez-vous continuer ?"
116
- }
92
+ partiallyError: "Impossible d'effectuer cette opération sur des cellules partiellement fusionnées"
117
93
  },
118
- filter: { confirm: {
119
- error: "Il y a eu un problème",
120
- notAllowedToInsertRange: "Déplacement des cellules non autorisé ici tant que le filtre n'est pas effacé"
121
- } },
94
+ filter: {},
122
95
  textWrap: {
123
96
  overflow: "Débordement",
124
97
  wrap: "Renvoi à la ligne",
@@ -175,8 +148,8 @@ const locale = {
175
148
  insert: "Insérer",
176
149
  insertRow: "Insérer une ligne",
177
150
  insertRowBefore: "Insérer une ligne avant",
178
- insertRowsAbove: "Insérer",
179
151
  insertRowsAfter: "Insérer",
152
+ insertRowsAbove: "Insérer",
180
153
  insertRowsAfterSuffix: "lignes après",
181
154
  insertRowsAboveSuffix: "lignes au-dessus",
182
155
  insertColumn: "Insérer une colonne",
@@ -243,8 +216,6 @@ const locale = {
243
216
  textToNumber: "Texte en nombre"
244
217
  },
245
218
  info: {
246
- tooltip: "Info-bulle",
247
- error: "Erreur",
248
219
  notChangeMerge: "Vous ne pouvez pas apporter de modifications partielles aux cellules fusionnées",
249
220
  detailUpdate: "Nouvellement ouvert",
250
221
  detailSave: "Cache local restauré",
@@ -260,15 +231,12 @@ const locale = {
260
231
  add: "Ajouter",
261
232
  addLast: "plus de lignes en bas",
262
233
  backTop: "Retour en haut",
263
- pageInfo: "Total ${total}, ${totalPage} page, actuel ${currentPage}",
264
234
  nextPage: "Suivant",
265
235
  tipInputNumber: "Veuillez entrer le nombre",
266
236
  tipInputNumberLimit: "L'augmentatiion de la plage est limitée à 1-100",
267
237
  tipRowHeightLimit: "La hauteur de la ligne doit être comprise entre 0 et 545",
268
238
  tipColumnWidthLimit: "La largeur de la colonne doit être comprise entre 0 et 2038",
269
- pageInfoFull: "Total ${total}, ${totalPage} page, toutes les données affichées",
270
- problem: "Il y a eu un problème",
271
- forceStringInfo: "Nombre stocké en tant que texte"
239
+ problem: "Il y a eu un problème"
272
240
  },
273
241
  clipboard: {
274
242
  paste: {
@@ -290,51 +258,44 @@ const locale = {
290
258
  clickToCopy: "Cliquez pour copier",
291
259
  copied: "Copié"
292
260
  },
293
- autoFill: {
294
- copy: "Copier la cellule",
295
- series: "Remplir la série",
296
- formatOnly: "Format uniquement",
297
- noFormat: "Sans format"
298
- },
299
- rangeSelector: {
300
- placeholder: "Sélectionnez la plage ou entrez la valeur",
301
- tooltip: "Sélectionnez la plage"
261
+ shortcut: {
262
+ "sheet-view": "Sheet View",
263
+ "sheet-edit": "Sheet Edit",
264
+ sheet: {
265
+ "zoom-in": "Zoom avant",
266
+ "zoom-out": "Zoom arrière",
267
+ "reset-zoom": "Réinitialiser le niveau de zoom",
268
+ "select-below-cell": "Sélectionner la cellule en dessous",
269
+ "select-up-cell": "Sélectionner la cellule au-dessus",
270
+ "select-left-cell": "Sélectionner la cellule à gauche",
271
+ "select-right-cell": "Sélectionner la cellule à droite",
272
+ "select-next-cell": "Sélectionner la cellule suivante",
273
+ "select-previous-cell": "Sélectionner la cellule précédente",
274
+ "select-up-value-cell": "Sélectionner la cellule au-dessus qui a une valeur",
275
+ "select-below-value-cell": "Sélectionner la cellule en dessous qui a une valeur",
276
+ "select-left-value-cell": "Sélectionner la cellule à gauche qui a une valeur",
277
+ "select-right-value-cell": "Sélectionner la cellule à droite qui a une valeur",
278
+ "expand-selection-down": "Étendre la sélection vers le bas",
279
+ "expand-selection-up": "Étendre la sélection vers le haut",
280
+ "expand-selection-left": "Étendre la sélection vers la gauche",
281
+ "expand-selection-right": "Étendre la sélection vers la droite",
282
+ "expand-selection-to-left-gap": "Étendre la sélection jusqu'à l'écart à gauche",
283
+ "expand-selection-to-below-gap": "Étendre la sélection jusqu'à l'écart en dessous",
284
+ "expand-selection-to-right-gap": "Étendre la sélection jusqu'à l'écart à droite",
285
+ "expand-selection-to-up-gap": "Étendre la sélection jusqu'à l'écart en haut",
286
+ "select-all": "Tout sélectionner",
287
+ "toggle-editing": "Basculer en mode édition",
288
+ "delete-and-start-editing": "Effacer et commencer à éditer",
289
+ "abort-editing": "Annuler l'édition",
290
+ "break-line": "Saut de ligne",
291
+ "set-bold": "Basculer en gras",
292
+ "start-editing": "Commencer l'édition (Sélection dans l'éditeur)",
293
+ "repeat-last-action": "Répéter la dernière action",
294
+ "set-italic": "Basculer en italique",
295
+ "set-underline": "Basculer en souligné",
296
+ "set-strike-through": "Basculer en barré"
297
+ }
302
298
  },
303
- shortcut: { sheet: {
304
- "zoom-in": "Zoom avant",
305
- "zoom-out": "Zoom arrière",
306
- "reset-zoom": "Réinitialiser le niveau de zoom",
307
- "select-below-cell": "Sélectionner la cellule en dessous",
308
- "select-up-cell": "Sélectionner la cellule au-dessus",
309
- "select-left-cell": "Sélectionner la cellule à gauche",
310
- "select-right-cell": "Sélectionner la cellule à droite",
311
- "select-next-cell": "Sélectionner la cellule suivante",
312
- "select-previous-cell": "Sélectionner la cellule précédente",
313
- "select-up-value-cell": "Sélectionner la cellule au-dessus qui a une valeur",
314
- "select-below-value-cell": "Sélectionner la cellule en dessous qui a une valeur",
315
- "select-left-value-cell": "Sélectionner la cellule à gauche qui a une valeur",
316
- "select-right-value-cell": "Sélectionner la cellule à droite qui a une valeur",
317
- "expand-selection-down": "Étendre la sélection vers le bas",
318
- "expand-selection-up": "Étendre la sélection vers le haut",
319
- "expand-selection-left": "Étendre la sélection vers la gauche",
320
- "expand-selection-right": "Étendre la sélection vers la droite",
321
- "expand-selection-to-left-gap": "Étendre la sélection jusqu'à l'écart à gauche",
322
- "expand-selection-to-below-gap": "Étendre la sélection jusqu'à l'écart en dessous",
323
- "expand-selection-to-right-gap": "Étendre la sélection jusqu'à l'écart à droite",
324
- "expand-selection-to-up-gap": "Étendre la sélection jusqu'à l'écart en haut",
325
- "select-all": "Tout sélectionner",
326
- "toggle-editing": "Basculer en mode édition",
327
- "delete-and-start-editing": "Effacer et commencer à éditer",
328
- "abort-editing": "Annuler l'édition",
329
- "break-line": "Saut de ligne",
330
- "set-bold": "Basculer en gras",
331
- "start-editing": "Commencer l'édition (Sélection dans l'éditeur)",
332
- "set-italic": "Basculer en italique",
333
- "set-underline": "Basculer en souligné",
334
- "set-strike-through": "Basculer en barré"
335
- } },
336
- "sheet-view": "Visualisation de la feuille",
337
- "sheet-edit": "Édition de la feuille",
338
299
  definedName: {
339
300
  managerTitle: "Gérer les noms définis",
340
301
  managerDescription: "Créez un nom défini en sélectionnant des cellules ou des formules, et en entrant le nom souhaité dans la zone de texte.",
@@ -349,21 +310,20 @@ const locale = {
349
310
  inputCommentPlaceholder: "Veuillez entrer un commentaire",
350
311
  inputRangePlaceholder: "Veuillez entrer une plage (espace non autorisé)",
351
312
  inputFormulaPlaceholder: "Veuillez entrer une formule (espace non autorisé)",
352
- nameEmpty: "Le nom ne peut pas être vide",
353
- nameDuplicate: "Le nom existe déjà",
354
- formulaOrRefStringEmpty: "La formule ou la chaîne de référence ne peut pas être vide",
355
313
  formulaOrRefStringInvalid: "Formule ou chaîne de référence invalide",
356
314
  defaultName: "NomDéfini",
357
315
  updateButton: "Mettre à jour",
358
316
  deleteButton: "Supprimer",
359
- deleteConfirmText: "Êtes-vous sûr de vouloir supprimer ce nom défini?",
360
- nameConflict: "Le nom est en conflit avec le nom de la fonction",
361
- nameInvalid: "Le nom est invalide",
362
- nameSheetConflict: "Le nom est en conflit avec le nom de la feuille"
317
+ deleteConfirmText: "Êtes-vous sûr de vouloir supprimer ce nom défini?"
363
318
  },
364
- uploadLoading: {
365
- loading: "Chargement..., restant",
366
- error: "Erreur"
319
+ uploadLoading: { loading: "Chargement..., restant" },
320
+ "data-validation": {
321
+ alert: { ok: "OK" },
322
+ list: {
323
+ edit: "Modifier",
324
+ dropdown: "Sélectionnez un élément"
325
+ },
326
+ listMultiple: { dropdown: "Sélectionnez des éléments" }
367
327
  },
368
328
  permission: {
369
329
  toolbarMenu: "Protection",
@@ -457,7 +417,7 @@ const locale = {
457
417
  addNewPermission: "Ajouter une nouvelle permission"
458
418
  }
459
419
  }
460
- };
420
+ } };
461
421
 
462
422
  //#endregion
463
423
  export { locale as default };