# This file is contains translations in Zendesk's custom format. The rake task # `i18n:standardize` will generate a version that is compatible with the i18n # gem (and thus Rails). Both versions should be checked in. title: "Apps Support" packages: - default - apps_support parts: - translation: key: "txt.apps.admin.error.app_build.jshint.one" title: "App builder job: JSHint error message" value: "JSHint error in %{file}: %{errors}" - translation: key: "txt.apps.admin.error.app_build.jshint.other" title: "App builder job: JSHint error messages" value: "JSHint errors in %{file}: %{errors}" - translation: key: "txt.apps.admin.error.app_build.manifest_not_json" title: "App builder job: manifest is invalid JSON error" value: "manifest is not proper JSON. %{errors}" - translation: key: "txt.apps.admin.error.app_build.missing_manifest" title: "App builder job: missing manifest error" value: "Could not find manifest.json" - translation: key: "txt.apps.admin.error.app_build.manifest_keys.missing.one" title: "App builder job: missing manifest fields error" value: "Missing required field in manifest: %{missing_keys}" - translation: key: "txt.apps.admin.error.app_build.manifest_keys.missing.other" title: "App builder job: missing manifest fields error" value: "Missing required fields in manifest: %{missing_keys}" - translation: key: "txt.apps.admin.error.app_build.oauth_keys.missing.one" title: "App builder job: missing oauth fields error" value: "Missing required oauth field in manifest: %{missing_keys}" - translation: key: "txt.apps.admin.error.app_build.oauth_keys.missing.other" title: "App builder job: missing oauth fields error" value: "Missing required oauth fields in manifest: %{missing_keys}" - translation: key: "txt.apps.admin.error.app_build.missing_source" title: "App builder job: missing app.js error" value: "Could not find app.js" - translation: key: "txt.apps.admin.error.app_build.style_in_template" title: "App builder job: