lib/negroku/locales/en.yml in negroku-2.4.2 vs lib/negroku/locales/en.yml in negroku-2.5.0
- old
+ new
@@ -15,5 +15,20 @@
ask_stage_name: "Stage name"
select_branch: "Select the branch to use"
ask_domains: "Type the domains to use"
ask_server_url: "Type the server url to deploy to"
ask_set_vars: "Do you want to set rbenv-vars to the server now?"
+ application_features: "What features do you want to enable?"
+ updating_capfile: "Updating application Capfile...."
+ updated_capfile: "The Capfile was updated"
+ no_change_capfile: "Nothing to update "
+ gem_up_to_date: "\u2713 Negroku is up to date"
+ capfile_up_to_date: "\u2713 Your Capfile is up to date"
+ gem_new_version: "There is a new version of negroku\n"
+ capfile_new_version: "\u2718 Your Capfile version doesn't match your negroku version\n"
+ gem_latest_version: "Latest negroku version: %{version}\n"
+ gem_current_version: "Your negroku version: %{version}\n"
+ capfile_current_version: "Your Capfile version: %{version}\n"
+ continue_without_update: "Do you want to continue without updating?"
+ capfile_ask_update: "Capfile might be out-dated, the current negroku version might have added new features to your Capfile,\ndo you want to continue without update your Capfile?"
+ gem_update_instructions: "To update just change your %{gemfile} with the latest version and run %{cmd}"
+ capfile_update_instructions: "To update your %{capfile} just run %{cmd}"