Removed old Loc.GetString() use instances (#4155)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Galactic Chimp
2021-06-21 02:13:54 +02:00
committed by GitHub
parent 4a46fbe6dd
commit 392b820796
523 changed files with 3082 additions and 1551 deletions

View File

@@ -0,0 +1,3 @@
rcd-ammo-component-on-examine-text = It holds {$ammo} charges.
rcd-ammo-component-after-interact-full-text = The RCD is full!
rcd-ammo-component-after-interact-refilled-text = You refill the RCD.

View File

@@ -0,0 +1,21 @@
### 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.
rcd-component-no-ammo-message = The RCD is out of ammo!
rcd-component-tile-obstructed-message = That tile is obstructed!
rcd-component-deconstruct-target-not-on-whitelist-message = You can't deconstruct that!
rcd-component-cannot-build-floor-tile-not-empty-message = You can only build a floor on space!
rcd-component-cannot-build-wall-tile-not-empty-message = You cannot build a wall on space!
rcd-component-cannot-build-airlock-tile-not-empty-message = Cannot build an airlock on space!