@progress/kendo-angular-messages 1.52.0-develop.2 → 1.53.0-develop.1
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/messages/spreadsheet/spreadsheet.ar.yml +21 -0
- package/messages/spreadsheet/spreadsheet.bg-BG.yml +21 -0
- package/messages/spreadsheet/spreadsheet.cs-CZ.yml +21 -0
- package/messages/spreadsheet/spreadsheet.da-DK.yml +21 -0
- package/messages/spreadsheet/spreadsheet.de-AT.yml +21 -0
- package/messages/spreadsheet/spreadsheet.de-CH.yml +21 -0
- package/messages/spreadsheet/spreadsheet.de-DE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.de-LI.yml +21 -0
- package/messages/spreadsheet/spreadsheet.en-AU.yml +21 -0
- package/messages/spreadsheet/spreadsheet.en-CA.yml +21 -0
- package/messages/spreadsheet/spreadsheet.en-GB.yml +21 -0
- package/messages/spreadsheet/spreadsheet.en-US.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-AR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-BO.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-CL.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-CO.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-CR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-DO.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-EC.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-ES.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-GT.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-HN.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-MX.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-NI.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-PA.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-PE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-PR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-PY.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-US.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-UY.yml +21 -0
- package/messages/spreadsheet/spreadsheet.es-VE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fa-IR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fi-FI.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-BE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-CA.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-CD.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-CH.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-CI.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-CM.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-FR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-HT.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-LU.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-MA.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-MC.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-ML.yml +21 -0
- package/messages/spreadsheet/spreadsheet.fr-SN.yml +21 -0
- package/messages/spreadsheet/spreadsheet.he-IL.yml +21 -0
- package/messages/spreadsheet/spreadsheet.hy-AM.yml +21 -0
- package/messages/spreadsheet/spreadsheet.it-CH.yml +21 -0
- package/messages/spreadsheet/spreadsheet.it-IT.yml +21 -0
- package/messages/spreadsheet/spreadsheet.ja-JP.yml +21 -0
- package/messages/spreadsheet/spreadsheet.ka-GE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.nb-NO.yml +21 -0
- package/messages/spreadsheet/spreadsheet.nl-BE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.nl-NL.yml +21 -0
- package/messages/spreadsheet/spreadsheet.pl-PL.yml +21 -0
- package/messages/spreadsheet/spreadsheet.pt-BR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.pt-PT.yml +21 -0
- package/messages/spreadsheet/spreadsheet.ro-RO.yml +21 -0
- package/messages/spreadsheet/spreadsheet.ru-RU.yml +21 -0
- package/messages/spreadsheet/spreadsheet.sk-SK.yml +21 -0
- package/messages/spreadsheet/spreadsheet.sv-SE.yml +21 -0
- package/messages/spreadsheet/spreadsheet.tr-TR.yml +21 -0
- package/messages/spreadsheet/spreadsheet.uk-UA.yml +21 -0
- package/messages/spreadsheet/spreadsheet.zh-CN.yml +21 -0
- package/messages/spreadsheet/spreadsheet.zh-HK.yml +21 -0
- package/messages/spreadsheet/spreadsheet.zh-TW.yml +21 -0
- package/package.json +1 -1
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
|
@@ -203,3 +203,24 @@ kendo:
|
|
|
203
203
|
|
|
204
204
|
# The text of the Unhide column command.
|
|
205
205
|
unhideColumn: Unhide
|
|
206
|
+
|
|
207
|
+
# The title of the Formula input
|
|
208
|
+
formulaInput: Formula Input
|
|
209
|
+
|
|
210
|
+
# The text of the Sheet menu Delete option
|
|
211
|
+
sheetDelete: Delete
|
|
212
|
+
|
|
213
|
+
# The text of the Sheet menu Rename option
|
|
214
|
+
sheetRename: Rename
|
|
215
|
+
|
|
216
|
+
# The text of the Sheet menu Duplicate option
|
|
217
|
+
sheetDuplicate: Duplicate
|
|
218
|
+
|
|
219
|
+
# The text of the Sheet menu Hide option
|
|
220
|
+
sheetHide: Hide
|
|
221
|
+
|
|
222
|
+
# The text of the Sheet menu Move Left option
|
|
223
|
+
sheetMoveLeft: Move Left
|
|
224
|
+
|
|
225
|
+
# The text of the Sheet menu Move Right option
|
|
226
|
+
sheetMoveRight: Move Right
|
package/package.json
CHANGED