* Revert "fix: fix translation bugs (#425)" This reverts commit9d74370e* Revert "МЕГАпереводы (#418)" This reverts commit8fb2cc946d. * add: add translation for accents
12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
# Shown when greeted with the Suspicion role
|
|
suspicion-role-greeting = Вы { $roleName }!
|
|
# Shown when greeted with the Suspicion role
|
|
suspicion-objective = Цель: { $objectiveText }
|
|
# Shown when greeted with the Suspicion role
|
|
suspicion-partners-in-crime =
|
|
{ $partnersCount ->
|
|
[zero] You're on your own. Good luck!
|
|
[one] Your partner in crime is { $partnerNames }.
|
|
*[other] Your partners in crime are { $partnerNames }.
|
|
}
|