Skip to content

Commit 71d5081

Browse files
committed
Merge branch 'master' of ssh://github.com/LinuxCNC/linuxcnc
2 parents 61bbec8 + c91a0ee commit 71d5081

25 files changed

Lines changed: 1677 additions & 517 deletions

File tree

docs/po/de.po

Lines changed: 126 additions & 446 deletions
Large diffs are not rendered by default.

docs/po/zh_CN.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77
# 陈浩 <748812963@qq.com>, 2022.
88
# panming <1042253456@qq.com>, 2022.
99
# zhuxunyu <wuzhi_01@163.com>, 2023.
10+
# gnix_oag <gnix.oag@gmail.com>, 2023.
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: PACKAGE VERSION\n"
1314
"Report-Msgid-Bugs-To: emc-developers@lists.sourceforge.net\n"
1415
"POT-Creation-Date: 2023-05-03 08:21+0200\n"
15-
"PO-Revision-Date: 2023-03-12 05:21+0000\n"
16-
"Last-Translator: zhuxunyu <wuzhi_01@163.com>\n"
16+
"PO-Revision-Date: 2023-05-05 15:16+0000\n"
17+
"Last-Translator: gnix_oag <gnix.oag@gmail.com>\n"
1718
"Language-Team: none\n"
1819
"Language: zh_CN\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
2223
"Plural-Forms: nplurals=1; plural=0;\n"
23-
"X-Generator: Weblate 4.16.2-dev\n"
24+
"X-Generator: Weblate 4.18-dev\n"
2425

2526
#. vim: set syntax=asciidoc:
2627
#. type: Attribute :lang:
@@ -219,7 +220,7 @@ msgstr "G-code 编程"
219220
#: src/Master_Documentation.adoc:253 src/user/user-intro.adoc:145
220221
#, no-wrap
221222
msgid "Virtual Control Panels"
222-
msgstr "伪用户操作面板"
223+
msgstr "虚拟控制面板"
223224

224225
#. type: Title =
225226
#: src/Master_Documentation.adoc:282

docs/src/config/ini-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Descriptions of the interfaces are in the Interfaces section of the User Manual.
271271
* `MAX_SPINDLE_0_SPEED = 20000` - The maximum RPM that can be manually selected.
272272
On multi spindle machine there will be entries for each spindle number. Only used by the QtVCP-based user interfaces.
273273
- _deprecated_ - use the [SPINDLE_n] section instead.
274-
* `PROGRAM_PREFIX = ~/linuxcnc/nc_files` - The default location for G-code files and the location for user-defined M-codes.
275-
This location is searched for the file name before the subroutine path and user M path if specified in the [RS274NGC] section.
274+
* `PROGRAM_PREFIX = ~/linuxcnc/nc_files` - The default directory for G-code files, named subroutines, and user-defined M-codes.
275+
The `PROGRAM_PREFIX` directory is searched before the directories listed in `[RS274]SUBROUTINE_PATH` and `[RS274]USER_M_PATH`.
276276
* `INTRO_GRAPHIC = emc2.gif` - The image shown on the splash screen.
277277
* `INTRO_TIME = 5` - The maximum time to show the splash screen, in seconds.
278278
* `CYCLE_TIME = 100` - Cycle time of the display GUI.

0 commit comments

Comments
 (0)