Files
the-example-app-nodejs/i18n/locales/en-US.json
2017-11-09 13:46:16 +01:00

84 lines
5.1 KiB
JSON

{
"defaultTitle": "The 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": "GitHub",
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
"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",
"logoAlt": "Contentful Example App",
"homeLabel": "Home",
"coursesLabel": "Courses",
"lessonsLabel": "Lessons",
"footerDisclaimer": "Powered by Contentful. This website and the materials found on it are for demo purposes. You can use this to preview the content created on your Contentful account.",
"imprintLabel": "Imprint",
"contactUsLabel": "Contact us",
"modalTitle": "A referenceable example for developers using Contentful",
"modalIntro": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful. This app is an online learning platform which teaches you how Contentful was used to build this app (so meta)!",
"modalCodeIntro": "If you prefer to start by getting your hands dirty with code, check out this app on",
"modalCTALabel": "Ok, got it.",
"editorialFeaturesHint": "Edit this entry in our web app. You have to be logged in and have access to the connected space to use this feature.",
"draftLabel": "draft",
"pendingChangesLabel": "pending changes",
"lessonModuleErrorTitle": "⚠️ Invalid lesson module",
"lessonModuleErrorBody": "Could not determine type of",
"nextLessonLabel": "Go to next lesson",
"imageErrorTitle": "⚠️ Image missing",
"viewCourseLabel": "view course",
"categoriesWelcomeLabel": "Welcome to",
"sitemapWelcomeLabel": "Welcome to",
"tableOfContentsLabel": "Table of contents",
"courseOverviewLabel": "Course overview",
"overviewLabel": "Overview",
"durationLabel": "Duration",
"minutesLabel": "min",
"skillLevelLabel": "Skill level",
"startCourseLabel": "Start course",
"categoriesLabel": "Categories",
"allCoursesLabel": "All courses",
"somethingWentWrongLabel": "Oops Something went wrong",
"tryLabel": "Try",
"contentModelChangedErrorLabel": "Check if the content model has changed",
"draftOrPublishedErrorLabel": "Check the selection has content in draft or published state (for Preview or Delivery)",
"localeContentErrorLabel": "Check if there's any content for this locale",
"verifyCredentialsErrorLabel": "Verify credentials are correct and up to date",
"stackTraceErrorLabel": "Check the stack trace below",
"errorLabel": "Error",
"stackTraceLabel": "Stack trace",
"companyLabel": "Company",
"officeLabel": "Office Berlin",
"germanyLabel": "Germany",
"registrationCourtLabel": "Registration Court",
"managingDirectorLabel": "Managing Director",
"vatNumberLabel": "VAT Number",
"settingsIntroLabel": "To query and get content using the APIs, client applications need to authenticate with both the Space ID and an access token.",
"changesSavedLabel": "Changes saved successfully!",
"errorOcurredTitleLabel": "Error occurred",
"errorOcurredMessageLabel": "Some errors occurred. Please check the error messages next to the fields.",
"connectedToSpaceLabel": "Connected to space",
"spaceIdLabel": "Space ID",
"spaceIdHelpText": "The Space ID is a unique identifier for your space.",
"accessTokenLabel": "access token",
"contentDeliveryApiHelpText": "View published content using this API.",
"contentPreviewApiHelpText": "Preview unpublished content using this API (i.e. content with “Draft” status).",
"enableEditorialFeaturesLabel": "Enable editorial features",
"enableEditorialFeaturesHelpText": "Enable to display an edit link and other contextual helpers for authors. You need to have access to the connected space to make this work.",
"saveSettingsButtonLabel": "Save settings",
"fieldIsRequiredLabel": "This field is required",
"deliveryKeyInvalidLabel": "Your Delivery API key is invalid.",
"spaceOrTokenInvalid": "This space does not exist or your access token is not associated with your space.",
"somethingWentWrongLabel": "Something went wrong",
"previewKeyInvalidLabel": "Your Preview API key is invalid.",
"beginnerLabel": "Beginner",
"intermediateLabel": "Intermediate",
"advancedLabel": "Advanced"
}