Sha256: 7696d16026a7ff4e2645e3d58dc88a20c220ef5a1f8cf0366ac9116a085d802d

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 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 on %{host}',
  no_old_releases:             'No old releases (keeping newest %{keep_releases}) on %{host}',
  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.1 lib/capistrano/i18n.rb
capistrano-3.0.0 lib/capistrano/i18n.rb