@fileverse-dev/dsheet 1.3.18-patch.3-mod-insert-1 → 1.3.18-patch.3-mod-insert-2

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.
@@ -1,4 +1,4 @@
1
- import { F as a } from "./index-D8GxISBL.js";
1
+ import { F as a } from "./index-DbhwXzaq.js";
2
2
  const r = {
3
3
  generalDialog: {
4
4
  partiallyError: "Cannot perform this operation on partially merged cells",
@@ -11050,6 +11050,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
11050
11050
  cannotDeleteColumnReadOnly: "Cannot delete column readonly",
11051
11051
  cannotInsertOnRowReadOnly: "Cannot insert on read-only row",
11052
11052
  cannotInsertOnColumnReadOnly: "Cannot insert into read-only column",
11053
+ insertRowAboveOne: "Insert row above",
11054
+ insertRowsAboveN: "Insert {n} rows above",
11055
+ insertRowBelowOne: "Insert row below",
11056
+ insertRowsBelowN: "Insert {n} rows below",
11057
+ insertColumnLeftOne: "Insert column to the left",
11058
+ insertColumnsLeftN: "Insert {n} columns to the left",
11059
+ insertColumnRightOne: "Insert column to the right",
11060
+ insertColumnsRightN: "Insert {n} columns to the right",
11053
11061
  rowOverLimit: "10000 row limit exceeded",
11054
11062
  columnOverLimit: "1000 column limit exceeded",
11055
11063
  conditionFormat: "Conditional formatting"
@@ -11037,6 +11037,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
11037
11037
  cannotDeleteColumnReadOnly: "No se puede eliminar la columna de solo lectura",
11038
11038
  cannotInsertOnRowReadOnly: "No se puede insertar en una fila de solo lectura",
11039
11039
  cannotInsertOnColumnReadOnly: "No se puede insertar en la columna de solo lectura",
11040
+ insertRowAboveOne: "Insertar fila arriba",
11041
+ insertRowsAboveN: "Insertar {n} filas arriba",
11042
+ insertRowBelowOne: "Insertar fila abajo",
11043
+ insertRowsBelowN: "Insertar {n} filas abajo",
11044
+ insertColumnLeftOne: "Insertar columna a la izquierda",
11045
+ insertColumnsLeftN: "Insertar {n} columnas a la izquierda",
11046
+ insertColumnRightOne: "Insertar columna a la derecha",
11047
+ insertColumnsRightN: "Insertar {n} columnas a la derecha",
11040
11048
  rowOverLimit: "Límite de 10000 filas excedido",
11041
11049
  columnOverLimit: "Límite de 1000 columnas excedido"
11042
11050
  },
@@ -11080,6 +11080,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
11080
11080
  cannotDeleteColumnReadOnly: "स्तंभ केवल-पढ़ने के लिए हटाई नहीं जा सकती",
11081
11081
  cannotInsertOnRowReadOnly: "केवल-पढ़ने की पंक्ति पर सम्मिलित नहीं कर सकते",
11082
11082
  cannotInsertOnColumnReadOnly: "केवल-पढ़ने के स्तंभ पर सम्मिलित नहीं कर सकते",
11083
+ insertRowAboveOne: "Insert row above",
11084
+ insertRowsAboveN: "Insert {n} rows above",
11085
+ insertRowBelowOne: "Insert row below",
11086
+ insertRowsBelowN: "Insert {n} rows below",
11087
+ insertColumnLeftOne: "Insert column to the left",
11088
+ insertColumnsLeftN: "Insert {n} columns to the left",
11089
+ insertColumnRightOne: "Insert column to the right",
11090
+ insertColumnsRightN: "Insert {n} columns to the right",
11083
11091
  rowOverLimit: "10000 पंक्ति सीमा पार हो गई",
11084
11092
  columnOverLimit: "1000 स्तंभ सीमा पार हो गई"
11085
11093
  },