2023-04-23 18:22:25 +06:00
|
|
|
# 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 ->
|
2024-07-07 12:35:08 +03:00
|
|
|
[zero] You're on your own. Good luck!
|
|
|
|
|
[one] Your partner in crime is { $partnerNames }.
|
|
|
|
|
*[other] Your partners in crime are { $partnerNames }.
|
2023-04-23 18:22:25 +06:00
|
|
|
}
|