diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 330f73e23..538f6529b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2415,6 +2415,8 @@ "SSE.Views.FormulaTab.txtFormulaTip": "Insert function", "SSE.Views.FormulaTab.txtMore": "More functions", "SSE.Views.FormulaTab.txtRecent": "Recently used", + "SSE.Views.FormulaTab.txtWatch": "Watch Window", + "SSE.Views.FormulaTab.tipWatch": "Add cells to the Watch Window list", "SSE.Views.FormulaWizard.textAny": "any", "SSE.Views.FormulaWizard.textArgument": "Argument", "SSE.Views.FormulaWizard.textFunction": "Function", @@ -3668,6 +3670,16 @@ "SSE.Views.ViewTab.tipCreate": "Create sheet view", "SSE.Views.ViewTab.tipFreeze": "Freeze panes", "SSE.Views.ViewTab.tipSheetView": "Sheet view", + "SSE.Views.WatchDialog.txtTitle": "Watch Window", + "SSE.Views.WatchDialog.textAdd": "Add watch", + "SSE.Views.WatchDialog.textDelete": "Delete watch", + "SSE.Views.WatchDialog.closeButtonText": "Close", + "SSE.Views.WatchDialog.textBook": "Book", + "SSE.Views.WatchDialog.textSheet": "Sheet", + "SSE.Views.WatchDialog.textName": "Name", + "SSE.Views.WatchDialog.textCell": "Cell", + "SSE.Views.WatchDialog.textValue": "Value", + "SSE.Views.WatchDialog.textFormula": "Formula", "SSE.Views.WBProtection.hintAllowRanges": "Allow edit ranges", "SSE.Views.WBProtection.hintProtectSheet": "Protect sheet", "SSE.Views.WBProtection.hintProtectWB": "Protect workbook",