en constant
Implementation
static const en = {
'ask_existing_page':
'The page [%s] already exists, do you want to overwrite it?',
'ask_name_to_project': 'what is the name of the project?',
'ask_company_domain': 'What is your company\'s domain?',
'ask_model_name':
'Could not set the model name automatically, which name do you want to use?',
'ask_package_already_installed':
'package: %s already installed, do you want to update?',
'ask_lib_not_empty':
'Your lib folder is not empty. Are you sure you want to overwrite your application? \n WARNING: This action is irreversible',
'ask_ios_lang': 'what language do you want to use on ios?',
'ask_android_lang': 'what language do you want to use on android?',
'ask_use_null_safe': 'Do you want to use null safe?',
'ask_use_pub_site': 'Which website would you like to use?',
'ask_use_linter': 'do you want to use some linter?',
'ask_new_page_name': 'what new name for the page?',
'error_failed_to_connect': 'Failed to connect with %s',
'error_no_valid_file_or_url': '%s is not a file or valid url',
'error_unnecessary_parameter': 'the %s parameter is not necessary',
'error_unnecessary_parameter_plural': 'the %s parameters are not necessary',
'error_nonexistent_directory': '%s directory does not exist.',
'error_empty_directory': '%s is empty',
'error_invalid_json': '%s is not a valid json file',
'error_special_characters_in_key':
'Special characters are not allowed in key. \n key: %s',
'error_required_path': 'Needed to pass the file or directory path',
'error_invalid_dart': 'The %s is not a valid dart file',
'error_invalid_file_or_directory':
'The %s is not a valid file or directory',
'error_package_not_found': 'Package: %s not found in pub.dev',
'error_cli_version_not_found':
'failed to find the version you have installed.',
'error_update_cli': 'There was an error upgrading flutter_template_cli',
'error_folder_not_found': 'Folder %s not found',
'error_file_not_found': 'File not found in %s',
'error_access_denied': 'Access denied to %s',
'error_unexpected': 'Unexpected error occurred:',
'error_no_package_to_remove':
'Enter the name of the package you wanna remove',
'example': 'Example:',
'warning': 'Warning:',
'hint_create_project': 'Create a project with template from git repository',
'hint_help': 'Show this help',
'hint_init': 'generate the chosen structure on an existing project:',
'hint_install': 'Use to install a package in your project (dependencies):',
'hint_remove': 'Use to remove a package in your project (dependencies):',
'hint_sort': 'Sort imports and format dart files',
'hint_update': 'To update flutter_template_cli',
'hint_version': 'Shows the current CLI version',
'info_unnecessary_flag': 'The %s is not necessary',
'info_unnecessary_flag_prural': 'The %s are not necessary',
'info_package_not_installed':
'Package: %s is not installed in this application',
'info_cli_last_version_already_installed':
'Latest version of flutter_template_cli already installed',
'info_no_file_overwritten': 'No files were overwritten',
'info_update_available':
'There\'s an update available! Current installed version: %s',
'info_update_available2': 'New version available: %s Please, run:',
'options_yes': 'Yes!',
'options_no': 'No',
'options_rename': 'I want to rename',
'optional_parameters': 'Optional parameters: %s',
'success_page_create': '%s page created successfully.',
'success_locale_generate': 'locale files generated successfully.',
'success_pattern_generated': 'Pattern structure successfully generated.',
'success_file_formatted': ' \'%s\' was successfully formatted',
'success_package_removed': 'Package: %s removed!',
'success_package_installed': '\'Package: %s installed!',
'success_update_cli': 'Upgrade complete',
'success_add_controller_in_bindings':
'The %s has been added to binding at path: %s\'',
'success_navigation_added': '%s navigation added successfully.',
'success_file_created': 'File: %s created successfully at path: %s',
'success_route_created': '%s route created successfully.',
};