You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
* Adds `hideTarget` flag
* Sets default modal size to "medium"
* Code tidy-up
* Updates "defaultdialogs_linkinternal" localizations
to remove the `:` suffix (from all languages)
* Applied `standalone` to single Document Picker item
* Adds `icon` to the document/media detail types
* Link Picker modal: total refactor!
Swaps the inline trees with input pickers.
Makes use of `<umb-property-layout>` component.
+ plenty of TLC in the UI/UX!
* Sets the `allowedMediaTypeIds` for media picker filtering
e.g. folders are not selectable
Copy file name to clipboardExpand all lines: src/assets/lang/de-de.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@ export default {
503
503
'\n Die Kultur-Variante einer Sprache zu ändern ist möglicherweise eine aufwendige Operation und führt zum Erneuern von Inhalts-Zwischenspeicher und Such-Index.\n ',
504
504
lastEdited: 'Zuletzt bearbeitet',
505
505
link: 'Verknüpfung',
506
-
linkinternal: 'Anker:',
506
+
linkinternal: 'Internen Link',
507
507
linklocaltip: 'Wenn lokale Links verwendet werden, füge ein "#" vor den Link ein',
508
508
linknewwindow: 'In einem neuen Fenster öffnen?',
509
509
macroDoesNotHaveProperties: 'Dieses Makro enthält keine einstellbaren Eigenschaften.',
0 commit comments