locales/en.yml in lita-github-0.0.13 vs locales/en.yml in lita-github-0.0.14

- old
+ new

@@ -15,11 +15,11 @@ orgs: "Orgs: %{o}\n" email: "Email: %{e}" company: "Company: %{c}\n" location: "Located: %{l}\n" account_info: "GitHub Admin: %{site_admin}, Repos: %{public_repos}, Gists: %{public_gists}\n" - user_info: "Following: %{following}, Followers: %{followers}, Created: %{created_at}" + user_info: "Following: %{following}, Followers: %{followers}, Joined: %{created_at}" github_repo: method_disabled: "Sorry, this function has either been disabled or not enabled in the config" not_found: "That repo (%{org}/%{repo}) was not found" team_not_found: "Unable to match any teams based on: %{team}" repo_create: @@ -53,11 +53,12 @@ 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: - header: "%{repo} #%{number}: %{title} :: %{url}\n" + header: "%{repo} #%{number}: '%{title}' :: %{url}\n" + header_long: "%{repo} #%{number}: '%{title}' opened by %{u} :: %{url}\n" status: "Opened By: %{user} | State: %{state_str} | Build: %{build_status}" merged: " | Merged By: %{merged_by}\n" mergeable: " | Mergeable: %{mergeable}\n" commit_info: "Head: %{pr_sha_short} | Commits: %{commits} (+%{plus}/-%{minus}) :: %{compare}\n" comments: "PR Comments: %{comments} | Code Comments: %{review_comments}\n" @@ -69,10 +70,13 @@ no_prs: "This repo has no open pull requests; good job!" github_org: method_disabled: "Sorry, this function has either been disabled or not enabled in the config" org_not_found: "The organization '%{org}' was not found. Does my user have ownership perms?" team_not_found: "Unable to match any teams based on: %{team}" + user_not_found: "Unable to find the GitHub user %{n}" + nope: "No...\n\nಠ_ಠ" + boom: "I had a problem :( ... %{m}" org_teams_list: header: "Showing %{num_teams} team(s) for %{org}:\n" team: "Name: %{name}, Slug: %{slug}, ID: %{id}, Perms: %{permission}\n" org_team_add: missing_option: "Missing the %{opt} option\n" @@ -80,5 +84,25 @@ perm_not_permitted: "Sorry, the permission level you requested was not allowed in the config. Right now the only perms permitted are: %{perms}" created_team: "The '%{name}' team was created; Slug: %{slug}, ID: %{id}, Perms: %{permission}" org_team_rm: pass: "The '%{name}' team was deleted. Its ID was %{id}" fail: "Something went wrong trying to delete the '%{name}' team. Is Github having issues?" + org_eject_user: + ejected: "Ejected %{user} out of %{org}" + failed: "Failed to eject the user from the organization for an unknown reason" + org_user_rm: + removed: "%{u} has been removed from the '%{o}/%{t}' (%{s}) team" + failed: "Failed to remove the user from the '%{t}' team for some unknown reason" + org_user_add: + added: "%{u} has been added to the '%{o}/%{t}' (%{s}) team" + failed: "Failed to add the user to the '%{t}' team for some unknown reason" + github_issues: + repo_not_found: "That repo (%{repo}) was not found" + boom: "I had a problem :( ... %{m}" + issues_list: + none: "There are no open issues for %{r}" + header: "Showing %{n} issue(s) for %{r}\n" + item: "%{r} #%{number}: '%{title}' opened by %{u} :: %{html_url}\n" + val_states: "Issues can be one of the following states: 'open', 'closed', or 'all'\n" + val_sort: "Issues can be sorted by one of the following: 'created', 'updated', 'comments'\n" + val_direction: "Issues can be ordered either 'asc' (ascending) or 'desc' (descending)\n" + invalid_opts: "An invalid option was provided, here's the error from Octokit:\n%{m}"