Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #361 from NEirotoXiN00/LocalUI
Browse files Browse the repository at this point in the history
Translate UI shipyard and alcohol/non-alcohol dispenser
  • Loading branch information
Vonsant authored Jul 13, 2024
2 parents add880f + 9d92f6a commit 9b44c53
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Content.Client/Shipyard/UI/ShipyardConsoleMenu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<GridContainer Columns="3" HorizontalExpand="True" Margin="0 8 0 2">
<Button Name="TargetIdButton" Access="Public"/>
<Button Name="SellShipButton"
Text="Sell"
Text="{Loc 'shipyard-console-sell'}"
Disabled="True" />
<BoxContainer Orientation="Vertical">
<Label Text="{Loc 'shipyard-console-deed-label'}" />
Expand Down
2 changes: 1 addition & 1 deletion Content.Client/Shipyard/UI/VesselRow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Button Name="Purchase"
Access="Public"
ToolTip=""
Text="{Loc 'purchase'}"
Text="{Loc 'shipyard-console-purchase'}"
StyleClasses="LabelSubText" />
<Label Name="VesselName"
Access="Public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ shipyard-console-no-deed = Отсутствует шаттл для продаж
shipyard-console-sale-reqs = Весь экипаж должен покинуть пристыкованный шаттл
shipyard-console-deed-label = Зарегистрированный шаттл:
shipyard-console-appraisal-label = Примерная стоимость шаттла:{ " " }
shipyard-console-sell = Продать
shipyard-console-purchase = Купить
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reagent-dispenser-bound-user-interface-title = Раздатчик химикат
## UI

reagent-dispenser-window-amount-to-dispense-label = Кол-во
reagent-dispenser-window-container-label = Container:
reagent-dispenser-window-container-label = Контейнер:
reagent-dispenser-window-clear-button = Очистить
reagent-dispenser-window-eject-button = Извлечь
reagent-dispenser-window-eject-container-button =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
character-setup-gui-character-setup-label = Настройки персонажа
character-setup-gui-character-setup-stats-button = Статистика
character-setup-gui-character-setup-rules-button = Правила
character-setup-gui-character-setup-save-button = Save
character-setup-gui-character-setup-save-button = Сохранить
character-setup-gui-character-setup-close-button = Закрыть
character-setup-gui-create-new-character-button = Создать нового персонажа...
character-setup-gui-create-new-character-button-tooltip = { $maxCharacters } - максимальное количество персонажей.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ reagent-name-fourteen-loko = фоуртин локо
reagent-desc-fourteen-loko = Сильно переработанная жидкая субстанция, едва ли соответствующая межгалактическим стандартам безопасности для безалкогольного напитка.
reagent-name-shamblers-juice = сок Shambler
reagent-desc-shamblers-juice = ~Встряхните мне немного этого сока Shambler!~
reagent-name-red-bool = рэд булл
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
Quantity: 100
- type: Drink
- type: Label
currentLabel: red bool
currentLabel: reagent-name-red-bool

- type: entity
parent: DrinkBottlePlasticBaseFull
Expand Down

0 comments on commit 9b44c53

Please sign in to comment.