From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:18:04 +0000 (+0300) Subject: Bunch of slot locales (#23792) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=615330c545bad828d0e227c883536172a2eae9d2;p=space-station-14.git Bunch of slot locales (#23792) * locale * tweaks --- diff --git a/Resources/Locale/en-US/cartridge-loader/cartridges.ftl b/Resources/Locale/en-US/cartridge-loader/cartridges.ftl index d154a16a84..7d31f6e191 100644 --- a/Resources/Locale/en-US/cartridge-loader/cartridges.ftl +++ b/Resources/Locale/en-US/cartridge-loader/cartridges.ftl @@ -1,4 +1,6 @@ -default-program-name = Program +device-pda-slot-component-slot-name-cartridge = Cartridge + +default-program-name = Program notekeeper-program-name = Notekeeper news-read-program-name = Station news diff --git a/Resources/Locale/en-US/components/gas-canister-component.ftl b/Resources/Locale/en-US/components/gas-canister-component.ftl index 6e6b4b5e99..cea49a5ffd 100644 --- a/Resources/Locale/en-US/components/gas-canister-component.ftl +++ b/Resources/Locale/en-US/components/gas-canister-component.ftl @@ -19,3 +19,7 @@ comp-gas-canister-ui-release-valve-open = Open comp-gas-canister-ui-release-valve-close = Close comp-gas-canister-ui-pressure = {$pressure} kPa + +# Canister gas tank slot + +comp-gas-canister-slot-name-gas-tank = Gas tank diff --git a/Resources/Locale/en-US/kitchen/components/foodcart-component.ftl b/Resources/Locale/en-US/kitchen/components/foodcart-component.ftl new file mode 100644 index 0000000000..503ef71c19 --- /dev/null +++ b/Resources/Locale/en-US/kitchen/components/foodcart-component.ftl @@ -0,0 +1,4 @@ +foodcart-slot-component-slot-name-coldsauce = Cold sauce +foodcart-slot-component-slot-name-hotsauce = Hot sauce +foodcart-slot-component-slot-name-bbqsauce = BBQ sauce +foodcart-slot-component-slot-name-ketchup = Ketchup diff --git a/Resources/Locale/en-US/nuke/nuke-component.ftl b/Resources/Locale/en-US/nuke/nuke-component.ftl index 6123791946..4a44ae88ea 100644 --- a/Resources/Locale/en-US/nuke/nuke-component.ftl +++ b/Resources/Locale/en-US/nuke/nuke-component.ftl @@ -38,3 +38,6 @@ nuke-label-syndicate = SYN-{$serial} nuke-codes-message = [color=red]TOP SECRET![/color] nuke-codes-list = {$name} code: {$code} nuke-codes-fax-paper-name = nuclear authentication codes + +# Nuke disk slot +nuke-slot-component-slot-name-disk = Disk diff --git a/Resources/Locale/en-US/paper/clipboard-component.ftl b/Resources/Locale/en-US/paper/clipboard-component.ftl new file mode 100644 index 0000000000..26538342c2 --- /dev/null +++ b/Resources/Locale/en-US/paper/clipboard-component.ftl @@ -0,0 +1 @@ +clipboard-slot-component-slot-name-pen = Pen diff --git a/Resources/Locale/en-US/robotics/mmi.ftl b/Resources/Locale/en-US/robotics/mmi.ftl index f837c062a5..7917eebf8c 100644 --- a/Resources/Locale/en-US/robotics/mmi.ftl +++ b/Resources/Locale/en-US/robotics/mmi.ftl @@ -1,4 +1,4 @@ -positronic-brain-installed = Neural activity detected. +positronic-brain-installed = Neural activity detected. positronic-brain-off = No neural activity detected. positronic-brain-still-searching = Synthetic neuron descrambling in progress... positronic-brain-searching = Beginning synthetic neuron descrambling... @@ -11,3 +11,5 @@ positronic-brain-wiped-device = The neural activity was terminated. positronic-brain-stop-searching-verb-text = Stop searching positronic-brain-stopped-searching = Neuron descrambling halted. + +positronic-brain-slot-component-slot-name-brain = Brain diff --git a/Resources/Locale/en-US/smokeables/smoking-pipe-slot-component.ftl b/Resources/Locale/en-US/smokeables/smoking-pipe-slot-component.ftl new file mode 100644 index 0000000000..d742531531 --- /dev/null +++ b/Resources/Locale/en-US/smokeables/smoking-pipe-slot-component.ftl @@ -0,0 +1 @@ +smoking-pipe-slot-component-slot-name-bowl = Bowl diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml index 10cf40aa2e..c3f13d80b7 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml @@ -31,7 +31,7 @@ - type: ItemSlots - type: SmokingPipe bowl_slot: - name: Bowl + name: smoking-pipe-slot-component-slot-name-bowl startingItem: GroundTobacco whitelist: tags: @@ -54,7 +54,7 @@ - type: ItemSlots - type: SmokingPipe bowl_slot: - name: Bowl + name: smoking-pipe-slot-component-slot-name-bowl startingItem: GroundCannabis whitelist: tags: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml index 6ecadc67ff..90d1fff0bc 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/base_smokeables.yml @@ -50,7 +50,7 @@ - type: ItemSlots - type: SmokingPipe bowl_slot: - name: Bowl + name: smoking-pipe-slot-component-slot-name-bowl whitelist: tags: - Smokable diff --git a/Resources/Prototypes/Entities/Objects/Devices/nuke.yml b/Resources/Prototypes/Entities/Objects/Devices/nuke.yml index b61787b574..ac894fe729 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/nuke.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/nuke.yml @@ -56,7 +56,7 @@ intensitySlope: 5 totalIntensity: 5000000 diskSlot: - name: Disk + name: nuke-slot-component-slot-name-disk insertSound: path: /Audio/Machines/terminal_insert_disc.ogg ejectSound: diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 45832d9b74..8a0c6dea94 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -35,7 +35,7 @@ tags: - Write idSlot: - name: ID Card + name: access-id-card-component-default ejectSound: /Audio/Machines/id_swipe.ogg insertSound: /Audio/Machines/id_insert.ogg whitelist: @@ -77,7 +77,7 @@ - NewsReadCartridge cartridgeSlot: priority: -1 - name: Cartridge + name: device-pda-slot-component-slot-name-cartridge ejectSound: /Audio/Machines/id_swipe.ogg insertSound: /Audio/Machines/id_insert.ogg whitelist: diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 16966a4e4d..edf17cb1a0 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -517,7 +517,7 @@ - type: ItemSlots slots: pen_slot: - name: Pen + name: clipboard-slot-component-slot-name-pen whitelist: tags: - Write @@ -601,7 +601,7 @@ - type: ItemSlots slots: pen_slot: - name: Pen + name: clipboard-slot-component-slot-name-pen whitelist: tags: - Write diff --git a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml index ecd4cfd5d5..abd918ea4b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml @@ -88,7 +88,7 @@ - type: ItemSlots slots: coldsauce_slot: - name: Cold Sauce + name: foodcart-slot-component-slot-name-coldsauce insertSound: /Audio/Items/bottle_clunk.ogg ejectSound: /Audio/Items/bottle_clunk_2.ogg whitelist: @@ -96,7 +96,7 @@ - Coldsauce priority: 6 hotsauce_slot: - name: Hot Sauce + name: foodcart-slot-component-slot-name-hotsauce insertSound: /Audio/Items/bottle_clunk.ogg ejectSound: /Audio/Items/bottle_clunk_2.ogg whitelist: @@ -104,7 +104,7 @@ - Hotsauce priority: 5 bbqsauce_slot: - name: BBQ Sauce + name: foodcart-slot-component-slot-name-bbqsauce insertSound: /Audio/Items/bottle_clunk.ogg ejectSound: /Audio/Items/bottle_clunk_2.ogg whitelist: @@ -112,7 +112,7 @@ - BBQsauce priority: 4 ketchup_slot: - name: Ketchup + name: foodcart-slot-component-slot-name-ketchup insertSound: /Audio/Items/bottle_clunk.ogg ejectSound: /Audio/Items/bottle_clunk_2.ogg whitelist: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/mmi.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/mmi.yml index 10f2d7adf1..308c013da4 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/mmi.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/mmi.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseItem id: MMI name: man-machine interface @@ -37,7 +37,7 @@ - type: ItemSlots slots: brain_slot: - name: "Brain" + name: positronic-brain-slot-component-slot-name-brain whitelist: components: - Brain diff --git a/Resources/Prototypes/Entities/Structures/Power/chargers.yml b/Resources/Prototypes/Entities/Structures/Power/chargers.yml index 4e888b0b0b..1a9fc6f87f 100644 --- a/Resources/Prototypes/Entities/Structures/Power/chargers.yml +++ b/Resources/Prototypes/Entities/Structures/Power/chargers.yml @@ -81,7 +81,7 @@ slots: charger_slot: ejectOnInteract: true - name: Power cell + name: power-cell-slot-component-slot-name-default whitelist: components: - PowerCell diff --git a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml index 438d4397ce..2100c39fc8 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml @@ -92,7 +92,7 @@ - type: GasPortable - type: GasCanister gasTankSlot: - name: Gas Tank + name: comp-gas-canister-slot-name-gas-tank whitelist: components: - GasTank