-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #65: Translate Core/DefInjected/ThingDef/Buildings_Structure.xml #66
Open
SampleText2k77
wants to merge
1
commit into
master
Choose a base branch
from
fix-65
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LanguageData> | ||
|
||
<!-- EN: animal flap --> | ||
<AnimalFlap.label>TODO</AnimalFlap.label> | ||
<AnimalFlap.label>заслона для жывёл</AnimalFlap.label> | ||
<!-- EN: A doorway hung with thick overlapping strips of fabric or leather. It allows animals to pass while insulating the temperature. Animal flaps are commonly used as barn doors to give penned animals a sheltered place to sleep. --> | ||
<AnimalFlap.description>TODO</AnimalFlap.description> | ||
<AnimalFlap.description>Дзвярны праём, завешаны тоўстымі палоскамі тканіны або скуры. Дазваляе жывёлам праходзіць праз яго, пры гэтым захоўваючы тэмпературу памяшкання. Звычайна выкарыстоўваецца ў якасці дзвярэй свірна, каб даць сельскагаспадарчым жывёлам зацішнае месца для сну.</AnimalFlap.description> | ||
|
||
<!-- EN: autodoor --> | ||
<Autodoor.label>TODO</Autodoor.label> | ||
<Autodoor.label>аўтадзверы</Autodoor.label> | ||
<!-- EN: Divides rooms. Powered operation allows people to move through the door without slowing down. --> | ||
<Autodoor.description>TODO</Autodoor.description> | ||
<Autodoor.description>Падзяляюць памяшканні. Калі сілкаваныя, яны не запавольваюць людзей, якія праходзяць праз іх.</Autodoor.description> | ||
|
||
<!-- EN: column --> | ||
<Column.label>TODO</Column.label> | ||
<Column.label>калона</Column.label> | ||
<!-- EN: A column capable of holding a roof. Does not block sight or movement and looks quite nice. --> | ||
<Column.description>TODO</Column.description> | ||
<Column.description>Слуп, здольны падтрымліваць дах. Не зніжае бачнасць і не перашкаджае перасоўванню, а таксама выглядае даволі прыемна.</Column.description> | ||
|
||
<!-- EN: door --> | ||
<Door.label>TODO</Door.label> | ||
<Door.label>дзверы</Door.label> | ||
<!-- EN: Divides rooms. Simple doors must be manually opened, which slows people down. The amount of slowdown depends on what the door is made of. --> | ||
<Door.description>TODO</Door.description> | ||
<Door.description>Падзяляюць памяшканні. Простыя дзверы трэба адчыняць уручную, што запавольвае праходжанне людзей праз іх. Велічыня запавольвання залежыць ад матэрыялу, з якога зроблены дзверы.</Door.description> | ||
|
||
<!-- EN: fence --> | ||
<Fence.label>TODO</Fence.label> | ||
<Fence.label>плот</Fence.label> | ||
<!-- EN: A fence made of posts joined by crossbars used for building pens for certain kinds of animals. Some kinds of animals can get past fences. Predators will not hunt creatures on the other side of a fence, but may still wander inside. --> | ||
<Fence.description>TODO</Fence.description> | ||
<Fence.description>Агароджа, зробленая з слупкоў і злучаная з дапамогай папярочак. Выкарыстоўваецца для будавання пастаўнікоў для пэўных відаў жывёл. Некаторыя жывёлы могуць пераадольваць платы. Драпежнікі не будуць паляваць на істоты па-за плотам, але ўсё ж могуць трапіць унутр.</Fence.description> | ||
|
||
<!-- EN: fence gate --> | ||
<FenceGate.label>TODO</FenceGate.label> | ||
<FenceGate.label>брамка</FenceGate.label> | ||
<!-- EN: A simple gate made of posts and crossbars. It blocks some animals like a fence. Handlers can lead animals in and out of the pen through these gates. --> | ||
<FenceGate.description>TODO</FenceGate.description> | ||
<FenceGate.description>Простая фортка, зробленая з слупкоў і папярочак. Яны утрымлівае некаторых жывёл падобна плоту. Жывёлагадоўцы могуць праводзіць жывёл праз гэтыя вароты.</FenceGate.description> | ||
|
||
<!-- EN: wall --> | ||
<Wall.label>TODO</Wall.label> | ||
<Wall.label>сцяна</Wall.label> | ||
<!-- EN: An impassable wall. Capable of holding up a roof. --> | ||
<Wall.description>TODO</Wall.description> | ||
<Wall.description>Непраходная сцяна. Здольна падтрымліваць дах.</Wall.description> | ||
|
||
</LanguageData> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.