feat(errors): new error page copy

This commit is contained in:
Benedikt Rötsch
2018-02-14 16:15:32 +01:00
committed by Benedikt Rötsch
parent 3c9089af98
commit 5e55d7b5b4
5 changed files with 47 additions and 47 deletions

View File

@@ -60,15 +60,6 @@
"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",
@@ -114,10 +105,19 @@
"usingServerCredentialsLabel": "The example app is currently using server side stored credentials to connect to a Contentful space.",
"usingSessionCredentialsLabel": "The example app is currently using application session stored credentials to connect to a Contentful space.",
"applicationCredentialsLabel": "Application session credentials",
"notFoundErrorLabel": "The page you are trying to access could not be found. Make sure it is existing and published.",
"error404Route": "Make sure that you are trying to reach a supported address.",
"error404Lesson": "Make sure that the lesson has not been deleted or unpublished.",
"error404Course": "Make sure that the course has not been deleted or unpublished.",
"error404Category": "Make sure that the category has not been deleted or unpublished.",
"errorHighlightedCourse": "⚠️ The course is not published or does not exist"
}
"errorHighlightedCourse": "⚠️ The course is not published or does not exist.",
"somethingWentWrongLabel": "Oops, something went wrong",
"errorMessage404Route": "The page you are trying to open does not exist.",
"errorMessage404Lesson": "The lesson you are trying to open does not exist.",
"errorMessage404Course": "The course you are trying to open does not exist.",
"errorMessage404Category": "The category you are trying to open does not exist.",
"hintsLabel": "Try the following to fix the issue(s):",
"notFoundErrorHint": "Make sure the content you are trying to access exists and is published.",
"contentModelChangedErrorHint": "Check if the content model has changed. Did you delete a content type or a required field?",
"draftOrPublishedErrorHint": "Check if the content is in a draft or pending changes state (Content Delivery API), or if it has been deleted (Content Preview API & Content Delivery API).",
"localeContentErrorHint": "Check if all required fields have content for this locale.",
"verifyCredentialsErrorHint": "Verify that your space id and access tokens are correct and up to date.",
"stackTraceErrorHint": "Check the stack trace below.",
"errorLabel": "Error from Contentful:",
"stackTraceLabel": "Stack trace:"
}