new tool timer & alert revamp
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
This commit is contained in:
parent
0c7ae46b4d
commit
68005ef918
38 changed files with 2048 additions and 111 deletions
|
|
@ -79,6 +79,10 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.importAll",
|
||||
"toolboxes.exportAll",
|
||||
"toolboxes.importOne",
|
||||
"toolboxes.preferencesLabel",
|
||||
"toolboxes.toastPositionLabel",
|
||||
"toolboxes.toastPositionLeft",
|
||||
"toolboxes.toastPositionRight",
|
||||
"toolboxes.summary",
|
||||
"toolboxes.storageHelp.title",
|
||||
"toolboxes.storageHelp.text",
|
||||
|
|
@ -146,6 +150,45 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.modules.calculator.useEntryTitle",
|
||||
"toolboxes.modules.calculator.renameTitle",
|
||||
"toolboxes.modules.calculator.deleteTitle",
|
||||
"toolboxes.modules.timer.stopwatchTab",
|
||||
"toolboxes.modules.timer.countdownTab",
|
||||
"toolboxes.modules.timer.stopwatchTitle",
|
||||
"toolboxes.modules.timer.countdownTitle",
|
||||
"toolboxes.modules.timer.startButton",
|
||||
"toolboxes.modules.timer.pauseButton",
|
||||
"toolboxes.modules.timer.lapButton",
|
||||
"toolboxes.modules.timer.resetTitle",
|
||||
"toolboxes.modules.timer.lapLabelAriaLabel",
|
||||
"toolboxes.modules.timer.countdownLabel",
|
||||
"toolboxes.modules.timer.countdownLabelPlaceholder",
|
||||
"toolboxes.modules.timer.countdownTypeLabel",
|
||||
"toolboxes.modules.timer.durationType",
|
||||
"toolboxes.modules.timer.dailyTimeType",
|
||||
"toolboxes.modules.timer.timePatternType",
|
||||
"toolboxes.modules.timer.intervalType",
|
||||
"toolboxes.modules.timer.durationLabel",
|
||||
"toolboxes.modules.timer.dailyTimeLabel",
|
||||
"toolboxes.modules.timer.timePatternLabel",
|
||||
"toolboxes.modules.timer.intervalLabel",
|
||||
"toolboxes.modules.timer.addCountdownButton",
|
||||
"toolboxes.modules.timer.defaultCountdownLabel",
|
||||
"toolboxes.modules.timer.finishedLabel",
|
||||
"toolboxes.modules.timer.targetLabel",
|
||||
"toolboxes.modules.timer.stepLabel",
|
||||
"toolboxes.modules.timer.stepsTitle",
|
||||
"toolboxes.modules.timer.countdownsTitle",
|
||||
"toolboxes.modules.timer.scrollableTitle",
|
||||
"toolboxes.modules.timer.sortTitle",
|
||||
"toolboxes.modules.timer.alertModeTitle",
|
||||
"toolboxes.modules.timer.alertOffTitle",
|
||||
"toolboxes.modules.timer.alertVisibleTitle",
|
||||
"toolboxes.modules.timer.alertSiteTitle",
|
||||
"toolboxes.modules.timer.alertTooSoonTitle",
|
||||
"toolboxes.modules.timer.alertMessage",
|
||||
"toolboxes.modules.timer.emptySteps",
|
||||
"toolboxes.modules.timer.emptyCountdowns",
|
||||
"toolboxes.modules.timer.renameTitle",
|
||||
"toolboxes.modules.timer.deleteTitle",
|
||||
"toolboxes.modules.imageAnnotation.addImage",
|
||||
"toolboxes.modules.imageAnnotation.replaceImage",
|
||||
"toolboxes.modules.imageAnnotation.pastePlaceholder",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue