Skip to content

Commit

Permalink
Added locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Feb 12, 2024
1 parent f877243 commit 907d2c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Content.Client/SS220/Cargo/UI/UpdatedCargoConsoleMenu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center" HorizontalAlignment="Right">
<BoxContainer Orientation="Horizontal">
<LineEdit Name="AmountOfCashOut" MinWidth="64"/>
<Label Text="$"/>
<Button Name="CashOutButton" Access="Public" Text="" StyleClasses="OpenLeft"/>
<Label Text="{Loc 'updated-cargo-console-currency-label'}"/>
<Button Name="CashOutButton" Access="Public" Text="{Loc 'updated-cargo-console-cash-out-button'}" StyleClasses="OpenLeft"/>
</BoxContainer>
<BoxContainer Orientation="Horizontal">
<Button Name="CashOutAllButton" Access="Public" Text="Снять всё" StyleClasses="OpenLeft"/>
<Button Name="CashOutAllButton" Access="Public" Text="{Loc 'updated-cargo-console-cash-out-all-button'}" StyleClasses="OpenLeft"/>
</BoxContainer>
</BoxContainer>
</BoxContainer>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## UI
updated-cargo-console-currency-label= $
updated-cargo-console-cash-out-button=
updated-cargo-console-cash-out-all-button= Снять всё
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-UpdatedComputerCargoOrders = консоль заказа грузов
.desc = Используется для оформления запросов и одобрения заказов, а так же для депозита и снятия с бановского аккаунта банка.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
- type: entity
id: UpdatedComputerCargoOrders
parent: BaseComputer
name: cargo request computer
description: Used to order supplies and approve requests.
name: updated cargo request computer
description: Used to order supplies and approve requests, cash in and cash out from stantion bank account.
components:
- type: Sprite
layers:
Expand Down

0 comments on commit 907d2c6

Please sign in to comment.