Skip to content

Commit

Permalink
refactor: fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Mar 27, 2024
1 parent d05227a commit 582b8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"NextReboot": "next reboot",
"NoNotification": "No Notification available",
"Notifications": "Notifications",
"OneHourShort": "1H",
"OneDayShort": "1D",
"OneHourShort": "1H",
"OneWeekShort": "1W",
"Remind": "Remind:",
"ShowDetails": "show details"
Expand Down Expand Up @@ -350,23 +350,23 @@
"Wireframe": "Wireframe"
},
"History": {
"AddMaintenance": "Add Maintenance",
"AddANote": "Add a note",
"AddMaintenance": "Add Maintenance",
"AddNote": "Add note",
"AddToQueueSuccessful": "File {filename} added to Queue.",
"AddReminder": "Add Reminder",
"AddToQueueSuccessful": "File {filename} added to Queue.",
"AllJobs": "All",
"AvgPrinttime": "Print Time - Ø",
"Cancel": "Cancel",
"Chart": "Chart",
"CreateNote": "Create Note",
"DateBasedReminder": "Date",
"DateBasedReminderDescription": "This reminder is based on the date.",
"Days": "days",
"Delete": "Delete",
"DeleteSelectedQuestion": "Do you really want to delete {count} selected jobs?",
"DeleteSingleJobQuestion": "Do you really want to delete the job?",
"Details": "Details",
"Days": "days",
"EditMaintenance": "Edit Maintenance",
"EditNote": "Edit Note",
"Empty": "empty",
Expand All @@ -387,9 +387,9 @@
"FirstLayerBedTemp": "First Layer Bed Temp.",
"FirstLayerExtTemp": "First Layer Ext. Temp.",
"FirstLayerHeight": "First Layer Height",
"Hours": "hours",
"HistoryFilamentUsage": "Filament",
"HistoryPrinttimeAVG": "Prints",
"Hours": "hours",
"InvalidNameEmpty": "Invalid name. Name must not be empty!",
"JobDetails": "Job Details",
"Jobs": "Jobs",
Expand All @@ -405,10 +405,10 @@
"Note": "Note",
"ObjectHeight": "Object Height",
"OneTime": "One-Time",
"PerformedAndReschedule": "performed and reschedule",
"Perform": "perform",
"PerformMaintenance": "Perform Maintenance",
"Performed": "performed",
"PerformedAndReschedule": "performed and reschedule",
"PerformMaintenance": "Perform Maintenance",
"PrintDuration": "Print Time",
"PrintHistory": "Print History",
"PrintJobs": "Print Jobs",
Expand Down
1 change: 0 additions & 1 deletion src/store/gui/notifications/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import i18n from '@/plugins/i18n.js'
import { RootStateDependency } from '@/store/types'
import { sha256 } from 'js-sha256'
import { PrinterStateKlipperConfigWarning } from '@/store/printer/types'
import { GuiRemindersStateReminder } from '../reminders/types'
import { detect } from 'detect-browser'
import semver from 'semver'
import { minBrowserVersions } from '@/store/variables'
Expand Down

0 comments on commit 582b8ed

Please sign in to comment.