feat: Add nesting of tags in a tree
- levels are joined by forward slashes in the keywords - behaviour is opt-in for now - long paths are shortened if there is not enough display room Closes #687.
This commit is contained in:
+10
-1
@@ -1032,7 +1032,16 @@
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"migrating": "Updating tag on existing emails…",
|
||||
"migration_error": "Failed to update tag on existing emails"
|
||||
"migration_error": "Failed to update tag on existing emails",
|
||||
"nesting": {
|
||||
"label": "Nested Tags",
|
||||
"description": "Nest tags underneath other tags and show them as a tree in the sidebar."
|
||||
},
|
||||
"parent_field": "Parent Tag",
|
||||
"no_parent": "No parent",
|
||||
"too_long": "This tag path is too long (at most {max} characters)",
|
||||
"has_children_locked": "Other tags are nested under this one, so its name and parent are locked. Move or remove them first.",
|
||||
"has_children_delete": "Remove the tags nested under this one first"
|
||||
},
|
||||
"notifications": {
|
||||
"test_sound": "Test notification sound",
|
||||
|
||||
+10
-1
@@ -1029,7 +1029,16 @@
|
||||
"add": "Toevoegen",
|
||||
"cancel": "Annuleren",
|
||||
"migrating": "Label bijwerken op bestaande e-mails…",
|
||||
"migration_error": "Label bijwerken op bestaande e-mails mislukt"
|
||||
"migration_error": "Label bijwerken op bestaande e-mails mislukt",
|
||||
"nesting": {
|
||||
"label": "Geneste labels",
|
||||
"description": "Nest labels onder andere labels en toon ze als een boomstructuur in de zijbalk."
|
||||
},
|
||||
"parent_field": "Bovenliggend label",
|
||||
"no_parent": "Geen bovenliggend label",
|
||||
"too_long": "Dit labelpad is te lang (maximaal {max} tekens)",
|
||||
"has_children_locked": "Er vallen andere labels onder dit label, dus de naam en het bovenliggende label liggen vast. Verplaats of verwijder ze eerst.",
|
||||
"has_children_delete": "Verwijder eerst de labels die hieronder vallen"
|
||||
},
|
||||
"notifications": {
|
||||
"test_sound": "Meldingsgeluid testen",
|
||||
|
||||
Reference in New Issue
Block a user