en: lita: adapters: shell: startup_message: Type "exit" or "quit" to end the session. core: register_adapter: block_or_class_required: Lita.register_adapter requires a class in its two argument form. register_handler: block_or_class_required: Lita.register_handler requires a class in its single argument form. adapter: method_not_implemented: "This adapter has not implemented #%{method}." cli: no_gemfile_warning: >- The default command "start" must be run inside a Lita project. Try running `lita new` to generate a new Lita project or `lita help` to see all commands. license_notice: >- If you plan to release this plugin as open source software, consider adding a LICENSE file to the root of the repository. Common open source software licenses can be found at https://choosealicense.com/. github_user_question: What is your GitHub username? config: exception: | Lita configuration file could not be processed. The exception was: %{message} Full backtrace: %{backtrace} locale_deprecated: >- `config.robot.locale` and `config.robot.default_locale` are deprecated and will be removed in Lita 6.0. Use the environment variable LC_ALL, LC_MESSAGES, or LANG to set the program's locale instead. missing_required_adapter_attribute: >- Configuration attribute "%{attribute}" is required for "%{adapter}" adapter. missing_required_handler_attribute: >- Configuration attribute "%{attribute}" is required for "%{handler}" handler. type_error: >- Configuration type error: "%{attribute}" must be one of: %{types}. validation_error: >- Validation error on attribute "%{attribute}": %{message} handler: dispatch: "Dispatching message to %{handler}#%{method}." exception: | %{handler} crashed. The exception was: %{message} Full backtrace: %{backtrace} handlers: authorization: help: add_key: auth add USER GROUP add_value: Add USER to authorization group GROUP. Requires admin privileges. remove_key: auth remove USER GROUP remove_value: Remove USER from authorization group GROUP. Requires admin privileges. list_key: "auth list [GROUP]" list_value: >- List authorization groups and the users in them. If GROUP is supplied, only lists that group. user_added: "%{user} was added to %{group}." user_already_in: "%{user} was already in %{group}." user_removed: "%{user} was removed from %{group}." user_not_in: "%{user} was not in %{group}." empty_state: There are no authorization groups yet. empty_state_group: "There is no authorization group named %{group}." format: "Format" admin_management: Administrators can only be managed via Lita config. no_user_found: 'No user was found with the identifier "%{identifier}".' help: handler_contains: Handler "%{handler}" defines the following commands help: help_value: Lists help information for terms and command the robot will respond to. help_query_key: "help QUERY" help_query_value: Lists help information for commands matching QUERY. info: >- Send the message "%{address}help QUERY" to see matching help messages. QUERY may be the name of a handler, text matching a message pattern a handler responds to, or text matching the description of a message pattern a handler responds to. The following handlers are installed: no_help_found: "No matching handlers, message patterns, or descriptions found." pattern_or_description_contains: Message patterns or descriptions that match "%{query}" unauthorized: " [Unauthorized]" info: help: info_value: Replies with the current version of Lita. room: help: join_key: join ROOM_ID join_value: Makes the robot join the room with room ID ROOM_ID. part_key: part ROOM_ID part_value: Makes the robot part from the room with room ID ROOM_ID. users: find_empty_state: No matching users found. help: find_key: users find SEARCH_TERM find_value: Find a Lita user by ID, name, or mention name. http: exception: | Lita's built-in web server could not be started. The exception was: %{message} Full backtrace: %{backtrace} plugin: name_required: Plugins that are anonymous classes must set a namespace or define self.name. redis: exception: | Lita could not connect to Redis. The exception was: %{message} Full backtrace: %{backtrace} test_mode_exception: | Lita could not connect to Redis. The exception was: %{message} robot: unknown_adapter: "Unknown adapter: :%{adapter}." rspec: full_suite_required: Lita::RSpec requires both RSpec::Mocks and RSpec::Expectations. version_3_required: RSpec::Core 3 or greater is required to use Lita::RSpec. rack_test_required: Rack::Test is required to use the `http` method of Lita::RSpec. lita_3_compatibility_mode: >- WARNING: Lita 3 compatibility mode is deprecated in Lita 5 and will be removed in Lita 6. It no longer has any effect. Please remove any calls to `Lita.version_3_compatibility_mode`. route_failure: |- Expected message "%{message}" to route to :%{route}, but didn't. negative_route_failure: |- Expected message "%{message}" not to route to :%{route}, but did. http_route_failure: |- Expected request "%{method} %{path}" to route to :%{route}, but didn't. negative_http_route_failure: |- Expected request "%{method} %{path}" not to route to :%{route}, but did. event_subscription_failure: |- Expected triggering event "%{event}" to invoke :%{route}, but didn't. negative_event_subscription_failure: |- Expected triggering event "%{event}" not to invoke :%{route}, but did. source: user_or_room_required: Either a user or a room is required. template: missing_template: Missing template file at %{path}.