mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Add some missing translations
Summary: Fixes T8862. Test Plan: Eyeballed it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Maniphest Tasks: T8862 Differential Revision: https://secure.phabricator.com/D14005
This commit is contained in:
parent
ff6ccd5f68
commit
7904d4c29c
1 changed files with 14 additions and 0 deletions
|
@ -386,6 +386,13 @@ final class PhabricatorUSEnglishTranslation
|
|||
),
|
||||
),
|
||||
|
||||
'%s added %s reviewer(s) for %s: %s.' => array(
|
||||
array(
|
||||
'%s added a reviewer for %3$s: %4$s.',
|
||||
'%s added reviewers for %3$s: %4$s.',
|
||||
),
|
||||
),
|
||||
|
||||
'%s removed %s reviewer(s): %s.' => array(
|
||||
array(
|
||||
'%s removed a reviewer: %3$s.',
|
||||
|
@ -393,6 +400,13 @@ final class PhabricatorUSEnglishTranslation
|
|||
),
|
||||
),
|
||||
|
||||
'%s removed %s reviewer(s) for %s: %s.' => array(
|
||||
array(
|
||||
'%s removed a reviewer for %3$s: %4$s.',
|
||||
'%s removed reviewers for %3$s: %4$s.',
|
||||
),
|
||||
),
|
||||
|
||||
'%d other(s)' => array(
|
||||
'1 other',
|
||||
'%d others',
|
||||
|
|
Loading…
Reference in a new issue