feat: consolidate shared UI and harden browser authority for release
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
/** Loaded with the navigation editor, not with the startup shell. */
|
||||
export const navigationEditorTranslations: Record<string, Record<string, string>> = {
|
||||
"en": {
|
||||
"help": "Drag the handles to reorder modules and separators. Keyboard: Space to pick up, arrows to move, Enter to drop, Escape to cancel. Removing a module only hides it here; locked entries stay visible.",
|
||||
"inherit": "Use inherited layout",
|
||||
"available": "Available modules",
|
||||
"all_added": "All available modules are included",
|
||||
"add_module": "Add module",
|
||||
"add_separator": "Add separator",
|
||||
"layout": "Navigation layout",
|
||||
"separator": "Separator",
|
||||
"separator_label": "Group label (optional)",
|
||||
"locked": "Locked",
|
||||
"locked_help": "An administrator has locked this entry; lower scopes cannot remove it.",
|
||||
"empty": "Add modules to create this navigation layout.",
|
||||
"reorder": "Reorder {label}",
|
||||
"up": "Move {label} up",
|
||||
"down": "Move {label} down",
|
||||
"remove": "Remove {label}",
|
||||
"moved": "{label} moved to position {position} of {total}.",
|
||||
"picked_up": "Picked up. Use arrow keys to move, Enter to drop, Escape to cancel.",
|
||||
"dropped": "Item placed.",
|
||||
"cancelled": "Reordering cancelled."
|
||||
},
|
||||
"de": {
|
||||
"help": "Ziehen Sie die Griffe, um Module und Trennlinien anzuordnen. Tastatur: Leertaste zum Aufnehmen, Pfeile zum Verschieben, Eingabe zum Ablegen, Escape zum Abbrechen. Entfernen blendet Module nur hier aus; gesperrte Einträge bleiben sichtbar.",
|
||||
"inherit": "Geerbte Anordnung verwenden",
|
||||
"available": "Verfügbare Module",
|
||||
"all_added": "Alle verfügbaren Module sind enthalten",
|
||||
"add_module": "Modul hinzufügen",
|
||||
"add_separator": "Trennlinie hinzufügen",
|
||||
"layout": "Navigationsanordnung",
|
||||
"separator": "Trennlinie",
|
||||
"separator_label": "Gruppenbezeichnung (optional)",
|
||||
"locked": "Gesperrt",
|
||||
"locked_help": "Dieser Eintrag ist administrativ gesperrt und kann auf untergeordneten Ebenen nicht entfernt werden.",
|
||||
"empty": "Fügen Sie Module zu dieser Navigationsanordnung hinzu.",
|
||||
"reorder": "{label} anordnen",
|
||||
"up": "{label} nach oben",
|
||||
"down": "{label} nach unten",
|
||||
"remove": "{label} entfernen",
|
||||
"moved": "{label} wurde auf Position {position} von {total} verschoben.",
|
||||
"picked_up": "Aufgenommen. Mit Pfeiltasten verschieben, Eingabe zum Ablegen, Escape zum Abbrechen.",
|
||||
"dropped": "Eintrag abgelegt.",
|
||||
"cancelled": "Anordnung abgebrochen."
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user