Files
OldThink/Resources/Locale/en-US/gamemodes/suspicion.ftl
Remie Richards 85916b87b4 Fluent Localisation Fixes (#3344)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2021-02-22 01:07:46 +01:00

22 lines
654 B
Plaintext

### UI
# Shown when clicking your Role Button in Suspicion
suspicion-ally-count-display = {$allyCount ->
*[zero] You have no allies
[one] Your ally is {$allyNames}
[other] Your allies are {$allyNames}
}
# Shown when greeted with the Suspicion role
suspicion-role-greeting = You're a {$roleName}!
# Shown when greeted with the Suspicion role
suspicion-objective = 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}.
}