@lvdniet/strapi-plugin-vercel-deploy
Version:
Strapi v4 plugin to trigger and monitor a deployment on Vercel
62 lines (53 loc) • 3.84 kB
JSON
{
"vercel-deploy.plugin.name": "Vercel Deploy",
"vercel-deploy-settings.links-header": "Vercel Deploy",
"vercel-deploy-settings.link-configuration-label": "Configuration",
"home-page.header.title": "Vercel Deploy",
"home-page.header.subtitle": "Manual deploy - Start a deployment on Vercel using the webhook you configured",
"home-page.deployments.loader": "Fetching deployments",
"settings-page.header.title": "Configuration",
"settings-page.header.subtitle": "Configure your Vercel Deploy plugin",
"settings-page.settings-container.loader": "Loading settings...",
"settings-page.deploy-hook.label": "Deploy Hook",
"settings-page.deploy-hook.placeholder": "You need to set `deployHook` in plugin config",
"settings-page.deploy-hook.learn-more-intro": "Learn more about",
"settings-page.deploy-hook.learn-more-link-text": "Vercel Deploy Hooks",
"settings-page.api-token.label": "API token",
"settings-page.api-token.placeholder": "You need to set `apiToken` in plugin config",
"settings-page.api-token.learn-more-intro": "Access tokens can be created and managed inside your",
"settings-page.api-token.learn-more-link-text": "account settings",
"settings-page.app-name.label": "App Name",
"settings-page.app-name.placeholder": "You need to set `appFilter` in plugin config",
"settings-page.app-name.learn-more-intro": "Set the name of your",
"settings-page.app-name.learn-more-link-text": "Vercel App",
"settings-page.app-name.learn-more-outro": "to see only the deployments you need",
"settings-page.team-id.label": "Team Id",
"settings-page.team-id.placeholder": "You need to set `teamFilter` in plugin config",
"settings-page.team-id.learn-more-intro": "Set the id of your",
"settings-page.team-id.learn-more-link-text": "Vercel Team",
"settings-page.team-id.learn-more-outro": "to see only the deployments you need",
"deploy-button.label": "Deploy",
"deploy-button.loader": "Deploying...",
"deploy-error-message.missing-config-object": "Unexpected config error: the config object is empty",
"deploy-error-message.missing-config-variable.intro": "You did not set the Vercel Deploy Hook. ",
"deploy-error-message.missing-config-variable.link-text": "See plugin settings",
"deploy-error-message.error-availability": "Unexpected availability error: please retry",
"deploy-error-message.error-forbidden": "You may not have the correct permissions",
"deploy-error-message.error-deploy": "Unexpected deploy error: please retry",
"deploy-error-message.default": "Unexpected error",
"deployments-container.loader": "Loading content...",
"deployments-empty-state.missing-config-object": "The config object is empty and this is unexpected",
"deployments-empty-state.missing-config-variable": "You did not set the Vercel API Token. Go to Plugin settings for more info",
"deployments-empty-state.missing-config-variable.link-text": "See plugin settings",
"deployments-empty-state.missing-deployments": "There isn't any deployment in your account",
"deployments-empty-state.error-deployments": "There was an error while fetching the deployments. Please, retry.",
"deployments-empty-state.error-availability": "There was an error while fetching the features availability. Please, retry.",
"deployments-empty-state.error-forbidden": "You may not have the correct permissions",
"deployments-empty-state.error-config": "There was an error while fetching the configurations. Please, retry.",
"deployments-empty-state.default": "There was an unexpected error",
"deployments-list.table-header.app-name": "App name",
"deployments-list.table-header.state": "State",
"deployments-list.table-header.creation-date": "Creation date",
"deployments-list.table-body.visit-url-text": "Visit",
"deployments-list.table-body.inspect-url-text": "Inspect"
}