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