Sha256: 8e8b763d6d50476fbf514b4ced6b022d281df9dd670b0099766d83d723c3db70
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
require 'i18n' en = { starting: 'Starting', capified: 'Capified', starting: 'Starting', start: 'Start', update: 'Update', finalize: 'Finalise', restart: 'Restart', finishing: 'Finishing', finished: 'Finished', stage_not_set: 'Stage not set, please call something such as `cap production deploy`, where production is a stage you have defined.', written_file: 'create %{file}', question: 'Please enter %{key}: |%{default_value}|', keeping_releases: 'Keeping %{keep_releases} of %{releases} deployed releases', linked_file_does_not_exist: 'linked file %{file} does not exist on %{host}', mirror_exists: "The repository mirror is at %{at}", revision_log_message: 'Branch %{branch} deployed as release %{release} by %{user}', rollback_log_message: '%{user} rolled back to release %{release}', console: { welcome: 'capistrano console - enter command to execute on %{stage}', bye: 'bye' }, error: { user: { does_not_exist: 'User %{user} does not exists', cannot_switch: 'Cannot switch to user %{user}' } } } I18n.backend.store_translations(:en, { capistrano: en })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-3.0.0.pre2 | lib/capistrano/i18n.rb |
capistrano-3.0.0.pre | lib/capistrano/i18n.rb |