Fluent Localisation Fixes (#3344)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
22
Resources/Locale/en-US/gamemodes/suspicion.ftl
Normal file
22
Resources/Locale/en-US/gamemodes/suspicion.ftl
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
### 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}.
|
||||
}
|
||||
Reference in New Issue
Block a user