rcd refactor (#15172)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-05-01 13:46:59 +00:00
committed by GitHub
parent 10e3635a7b
commit ddc2785110
14 changed files with 495 additions and 355 deletions

View File

@@ -1,3 +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.
rcd-ammo-component-on-examine = It holds {$charges} charges.
rcd-ammo-component-after-interact-full = The RCD is full!
rcd-ammo-component-after-interact-refilled = You refill the RCD.

View File

@@ -2,11 +2,7 @@
### 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.
}
rcd-component-examine-detail = It's currently on {$mode} mode.
### Interaction Messages
@@ -18,4 +14,4 @@ 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!
rcd-component-cannot-build-airlock-tile-not-empty-message = Cannot build an airlock on space!