feat(controls): add help text to API dropdown
This commit is contained in:
committed by
Benedikt Rötsch
parent
da942eda24
commit
229a892bfc
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"defaultTitle": "Die Beispielanwendung",
|
||||
"whatIsThisApp": "Was ist die Beispielanwendung?",
|
||||
"whatIsThisApp": "Hilfe",
|
||||
"metaDescription": "Dies ist die Beispielanwendung, eine Anwendung die Ihnen hilft Ihre eigene Anwendung mit Contentful zu bauen.",
|
||||
"metaTwitterCard": "Dies ist die Beispielanwendung, eine Anwendung die Ihnen hilft Ihre eigene Anwendung mit Contentful zu bauen.",
|
||||
"metaImageAlt": "Dies ist die Beispielanwendung, eine Anwendung die Ihnen hilft Ihre eigene Anwendung mit Contentful zu bauen.",
|
||||
"metaImageDescription": "Dies ist die Beispielanwendung, eine Anwendung die Ihnen hilft Ihre eigene Anwendung mit Contentful zu bauen.",
|
||||
"viewOnGithub": "Auf GitHub ansehen",
|
||||
"apiSwitcherHelp": "Ansehen des veröffentlichten und unveröffentlichten Inhalts durch Wechsel von Delivery und Preview APIs.",
|
||||
"apiLabelHelpcda": "(veröffentlichter Inhalt)",
|
||||
"apiLabelHelpcpa": "(unveröffentlichter Inhalt)",
|
||||
"cdaApiLabel": "Content Delivery API",
|
||||
"cdaApiHelp": "Diese API zeigt veröffentlichte Inhalte",
|
||||
"cpaApiLabel": "Content Preview API",
|
||||
"cpaApiHelp": "Diese API zeigt unveröffentlichte Inhalte und Änderungen",
|
||||
"locale": "Sprache",
|
||||
"localeQuestion": "Sie arbeiten mit verschiedenen Sprachen? Dann können Sie die Sprache für Anfragen an die Content Delivery API definieren.",
|
||||
"settingsLabel": "Einstellungen",
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"defaultTitle": "The Example App",
|
||||
"whatIsThisApp": "What is this example app?",
|
||||
"whatIsThisApp": "Help",
|
||||
"metaDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaTwitterCard": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaImageAlt": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaImageDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"viewOnGithub": "View on Github",
|
||||
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
|
||||
"apiLabelHelpcda": "(published content)",
|
||||
"apiLabelHelpcpa": "(draft content)",
|
||||
"cdaApiLabel": "Content Delivery API",
|
||||
"cdaApiHelp": "This is just some dummy text for styling. Please change me @todo",
|
||||
"cpaApiLabel": "Content Preview API",
|
||||
"cpaApiHelp": "This is just some dummy text for styling. Please change me @todo",
|
||||
"locale": "Locale",
|
||||
"localeQuestion": "Working with multiple languages? You can query the Content Delivery API for a specific locale.",
|
||||
"settingsLabel": "Settings",
|
||||
|
||||
Reference in New Issue
Block a user