Откат переводов (#428)

* Revert "fix: fix translation bugs (#425)"

This reverts commit 9d74370e

* Revert "МЕГАпереводы (#418)"

This reverts commit 8fb2cc946d.

* add: add translation for accents
This commit is contained in:
ThereDrD0
2024-07-07 12:35:08 +03:00
committed by GitHub
parent 0a30fb0409
commit 72a2d75590
1594 changed files with 12195 additions and 17533 deletions

View File

@@ -5,7 +5,7 @@ suspicion-objective = Цель: { $objectiveText }
# Shown when greeted with the Suspicion role
suspicion-partners-in-crime =
{ $partnersCount ->
[zero] Вы сами по себе. Удачи!
[one] Ваш союзник: { $partnerNames }.
*[other] Ваши союзники: { $partnerNames }.
[zero] You're on your own. Good luck!
[one] Your partner in crime is { $partnerNames }.
*[other] Your partners in crime are { $partnerNames }.
}

View File

@@ -3,7 +3,7 @@
# Shown when clicking your Role Button in Suspicion
suspicion-ally-count-display =
{ $allyCount ->
*[zero] Вы сами по себе. Удачи!
[one] Ваш союзник: { $allyNames }.
[other] Ваши союзники: { $allyNames }.
*[zero] У вас нет союзников
[one] Ваш союзник { $allyNames }
[other] Ваши союзники { $allyNames }
}