feat(controls): add help text to API dropdown
This commit is contained in:
committed by
Khaled Garbaya
parent
1406faed97
commit
21b7a9dd1f
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"defaultTitle": "The Example App",
|
||||
"defaultTitle": "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.",
|
||||
@@ -7,10 +7,10 @@
|
||||
"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.",
|
||||
"contentDeliveryApiLabel": "Content Delivery API",
|
||||
"contentDeliveryApiHelp": "Diese API zeigt veröffentlichte Inhalte",
|
||||
"contentPreviewApiLabel": "Content Preview API",
|
||||
"contentPreviewApiHelp": "Diese API zeigt unveröffentlichte Inhalte und Änderungen",
|
||||
"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,16 +1,16 @@
|
||||
{
|
||||
"defaultTitle": "The Example App",
|
||||
"whatIsThisApp": "Help",
|
||||
"metaDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaTwitterCard": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaImageAlt": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaImageDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"viewOnGithub": "View on GitHub",
|
||||
"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.",
|
||||
"contentDeliveryApiLabel": "Content Delivery API",
|
||||
"contentDeliveryApiHelp": "This API fetches published content from the Content Delivery API",
|
||||
"contentPreviewApiLabel": "Content Preview API",
|
||||
"contentPreviewApiHelp": "This API fetches un-published content from the Content Preview API",
|
||||
"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