Update placeholders in a few strings
This commit is contained in:
parent
4fed756661
commit
32fda78a5c
1 changed files with 4 additions and 4 deletions
|
@ -4243,15 +4243,15 @@
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke--many--other": {
|
"icu:GroupV2--pending-remove--revoke--many--other": {
|
||||||
"messageformat": "{memberName} revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.",
|
"messageformat": "{memberName} revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.",
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke--many--you": {
|
"icu:GroupV2--pending-remove--revoke--many--you": {
|
||||||
"messageformat": "You revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.",
|
"messageformat": "You revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.",
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke--many--unknown": {
|
"icu:GroupV2--pending-remove--revoke--many--unknown": {
|
||||||
"messageformat": "An admin revoked {count, plural, one {an invitation to the group for 1 person} other {invitations to the group for # people}}.",
|
"messageformat": "An admin revoked {count, plural, one {an invitation to the group for # person} other {invitations to the group for # people}}.",
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke-invite-from--one--other": {
|
"icu:GroupV2--pending-remove--revoke-invite-from--one--other": {
|
||||||
|
@ -4263,7 +4263,7 @@
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke-invite-from--one--unknown": {
|
"icu:GroupV2--pending-remove--revoke-invite-from--one--unknown": {
|
||||||
"messageformat": "An admin revoked an invitation to the group for # person invited by {memberName}.",
|
"messageformat": "An admin revoked an invitation to the group for 1 person invited by {memberName}.",
|
||||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||||
},
|
},
|
||||||
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--other": {
|
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--other": {
|
||||||
|
|
Loading…
Reference in a new issue