locales/en.yml in lita-github-0.0.9 vs locales/en.yml in lita-github-0.0.10

- old
+ new

@@ -9,11 +9,11 @@ token_generate: no_secret: "'totp_secret' has not been provided in the config, unable to generate TOTP" totp: "%{token}" github_repo: method_disabled: "Sorry, this function has either been disabled or not enabled in the config" - not_found: "That repo (%{org}/%{repo}) does not exist" + not_found: "That repo (%{org}/%{repo}) was not found" team_not_found: "Unable to match any teams based on: %{team}" repo_create: pass: "Created %{org}/%{repo}: %{repo_url}" fail: "Unable to create %{org}/%{repo}" exists: "Unable to create %{org}/%{repo} as it already exists" @@ -32,9 +32,16 @@ exists: "The '%{team}' team is already a member of %{repo}" repo_team_rm: pass: "Removed the '%{team}' team from %{repo}" fail: "Something went wrong trying to remove the '%{team}' team from %{repo}" exists: "The '%{team}' team is not a member of %{repo}" + repo_update_description: + updated: "The description for %{repo} has been updated to: '%{desc}'" + boom: "An uncaught exception was hit while trying to update the description of %{repo}. Is GitHub having issues?" + repo_update_homepage: + updated: "The homepage for %{repo} has been updated to: '%{url}'" + invalid_url: "The URL provided is not valid: '%{url}'" + boom: "An uncaught exception was hit while trying to update the homepage of %{repo}. Is GitHub having issues?" github_pr: method_disabled: "Sorry, this function has either been disabled or not enabled in the config" exception: "An unexpected exception was hit during the GitHub API operation. Please make sure all arguments are proper and try again, or try checking the GitHub status (gh status)" not_found: "Pull request #%{pr} on %{org}/%{repo} not found" pr_info: