Fluent Localisation Fixes (#3344)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
19
Resources/Locale/en-US/components/flash-component.ftl
Normal file
19
Resources/Locale/en-US/components/flash-component.ftl
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
### UI
|
||||
|
||||
# Shown when an empty flash is examined at any range
|
||||
flash-component-examine-empty = It's burnt out!
|
||||
|
||||
# Shown when a flash is examined in details range
|
||||
flash-component-examine-detail-count = The flash has [color={$markupCountColor}]{$count}[/color] {$count ->
|
||||
[one] use
|
||||
*[other] uses
|
||||
} remaining.
|
||||
|
||||
### Interaction Messages
|
||||
|
||||
# Shown when someone flashes you with a flash
|
||||
flash-component-user-blinds-you = {$user} blinds you with the flash!
|
||||
|
||||
# Shown when a flash runs out of uses
|
||||
flash-component-becomes-empty = The flash burns out!
|
||||
14
Resources/Locale/en-US/components/rcd-component.ftl
Normal file
14
Resources/Locale/en-US/components/rcd-component.ftl
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
### UI
|
||||
|
||||
# Shown when an RCD is examined in details range
|
||||
rcd-component-examine-detail-count = It's currently on {$mode} mode, and holds {$ammoCount ->
|
||||
*[zero] no charges.
|
||||
[one] one charge.
|
||||
[other] {$ammoCount} charges.
|
||||
}
|
||||
|
||||
### Interaction Messages
|
||||
|
||||
# Shown when changing RCD Mode
|
||||
rcd-component-change-mode = The RCD is now set to {$mode} mode.
|
||||
16
Resources/Locale/en-US/components/stack-component.ftl
Normal file
16
Resources/Locale/en-US/components/stack-component.ftl
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
### UI
|
||||
|
||||
# Shown when a stack is examined in details range
|
||||
stack-component-examine-detail-count = {$count ->
|
||||
[one] There is [color={$markupCountColor}]{$count}[/color] thing
|
||||
*[other] There are [color={$markupCountColor}]{$count}[/color] things
|
||||
} in the stack.
|
||||
|
||||
### Interaction Messages
|
||||
|
||||
# Shown when attempting to add to a stack that is full
|
||||
stack-component-already-full = Stack is already full.
|
||||
|
||||
# Shown when a stack becomes full
|
||||
stack-component-becomes-full = Stack is now full.
|
||||
Reference in New Issue
Block a user