Client: Support spool archiving in frontend

This commit is contained in:
Donkie
2023-07-14 14:21:47 +02:00
parent f89cf8ecd4
commit 7971cda7b5
7 changed files with 150 additions and 8 deletions

View File

@@ -21,6 +21,10 @@
"undo": "Undo",
"import": "Import",
"clone": "Clone",
"archive": "Archive",
"unArchive": "Unarchive",
"hideArchived": "Hide Archived",
"showArchived": "Show Archived",
"notAccessTitle": "You don't have permission to access",
"hideColumns": "Hide Columns",
"clearFilters": "Clear Filters"
@@ -41,6 +45,8 @@
"loading": "Loading",
"version": "Version",
"unknown": "Unknown",
"yes": "Yes",
"no": "No",
"tags": {
"clone": "Clone"
},
@@ -63,7 +69,8 @@
"first_used": "First Used",
"last_used": "Last Used",
"registered": "Registered",
"comment": "Comment"
"comment": "Comment",
"archived": "Archived"
},
"fields_help": {
"used_weight": "How much filament has been used from the spool. A new spool should have 0g used.",
@@ -75,7 +82,11 @@
"clone": "Clone Spool",
"edit": "Edit Spool",
"list": "Spools",
"show": "Show Spool"
"show": "Show Spool",
"archive": "Archive Spool"
},
"messages": {
"archive": "Are you sure you want to archive this spool?"
}
},
"filament": {

View File

@@ -21,6 +21,10 @@
"undo": "Ångra",
"import": "Importera",
"clone": "Klona",
"archive": "Arkivera",
"unArchive": "Avarkivera",
"hideArchived": "Dölj arkiverade",
"showArchived": "Visa arkiverade",
"notAccessTitle": "Du har inte tillgång till denna sida",
"hideColumns": "Dölj kolumner",
"clearFilters": "Rensa filter"
@@ -41,6 +45,8 @@
"loading": "Laddar...",
"version": "Version",
"unknown": "Okänd",
"yes": "Ja",
"no": "Nej",
"tags": {
"clone": "Klona"
},
@@ -63,7 +69,8 @@
"first_used": "Användes först",
"last_used": "Användes senast",
"registered": "Registrerad",
"comment": "Kommentar"
"comment": "Kommentar",
"archived": "Arkiverad"
},
"fields_help": {
"used_weight": "Hur mycket filament som använts på spolen. En ny spole har värdet 0g.",
@@ -75,7 +82,11 @@
"clone": "Klona spole",
"edit": "Ändra spole",
"list": "Spolar",
"show": "Visa spole"
"show": "Visa spole",
"archive": "Arkivera spole"
},
"messages": {
"archive": "Är du säker på att du vill arkivera denna spole?"
}
},
"filament": {