This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/translations/base-ru.yaml

743 lines
35 KiB
YAML
Raw Normal View History

2020-06-10 14:04:08 +02:00
#
# GAME TRANSLATIONS
#
# Contributing:
#
# If you want to contribute, please make a pull request on this respository
# and I will have a look.
#
# Placeholders:
#
# Do *not* replace placeholders! Placeholders have a special syntax like
# `Hotkey: <key>`. They are encapsulated within angle brackets. The correct
# translation for this one in German for example would be: `Taste: <key>` (notice
# how the placeholder stayed '<key>' and was not replaced!)
#
# Adding a new language:
#
# If you want to add a new language, ask me in the discord and I will setup
# the basic structure so the game also detects it.
#
steamPage:
# This is the short text appearing on the steam page
2020-06-10 21:49:46 +02:00
shortText: shapez.io это игра о строительстве фабрик для автоматизации создания и объединения все более сложных фигур на бесконечной карте.
2020-06-10 14:04:08 +02:00
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
# NOTICE:
# - Do not translate the first line (This is the gif image at the start of the store)
# - Please keep the markup (Stuff like [b], [list] etc) in the same format
longText: >-
[img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img]
2020-06-10 21:49:46 +02:00
shapez.io это игра о строительстве фабрик для автоматизации создания и объединения фигур. Доставляйте запрошенные, все более сложные фигуры, чтобы развиваться в игре и разблокировать улучшения, чтобы ускорить работу вашей фабрики.
2020-06-10 14:04:08 +02:00
2020-06-10 21:49:46 +02:00
Поскольку спрос растет, вам придется увеличивать свою фабрику, чтобы соответствовать потребностям. Однако, не забывайте о ресурсах, несмотря на то что вы будете расширятся на [b]бесконечной карте[/b]!
2020-06-10 14:04:08 +02:00
2020-06-10 21:49:46 +02:00
Поскольку фигуры вскоре могут наскучить, вам потребуется смешивать цвета и рискрашивать свои фигуры ими. Комбинируйте красный, зеленый и синий цветовые ресурсы для получения разных цветов и красте ими фигуры, чтобы удовлетворить спрос.
2020-06-10 14:04:08 +02:00
2020-06-10 21:49:46 +02:00
Эта игра имеет 18 уровней (но и они займут вас на часы!), но я постоянно добавляю новый контент - там много чего запланировано!
2020-06-10 14:04:08 +02:00
2020-06-11 14:46:40 +02:00
[b]Преимущества полной версии[/b]
2020-06-10 14:04:08 +02:00
[list]
2020-06-10 21:49:46 +02:00
[*] Метки
[*] Неограниченное количество сохранений
[*] Темный режим
[*] Больше настроек
[*] Позволит мне быстрее разрабатывать shapez.io ❤️
[*] Больше возможностей в будущем!
2020-06-10 14:04:08 +02:00
[/list]
2020-06-10 21:49:46 +02:00
[b]Планируемые функции & Предложения сообщества[/b]
2020-06-10 14:04:08 +02:00
2020-06-10 21:49:46 +02:00
Это игра с открытым исходным кодом - Любой может внести свой вклад! Кроме того, я во [b]многом[/b] прислушиваюсь к сообществу! Я стараюсь прочитать все предложения и учту как можно больше отзывов.
2020-06-10 14:04:08 +02:00
[list]
2020-06-10 21:49:46 +02:00
[*] Режим истории, где здания стоят фигур
2020-06-11 14:46:40 +02:00
[*] Больше уровней & зданий (эксклюзивно для полной версии)
2020-06-10 21:49:46 +02:00
[*] Различные карты и, возможно, карта препятствий
[*] Настраиваемое создание карт (редактирование количества и размера участков, семя и т. д.)
[*] Больше видов фигур
[*] Больше улучшений производительности (хотя игра уже работает довольно хорошо!)
[*] Режим дальтоника
[*] И многое другое!
2020-06-10 14:04:08 +02:00
[/list]
2020-06-10 21:49:46 +02:00
Не забудьте проверить мою доску trello со всеми планами! https://trello.com/b/ISQncpJP/shapezio
2020-06-10 14:04:08 +02:00
global:
2020-06-10 18:30:42 +02:00
loading: Загрузка
error: Ошибка
2020-06-10 14:04:08 +02:00
# How big numbers are rendered, e.g. "10,000"
thousandsDivider: ","
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
suffix:
2020-06-10 21:49:46 +02:00
thousands: тыс.
millions: млн
billions: млрд
trillions: трлн
2020-06-10 14:04:08 +02:00
# Shown for infinitely big numbers
infinite: inf
time:
# Used for formatting past time dates
2020-06-10 16:29:14 +02:00
oneSecondAgo: одну секунду назад
2020-06-11 14:46:40 +02:00
xSecondsAgo: <x> секунд(ы) назад
2020-06-10 16:29:14 +02:00
oneMinuteAgo: одну минуту назад
2020-06-11 14:46:40 +02:00
xMinutesAgo: <x> минут(ы) назад
2020-06-10 16:29:14 +02:00
oneHourAgo: один час назад
2020-06-11 14:46:40 +02:00
xHoursAgo: <x> часов(а) назад
2020-06-10 16:29:14 +02:00
oneDayAgo: один день назад
2020-06-11 14:46:40 +02:00
xDaysAgo: <x> дней(я) назад
2020-06-10 14:04:08 +02:00
# Short formats for times, e.g. '5h 23m'
2020-06-10 18:30:42 +02:00
secondsShort: <seconds>с
minutesAndSecondsShort: <minutes>м <seconds>с
hoursAndMinutesShort: <hours>м <minutes>с
2020-06-10 14:04:08 +02:00
xMinutes: <x> minutes
keys:
tab: TAB
control: CTRL
alt: ALT
escape: ESC
shift: SHIFT
2020-06-10 18:30:42 +02:00
space: ПРОБЕЛ
2020-06-10 14:04:08 +02:00
demoBanners:
# This is the "advertisement" shown in the main menu and other various places
2020-06-10 18:30:42 +02:00
title: Демо версия
2020-06-10 14:04:08 +02:00
intro: >-
2020-06-11 14:46:40 +02:00
Приобретите полную версию чтобы разблокировать все возможности!
2020-06-10 14:04:08 +02:00
mainMenu:
2020-06-10 16:29:14 +02:00
play: Играть
changelog: Список изменений
importSavegame: Импортировать сохраненную игру
2020-06-11 14:46:40 +02:00
openSourceHint: Это игра с открытым исходным кодом!
2020-06-10 16:29:14 +02:00
discordLink: Оффициальный Дискорд Сервер
2020-06-10 18:30:42 +02:00
helpTranslate: Помоги с переводом!
2020-06-10 14:04:08 +02:00
# This is shown when using firefox and other browsers which are not supported.
browserWarning: >-
2020-06-11 14:46:40 +02:00
Извините, но игра работает медленно в вашем браузере! Приобретите полную версию или загрузите Chrome чтобы ознакомится с игрой в полной мере.
2020-06-10 14:04:08 +02:00
2020-06-10 18:30:42 +02:00
savegameLevel: Уровень <x>
savegameLevelUnknown: Неизвестный уровень
2020-06-10 14:04:08 +02:00
contests:
contest_01_03062020:
title: "Contest #01"
desc: Win <strong>$25</strong> for the coolest base!
longDesc: >-
To give something back to you, I thought it would be cool to make weekly contests!
<br><br>
<strong>This weeks topic:</strong> Build the coolest base!
<br><br>
Here's the deal:<br>
<ul class="bucketList">
<li>Submit a screenshot of your base to <strong>contest@shapez.io</strong></li>
<li>Bonus points if you share it on social media!</li>
<li>I will choose 5 screenshots and propose it to the <strong>discord</strong> community to vote.</li>
<li>The winner gets <strong>$25</strong> (Paypal, Amazon Gift Card, whatever you prefer)</li>
<li>Deadline: 07.06.2020 12:00 AM CEST</li>
</ul>
<br>
I'm looking forward to seeing your awesome creations!
showInfo: View
contestOver: This contest has ended - Join the discord to get noticed about new contests!
dialogs:
buttons:
ok: OK
2020-06-10 18:30:42 +02:00
delete: Удалить
cancel: Закрыть
later: Позже
2020-06-11 14:46:40 +02:00
restart: Перезапустить
reset: Сбросить
2020-06-11 13:38:38 +02:00
getStandalone: Приобрести полную версию
2020-06-10 18:30:42 +02:00
deleteGame: Я знаю, что я делаю
2020-06-11 14:46:40 +02:00
viewUpdate: Посмотреть Обновление
showUpgrades: Показать Улучшения
showKeybindings: Показать Управление
2020-06-10 14:04:08 +02:00
importSavegameError:
2020-06-10 18:30:42 +02:00
title: Ошибка импортирования
2020-06-10 14:04:08 +02:00
text: >-
2020-06-11 14:46:40 +02:00
Не удалось импортировать ваше сохранение игры:
2020-06-10 14:04:08 +02:00
importSavegameSuccess:
2020-06-10 18:30:42 +02:00
title: Сохраненная игра импортированна
2020-06-10 14:04:08 +02:00
text: >-
2020-06-10 18:30:42 +02:00
Ваша сохраненная игра успешно импортированна.
2020-06-12 12:01:25 +02:00
2020-06-10 14:04:08 +02:00
gameLoadFailure:
2020-06-11 14:46:40 +02:00
title: Ошибка загрузки
2020-06-10 14:04:08 +02:00
text: >-
2020-06-11 14:46:40 +02:00
Не удалось загрузить ваше сохранение игры:
2020-06-10 14:04:08 +02:00
confirmSavegameDelete:
2020-06-10 18:30:42 +02:00
title: Подтвердите удаление.
2020-06-10 14:04:08 +02:00
text: >-
2020-06-11 14:46:40 +02:00
Вы действительно хотите удалить игру?
2020-06-10 14:04:08 +02:00
savegameDeletionError:
2020-06-11 13:38:38 +02:00
title: Ошибка удаления
2020-06-10 14:04:08 +02:00
text: >-
2020-06-11 14:46:40 +02:00
Не удалось удалить сохранение игры:
2020-06-10 14:04:08 +02:00
restartRequired:
2020-06-11 13:38:38 +02:00
title: Необходим перезапуск
2020-06-10 14:04:08 +02:00
text: >-
2020-06-11 14:46:40 +02:00
Вам необходимо перезапустить игру, чтобы применить настройки.
2020-06-10 14:04:08 +02:00
editKeybinding:
2020-06-11 14:46:40 +02:00
title: Изменение управления
desc: Нажмите клавишу или кнопку мыши, которую хотите назначить, или нажмите «Esc» для отмены.
2020-06-10 14:04:08 +02:00
resetKeybindingsConfirmation:
2020-06-11 14:46:40 +02:00
title: Сброс управления
desc: Это сбросит все настройки управления к их значениям по умолчанию. Пожалуйста подтвердите.
2020-06-10 14:04:08 +02:00
keybindingsResetOk:
2020-06-11 14:46:40 +02:00
title: Сброс управления
desc: Настройки управления сброшены до соответствующих значений по умолчанию!
2020-06-10 14:04:08 +02:00
featureRestriction:
2020-06-10 18:30:42 +02:00
title: Демо версия
2020-06-11 14:46:40 +02:00
desc: Вы попытались получить доступ к функции (<feature>), которая недоступна в демоверсии. Вы можете приобрести полную версию чтобы пользоваться всеми функциями!
2020-06-10 14:04:08 +02:00
oneSavegameLimit:
2020-06-10 18:30:42 +02:00
title: Лимит сохранений
2020-06-11 14:46:40 +02:00
desc: Вы можете иметь только одно сохранение игры в демо-версии. Пожалуйста, удалите существующее или приобретите полную версию!
2020-06-10 14:04:08 +02:00
updateSummary:
2020-06-10 18:30:42 +02:00
title: Новое обновление!
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-11 14:46:40 +02:00
Здесь изменения с тех пор, когда вы в последний раз играли:
2020-06-10 14:04:08 +02:00
upgradesIntroduction:
2020-06-10 18:30:42 +02:00
title: Открыть улучшения
2020-06-12 12:04:13 +02:00
desc: >-
2020-06-12 19:16:56 +02:00
All shapes you produce can be used to unlock upgrades - <strong>Don't destroy
your old factories!</strong> The upgrades tab can be found on the top right
corner of the screen.
2020-06-10 14:04:08 +02:00
massDeleteConfirm:
2020-06-10 18:30:42 +02:00
title: Подтвердить удаление
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-11 13:38:38 +02:00
Вы удаляете много построек (<count>)! Вы действительно хотите сделать это?
2020-06-10 14:04:08 +02:00
blueprintsNotUnlocked:
2020-06-11 13:38:38 +02:00
title: Еще не открыто
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-11 13:38:38 +02:00
Чертежи еще не открыты! Завершите больше уровней, что-бы открыть их.
2020-06-10 14:04:08 +02:00
keybindingsIntroduction:
2020-06-11 18:57:56 +02:00
title: Полезные горячие клавиши
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-11 18:57:56 +02:00
В этой игре много горячих клавиш, которые облегчают строительство больших фабрик.
Вот несколько, но обязательно <strong>проверьте настройки управления</strong>!<br><br>
<code class='keybinding'>CTRL</code> + Потащить: Выбор области для копирования / удаления.<br>
<code class='keybinding'>SHIFT</code>: Удерживайте, чтобы разместить несколько зданий.<br>
<code class='keybinding'>ALT</code>: Инвертировать направление размещаемых конвейерных лент.<br>
2020-06-10 14:04:08 +02:00
createMarker:
2020-06-10 18:30:42 +02:00
title: Новый маркер
2020-06-11 13:38:38 +02:00
desc: Напишите содержательное имя.
2020-06-10 14:04:08 +02:00
markerDemoLimit:
2020-06-12 12:01:25 +02:00
desc: Вы можете создать только 2 своих маркера в демо версии. Приобретите полную версию для безлимитных маркеров.
2020-06-12 19:16:56 +02:00
massCutConfirm:
title: Confirm cut
desc: >-
You are cutting a lot of buildings (<count> to be exact)! Are you sure you
want to do this?
2020-06-10 14:04:08 +02:00
ingame:
# This is shown in the top left corner and displays useful keybindings in
# every situation
keybindingsOverlay:
2020-06-11 18:57:56 +02:00
moveMap: Передвижение
2020-06-10 18:30:42 +02:00
selectBuildings: Выбрать область
2020-06-11 18:57:56 +02:00
stopPlacement: Прекратить размещение
2020-06-10 18:30:42 +02:00
rotateBuilding: Повернуть постройку
placeMultiple: Поставить несколько
2020-06-11 18:57:56 +02:00
reverseOrientation: Реверсировать направление
disableAutoOrientation: Отключить авто-определение направления
toggleHud: Переключить HUD
2020-06-11 13:38:38 +02:00
placeBuilding: Разместить постройку
2020-06-10 18:30:42 +02:00
createMarker: Создать маркер
delete: Уничтожить
2020-06-12 19:16:56 +02:00
pasteLastBlueprint: Paste last blueprint
2020-06-10 14:04:08 +02:00
# Everything related to placing buildings (I.e. as soon as you selected a building
# from the toolbar)
buildingPlacement:
# Buildings can have different variants which are unlocked at later levels,
# and this is the hint shown when there are multiple variants available.
2020-06-11 18:57:56 +02:00
cycleBuildingVariants: Нажмите <key> для переключения вариантов.
2020-06-10 14:04:08 +02:00
# Shows the hotkey in the ui, e.g. "Hotkey: Q"
hotkeyLabel: >-
2020-06-11 18:57:56 +02:00
Клавиша: <key>
2020-06-10 14:04:08 +02:00
infoTexts:
2020-06-10 18:30:42 +02:00
speed: Скорость
range: Расстояние
2020-06-10 14:04:08 +02:00
storage: Storage
2020-06-11 13:38:38 +02:00
oneItemPerSecond: 1 предмет / сек
itemsPerSecond: <x> предметов / сек
2020-06-10 14:04:08 +02:00
itemsPerSecondDouble: (x2)
2020-06-11 18:57:56 +02:00
tiles: <x> клеток
2020-06-10 14:04:08 +02:00
# The notification when completing a level
levelCompleteNotification:
# <level> is replaced by the actual level, so this gets 'Level 03' for example.
2020-06-10 18:30:42 +02:00
levelTitle: Уровень <level>
2020-06-11 13:38:38 +02:00
completed: Завершено
2020-06-10 18:30:42 +02:00
unlockText: Открыто <reward>!
buttonNextLevel: Следующий уровень
2020-06-10 14:04:08 +02:00
# Notifications on the lower right
notifications:
2020-06-10 18:30:42 +02:00
newUpgrade: Новое улучшение доступно!
gameSaved: Ваша игра была сохранена.
2020-06-10 14:04:08 +02:00
# Mass select information, this is when you hold CTRL and then drag with your mouse
# to select multiple buildings
massSelect:
2020-06-12 19:16:56 +02:00
infoText: Press <keyCut> to cut, <keyCopy> to copy, <keyDelete> to remove and <keyCancel> to cancel.
2020-06-10 14:04:08 +02:00
# The "Upgrades" window
shop:
2020-06-10 18:30:42 +02:00
title: Улучшения
buttonUnlock: Улучшить
2020-06-10 14:04:08 +02:00
# Gets replaced to e.g. "Tier IX"
2020-06-11 18:57:56 +02:00
tier: Уровень <x>
2020-06-10 14:04:08 +02:00
# The roman number for each tier
tierLabels: [I, II, III, IV, V, VI, VII, VIII, IX, X]
2020-06-11 13:38:38 +02:00
maximumLevel: МАКСИМАЛЬНЫЙ УРОВЕНЬ (Скорость x<currentMult>)
2020-06-10 14:04:08 +02:00
# The "Statistics" window
statistics:
2020-06-10 18:30:42 +02:00
title: Статистика
2020-06-10 14:04:08 +02:00
dataSources:
stored:
2020-06-10 18:30:42 +02:00
title: Хранится
2020-06-11 18:57:56 +02:00
description: Показывает количество хранящихся фигур в вашем центральном здании.
2020-06-10 14:04:08 +02:00
produced:
2020-06-10 18:30:42 +02:00
title: Производится
2020-06-11 13:38:38 +02:00
description: Показывает производящиеся фигуры, включая промежуточное производство.
2020-06-10 14:04:08 +02:00
delivered:
2020-06-10 18:30:42 +02:00
title: Доставлено
2020-06-12 12:01:25 +02:00
description: Показывает фигуры, которые доставляются в ваше центральное здание.
2020-06-11 18:57:56 +02:00
noShapesProduced: Фигуры еще не произведены.
2020-06-10 14:04:08 +02:00
# Displays the shapes per minute, e.g. '523 / m'
2020-06-11 13:38:38 +02:00
shapesPerMinute: <shapes> / мин
2020-06-10 14:04:08 +02:00
# Settings menu, when you press "ESC"
settingsMenu:
2020-06-10 18:30:42 +02:00
playtime: Игровое время
2020-06-10 14:04:08 +02:00
2020-06-10 18:30:42 +02:00
buildingsPlaced: Постройки
beltsPlaced: Конвейеры
2020-06-10 14:04:08 +02:00
buttons:
2020-06-10 18:30:42 +02:00
continue: Продолжить
settings: Настройки
2020-06-11 18:57:56 +02:00
menu: Вернутся в меню
2020-06-10 14:04:08 +02:00
# Bottom left tutorial hints
tutorialHints:
2020-06-10 18:30:42 +02:00
title: Нужна помощь?
showHint: Показать подсказку
hideHint: Закрыть
2020-06-10 14:04:08 +02:00
# When placing a blueprint
blueprintPlacer:
2020-06-10 18:30:42 +02:00
cost: Стоимость
2020-06-10 14:04:08 +02:00
# Map markers
waypoints:
2020-06-10 18:30:42 +02:00
waypoints: Маркеры
2020-06-11 18:57:56 +02:00
hub: ХАБ
description: ЛКМ по маркеру, чтобы переместится к нему, ПКМ что-бы удалить. <br><br>Нажмите <keybinding> чтобы создать маркер в текущей позиции или <strong>ПКМ</strong> чтобы выбрать другое место для сождания маркера.
2020-06-11 13:38:38 +02:00
creationSuccessNotification: Маркер был создан.
2020-06-10 14:04:08 +02:00
# Interactive tutorial
interactiveTutorial:
2020-06-10 18:30:42 +02:00
title: Обучение
2020-06-10 14:04:08 +02:00
hints:
2020-06-11 18:57:56 +02:00
1_1_extractor: Поместите <strong>экстрактор</strong> на <strong>фигуру в форме круга</strong> чтобы добыть ее!
2020-06-10 14:04:08 +02:00
1_2_conveyor: >-
2020-06-11 18:57:56 +02:00
Соедините экстрактор <strong>конвейерной лентой</strong> с вашим хабом!<br><br>Подсказка: Необходимо выбрать конвейерную ленту и <strong>нажать и перетащить</strong> мышку!
2020-06-10 14:04:08 +02:00
1_3_expand: >-
2020-06-11 18:57:56 +02:00
Это <strong>НЕ</strong> idle-игра! Постройте больше экстракторов и конвейерных лент, чтобы достичь цели быстрее.<br><br>Подсказка: Удерживайте <strong>SHIFT</strong> чтобы разместить несколько экстракторов, а <strong>R</strong> чтобы вращать их.
2020-06-10 14:04:08 +02:00
# All shop upgrades
shopUpgrades:
belt:
2020-06-11 18:57:56 +02:00
name: Конвейерные ленты, Распределители & Туннели
description: Скорость x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
miner:
2020-06-11 18:57:56 +02:00
name: Добыча
description: Скорость x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
processors:
2020-06-11 18:57:56 +02:00
name: Нарезка, Вращение & Склейка
description: Скорость x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
painting:
2020-06-11 18:57:56 +02:00
name: Смешивание & Покраска
description: Скорость x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
# Buildings and their name / description
buildings:
belt:
default:
2020-06-10 18:30:42 +02:00
name: &belt Конвейер
2020-06-11 18:57:56 +02:00
description: Транспортриует передметы, держите и тащите, чтобы разместить несколько.
2020-06-10 14:04:08 +02:00
miner: # Internal name for the Extractor
default:
2020-06-11 18:57:56 +02:00
name: &miner Экстрактор
description: Поместите над фигурным или цветовым ресурсом, чтобы добыть его.
2020-06-10 14:04:08 +02:00
chainable:
2020-06-11 18:57:56 +02:00
name: Экстрактор (Цепной)
description: Поместите над фигурным или цветовым ресурсом, чтобы добыть его. Может последовательно соединяться.
2020-06-10 14:04:08 +02:00
underground_belt: # Internal name for the Tunnel
default:
2020-06-11 18:57:56 +02:00
name: &underground_belt Туннель
description: Позволяет перевозить ресурсы под зданиями и конвейерными лентами.
2020-06-10 14:04:08 +02:00
tier2:
2020-06-11 18:57:56 +02:00
name: Туннель II
description: Позволяет перевозить ресурсы под зданиями и конвейерными лентами.
2020-06-10 14:04:08 +02:00
splitter: # Internal name for the Balancer
default:
2020-06-11 18:57:56 +02:00
name: &splitter Разделитель
description: Многофункциональный - равномерно распределяет все входы на все выходы.
2020-06-10 14:04:08 +02:00
compact:
2020-06-11 18:57:56 +02:00
name: Соединитель (компактный)
description: Объединяет две конвейерные ленты в одну.
2020-06-10 14:04:08 +02:00
compact-inverse:
2020-06-11 18:57:56 +02:00
name: Соединитель (компактный)
description: Объединяет две конвейерные ленты в одну.
2020-06-10 14:04:08 +02:00
cutter:
default:
2020-06-11 18:57:56 +02:00
name: &cutter Резчик
description: Разрезает фигуры сверху вниз и выводит обе половины. <strong>Если вы используете только одну часть, обязательно уничтожьте другую, иначе производство остановится!</strong>
2020-06-10 14:04:08 +02:00
quad:
2020-06-11 18:57:56 +02:00
name: Резчик (Четырехпоточный)
description: Разрезает фигуры на четыре части. <strong>Если вы используете только одну часть, обязательно уничтожьте другие, иначе производство остановится!</strong>
2020-06-10 14:04:08 +02:00
rotater:
default:
2020-06-11 18:57:56 +02:00
name: &rotater Вращатель
description: Поворачивает фигуры по часовой стрелке на 90 градусов.
2020-06-10 14:04:08 +02:00
ccw:
2020-06-11 18:57:56 +02:00
name: Вращатель (обратный)
description: Поворачивает фигуры против часовой стрелки на 90 градусов.
2020-06-10 14:04:08 +02:00
stacker:
default:
2020-06-11 18:57:56 +02:00
name: &stacker Склеиватель
description: Склеивает оба предмета. Если они не могут быть объединены, правый элемент помещается над левым элементом.
2020-06-10 14:04:08 +02:00
mixer:
default:
2020-06-11 18:57:56 +02:00
name: &mixer Смешиватель цветов
description: Смешивает два цвета с помощью аддитивного смешивания.
2020-06-10 14:04:08 +02:00
painter:
default:
2020-06-11 18:57:56 +02:00
name: &painter Покрасчик
description: Красит всю фигуру из левого входа краской из верхнего.
2020-06-10 14:04:08 +02:00
double:
2020-06-11 18:57:56 +02:00
name: Покрасчик (Двойной)
description: Красит фигуру из левых входов краской из верхнего.
2020-06-10 14:04:08 +02:00
quad:
2020-06-11 18:57:56 +02:00
name: Покрасчик (Четырехпоточный)
description: Позволяет раскрасить каждую четверть фигуры разными цветами.
2020-06-10 14:04:08 +02:00
trash:
default:
2020-06-11 18:57:56 +02:00
name: &trash Мусорка
description: Имеет входы со всех сторон. Уничтожает все что принимает, навсегда.
2020-06-10 14:04:08 +02:00
storage:
2020-06-11 18:57:56 +02:00
name: Хранилище
description: Хранит лишние предметы, до заданной вместимости. Может использоваться в качестве ворот для пропускания излишков.
2020-06-12 12:01:25 +02:00
hub:
deliver: Deliver
toUnlock: to unlock
levelShortcut: LVL
2020-06-10 14:04:08 +02:00
storyRewards:
# Those are the rewards gained from completing the store
reward_cutter_and_trash:
title: Cutting Shapes
desc: You just unlocked the <strong>cutter</strong> - it cuts shapes half from <strong>top to bottom</strong> regardless of its orientation!<br><br>Be sure to get rid of the waste, or otherwise <strong>it will stall</strong> - For this purpose I gave you a trash, which destroys everything you put into it!
reward_rotater:
title: Rotating
desc: The <strong>rotater</strong> has been unlocked! It rotates shapes clockwise by 90 degrees.
reward_painter:
title: Painting
desc: >-
The <strong>painter</strong> has been unlocked - Extract some color veins (just as you do with shapes) and combine it with a shape in the painter to color them!<br><br>PS: If you are colorblind, I'm working on a solution already!
reward_mixer:
title: Color Mixing
desc: The <strong>mixer</strong> has been unlocked - Combine two colors using <strong>additive blending</strong> with this building!
reward_stacker:
title: Combiner
desc: You can now combine shapes with the <strong>combiner</strong>! Both inputs are combined, and if they can be put next to each other, they will be <strong>fused</strong>. If not, the right input is <strong>stacked on top</strong> of the left input!
reward_splitter:
2020-06-11 13:38:38 +02:00
title: Разделитель/соеденитель
desc: Был открыт многофункциональный <strong>balancer</strong>.It can be used to build bigger factories by <strong>splitting and merging items</strong> onto multiple belts!<br><br>
2020-06-10 14:04:08 +02:00
reward_tunnel:
2020-06-10 18:30:42 +02:00
title: Туннель
2020-06-11 13:38:38 +02:00
desc: Был открыт <strong>Туннель</strong>. You can now pipe items through belts and buildings with it!
2020-06-10 14:04:08 +02:00
reward_rotater_ccw:
title: CCW Rotating
desc: You have unlocked a variant of the <strong>rotater</strong> - It allows to rotate counter clockwise! To build it, select the rotater and <strong>press 'T' to cycle its variants</strong>!
reward_miner_chainable:
title: Chaining Extractor
desc: You have unlocked the <strong>chaining extractor</strong>! It can <strong>forward its resources</strong> to other extractors so you can more efficiently extract resources!
reward_underground_belt_tier_2:
title: Tunnel Tier II
desc: You have unlocked a new variant of the <strong>tunnel</strong> - It has a <strong>bigger range</strong>, and you can also mix-n-match those tunnels now!
reward_splitter_compact:
title: Compact Balancer
desc: >-
You have unlocked a compact variant of the <strong>balancer</strong> - It accepts two inputs and merges them into one!
reward_cutter_quad:
title: Quad Cutting
desc: You have unlocked a variant of the <strong>cutter</strong> - It allows you to cut shapes in <strong>four parts</strong> instead of just two!
reward_painter_double:
title: Double Painting
desc: You have unlocked a variant of the <strong>painter</strong> - It works as the regular painter but processes <strong>two shapes at once</strong> consuming just one color instead of two!
reward_painter_quad:
title: Quad Painting
desc: You have unlocked a variant of the <strong>painter</strong> - It allows to paint each part of the shape individually!
reward_storage:
title: Storage Buffer
desc: You have unlocked a variant of the <strong>trash</strong> - It allows to store items up to a given capacity!
reward_freeplay:
2020-06-10 18:30:42 +02:00
title: Свободная игра
2020-06-10 14:04:08 +02:00
desc: You did it! You unlocked the <strong>free-play mode</strong>! This means that shapes are now randomly generated! (No worries, more content is planned for the standalone!)
reward_blueprints:
title: Blueprints
desc: You can now <strong>copy and paste</strong> parts of your factory! Select an area (Hold CTRL, then drag with your mouse), and press 'C' to copy it.<br><br>Pasting it is <strong>not free</strong>, you need to produce <strong>blueprint shapes</strong> to afford it! (Those you just delivered).
# Special reward, which is shown when there is no reward actually
no_reward:
2020-06-11 13:38:38 +02:00
title: Следующий уровень
2020-06-10 14:04:08 +02:00
desc: >-
This level gave you no reward, but the next one will! <br><br> PS: Better don't destroy your existing factory - You need <strong>all</strong> those shapes later again to <strong>unlock upgrades</strong>!
no_reward_freeplay:
2020-06-11 13:38:38 +02:00
title: Следующий уровень
2020-06-10 14:04:08 +02:00
desc: >-
Congratulations! By the way, more content is planned for the standalone!
settings:
2020-06-11 13:38:38 +02:00
title: Настройки
2020-06-10 14:04:08 +02:00
categories:
game: Game
app: Application
versionBadges:
dev: Development
staging: Staging
prod: Production
buildDate: Built <at-date>
labels:
uiScale:
2020-06-10 18:30:42 +02:00
title: Размер интерфейса
2020-06-10 14:04:08 +02:00
description: >-
2020-06-11 13:38:38 +02:00
Выберите размер пользовательского интерфейса. The interface will still scale based on your device resolution, but this setting controls the amount of scale.
2020-06-10 14:04:08 +02:00
scales:
2020-06-11 13:38:38 +02:00
super_small: Очень маленький
small: Маленький
regular: Средний
large: Большой
huge: Огромный
2020-06-10 14:04:08 +02:00
scrollWheelSensitivity:
title: Zoom sensitivity
description: >-
Changes how sensitive the zoom is (Either mouse wheel or trackpad).
sensitivity:
2020-06-10 18:30:42 +02:00
super_slow: Очень медленно
slow: Медленно
regular: Средне
fast: Быстро
super_fast: Очень быстро
2020-06-10 14:04:08 +02:00
language:
2020-06-10 18:30:42 +02:00
title: Язык
2020-06-10 14:04:08 +02:00
description: >-
2020-06-11 13:38:38 +02:00
Выберите язык. Все переводы сделаны пользователями и могут быть незакончены!
2020-06-10 14:04:08 +02:00
fullscreen:
2020-06-10 18:30:42 +02:00
title: Полный экран
2020-06-10 14:04:08 +02:00
description: >-
2020-06-11 13:38:38 +02:00
Для лучшей игры рекомендуется играть в полноэкранном режиме. Доступно только в полной версии.
2020-06-12 12:01:25 +02:00
2020-06-10 14:04:08 +02:00
soundsMuted:
2020-06-11 13:38:38 +02:00
title: Выключить звуки
2020-06-10 14:04:08 +02:00
description: >-
2020-06-11 13:38:38 +02:00
Если включено, выключает все звуковые эффекты
2020-06-10 14:04:08 +02:00
musicMuted:
2020-06-11 13:38:38 +02:00
title: Выключить музыку
2020-06-10 14:04:08 +02:00
description: >-
2020-06-11 13:38:38 +02:00
Если включено, выключает музыку
2020-06-10 14:04:08 +02:00
theme:
2020-06-10 18:30:42 +02:00
title: Тема игры
2020-06-10 14:04:08 +02:00
description: >-
2020-06-10 18:30:42 +02:00
Выберите тему игры (светлая / темная).
2020-06-10 14:04:08 +02:00
2020-06-12 12:01:25 +02:00
themes:
dark: Dark
light: Light
2020-06-10 14:04:08 +02:00
refreshRate:
title: Simulation Target
description: >-
If you have a 144hz monitor, change the refresh rate here so the game will properly simulate at higher refresh rates. This might actually decrease the FPS if your computer is too slow.
alwaysMultiplace:
title: Multiplace
description: >-
If enabled, all buildings will stay selected after placement until you cancel it. This is equivalent to holding SHIFT permanently.
offerHints:
title: Hints & Tutorials
description: >-
Whether to offer hints and tutorials while playing. Also hides certain UI elements onto a given level to make it easier to get into the game.
2020-06-12 19:16:56 +02:00
movementSpeed:
title: Movement speed
description: Changes how fast the view moves when using the keyboard.
speeds:
super_slow: Super slow
slow: Slow
regular: Regular
fast: Fast
super_fast: Super Fast
extremely_fast: Extremely Fast
2020-06-10 14:04:08 +02:00
keybindings:
2020-06-11 13:38:38 +02:00
title: Настройки управления
2020-06-10 14:04:08 +02:00
hint: >-
Tip: Be sure to make use of CTRL, SHIFT and ALT! They enable different placement options.
2020-06-11 13:38:38 +02:00
resetKeybindings: Настройки по умолчанию
2020-06-10 14:04:08 +02:00
categoryLabels:
general: Application
ingame: Game
navigation: Navigating
placement: Placement
massSelect: Mass Select
buildings: Building Shortcuts
placementModifiers: Placement Modifiers
mappings:
2020-06-11 13:38:38 +02:00
confirm: Подтвердить
back: Назад
2020-06-10 14:04:08 +02:00
mapMoveUp: Move Up
mapMoveRight: Move Right
mapMoveDown: Move Down
mapMoveLeft: Move Left
centerMap: Center Map
mapZoomIn: Zoom in
mapZoomOut: Zoom out
createMarker: Create Marker
menuOpenShop: Upgrades
menuOpenStats: Statistics
toggleHud: Toggle HUD
2020-06-11 13:38:38 +02:00
toggleFPSInfo: Включить/выключить FPS и информацию отладки
2020-06-10 14:04:08 +02:00
belt: *belt
splitter: *splitter
underground_belt: *underground_belt
miner: *miner
cutter: *cutter
rotater: *rotater
stacker: *stacker
mixer: *mixer
painter: *painter
trash: *trash
abortBuildingPlacement: Abort Placement
rotateWhilePlacing: Rotate
rotateInverseModifier: >-
Modifier: Rotate CCW instead
cycleBuildingVariants: Cycle Variants
confirmMassDelete: Confirm Mass Delete
cycleBuildings: Cycle Buildings
massSelectStart: Hold and drag to start
massSelectSelectMultiple: Select multiple areas
massSelectCopy: Copy area
placementDisableAutoOrientation: Disable automatic orientation
placeMultiple: Stay in placement mode
placeInverse: Invert automatic belt orientation
2020-06-12 19:16:56 +02:00
pasteLastBlueprint: Paste last blueprint
massSelectCut: Cut area
2020-06-10 14:04:08 +02:00
about:
2020-06-10 18:30:42 +02:00
title: О игре
2020-06-10 14:04:08 +02:00
changelog:
2020-06-10 18:30:42 +02:00
title: Список измений
2020-06-10 14:04:08 +02:00
demo:
features:
restoringGames: Restoring savegames
importingGames: Importing savegames
oneGameLimit: Limited to one savegame
customizeKeybindings: Customizing Keybindings
2020-06-10 18:30:42 +02:00
settingNotAvailable: Не доступно в демо-версии.