en: net_status: no_model_given: 'No model given.' docker_command_not_found: "No container/docker/command specified in model." unable_to_run_docker_container: 'Unable to run docker container.' option_admin_mail_required: 'Admin mail required.' invalid_container_name: "Invalid site name '%{name}' only '%{regex}' are allowed." container_is_not_running: "Container '%{name}' isn\'t running." container_is_running: "Container '%{name}' is already running." container_does_not_exists: "Container '%{name}' doesn't exists." container_exists: "Container '%{name}' already exists." container_is_not_available: "Container '%{name}' is not available." invalid_site_name: "Invalid site name '%{name}' only '%{regex}' are allowed." site_does_not_exists: "Site '%{name}' doesn't exists." site_exists: "Site '%{name}' already exists." site_is_not_available: "Site '%{name}' is not available." container_site_name_conflict: "Conflict between containers sites: '%{site1}' and '%{site2}'." alias_does_not_exists: "Alias '%{name}' doesn't exists." alias_exists: "Alias '%{name}' already exists." invalid_user_name: "Invalid user name '%{name}' only '%{regex}' are allowed." user_does_not_exists: "User '%{name}' doesn't exists." user_exists: "User '%{name}' already exists." admin_does_not_exists: "Admin '%{name}' doesn't exists." admin_exists: "Admin '%{name}' already exists." mux_is_running: "Mux '%{name}' is already running." mux_is_not_running: "Mux '%{name}' isn\'t running." mux_does_not_exists: "Mux '%{name}' doesn't exists." option_ftp_only_is_required: "Option 'ftp-only' is required if specified 'ftp-dir'." incorrect_ftp_dir: "Incorrect ftp-dir '%{dir}'." model_does_not_exists: "Model '%{name}' doesn't exists." model_does_not_used: "Model '%{name}' doesn't used." base_model_should_not_be_abstract: "Base model '%{name}' should not be abstract." mux_does_not_exists: "Mux '%{name}' doesn't exists." base_mux_should_not_be_abstract: "Base mux '%{name}' should not be abstract." mapper_type_not_supported: "Mapper type '%{name}' not supported." no_docker_image_specified_in_model_or_mux: "No container/docker/image specified in model|mux '%{name}'." erb_error: "Erb has executed with error: '%{error}'." file_does_not_exists: "File '%{path}' does not exist." can_not_pass_an_absolute_path: "Can't pass an absolute path '%{path}'." command_with_error: "Command output:\n %{error}." invalid_cli_option: "%{message}" missing_translation: "Missing translation for code: '%{code}'" debug: user: added: "User '%{name}': ADDED" deleted: "User '%{name}': DELETED" updated: "User '%{name}': UPDATED" failed: "User '%{name}': FAILED" ok: "User '%{name}': OK" group: added: "Group '%{name}': ADDED" deleted: "Group '%{name}': DELETED" failed: "Group '%{name}': FAILED" ok: "Group '%{name}': OK" file: created: "File '%{path}': CREATED" renamed: "File '%{path}' > '%{to}': RENAMED" modified: "File '%{path}': MODIFIED" deleted: "File '%{path}': DELETED" failed: "File '%{path}': FAILED" ok: "File '%{path}': OK" directory: created: "Directory '%{path}': CREATED" renamed: "Directory '%{path}' > '%{to}': RENAMED" deleted: "Directory '%{path}': DELETED" failed: "Directory '%{path}': FAILED" ok: "Directory '%{path}': OK" symlink: created: "Symlink '%{path}' to '%{path_to}': CREATED" deleted: "Symlink '%{path}': DELETED" failed: "Symlink '%{path}': FAILED" ok: "Symlink '%{path}': OK" container: added: "Container '%{name}': ADDED" removed: "Container '%{name}': REMOVED" stopped: "Container '%{name}': STOPPED" killed: "Container '%{name}': KILLED" started: "Container '%{name}': STARTED" restarted: "Container '%{name}': RESTARTED" paused: "Container '%{name}': PAUSED" unpaused: "Container '%{name}': UNPAUSED" failed: "Container '%{name}': FAILED" ok: "Container '%{name}': OK" command: failed: "Command: '%{command}': executing... FAILED" ok: "Command: '%{command}': executing... OK" transition: "Transition '%{name}'..." transition_undo: "Transition '%{name}' (undo)..." failed: "FAILED" ok: "OK" deleting_old_configs: 'Deleting old configs...' change_state: ok: "State of '%{obj}' change from '%{from}' to '%{to}' OK" failed: "State of '%{obj}' change from '%{from}' to '%{to}' FAILED" chown_r: failed: "Command: chown -r '%{user}' '%{group}' '%{path}'... FAILED" ok: "Command: chown -r '%{user}' '%{group}' '%{path}'... OK" chown: failed: "Command: chown '%{user}' '%{group}' '%{path}'... FAILED" ok: "Command: chown '%{user}' '%{group}' '%{path}'... OK" chmod: failed: "Command: chmod '%{mode}' '%{path}'... FAILED" ok: "Command: chmod '%{mode}' '%{path}'... OK"