-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add German translations to make it available across Admin. (#176)
#### What problem is this solving? This is part of a series of PRs in several apps to make German available accross the Admin. Tracked in task [LOC-9843](https://vtex-dev.atlassian.net/browse/LOC-9843). #### How to test it? A test store with DE in the language switcher is [available here](https://localizationqa--obidev.myvtex.com/admin/). [LOC-9843]: https://vtex-dev.atlassian.net/browse/LOC-9843?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
b11a0a0
commit 2e8ede6
Showing
3 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"admin/editor.menu-link": "Menü", | ||
"admin/editor.menu-link.title": "Titel", | ||
"admin/editor.menu-link.description": "Eine Menüleiste von Links", | ||
"admin/editor.menu-link.links": "Links", | ||
"admin/editor.menu-link.links.link": "Link", | ||
"admin/editor.menu-link.links.link.text": "Link-Text", | ||
"admin/editor.menu-link.links.link.internalPage": "Zielseite", | ||
"admin/editor.menu-link.links.link.internalPage.description": "Wenn intern", | ||
"admin/editor.menu-link.links.link.params": "Parameter", | ||
"admin/editor.menu-link.links.link.params.description": "Durch Komma getrennte Parameter, z. B.: key=value,a=b,c=d", | ||
"admin/editor.menu-link.links.link.externalPage": "URL (sollte mit https oder http) beginnen", | ||
"admin/editor.menu-link.links.link.externalPage.description": "Wenn extern", | ||
"admin/editor.menu-link.links.link.typeOfRoute": "Art der Route", | ||
"admin/editor.menu-link.links.link.typeOfRoute.internal": "Intern", | ||
"admin/editor.menu-link.links.link.typeOfRoute.external": "Extern", | ||
"admin/editor.menu-link.links.link.position": "Position", | ||
"admin/editor.menu-link.links.link.position.left": "Links", | ||
"admin/editor.menu-link.links.link.position.middle": "Mitte", | ||
"admin/editor.menu-link.links.link.position.right": "Rechts", | ||
"admin/editor.future-menu.title": "Menü", | ||
"admin/editor.future-menu.description": "Die VTEX-Menü-App", | ||
"admin/editor.menu.typography.title": "Typografie", | ||
"admin/editor.menu.typography.description": "Erlaubt Benutzern auszuwählen, welche Typografieklasse in den Menüeinträgen verwendet werden soll", | ||
"admin/editor.menu.orientation.title": "Ausrichtung", | ||
"admin/editor.menu.orientation.vertical.label": "vertikal", | ||
"admin/editor.menu.orientation.horizontal.label": "horizontal", | ||
"admin/editor.menu.items.title": "Menüpunkt", | ||
"admin/editor.menu.item.id.title": "ID", | ||
"admin/editor.menu.item.type.title": "Typ", | ||
"admin/editor.menu.item.category.title": "Kategorie", | ||
"admin/editor.menu.item.custom.title": "Benutzerdefiniert", | ||
"admin/editor.menu.item.iconProps.id.title": "Symbol-ID", | ||
"admin/editor.menu.item.onMountBehavior.title": "Untermenü ist bei Mausverschiebung geöffnet", | ||
"admin/editor.menu.item.editorItemTitle.title": "Name des Menüpunkts", | ||
"admin/editor.menu.item.editorItemTitle.description": "Dies wird nur im Site-Editor sichtbar sein", | ||
"admin/editor.menu.item.highlight.title": "Hervorhebung", | ||
"admin/editor.menu.item.submenuWidth.title": "Untermenü-Breite", | ||
"admin/editor.menu.item.params.title": "Parameter", | ||
"admin/editor.menu.item.params.categoryId.title": "Kategorie-ID", | ||
"admin/editor.menu.item.params.text.title": "Text", | ||
"admin/editor.menu.item.params.type.title": "Typ", | ||
"admin/editor.menu.item.params.internal.title": "Intern", | ||
"admin/editor.menu.item.params.external.title": "Extern", | ||
"admin/editor.menu.item.params.href.title": "href", | ||
"admin/editor.menu.item.params.noFollow.title": "nofollow Attribut", | ||
"admin/editor.menu.item.params.tagTitle.title": "title Attribut", | ||
"admin/editor.menu.submenu.title": "Untermenü", | ||
"admin/editor.menu.additionalDef.title": "Zusätzliche Definition", | ||
"admin/editor.menu.def.none": "Keine", | ||
"admin/editor.menu.def.title": "Titel", | ||
"admin/editor.menu.def.category": "Kategorie", | ||
"admin/editor.menu.categoryId.title": "Kategorie-ID" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters