Skip to content

Commit

Permalink
localize insert/eject for PaperLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian321 committed Jan 15, 2025
1 parent 3de76f4 commit bb28369
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/label/paper-label-component.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
comp-paper-label-has-label = There is a label attached, it reads:
comp-paper-label-has-label-blank = There is a label attached, but it's blank.
comp-paper-label-has-label-cant-read = There is a label attached, but you can't read it from this distance.
comp-paper-label-insert = Attach label
comp-paper-label-eject = Detach label
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
paper_label: !type:ContainerSlot
- type: PaperLabel
labelSlot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
insertVerbText: comp-paper-label-insert
ejectVerbText: comp-paper-label-eject
whitelist:
components:
- Paper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
- type: EntityStorageLayingDownOverride
- type: PaperLabel
labelSlot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
insertVerbText: comp-paper-label-insert
ejectVerbText: comp-paper-label-eject
whitelist:
components:
- Paper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
acts: ["Destruction"]
- type: PaperLabel
labelSlot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
insertVerbText: comp-paper-label-insert
ejectVerbText: comp-paper-label-eject
whitelist:
components:
- Paper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
- type: MovedByPressure
- type: PaperLabel
labelSlot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
insertVerbText: comp-paper-label-insert
ejectVerbText: comp-paper-label-eject
whitelist:
components:
- Paper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
Invoice: { state: invoice }
- type: PaperLabel
labelSlot:
insertVerbText: Attach Label
ejectVerbText: Remove Label
insertVerbText: comp-paper-label-insert
ejectVerbText: comp-paper-label-eject
whitelist:
components:
- Paper
Expand Down

0 comments on commit bb28369

Please sign in to comment.