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}.
|
||||
}
|
||||
20
Resources/Locale/en-US/gamemodes/traitor.ftl
Normal file
20
Resources/Locale/en-US/gamemodes/traitor.ftl
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
### UI
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-round-end-result = {$traitorCount ->
|
||||
[one] There was one traitor.
|
||||
*[other] There were {$traitorCount} traitors.
|
||||
}
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-user-was-a-traitor = {$user} was a traitor.
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-objective-list-start = and had the following objectives:
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-objective-condition-success = {$condition} | [color={$markupColor}]Success![/color]
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-objective-condition-fail = {$condition} | [color={$markupColor}]Failure![/color] ({$progress}%)
|
||||
Reference in New Issue
Block a user