Merge remote-tracking branch 'upstream/master' into ups
This commit is contained in:
@@ -113,3 +113,6 @@ alerts-revenant-corporeal-desc = You have manifested physically. People around y
|
||||
|
||||
alerts-changeling-chemicals-name = Chemicals
|
||||
alerts-changeling-chemicals-desc = Our chemicals.
|
||||
|
||||
alerts-offer-name = Offer
|
||||
alerts-offer-desc = Someone offers you an item.
|
||||
|
||||
@@ -41,6 +41,7 @@ ui-options-volume-percent = { TOSTRING($volume, "P0") }
|
||||
|
||||
ui-options-show-held-item = Show held item next to cursor
|
||||
ui-options-show-combat-mode-indicators = Show combat mode indicators with cursor
|
||||
ui-options-show-offer-mode-indicators = Show offer mode indicators with cursor
|
||||
ui-options-opaque-storage-window = Opaque storage window
|
||||
ui-options-show-ooc-patron-color = Show OOC Patreon color
|
||||
ui-options-show-looc-on-head = Show LOOC chat above characters head
|
||||
@@ -136,6 +137,7 @@ ui-options-function-examine-entity = Examine
|
||||
ui-options-function-swap-hands = Swap hands
|
||||
ui-options-function-move-stored-item = Move stored item
|
||||
ui-options-function-rotate-stored-item = Rotate stored item
|
||||
ui-options-function-offer-item = Offer something
|
||||
ui-options-function-lie-down = Lie down/Get up
|
||||
ui-options-function-auto-get-up = Automatically get up when falling
|
||||
ui-options-function-save-item-location = Save item location
|
||||
|
||||
9
Resources/Locale/en-US/interaction/offer-item-system.ftl
Normal file
9
Resources/Locale/en-US/interaction/offer-item-system.ftl
Normal file
@@ -0,0 +1,9 @@
|
||||
offer-item-empty-hand = You don't have anything in your hand to give!
|
||||
offer-item-try-give = You offer {THE($item)} to {$target}
|
||||
offer-item-try-give-target = {$user} offers you {THE($item)}
|
||||
offer-item-try-give-target = {$user} offers you a {THE($item)}
|
||||
offer-item-give = You handed {THE($item)} to {$target}
|
||||
offer-item-give-other = {$user} handed {THE($item)} to {$target}
|
||||
offer-item-give-target = {$user} handed you {THE($item)}
|
||||
offer-item-no-give = You stop offering {THE($item)} to {$target}
|
||||
offer-item-no-give-target = {$user} is no longer offering {THE($item)} to you
|
||||
@@ -10,7 +10,7 @@ loadout-group-belt = Пояс
|
||||
loadout-group-gloves = Перчатки
|
||||
loadout-group-shoes = Ботинки
|
||||
loadout-group-pda = ПДА
|
||||
loadout-group-job-trinkets = Уник. побрякушки
|
||||
loadout-group-job-trinkets = Рабочий инвентарь
|
||||
loadout-group-inhand = В руках
|
||||
loadout-group-trinkets = Побрякушки
|
||||
loadout-group-instruments = Муз. инструменты
|
||||
|
||||
@@ -113,3 +113,6 @@ alerts-changeling-chemicals-desc = Наши химикаты.
|
||||
|
||||
alerts-cult-buff-name = Усиление
|
||||
alerts-cult-buff-desc = Подготовка заклинаний крови занимает гораздо меньше времени, и вы не теряете столько крови при этом. Также вы неуязвимы к низкому давлению.
|
||||
|
||||
alerts-offer-name = Предложение
|
||||
alerts-offer-desc = Кто-то предлагает вам предмет.
|
||||
|
||||
@@ -41,6 +41,7 @@ ui-options-volume-percent = { TOSTRING($volume, "P0") }
|
||||
|
||||
ui-options-show-held-item = Показать удерживаемый элемент рядом с курсором?
|
||||
ui-options-show-combat-mode-indicators = Показать индикатор боевого режима рядом с курсором
|
||||
ui-options-show-offer-mode-indicators = Показывать индикаторы передачи предмета рядом с курсором
|
||||
ui-options-opaque-storage-window = Непрозрачность окна хранилища
|
||||
ui-options-show-looc-on-head = Показывать LOOC-чат над головами персонажей
|
||||
ui-options-fancy-speech = Показывать имена в облачках с текстом
|
||||
@@ -142,6 +143,7 @@ ui-options-function-lie-down = Лечь/встать
|
||||
ui-options-function-auto-get-up = Автоматически вставать при падении
|
||||
ui-options-function-save-item-location = Сохранить позицию предмета
|
||||
ui-options-static-storage-ui = Закрепить интерфейс хранилища на хотбаре
|
||||
ui-options-function-offer-item = Передать что-то
|
||||
|
||||
ui-options-function-smart-equip-backpack = Умная экипировка в рюкзак
|
||||
ui-options-function-smart-equip-belt = Умная экипировка на пояс
|
||||
|
||||
9
Resources/Locale/ru-RU/interaction/offer-item-system.ftl
Normal file
9
Resources/Locale/ru-RU/interaction/offer-item-system.ftl
Normal file
@@ -0,0 +1,9 @@
|
||||
offer-item-empty-hand = У тебя в руках нет ничего, что ты мог бы отдать!
|
||||
offer-item-full-hand = Ваша рука занята
|
||||
offer-item-try-give = Вы предлагаете {$item} {$target}
|
||||
offer-item-try-give-target = {$user} предлагает вам {$item}
|
||||
offer-item-give = Вы передали {$item} {$target}
|
||||
offer-item-give-other = {$user} передал {$item} {$target}
|
||||
offer-item-give-target = {$user} передал вам {$item}
|
||||
offer-item-no-give = Вы прекращаете предлагать {$item} {$target}
|
||||
offer-item-no-give-target = {$user} прекращает предлагать вам {$item}
|
||||
Reference in New Issue
Block a user