@fileverse-dev/dsheet 1.3.18-patch.6 → 2.0.0-insert

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.
@@ -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
  },