lib/capistrano/committed/i18n.rb in capistrano-committed-0.0.7 vs lib/capistrano/committed/i18n.rb in capistrano-committed-0.0.8

- old
+ new

@@ -14,16 +14,18 @@ hash: '`:%{variable}` variable is not a hash.', integer: '`:%{variable}` variable is not a integer.', string_or_nil: '`:%{variable}` variable is not a string or `nil`.', string_or_regexp_or_nil: '`:%{variable}` variable is not a string or `Regexp` object or `nil`.' }, + deprecated: '`%{deprecated}` variable is deprecated. Use `%{replacement}` instead.', runtime: { revisions_empty: 'The %{branch} branch has never been deployed to the %{stage} stage. No log has been generated.', revision_commit_missing: 'No commit data has been found for the %{branch} branch on the %{stage} stage. No log has been generated.', commits_empty: 'No commit data has been found for the %{branch} branch on the %{stage} stage since %{time}. No log has been generated.' } }, output: { + page_title: 'Git Deployment Report for %{repo}', next_release: 'Next release', previous_release: 'Commits before %{time} are omitted from the report ¯\_(ツ)_/¯', current_release: 'Release on %{release_time} from commit %{sha} at %{commit_time}', pull_request_number: 'Pull Request #%{number}', issue_links: 'Issue links:',