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,9 @@
## AmmoBoxComponent
ammo-box-component-try-insert-ammo-wrong-caliber = Wrong caliber
ammo-box-component-try-insert-ammo-no-room = No room
ammo-box-component-on-examine-caliber-description = It's a [color=white]{$caliber}[/color] ammo box.
ammo-box-component-on-examine-remaining-ammo-description = It has [color=white]{$ammoLeft}[/color] out of [color=white]{$capacity}[/color] ammo left.
## DumpVerb
dump-vert-get-data-text = Dump 10

View File

@@ -0,0 +1,2 @@
## AmmoComponent
ammo-component-on-examine = It's [color=white]{$caliber}[/color] ammo.

View File

@@ -0,0 +1,4 @@
## RangedMagazineComponent
ranged-magazine-component-try-insert-ammo-wrong-caliber = Wrong caliber
ranged-magazine-component-try-insert-ammo-is-full = Magazine is full
ranged-magazine-component-on-examine = It's a [color=white]{$magazineType}[/color] magazine of [color=white]{$caliber}[/color] caliber.

View File

@@ -0,0 +1,3 @@
## SpeedLoaderComponent
speed-loader-component-try-insert-ammo-wrong-caliber = Wrong caliber
speed-loader-component-try-insert-ammo-no-room = No room

View File

@@ -0,0 +1,16 @@
## BoltActionBarrelComponent
bolt-action-barrel-component-bolt-opened = Bolt opened
bolt-action-barrel-component-bolt-closed = Bolt closed
bolt-action-barrel-component-try-insert-bullet-wrong-caliber = Wrong caliber
bolt-action-barrel-component-try-insert-bullet-bolt-closed = Bolt isn't open
bolt-action-barrel-component-try-insert-bullet-no-room = No room
bolt-action-barrel-component-on-examine = It uses [color=white]{$caliber}[/color] ammo.
## OpenBoltVerb
open-bolt-verb-get-data-text = Open bolt
## CloseBoltVerb
close-bolt-verb-get-data-text = Close bolt

View File

@@ -0,0 +1,5 @@
## PumpBarrelComponent
pump-barrel-component-try-insert-bullet-wrong-caliber = Wrong caliber
pump-barrel-component-try-insert-bullet-no-room = No room
pump-barrel-component-on-examine = It uses [color=white]{$caliber}[/color] ammo.

View File

@@ -0,0 +1,9 @@
## RevolverBarrelComponent
revolver-barrel-component-try-inser-bullet-wrong-caliber = Wrong caliber
revolver-barrel-component-try-inser-bullet-ammo-full = Ammo full
## SpinRevolverVerb
spin-revolver-verb-get-data-text = Spin
spin-revolver-verb-on-activate = Spun the cylinder

View File

@@ -0,0 +1,4 @@
## EjectCellVerb
eject-cell-verb-get-data-text = Eject cell
eject-cell-verb-get-data-text-no-cell = No cell

View File

@@ -0,0 +1,19 @@
## ServerMagazineBarrelComponent
server-magazine-barrel-component-cycle-bolt-open = Bolt open
server-magazine-barrel-component-use-entity-bolt-closed = Bolt closed
server-magazine-barrel-component-remove-magazine-bolt-closed = Bolt needs to be open
server-magazine-barrel-component-interact-using-wrong-magazine-type = Wrong magazine type
server-magazine-barrel-component-interact-using-wrong-caliber = Wrong caliber
server-magazine-barrel-component-interact-using-bolt-closed = Need to open bolt first
server-magazine-barrel-component-interact-using-success = Magazine inserted
server-magazine-barrel-component-interact-using-already-holding-magazine = Already holding a magazine
server-magazine-barrel-component-interact-using-ammo-bolt-closed = Cannot insert ammo while bolt is closed
server-magazine-barrel-component-interact-using-ammo-success = Ammo inserted
server-magazine-barrel-component-interact-using-ammo-full = Chamber full
server-magazine-barrel-component-on-examine = It uses [color=white]{$caliber}[/color] ammo.
server-magazine-barrel-component-on-examine-magazine-type = It accepts [color=white]{$magazineType}[/color] magazines.
## EjectMagazineVerb
eject-magazine-verb-get-data-text = Eject magazine

View File

@@ -0,0 +1,5 @@
## ServerRangedBarrelComponent
server-ranged-barrel-component-on-examine-fire-rate-safety-description = Its safety is enabled.
server-ranged-barrel-component-on-examine-fire-rate-single-description = It's in single fire mode.
server-ranged-barrel-component-on-examine-fire-rate-automatic-description = It's in automatic fire mode.

View File

@@ -0,0 +1,3 @@
## ServerRangedWeaponComponent
server-ranged-weapon-component-try-fire-clumsy = The gun blows up in your face!