FreeCAD

Форк
0
210 строк · 9.1 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE TS>
3
<TS version="2.1">
4
<context>
5
    <name>Form</name>
6
    <message>
7
        <location filename="../dlgPreferencesHelp.ui" line="14"/>
8
        <source>Help</source>
9
        <translation type="unfinished"></translation>
10
    </message>
11
    <message>
12
        <location filename="../dlgPreferencesHelp.ui" line="20"/>
13
        <source>Source</source>
14
        <translation type="unfinished"></translation>
15
    </message>
16
    <message>
17
        <location filename="../dlgPreferencesHelp.ui" line="29"/>
18
        <source>This will fetch the documentation from pages rendered on github. This is currently not available...</source>
19
        <translation type="unfinished"></translation>
20
    </message>
21
    <message>
22
        <location filename="../dlgPreferencesHelp.ui" line="32"/>
23
        <source>Github (online)</source>
24
        <translation type="unfinished"></translation>
25
    </message>
26
    <message>
27
        <location filename="../dlgPreferencesHelp.ui" line="45"/>
28
        <location filename="../dlgPreferencesHelp.ui" line="80"/>
29
        <source>Set this to a custom URL or the folder where the help files are located. You can easily download the documentation for offline use by using the Addon Manager and installing the &quot;offline documentation&quot; addon. If this field is left blank, FreeCAD will automatically search for the help files at the default location ($USERAPPDATADIR/Mod/Documentation).</source>
30
        <translation type="unfinished"></translation>
31
    </message>
32
    <message>
33
        <location filename="../dlgPreferencesHelp.ui" line="48"/>
34
        <source>Custom location</source>
35
        <translation type="unfinished"></translation>
36
    </message>
37
    <message>
38
        <location filename="../dlgPreferencesHelp.ui" line="67"/>
39
        <source>A translation suffix to use, for example &quot;fr&quot; to get French translation of the documentation.</source>
40
        <translation type="unfinished"></translation>
41
    </message>
42
    <message>
43
        <location filename="../dlgPreferencesHelp.ui" line="99"/>
44
        <source>    Translation suffix:</source>
45
        <translation type="unfinished"></translation>
46
    </message>
47
    <message>
48
        <location filename="../dlgPreferencesHelp.ui" line="106"/>
49
        <source>The documentation pages will be fetched from the official FreeCADwiki at https://wiki.freecad.org</source>
50
        <translation type="unfinished"></translation>
51
    </message>
52
    <message>
53
        <location filename="../dlgPreferencesHelp.ui" line="109"/>
54
        <source>FreeCAD Wiki (online)</source>
55
        <translation type="unfinished"></translation>
56
    </message>
57
    <message>
58
        <location filename="../dlgPreferencesHelp.ui" line="125"/>
59
        <source>The documentation pages will be fetched from an automatic markdown conversion of the FreeCAD wiki, hosted on FreeCAD&apos;s github account. This can be styled with a custom stylesheet below and can look nicer than the wiki option. The &apos;markdown&apos; or &apos;pandoc&apos; python module should be installed for optimal results.</source>
60
        <translation type="unfinished"></translation>
61
    </message>
62
    <message>
63
        <location filename="../dlgPreferencesHelp.ui" line="128"/>
64
        <source>Markdown version (online)</source>
65
        <translation type="unfinished"></translation>
66
    </message>
67
    <message>
68
        <location filename="../dlgPreferencesHelp.ui" line="147"/>
69
        <source>Display</source>
70
        <translation type="unfinished"></translation>
71
    </message>
72
    <message>
73
        <location filename="../dlgPreferencesHelp.ui" line="153"/>
74
        <source>The documentation will open in a new tab inside the FreeCAD interface.</source>
75
        <translation type="unfinished"></translation>
76
    </message>
77
    <message>
78
        <location filename="../dlgPreferencesHelp.ui" line="156"/>
79
        <source>In a FreeCAD tab</source>
80
        <translation type="unfinished"></translation>
81
    </message>
82
    <message>
83
        <location filename="../dlgPreferencesHelp.ui" line="172"/>
84
        <source>The documentation will open in your default desktop browser.</source>
85
        <translation type="unfinished"></translation>
86
    </message>
87
    <message>
88
        <location filename="../dlgPreferencesHelp.ui" line="175"/>
89
        <source>In your default web browser</source>
90
        <translation type="unfinished"></translation>
91
    </message>
92
    <message>
93
        <location filename="../dlgPreferencesHelp.ui" line="191"/>
94
        <source>The documentation will open in a dockable dialog inside the FreeCAD window, which allows you to keep it open whlle working in the 3D view.</source>
95
        <translation type="unfinished"></translation>
96
    </message>
97
    <message>
98
        <location filename="../dlgPreferencesHelp.ui" line="194"/>
99
        <source>In a separate, embeddable dialog</source>
100
        <translation type="unfinished"></translation>
101
    </message>
102
    <message>
103
        <location filename="../dlgPreferencesHelp.ui" line="210"/>
104
        <source>Options</source>
105
        <translation type="unfinished"></translation>
106
    </message>
107
    <message>
108
        <location filename="../dlgPreferencesHelp.ui" line="218"/>
109
        <source>      Custom stylesheet:</source>
110
        <translation type="unfinished"></translation>
111
    </message>
112
    <message>
113
        <location filename="../dlgPreferencesHelp.ui" line="225"/>
114
        <source>You can here indicate the path to an alternative CSS file to be used to style the markdown pages. This will only work if you have selected the Markdown version above.</source>
115
        <translation type="unfinished"></translation>
116
    </message>
117
</context>
118
<context>
119
    <name>Help</name>
120
    <message>
121
        <location filename="../Help.py" line="69"/>
122
        <source>Contents for this page could not be retrieved. Please check settings under menu Edit -&gt; Preferences -&gt; General -&gt; Help</source>
123
        <translation type="unfinished"></translation>
124
    </message>
125
    <message>
126
        <location filename="../Help.py" line="70"/>
127
        <source>Help files location could not be determined. Please check settings under menu Edit -&gt; Preferences -&gt; General -&gt; Help</source>
128
        <translation type="unfinished"></translation>
129
    </message>
130
    <message>
131
        <location filename="../Help.py" line="71"/>
132
        <source>PySide2 QtWebEngineWidgets module is not available. Help rendering is done with the Web module</source>
133
        <translation type="unfinished"></translation>
134
    </message>
135
    <message>
136
        <location filename="../Help.py" line="72"/>
137
        <source>There is no markdown renderer installed on your system, so this help page is rendered as is. Please install the markdown or pandoc python modules to improve the rendering of this page.</source>
138
        <translation type="unfinished"></translation>
139
    </message>
140
    <message>
141
        <location filename="../Help.py" line="104"/>
142
        <location filename="../MenuUtils.py" line="87"/>
143
        <source>Help</source>
144
        <translation type="unfinished"></translation>
145
    </message>
146
    <message>
147
        <location filename="../MenuUtils.py" line="30"/>
148
        <source>Home</source>
149
        <translation type="unfinished"></translation>
150
    </message>
151
    <message>
152
        <location filename="../MenuUtils.py" line="31"/>
153
        <source>Forum</source>
154
        <translation type="unfinished"></translation>
155
    </message>
156
    <message>
157
        <location filename="../MenuUtils.py" line="32"/>
158
        <source>Wiki</source>
159
        <translation type="unfinished"></translation>
160
    </message>
161
    <message>
162
        <location filename="../MenuUtils.py" line="33"/>
163
        <source>Issues</source>
164
        <translation type="unfinished"></translation>
165
    </message>
166
    <message>
167
        <location filename="../MenuUtils.py" line="34"/>
168
        <source>Code repository</source>
169
        <translation type="unfinished"></translation>
170
    </message>
171
    <message>
172
        <location filename="../MenuUtils.py" line="36"/>
173
        <source>Auto Python modules</source>
174
        <translation type="unfinished"></translation>
175
    </message>
176
    <message>
177
        <location filename="../MenuUtils.py" line="37"/>
178
        <source>About FreeCAD</source>
179
        <translation type="unfinished"></translation>
180
    </message>
181
    <message>
182
        <location filename="../MenuUtils.py" line="38"/>
183
        <source>What&apos;s this?</source>
184
        <translation type="unfinished"></translation>
185
    </message>
186
    <message>
187
        <location filename="../MenuUtils.py" line="91"/>
188
        <source>On the web</source>
189
        <translation type="unfinished"></translation>
190
    </message>
191
    <message>
192
        <location filename="../MenuUtils.py" line="104"/>
193
        <source>Documentation</source>
194
        <translation type="unfinished"></translation>
195
    </message>
196
    <message>
197
        <location filename="../MenuUtils.py" line="107"/>
198
        <source>Shows the index page of the FreeCAD documentation</source>
199
        <translation type="unfinished"></translation>
200
    </message>
201
</context>
202
<context>
203
    <name>QObject</name>
204
    <message>
205
        <location filename="../Help.py" line="372"/>
206
        <source>General</source>
207
        <translation type="unfinished"></translation>
208
    </message>
209
</context>
210
</TS>
211

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.