Files
vue-cli/packages/@vue/cli-ui/locales/en.json
T
2018-06-13 17:59:10 +02:00

543 lines
16 KiB
JSON

{
"components": {
"connection-status": {
"disconnected": "Disconnected from UI server",
"connected": "Connected!"
},
"file-diff": {
"binary": "Binary file not shown",
"actions": {
"open": "Open in editor"
}
},
"file-diff-view": {
"files-changed": "Files changed",
"search-file": "Search file",
"empty": "No change found",
"modals": {
"commit": {
"title": "Commit changes",
"input": "Enter a commit message",
"subtitle": "Record changes to the repository",
"actions": {
"commit": "Commit",
"cancel": "Cancel"
}
}
},
"actions": {
"collapse-all": "Collapse all",
"expand-all": "Expand all",
"commit": "Commit changes",
"skip": "Skip",
"continue": "Continue",
"refresh": "Refresh"
}
},
"folder-explorer": {
"toolbar": {
"tooltips": {
"parent-folder": "Open parent folder",
"edit-path": "Edit path",
"favorite": "Toggle favorite",
"favorite-folders": "Favorite folders",
"refresh": "Refresh"
},
"placeholder": "Enter the full path to a folder",
"empty": "No favorite folders yet."
}
},
"list-item-info": {
"more-info": "More Info"
},
"logger-view": {
"title": "Logs",
"empty": "Not logs yet",
"buttons": {
"clear": "Clear logs",
"scroll": "Scroll to bottom",
"close": "Close"
}
},
"progress-screen": {
"close": "Close"
},
"project-nav": {
"tooltips": {
"plugins": "Plugins",
"configuration": "Configuration",
"tasks": "Tasks",
"more": "More"
}
},
"project-select-list": {
"empty": "No existing projects",
"titles": {
"favorite": "Favorite projects",
"other": "Other projects"
}
},
"project-select-list-item": {
"tooltips": {
"favorite": "Toggle favorite",
"delete": "Delete"
}
},
"project-plugin-item": {
"version": "version",
"latest": "latest",
"official": "Official",
"installed": "Installed",
"actions": {
"update": "Update {target}"
}
},
"prompt-list": {
"default": "Default"
},
"prompts-list": {
"empty": "No configuration"
},
"status-bar": {
"project": {
"tooltip": "Current project<br><i>Click to toggle Project Manager</i>",
"empty": "No project"
},
"path": {
"tooltip": "Current Working Folder"
},
"log": {
"tooltip": "Logs<br><i>Click to toggle Vue CLI logs</i>",
"empty": "No logs yet"
},
"report-bug": "Report bug",
"translate": "Help translate",
"dark-mode": "Toggle dark mode"
},
"suggestion-bar": {
"suggestion": "Suggestion",
"modal": {
"cancel": "Cancel",
"continue": "Continue"
}
},
"terminal-view": {
"buttons": {
"clear": "Clear console",
"scroll": "Scroll to bottom"
}
},
"top-bar": {
"no-favorites": "No favorite projects"
},
"view-badge": {
"labels": {
"tasks": {
"error": "Error status",
"running": "Running status",
"done": "Done status"
}
}
}
},
"mixins": {
"progress": {
"creating": "Creating project...",
"git-init": "Initializing git repository...",
"plugins-install": "Installing Vue CLI plugins. This might take a while...",
"invoking-generators": "Invoking generators...",
"deps-install": "Installing additional dependencies...",
"completion-hooks": "Running completion hooks...",
"fetch-remote-preset": "Fetching remote preset...",
"done": "Successfully created project",
"plugin-install": "Installing {arg0}...",
"plugin-uninstall": "Uninstalling {arg0}...",
"plugin-invoke": "Invoking {arg0}...",
"plugin-update": "Updating {arg0}..."
}
},
"types": {
"task": {
"status": {
"idle": "Idle",
"running": "Running",
"done": "Done",
"error": "Error",
"terminated": "Terminated"
}
}
},
"views": {
"project-select": {
"title": "Vue Project Manager",
"tabs": {
"projects": "Projects",
"create": "Create",
"import": "Import"
},
"buttons": {
"create": "Create a new project here",
"import": "Import this folder"
}
},
"project-create": {
"title": "Create a new project",
"tabs": {
"details": {
"title": "Details",
"form": {
"folder": {
"label": "Project folder",
"placeholder": "my-app",
"tooltip": "Change base folder",
"action": "Select this folder"
},
"manager": {
"label": "Package manager",
"default": "Default"
},
"options": {
"label": "Additional options",
"force": "Overwrite target folder if it exists",
"git": "Initialize git repository (recommended)",
"git-commit-message": "Initial commit message (optional)"
}
},
"buttons": {
"cancel": "Cancel",
"next": "Next"
},
"modal": {
"title": "Cancel and reset project creation",
"body": "Are you sure you want to reset the project creation?",
"buttons": {
"back": "Go back",
"clear": "Clear project"
}
}
},
"presets": {
"title": "Presets",
"description": "A preset is an association of plugins and configurations. After you've selected features, you can optionally save it as a preset so that you can reuse it for future projects, without having to reconfigure everything again.",
"select": "Select a preset",
"buttons": {
"previous": "Previous",
"next": "Next",
"create": "Create Project"
},
"modal": {
"title": "Configure Remote preset",
"body": "Available soon..."
},
"manual": {
"name": "Manual",
"description": "Manually select features"
},
"remote": {
"name": "Remote preset",
"description": "Fetch a preset from a git repository"
},
"default-preset": "Default preset"
},
"features": {
"title": "Features",
"description": "You will be able to add features after the project is created by installing plugins.",
"enable": "Enable features",
"buttons": {
"previous": "Previous",
"next": "Next",
"create": "Create Project"
},
"userConfigFiles": {
"name": "Use config files",
"description": "Use specific configuration files (like '.babelrc') instead of using 'package.json'."
}
},
"configuration": {
"title": "Configuration",
"buttons": {
"previous": "Previous",
"create": "Create Project"
},
"modal": {
"title": "Save as a new preset",
"body": {
"title": "Preset name",
"subtitle": "Save the features and configuration into a new preset"
},
"buttons": {
"cancel": "Cancel",
"continue": "Continue without saving",
"create": "Create a new preset"
}
}
}
}
},
"project-plugins": {
"title": "Project plugins",
"button": "Add plugin",
"heading": "Installed plugins",
"update-all": "Update all plugins"
},
"project-plugins-add": {
"title": "Add a plugin",
"plugin": "plugin",
"tabs": {
"search": {
"label": "Search",
"search-input": "Search a plugin",
"not-found": "No results found",
"buttons": {
"cancel": "Cancel",
"install": "Install {target}"
}
},
"configuration": {
"label": "Configuration",
"heading": "Installation of {target}",
"buttons": {
"cancel": "Cancel",
"finish": "Finish installation"
}
},
"diff": {
"label": "Files changed"
}
},
"modal": {
"title": "Uninstall {target}?",
"body": "Do you want to uninstall the {target} plugin?",
"buttons": {
"back": "Go back",
"cancel": "Cancel without uninstalling",
"uninstall": "Uninstall"
}
}
},
"project-configurations": {
"title": "Project configuration"
},
"project-configuration-details": {
"actions": {
"cancel": "Cancel changes",
"save": "Save changes",
"more-info": "More info",
"refresh": "Refresh"
}
},
"project-tasks": {
"title": "Project tasks"
},
"project-task-details": {
"actions": {
"play": "Run task",
"stop": "Stop task",
"close": "Close"
},
"command": "Script command",
"parameters": "Parameters",
"parameters-info": "Parameters will be saved when the task is run.",
"more-info": "More Info",
"output": "Output"
},
"about": {
"title": "About",
"description": "<a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-ui\" target=\"_blank\">@vue/cli-ui</a> is a built-in package of vue-cli which opens a full-blown UI.",
"quote": "Vue-cli 3.x is a complete rewrite, with a lot of new awesome features. You will be to select features like routing, Vuex or Typescript, then add and upgrade building blocks called \"vue-cli plugins\". But having so much more options also means the tool is now more complex and harder to start using. That's why we thought having a full-blown GUI would help discover the new features, search and install vue-cli plugins and unlock more possibilities overall while not being limited by a terminal interface. To sum up, vue-cli will not only allow you to bootstrap a new project easily, but it will also remain useful for ongoing work afterwards!",
"links": "Useful links",
"back": "Go back"
}
},
"cli-service": {
"suggestions": {
"vue-router-add": {
"label": "Add vue-router",
"message": "Official library to support multiple virtual pages in a Single-Page App. Each route renders a different component."
},
"vuex-add": {
"label": "Add vuex",
"message": "Official centralized State Management solution for large-scale apps. Very useful if multiple components need to access the same data."
},
"vue-devtools": {
"label": "Install devtools",
"message": "Browser devtools official extension for debugging Vue.js applications where you can inspect your components, vuex store and events."
},
"progress": "Installing {arg0}..."
}
},
"vue-webpack": {
"dashboard": {
"title": "Dashboard",
"open-app": "Open app",
"webpack-status": {
"Success": "Success",
"Failed": "Failed",
"Compiling": "Compiling",
"Invalidated": "Invalidated",
"Idle": "Idle"
},
"build-status": {
"labels": {
"status": "Status",
"errors": "Errors",
"warnings": "Warnings",
"assets": "Assets",
"modules": "Modules",
"deps": "Dependencies"
}
},
"speed-stats": {
"title": "Speed stats"
},
"module-list": {
"title": "Dependencies"
},
"asset-list": {
"title": "Assets",
"size-warning": "This asset is big, consider using Code splitting to create smaller assets."
}
},
"analyzer": {
"title": "Analyzer",
"go-up": "Go up",
"go-home": "Go to home",
"chunk": "Chunk"
},
"sizes": {
"stats": "Stats",
"parsed": "Parsed",
"gzip": "Gzip",
"help": "<b>Stats:</b> size from webpack stats data.<br><b>Parsed:</b> size from extracted source (after minification plugins). More accurate.<br><b>Gzip:</b> size of gzipped extracted source."
},
"tasks": {
"serve": {
"description": "Compiles and hot-reloads for development",
"open": "Open browser on server start",
"mode": "Specify env mode",
"host": "Specify host",
"port": "Specify port",
"https": "Use HTTPS"
},
"build": {
"description": "Compiles and minifies for production",
"mode": "Specify env mode",
"dest": "Output directory",
"target": {
"description": "Build target",
"app": "Web app",
"lib": "Library",
"wc": "Web component",
"wc-async": "Async web component"
},
"name": "Name for library or web-component mode (default: 'name' in package.json or entry filename)",
"watch": "Watch for changes"
},
"inspect": {
"description": "Inspect the resolved webpack config",
"mode": "Specify env mode",
"verbose": "Show full function definitions in output"
}
}
},
"eslint": {
"config": {
"eslint": {
"description": "Error checking & Code quality",
"groups": {
"strongly-recommended": "Strongly recommended",
"recommended": "Recommended"
},
"vue": {
"label": "Vue"
},
"extra": {
"label": "Extra",
"lintOnSave": {
"message": "Lint on save",
"description": "Automatically lint source files when saved"
}
}
}
},
"tasks": {
"lint": {
"description": "Lints and fixes files",
"noFix": "Do not fix errors"
}
},
"suggestions": {
"open-eslintrc": {
"label": "Open eslintrc"
}
}
},
"pwa": {
"config": {
"pwa": {
"description": "Progressive Web App",
"workboxPluginMode": {
"message": "Plugin mode",
"description": "This allows you to the choose between the two modes supported by the underlying `workbox-webpack-plugin`"
},
"name": {
"message": "App name",
"description": "App name displayed on the Splash screen and various other places. Also used as the value for the `apple-mobile-web-app-title` meta tag in the generated HTML."
},
"themeColor": {
"message": "Theme color",
"description": "Color used to theme the browser"
},
"backgroundColor": {
"message": "Splash background color",
"description": "Background color used for the app splash screen"
},
"msTileColor": {
"message": "Windows app tile color",
"description": "Color used for the app tile on Windows"
},
"appleMobileWebAppStatusBarStyle": {
"message": "Apple mobile status bar style",
"description": "Style for the web app status bar on iOS"
}
}
},
"suggestions": {
"open-vue": {
"label": "Open vue config"
},
"open-manifest": {
"label": "Open manifest"
}
}
},
"cypress": {
"tasks": {
"test": {
"description": "Run e2e tests with `cypress run`",
"headless": "Run in headless mode without GUI",
"mode": "Specify the mode the dev server should run in",
"url": "Run e2e tests against given url instead of auto-starting dev server"
}
}
},
"nightwatch": {
"tasks": {
"test": {
"description": "Run e2e tests with nightwatch",
"url": "Run e2e tests against given url instead of auto-starting dev server"
}
}
},
"jest": {
"tasks": {
"test": {
"description": "Run unit tests with Jestks",
"watch": "Watch files for changes and rerun tests related to changed files",
"notify": "Display a notification after each run",
"update": "Re-record every snapshot that fails during this test run"
}
}
}
}