1385 lines
87 KiB
Diff
1385 lines
87 KiB
Diff
From 9292b8f85de0ac8ca43d912e857366f857d8ed5f Mon Sep 17 00:00:00 2001
|
||
From: root <root@localhost.localdomain>
|
||
Date: Fri, 22 Jul 2022 05:42:31 -0400
|
||
Subject: [PATCH] Fixed the translation problem.
|
||
|
||
---
|
||
configure | 3 +-
|
||
mate-user-guide/zh_CN/gosdconfkeys.xml | 395 ++++++++++++-------------
|
||
2 files changed, 189 insertions(+), 209 deletions(-)
|
||
|
||
diff --git a/configure b/configure
|
||
index 334b313..4a74f20 100755
|
||
--- a/configure
|
||
+++ b/configure
|
||
@@ -3055,7 +3055,8 @@ $(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA)
|
||
$(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \
|
||
mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
|
||
if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \
|
||
- (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \
|
||
+#kylin mask not reproduce xml file
|
||
+# (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \
|
||
touch "$@"
|
||
|
||
.PHONY: clean-help
|
||
diff --git a/mate-user-guide/zh_CN/gosdconfkeys.xml b/mate-user-guide/zh_CN/gosdconfkeys.xml
|
||
index 0a61650..6f656b3 100644
|
||
--- a/mate-user-guide/zh_CN/gosdconfkeys.xml
|
||
+++ b/mate-user-guide/zh_CN/gosdconfkeys.xml
|
||
@@ -2,7 +2,7 @@
|
||
<?db.chunk.max_depth 3?>
|
||
<section xmlns="http://docbook.org/ns/docbook" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" its:version="2.0" xml:id="mate-dconf-list" xml:lang="zh-CN">
|
||
<info>
|
||
- <title xml:lang="en">List of Dconf Keys of MATE Desktop</title>
|
||
+ <title>MATE桌面的Dconf键值列表</title>
|
||
|
||
<db:othercredit class="translator">
|
||
<db:personname>
|
||
@@ -135,17 +135,16 @@
|
||
</db:copyright>
|
||
</info>
|
||
<section xml:id="org.mate.accessibility-keyboard">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/accessibility/keyboard/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/accessibility/keyboard/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/accessibility/keyboard/
|
||
$ gsettings list-keys org.mate.accessibility-keyboard</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">enable</term>
|
||
@@ -200,7 +199,7 @@ $ gsettings get org.mate.accessibility-keyboard bouncekeys-enable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">bouncekeys-delay</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Ignore multiple presses of the _same_ key within @delay milliseconds.</para>
|
||
+ <para>(i)忽略在@延迟毫秒内多次按下同一个键。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/bouncekeys-delay
|
||
$ gsettings get org.mate.accessibility-keyboard bouncekeys-delay</screen>
|
||
@@ -230,7 +229,7 @@ $ gsettings get org.mate.accessibility-keyboard mousekeys-enable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">mousekeys-max-speed</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) How many pixels per second to move at the maximum speed.</para>
|
||
+ <para>(i)每秒以最大速度移动多少像素。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/mousekeys-max-speed
|
||
$ gsettings get org.mate.accessibility-keyboard mousekeys-max-speed</screen>
|
||
@@ -240,7 +239,7 @@ $ gsettings get org.mate.accessibility-keyboard mousekeys-max-speed</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">mousekeys-accel-time</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) How many milliseconds it takes to go from 0 to maximum speed.</para>
|
||
+ <para>(i)从0到最高速度需要多少毫秒。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/mousekeys-accel-time
|
||
$ gsettings get org.mate.accessibility-keyboard mousekeys-accel-time</screen>
|
||
@@ -250,7 +249,7 @@ $ gsettings get org.mate.accessibility-keyboard mousekeys-accel-time</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">mousekeys-init-delay</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) How many milliseconds to wait before mouse movement keys start to operate.</para>
|
||
+ <para>(i)鼠标移动键开始操作之前要等待多少毫秒。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/mousekeys-init-delay
|
||
$ gsettings get org.mate.accessibility-keyboard mousekeys-init-delay</screen>
|
||
@@ -270,7 +269,7 @@ $ gsettings get org.mate.accessibility-keyboard slowkeys-enable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">slowkeys-delay</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Do not accept a key as being pressed unless held for @delay milliseconds.</para>
|
||
+ <para>(i)除非按住@延迟毫秒,否则不接受按键。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/slowkeys-delay
|
||
$ gsettings get org.mate.accessibility-keyboard slowkeys-delay</screen>
|
||
@@ -320,7 +319,7 @@ $ gsettings get org.mate.accessibility-keyboard stickykeys-enable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">stickykeys-latch-to-lock</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Latch modifiers when pressed twice in a row until the same modifier is pressed again.</para>
|
||
+ <para>(b)当连续按下两次直到再次按下同一修改器时,锁存修改器。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/stickykeys-latch-to-lock
|
||
$ gsettings get org.mate.accessibility-keyboard stickykeys-latch-to-lock</screen>
|
||
@@ -330,7 +329,7 @@ $ gsettings get org.mate.accessibility-keyboard stickykeys-latch-to-lock</screen
|
||
<varlistentry>
|
||
<term xml:lang="en">stickykeys-two-key-off</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Disable if two keys are pressed at the same time.</para>
|
||
+ <para>(b)如果同时按下两个键,则禁用。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/stickykeys-two-key-off
|
||
$ gsettings get org.mate.accessibility-keyboard stickykeys-two-key-off</screen>
|
||
@@ -340,7 +339,7 @@ $ gsettings get org.mate.accessibility-keyboard stickykeys-two-key-off</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">stickykeys-modifier-beep</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Beep when a modifier is pressed.</para>
|
||
+ <para>(b)按下修改器时发出哔哔声。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/keyboard/stickykeys-modifier-beep
|
||
$ gsettings get org.mate.accessibility-keyboard stickykeys-modifier-beep</screen>
|
||
@@ -360,22 +359,21 @@ $ gsettings get org.mate.accessibility-keyboard togglekeys-enable</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.accessibility-startup">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/accessibility/startup/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/accessibility/startup/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/accessibility/startup/
|
||
$ gsettings list-keys org.mate.accessibility-startup</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec-ats</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(as) List of assistive technology applications to start when logging into the MATE desktop.</para>
|
||
+ <para>(as)登录到Mate桌面时要启动的辅助技术应用程序列表。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/accessibility/startup/exec-ats
|
||
$ gsettings get org.mate.accessibility-startup exec-ats</screen>
|
||
@@ -385,22 +383,21 @@ $ gsettings get org.mate.accessibility-startup exec-ats</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-at-mobility">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/at/mobility/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/at/mobility/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/at/mobility/
|
||
$ gsettings list-keys org.mate.applications-at-mobility</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Preferred Mobility assistive technology application to be used for login, menu, or command line.</para>
|
||
+ <para>(s)用于登录、菜单或命令行的首选移动辅助技术应用程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/at/mobility/exec
|
||
$ gsettings get org.mate.applications-at-mobility exec</screen>
|
||
@@ -410,7 +407,7 @@ $ gsettings get org.mate.applications-at-mobility exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">startup</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) MATE to start preferred Mobility assistive technology application during login.</para>
|
||
+ <para>(b)在登录期间启动首选移动辅助技术应用程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/at/mobility/startup
|
||
$ gsettings get org.mate.applications-at-mobility startup</screen>
|
||
@@ -420,22 +417,21 @@ $ gsettings get org.mate.applications-at-mobility startup</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-at-visual">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/at/visual/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/at/visual/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/at/visual/
|
||
$ gsettings list-keys org.mate.applications-at-visual</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Preferred Visual assistive technology application to be used for login, menu, or command line.</para>
|
||
+ <para>(s)用于登录、菜单或命令行的首选视觉辅助技术应用程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/at/visual/exec
|
||
$ gsettings get org.mate.applications-at-visual exec</screen>
|
||
@@ -445,7 +441,7 @@ $ gsettings get org.mate.applications-at-visual exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">startup</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) MATE to start preferred Visual assistive technology application during login.</para>
|
||
+ <para>(b)在登录期间启动首选的视觉辅助技术应用程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/at/visual/startup
|
||
$ gsettings get org.mate.applications-at-visual startup</screen>
|
||
@@ -455,22 +451,21 @@ $ gsettings get org.mate.applications-at-visual startup</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-browser">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/browser/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/browser/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/browser/
|
||
$ gsettings list-keys org.mate.applications-browser</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Default browser for all URLs.</para>
|
||
+ <para>(s)所有URL的默认浏览器。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/browser/exec
|
||
$ gsettings get org.mate.applications-browser exec</screen>
|
||
@@ -480,7 +475,7 @@ $ gsettings get org.mate.applications-browser exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">needs-term</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the default browser needs a terminal to run.</para>
|
||
+ <para>(b)默认浏览器是否需要运行终端。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/browser/needs-term
|
||
$ gsettings get org.mate.applications-browser needs-term</screen>
|
||
@@ -490,7 +485,7 @@ $ gsettings get org.mate.applications-browser needs-term</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">nremote</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the default browser understands netscape remote.</para>
|
||
+ <para>(b)默认浏览器是否支持远程Netscape。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/browser/nremote
|
||
$ gsettings get org.mate.applications-browser nremote</screen>
|
||
@@ -500,22 +495,21 @@ $ gsettings get org.mate.applications-browser nremote</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-calculator">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/calculator/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/calculator/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/calculator/
|
||
$ gsettings list-keys org.mate.applications-calculator</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Calculator program to use when starting applications that require one.</para>
|
||
+ <para>(s)启动需要计算器的应用程序时使用的计算器程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/calculator/exec
|
||
$ gsettings get org.mate.applications-calculator exec</screen>
|
||
@@ -525,22 +519,21 @@ $ gsettings get org.mate.applications-calculator exec</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-office.calendar">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/calendar/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/calendar/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/calendar/
|
||
$ gsettings list-keys org.mate.applications-office.calendar</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title xml:lang="en">dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Default calendar application</para>
|
||
+ <para>(s)默认日历应用程序</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/calendar/exec
|
||
$ gsettings get org.mate.applications-office.calendar exec</screen>
|
||
@@ -550,7 +543,7 @@ $ gsettings get org.mate.applications-office.calendar exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">needs-term</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the default calendar application needs a terminal to run</para>
|
||
+ <para>(b)默认日历应用程序是否需要终端来运行</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/calendar/needs-term
|
||
$ gsettings get org.mate.applications-office.calendar needs-term</screen>
|
||
@@ -560,22 +553,21 @@ $ gsettings get org.mate.applications-office.calendar needs-term</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-office.tasks">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/tasks/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/tasks/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/tasks/
|
||
$ gsettings list-keys org.mate.applications-office.tasks</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Default tasks application</para>
|
||
+ <para>(s)默认任务应用程序</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/tasks/exec
|
||
$ gsettings get org.mate.applications-office.tasks exec</screen>
|
||
@@ -585,7 +577,7 @@ $ gsettings get org.mate.applications-office.tasks exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">needs-term</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the default tasks application needs a terminal to run</para>
|
||
+ <para>(b)默认任务应用程序是否需要终端来运行</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/tasks/needs-term
|
||
$ gsettings get org.mate.applications-office.tasks needs-term</screen>
|
||
@@ -595,22 +587,21 @@ $ gsettings get org.mate.applications-office.tasks needs-term</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.applications-terminal">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/applications/terminal/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/applications/terminal/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/applications/terminal/
|
||
$ gsettings list-keys org.mate.applications-terminal</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Terminal program to use when starting applications that require one.</para>
|
||
+ <para>(s)启动需要的应用程序时使用的终端程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/terminal/exec
|
||
$ gsettings get org.mate.applications-terminal exec</screen>
|
||
@@ -620,7 +611,7 @@ $ gsettings get org.mate.applications-terminal exec</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">exec-arg</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Argument used to execute programs in the terminal defined by the 'exec' key.</para>
|
||
+ <para>(s)用于在由'exec'键定义的终端中执行程序的参数。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/applications/terminal/exec-arg
|
||
$ gsettings get org.mate.applications-terminal exec-arg</screen>
|
||
@@ -630,22 +621,21 @@ $ gsettings get org.mate.applications-terminal exec-arg</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.background">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/background/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/background/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/background/
|
||
$ gsettings list-keys org.mate.background</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">draw-background</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Have MATE draw the desktop background.</para>
|
||
+ <para>(b)让Mate绘制桌面背景。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/draw-background
|
||
$ gsettings get org.mate.background draw-background</screen>
|
||
@@ -655,7 +645,7 @@ $ gsettings get org.mate.background draw-background</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">show-desktop-icons</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Have MATE file manager (Caja) draw the desktop icons.</para>
|
||
+ <para>(b)让MATE文件管理器(Caja)绘制桌面图标。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/show-desktop-icons
|
||
$ gsettings get org.mate.background show-desktop-icons</screen>
|
||
@@ -665,7 +655,7 @@ $ gsettings get org.mate.background show-desktop-icons</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">background-fade</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) If set to true, then MATE will change the desktop background with a fading effect.</para>
|
||
+ <para>(b)如果设置为真,则MATE将以淡入效果更改桌面背景。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/background-fade
|
||
$ gsettings get org.mate.background background-fade</screen>
|
||
@@ -675,7 +665,7 @@ $ gsettings get org.mate.background background-fade</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">picture-options</term>
|
||
<listitem>
|
||
- <para xml:lang="en">() Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</para>
|
||
+ <para>()确定如何呈现墙纸文件名设置的图像。可能的值有"墙纸"、"居中"、"缩放"、"拉伸"、"缩放"、"跨距"。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/picture-options
|
||
$ gsettings get org.mate.background picture-options</screen>
|
||
@@ -685,7 +675,7 @@ $ gsettings get org.mate.background picture-options</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">picture-filename</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) File to use for the background image.</para>
|
||
+ <para>(s)用于背景图像的文件。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/picture-filename
|
||
$ gsettings get org.mate.background picture-filename</screen>
|
||
@@ -695,7 +685,7 @@ $ gsettings get org.mate.background picture-filename</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">picture-opacity</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Opacity with which to draw the background picture.</para>
|
||
+ <para>(i)绘制背景图片的不透明度。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/picture-opacity
|
||
$ gsettings get org.mate.background picture-opacity</screen>
|
||
@@ -705,7 +695,7 @@ $ gsettings get org.mate.background picture-opacity</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">primary-color</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Left or Top color when drawing gradients, or the solid color.</para>
|
||
+ <para>(s)绘制渐变时的左侧或顶部颜色,或纯色。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/primary-color
|
||
$ gsettings get org.mate.background primary-color</screen>
|
||
@@ -715,7 +705,7 @@ $ gsettings get org.mate.background primary-color</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">secondary-color</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Right or Bottom color when drawing gradients, not used for solid color.</para>
|
||
+ <para>(s)绘制渐变时的右色或底色,不用于纯色。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/secondary-color
|
||
$ gsettings get org.mate.background secondary-color</screen>
|
||
@@ -725,7 +715,7 @@ $ gsettings get org.mate.background secondary-color</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">color-shading-type</term>
|
||
<listitem>
|
||
- <para xml:lang="en">() How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</para>
|
||
+ <para>()如何对背景色进行着色。可能的值有"水平梯度"、"垂直梯度"和"固体"。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/background/color-shading-type
|
||
$ gsettings get org.mate.background color-shading-type</screen>
|
||
@@ -735,17 +725,16 @@ $ gsettings get org.mate.background color-shading-type</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.debug">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/debug/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/debug/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/debug/
|
||
$ gsettings list-keys org.mate.debug</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">caja</term>
|
||
@@ -800,22 +789,21 @@ $ gsettings get org.mate.debug mate-panel</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.file-views">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/file-views/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/file-views/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/file-views/
|
||
$ gsettings list-keys org.mate.file-views</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">icon-theme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Theme used for displaying file icons.</para>
|
||
+ <para>(s)用于显示文件图标的主题。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/file-views/icon-theme
|
||
$ gsettings get org.mate.file-views icon-theme</screen>
|
||
@@ -825,22 +813,21 @@ $ gsettings get org.mate.file-views icon-theme</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.interface">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/interface/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/interface/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/interface/
|
||
$ gsettings list-keys org.mate.interface</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para xml:lang="en">在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">accessibility</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether Applications should have accessibility support.</para>
|
||
+ <para>(b)应用程序是否应具有可访问性支持。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/accessibility
|
||
$ gsettings get org.mate.interface accessibility</screen>
|
||
@@ -850,7 +837,7 @@ $ gsettings get org.mate.interface accessibility</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">enable-animations</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</para>
|
||
+ <para>(b)是否应显示动画。注意:这是一个全局键,它改变窗口管理器、面板等的行为。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/enable-animations
|
||
$ gsettings get org.mate.interface enable-animations</screen>
|
||
@@ -860,7 +847,7 @@ $ gsettings get org.mate.interface enable-animations</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">menus-have-tearoff</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether menus should have a tearoff.</para>
|
||
+ <para>(b)菜单是否应该有分离面板。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/menus-have-tearoff
|
||
$ gsettings get org.mate.interface menus-have-tearoff</screen>
|
||
@@ -870,7 +857,7 @@ $ gsettings get org.mate.interface menus-have-tearoff</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">toolbar-style</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</para>
|
||
+ <para>(s)工具栏样式。有效值为"both"、"both horiz"、"icons"和"text"。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/toolbar-style
|
||
$ gsettings get org.mate.interface toolbar-style</screen>
|
||
@@ -880,7 +867,7 @@ $ gsettings get org.mate.interface toolbar-style</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">menus-have-icons</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether menus may display an icon next to a menu entry.</para>
|
||
+ <para>(b)菜单是否可以在菜单项旁边显示图标。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/menus-have-icons
|
||
$ gsettings get org.mate.interface menus-have-icons</screen>
|
||
@@ -890,7 +877,7 @@ $ gsettings get org.mate.interface menus-have-icons</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">buttons-have-icons</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether buttons may display an icon in addition to the button text.</para>
|
||
+ <para>(b)按钮是否可以在按钮文本之外显示图标。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/buttons-have-icons
|
||
$ gsettings get org.mate.interface buttons-have-icons</screen>
|
||
@@ -900,7 +887,7 @@ $ gsettings get org.mate.interface buttons-have-icons</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">menubar-detachable</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the user can detach menubars and move them around.</para>
|
||
+ <para>(b)用户是否可以分离菜单栏并移动它们。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/menubar-detachable
|
||
$ gsettings get org.mate.interface menubar-detachable</screen>
|
||
@@ -910,7 +897,7 @@ $ gsettings get org.mate.interface menubar-detachable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">toolbar-detachable</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the user can detach toolbars and move them around.</para>
|
||
+ <para>(b)用户是否可以分离工具栏并移动它们。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/toolbar-detachable
|
||
$ gsettings get org.mate.interface toolbar-detachable</screen>
|
||
@@ -920,7 +907,7 @@ $ gsettings get org.mate.interface toolbar-detachable</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">toolbar-icons-size</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Size of icons in toolbars, either "small-toolbar" or "large-toolbar".</para>
|
||
+ <para>(s)"小工具栏"或"大工具栏"工具栏中图标的大小。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/toolbar-icons-size
|
||
$ gsettings get org.mate.interface toolbar-icons-size</screen>
|
||
@@ -930,7 +917,7 @@ $ gsettings get org.mate.interface toolbar-icons-size</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">cursor-blink</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the cursor should blink.</para>
|
||
+ <para>(b)光标是否应闪烁。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/cursor-blink
|
||
$ gsettings get org.mate.interface cursor-blink</screen>
|
||
@@ -940,7 +927,7 @@ $ gsettings get org.mate.interface cursor-blink</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">cursor-blink-time</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Length of the cursor blink cycle, in milliseconds.</para>
|
||
+ <para>(i)光标闪烁周期的长度,以毫秒为单位。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/cursor-blink-time
|
||
$ gsettings get org.mate.interface cursor-blink-time</screen>
|
||
@@ -950,7 +937,7 @@ $ gsettings get org.mate.interface cursor-blink-time</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">icon-theme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Icon theme to use for the panel, Caja etc.</para>
|
||
+ <para>(s)用于面板、Caja等的图标主题。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/icon-theme
|
||
$ gsettings get org.mate.interface icon-theme</screen>
|
||
@@ -960,7 +947,7 @@ $ gsettings get org.mate.interface icon-theme</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-theme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Basename of the default theme used by gtk+.</para>
|
||
+ <para>(s)gtk+使用的默认主题的基本名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-theme
|
||
$ gsettings get org.mate.interface gtk-theme</screen>
|
||
@@ -970,7 +957,7 @@ $ gsettings get org.mate.interface gtk-theme</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-key-theme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Basename of the default theme used by gtk+.</para>
|
||
+ <para>(s)gtk+使用的默认主题的基本名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-key-theme
|
||
$ gsettings get org.mate.interface gtk-key-theme</screen>
|
||
@@ -980,7 +967,7 @@ $ gsettings get org.mate.interface gtk-key-theme</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-color-scheme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</para>
|
||
+ <para>(s)"gtk颜色方案"设置定义的"名称:颜色"列表以'\n'分隔</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-color-scheme
|
||
$ gsettings get org.mate.interface gtk-color-scheme</screen>
|
||
@@ -990,7 +977,7 @@ $ gsettings get org.mate.interface gtk-color-scheme</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">font-name</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of the default font used by gtk+.</para>
|
||
+ <para>(s)GTK+使用的默认字体的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/font-name
|
||
$ gsettings get org.mate.interface font-name</screen>
|
||
@@ -1000,7 +987,7 @@ $ gsettings get org.mate.interface font-name</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-im-preedit-style</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of the GTK+ input method Preedit Style used by gtk+.</para>
|
||
+ <para>(s)gtk+使用的gtk+输入方法Preedit样式的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-im-preedit-style
|
||
$ gsettings get org.mate.interface gtk-im-preedit-style</screen>
|
||
@@ -1010,7 +997,7 @@ $ gsettings get org.mate.interface gtk-im-preedit-style</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-im-status-style</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of the GTK+ input method Status Style used by gtk+.</para>
|
||
+ <para>(s)gtk+使用的gtk+输入方法状态样式的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-im-status-style
|
||
$ gsettings get org.mate.interface gtk-im-status-style</screen>
|
||
@@ -1020,7 +1007,7 @@ $ gsettings get org.mate.interface gtk-im-status-style</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-im-module</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of the input method module used by GTK+.</para>
|
||
+ <para>(s)GTK+使用的输入方法模块的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-im-module
|
||
$ gsettings get org.mate.interface gtk-im-module</screen>
|
||
@@ -1030,7 +1017,7 @@ $ gsettings get org.mate.interface gtk-im-module</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-dialogs-use-header</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs.</para>
|
||
+ <para>(b)内置gtk+对话框(如文件选择器、颜色选择器或字体选择器)是否将使用顶部的标题栏显示操作小部件,或使用底部的操作区域。此设置不影响直接使用gtkdialog或消息对话框的自定义对话框。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-dialogs-use-header
|
||
$ gsettings get org.mate.interface gtk-dialogs-use-header</screen>
|
||
@@ -1040,7 +1027,7 @@ $ gsettings get org.mate.interface gtk-dialogs-use-header</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-overlay-scrolling</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether built-in GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar until it gets focus.</para>
|
||
+ <para>(b)内置GTK+滚动窗口是否使用覆盖滚动。覆盖滚动隐藏并减小滚动条的大小,直到获得焦点。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-overlay-scrolling
|
||
$ gsettings get org.mate.interface gtk-overlay-scrolling</screen>
|
||
@@ -1050,7 +1037,7 @@ $ gsettings get org.mate.interface gtk-overlay-scrolling</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-enable-animations</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether to enable toolkit-wide animations.</para>
|
||
+ <para>(b)是否启用工具包范围的动画。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-enable-animations
|
||
$ gsettings get org.mate.interface gtk-enable-animations</screen>
|
||
@@ -1060,7 +1047,7 @@ $ gsettings get org.mate.interface gtk-enable-animations</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">document-font-name</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of the default font used for reading documents.</para>
|
||
+ <para>(s)用于读取文档的默认字体的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/document-font-name
|
||
$ gsettings get org.mate.interface document-font-name</screen>
|
||
@@ -1070,7 +1057,7 @@ $ gsettings get org.mate.interface document-font-name</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">monospace-font-name</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Name of a monospaced (fixed-width) font for use in locations like terminals.</para>
|
||
+ <para>(s)在终端等位置使用的单间距(固定宽度)字体的名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/monospace-font-name
|
||
$ gsettings get org.mate.interface monospace-font-name</screen>
|
||
@@ -1080,7 +1067,7 @@ $ gsettings get org.mate.interface monospace-font-name</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">use-custom-font</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether to use a custom font in gtk+ applications.</para>
|
||
+ <para>(b)是否在gtk+应用程序中使用自定义字体。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/use-custom-font
|
||
$ gsettings get org.mate.interface use-custom-font</screen>
|
||
@@ -1090,7 +1077,7 @@ $ gsettings get org.mate.interface use-custom-font</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">status-bar-meter-on-right</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether to display a status bar meter on the right.</para>
|
||
+ <para>(b)是否在右侧显示状态栏仪表。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/status-bar-meter-on-right
|
||
$ gsettings get org.mate.interface status-bar-meter-on-right</screen>
|
||
@@ -1100,7 +1087,7 @@ $ gsettings get org.mate.interface status-bar-meter-on-right</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">file-chooser-backend</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+".</para>
|
||
+ <para>(s)用作gtkfilechooser小部件的文件系统模型的模块。可能的值是"gio"和"gtk+"。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/file-chooser-backend
|
||
$ gsettings get org.mate.interface file-chooser-backend</screen>
|
||
@@ -1110,7 +1097,7 @@ $ gsettings get org.mate.interface file-chooser-backend</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">menubar-accel</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Keyboard shortcut to open the menu bars.</para>
|
||
+ <para>(s)打开菜单栏的快捷键。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/menubar-accel
|
||
$ gsettings get org.mate.interface menubar-accel</screen>
|
||
@@ -1120,7 +1107,7 @@ $ gsettings get org.mate.interface menubar-accel</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">show-input-method-menu</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the context menus of entries and text views should offer to change the input method.</para>
|
||
+ <para>(b)条目和文本视图的上下文菜单是否应提供更改输入方法的功能。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/show-input-method-menu
|
||
$ gsettings get org.mate.interface show-input-method-menu</screen>
|
||
@@ -1130,7 +1117,7 @@ $ gsettings get org.mate.interface show-input-method-menu</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">show-unicode-menu</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether the context menus of entries and text views should offer to insert control characters.</para>
|
||
+ <para>(b)条目和文本视图的上下文菜单是否应提供插入控制字符的功能。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/show-unicode-menu
|
||
$ gsettings get org.mate.interface show-unicode-menu</screen>
|
||
@@ -1140,7 +1127,7 @@ $ gsettings get org.mate.interface show-unicode-menu</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-decoration-layout</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout.</para>
|
||
+ <para>(s)此设置确定哪些按钮应放在客户端装饰窗口的标题栏中,以及是否应放在右侧的左侧。请参阅https://developer.gnome.org/gtk3/stable/gtksettings.html 35; gtksettings--gtk decoration layout。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-decoration-layout
|
||
$ gsettings get org.mate.interface gtk-decoration-layout</screen>
|
||
@@ -1150,7 +1137,7 @@ $ gsettings get org.mate.interface gtk-decoration-layout</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-shell-shows-app-menu</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) This setting determines where application menu will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-app-menu.</para>
|
||
+ <para>(b)此设置确定应用程序菜单的显示位置-在窗口中或使用菜单模式协议的面板上。请参阅https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-app-menu。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-shell-shows-app-menu
|
||
$ gsettings get org.mate.interface gtk-shell-shows-app-menu</screen>
|
||
@@ -1160,7 +1147,7 @@ $ gsettings get org.mate.interface gtk-shell-shows-app-menu</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-shell-shows-menubar</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) This setting determines where window menubars will be displayed - in a window or on a panel with MenuModel protocol. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-menubar.</para>
|
||
+ <para>(b)此设置确定窗口菜单栏的显示位置-在窗口中或使用菜单模式协议的面板上。请参见https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-shell-shows-menubar。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-shell-shows-menubar
|
||
$ gsettings get org.mate.interface gtk-shell-shows-menubar</screen>
|
||
@@ -1170,7 +1157,7 @@ $ gsettings get org.mate.interface gtk-shell-shows-menubar</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">automatic-mnemonics</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether mnemonics should be automatically shown and hidden when the user presses the Alt key.</para>
|
||
+ <para>(b)当用户按下Alt键时,助记符是否应自动显示和隐藏。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/automatic-mnemonics
|
||
$ gsettings get org.mate.interface automatic-mnemonics</screen>
|
||
@@ -1180,7 +1167,7 @@ $ gsettings get org.mate.interface automatic-mnemonics</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">window-scaling-factor</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) This controls the GTK scale factor that maps from window coordinates to the actual device pixels. On traditional systems this is 1, but on very high density displays (e.g. HiDPI, Retina) this can be a higher value (often 2). Set to 0 to auto-detect.</para>
|
||
+ <para>(i)这控制从窗口坐标映射到实际设备像素的GTK比例因子。在传统系统上这是1,但在非常高密度的显示器上(如HiDPI、Retina),这可能是一个更高的值(通常是2)。设置为0以自动检测。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/window-scaling-factor
|
||
$ gsettings get org.mate.interface window-scaling-factor</screen>
|
||
@@ -1190,7 +1177,7 @@ $ gsettings get org.mate.interface window-scaling-factor</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">window-scaling-factor-qt-sync</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) This setting determines whether MATE controls the scale factor for QT applications. Enable to synchronize with the GTK scale factor when initializing the session, disable to control this value elsewhere. Requires restarting your session.</para>
|
||
+ <para>(b)此设置确定Mate是否控制Qt应用的比例因子。启用在初始化会话时与GTK比例因子同步,禁用在其他地方控制此值。需要重新启动会话。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/window-scaling-factor-qt-sync
|
||
$ gsettings get org.mate.interface window-scaling-factor-qt-sync</screen>
|
||
@@ -1200,8 +1187,7 @@ $ gsettings get org.mate.interface window-scaling-factor-qt-sync</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">gtk-enable-primary-paste</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b)
|
||
- If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
|
||
+ <para>(b)如果为真,gtk+使用主粘贴选择,通常由鼠标中键单击触发。
|
||
</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/interface/gtk-enable-primary-paste
|
||
@@ -1212,22 +1198,21 @@ $ gsettings get org.mate.interface gtk-enable-primary-paste</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.lockdown">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/lockdown/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/lockdown/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/lockdown/
|
||
$ gsettings list-keys org.mate.lockdown</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-command-line</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</para>
|
||
+ <para>(b)防止用户访问终端或指定要执行的命令行。例如,这将禁止访问面板的"运行应用程序"对话框。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-command-line
|
||
$ gsettings get org.mate.lockdown disable-command-line</screen>
|
||
@@ -1237,7 +1222,7 @@ $ gsettings get org.mate.lockdown disable-command-line</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-save-to-disk</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</para>
|
||
+ <para>(b)防止用户将文件保存到磁盘。例如,这将禁用对所有应用程序"另存为"对话框的访问。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-save-to-disk
|
||
$ gsettings get org.mate.lockdown disable-save-to-disk</screen>
|
||
@@ -1247,7 +1232,7 @@ $ gsettings get org.mate.lockdown disable-save-to-disk</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-printing</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</para>
|
||
+ <para>(b)防止用户打印。例如,这将禁用对所有应用程序"打印"对话框的访问。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-printing
|
||
$ gsettings get org.mate.lockdown disable-printing</screen>
|
||
@@ -1257,7 +1242,7 @@ $ gsettings get org.mate.lockdown disable-printing</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-print-setup</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</para>
|
||
+ <para>(b)防止用户修改打印设置。例如,这将禁用对所有应用程序"打印设置"对话框的访问。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-print-setup
|
||
$ gsettings get org.mate.lockdown disable-print-setup</screen>
|
||
@@ -1267,7 +1252,7 @@ $ gsettings get org.mate.lockdown disable-print-setup</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-user-switching</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from switching to another account while his session is active.</para>
|
||
+ <para>(b)防止用户在其会话处于活动状态时切换到另一个帐户。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-user-switching
|
||
$ gsettings get org.mate.lockdown disable-user-switching</screen>
|
||
@@ -1277,7 +1262,7 @@ $ gsettings get org.mate.lockdown disable-user-switching</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-lock-screen</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from locking the screen.</para>
|
||
+ <para>(b)防止用户锁定屏幕。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-lock-screen
|
||
$ gsettings get org.mate.lockdown disable-lock-screen</screen>
|
||
@@ -1287,7 +1272,7 @@ $ gsettings get org.mate.lockdown disable-lock-screen</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-application-handlers</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent running any URL or MIME type handler applications.</para>
|
||
+ <para>(b)防止运行任何URL或MIME类型处理应用程序。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-application-handlers
|
||
$ gsettings get org.mate.lockdown disable-application-handlers</screen>
|
||
@@ -1297,7 +1282,7 @@ $ gsettings get org.mate.lockdown disable-application-handlers</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-theme-settings</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from changing theme settings.</para>
|
||
+ <para>(b)防止用户更改主题设置。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-theme-settings
|
||
$ gsettings get org.mate.lockdown disable-theme-settings</screen>
|
||
@@ -1307,7 +1292,7 @@ $ gsettings get org.mate.lockdown disable-theme-settings</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-log-out</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Prevent the user from logging out.</para>
|
||
+ <para>(b)防止用户注销。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/lockdown/disable-log-out
|
||
$ gsettings get org.mate.lockdown disable-log-out</screen>
|
||
@@ -1317,17 +1302,16 @@ $ gsettings get org.mate.lockdown disable-log-out</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.peripherals-keyboard">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/peripherals/keyboard/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/peripherals/keyboard/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/peripherals/keyboard/
|
||
$ gsettings list-keys org.mate.peripherals-keyboard</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">repeat</term>
|
||
@@ -1382,7 +1366,7 @@ $ gsettings get org.mate.peripherals-keyboard click-volume</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">bell-mode</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) possible values are "on", "off", and "custom".</para>
|
||
+ <para>(s)可能值为"开"、"关"和"自定义"。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/keyboard/bell-mode
|
||
$ gsettings get org.mate.peripherals-keyboard bell-mode</screen>
|
||
@@ -1412,7 +1396,7 @@ $ gsettings get org.mate.peripherals-keyboard bell-duration</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">bell-custom-file</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) File name of the bell sound to be played.</para>
|
||
+ <para>(s)要播放的铃声的文件名。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/keyboard/bell-custom-file
|
||
$ gsettings get org.mate.peripherals-keyboard bell-custom-file</screen>
|
||
@@ -1422,7 +1406,7 @@ $ gsettings get org.mate.peripherals-keyboard bell-custom-file</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">remember-numlock-state</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) When set to true, MATE will remember the state of the NumLock LED between sessions.</para>
|
||
+ <para>(b)当设置为真时,mate将记住会话之间的NumLock灯的状态。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/keyboard/remember-numlock-state
|
||
$ gsettings get org.mate.peripherals-keyboard remember-numlock-state</screen>
|
||
@@ -1432,7 +1416,7 @@ $ gsettings get org.mate.peripherals-keyboard remember-numlock-state</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">numlock-state</term>
|
||
<listitem>
|
||
- <para xml:lang="en">() The remembered state of the NumLock LED.</para>
|
||
+ <para>()NumLock灯的记忆状态。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/keyboard/numlock-state
|
||
$ gsettings get org.mate.peripherals-keyboard numlock-state</screen>
|
||
@@ -1442,22 +1426,21 @@ $ gsettings get org.mate.peripherals-keyboard numlock-state</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.peripherals-mouse">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/peripherals/mouse/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/peripherals/mouse/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/peripherals/mouse/
|
||
$ gsettings list-keys org.mate.peripherals-mouse</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">left-handed</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Swap left and right mouse buttons for left-handed mice.</para>
|
||
+ <para>(b)用鼠标左键和右键交换左手鼠标。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/left-handed
|
||
$ gsettings get org.mate.peripherals-mouse left-handed</screen>
|
||
@@ -1467,7 +1450,7 @@ $ gsettings get org.mate.peripherals-mouse left-handed</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">motion-acceleration</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(d) Acceleration multiplier for mouse motion. A value of -1 is the system default.</para>
|
||
+ <para>(d)鼠标运动的加速倍增器。值-1是系统默认值。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/motion-acceleration
|
||
$ gsettings get org.mate.peripherals-mouse motion-acceleration</screen>
|
||
@@ -1477,7 +1460,7 @@ $ gsettings get org.mate.peripherals-mouse motion-acceleration</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">motion-threshold</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</para>
|
||
+ <para>(i)在激活加速鼠标运动之前,指针必须移动的像素距离。值-1是系统默认值。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/motion-threshold
|
||
$ gsettings get org.mate.peripherals-mouse motion-threshold</screen>
|
||
@@ -1487,7 +1470,7 @@ $ gsettings get org.mate.peripherals-mouse motion-threshold</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">drag-threshold</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Distance before a drag is started.</para>
|
||
+ <para>(i)开始拖动前的距离。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/drag-threshold
|
||
$ gsettings get org.mate.peripherals-mouse drag-threshold</screen>
|
||
@@ -1497,7 +1480,7 @@ $ gsettings get org.mate.peripherals-mouse drag-threshold</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">double-click</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Length of a double click.</para>
|
||
+ <para>(i)双击的长度。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/double-click
|
||
$ gsettings get org.mate.peripherals-mouse double-click</screen>
|
||
@@ -1507,7 +1490,7 @@ $ gsettings get org.mate.peripherals-mouse double-click</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">middle-button-enabled</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Enables middle mouse button emulation through simultaneous left and right button click.</para>
|
||
+ <para>(b)通过同时单击左键和右键来启用鼠标中键模拟。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/middle-button-enabled
|
||
$ gsettings get org.mate.peripherals-mouse middle-button-enabled</screen>
|
||
@@ -1517,7 +1500,7 @@ $ gsettings get org.mate.peripherals-mouse middle-button-enabled</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">locate-pointer</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Highlights the current location of the pointer when the Control key is pressed and released.</para>
|
||
+ <para>(b)突出显示按下和松开控制键时指针的当前位置。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/locate-pointer
|
||
$ gsettings get org.mate.peripherals-mouse locate-pointer</screen>
|
||
@@ -1527,7 +1510,7 @@ $ gsettings get org.mate.peripherals-mouse locate-pointer</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">cursor-theme</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) Cursor theme name.</para>
|
||
+ <para>(s)光标主题名称。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/cursor-theme
|
||
$ gsettings get org.mate.peripherals-mouse cursor-theme</screen>
|
||
@@ -1537,7 +1520,7 @@ $ gsettings get org.mate.peripherals-mouse cursor-theme</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">cursor-size</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Size of the cursor referenced by cursor_theme.</para>
|
||
+ <para>(i)游标主题引用的游标大小。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/peripherals/mouse/cursor-size
|
||
$ gsettings get org.mate.peripherals-mouse cursor-size</screen>
|
||
@@ -1547,22 +1530,21 @@ $ gsettings get org.mate.peripherals-mouse cursor-size</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.sound">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/sound/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/sound/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/sound/
|
||
$ gsettings list-keys org.mate.sound</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">default-mixer-device</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) The default mixer device used by the multimedia key bindings.</para>
|
||
+ <para>(s)多媒体密钥绑定使用的默认混音器设备。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/default-mixer-device
|
||
$ gsettings get org.mate.sound default-mixer-device</screen>
|
||
@@ -1572,7 +1554,7 @@ $ gsettings get org.mate.sound default-mixer-device</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">default-mixer-tracks</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(as) The default mixer tracks used by the multimedia key bindings.</para>
|
||
+ <para>(as)多媒体密钥绑定使用的默认混音器曲目。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/default-mixer-tracks
|
||
$ gsettings get org.mate.sound default-mixer-tracks</screen>
|
||
@@ -1582,7 +1564,7 @@ $ gsettings get org.mate.sound default-mixer-tracks</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">enable-esd</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Enable sound server startup.</para>
|
||
+ <para>(b)启用声音服务器启动。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/enable-esd
|
||
$ gsettings get org.mate.sound enable-esd</screen>
|
||
@@ -1592,7 +1574,7 @@ $ gsettings get org.mate.sound enable-esd</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">event-sounds</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether to play sounds on user events.</para>
|
||
+ <para>(b)是否在用户事件上播放声音。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/event-sounds
|
||
$ gsettings get org.mate.sound event-sounds</screen>
|
||
@@ -1602,7 +1584,7 @@ $ gsettings get org.mate.sound event-sounds</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">theme-name</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(s) The XDG sound theme to use for event sounds.</para>
|
||
+ <para>(s)用于事件声音的XDG声音主题。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/theme-name
|
||
$ gsettings get org.mate.sound theme-name</screen>
|
||
@@ -1612,7 +1594,7 @@ $ gsettings get org.mate.sound theme-name</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">input-feedback-sounds</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether to play sounds on input events.</para>
|
||
+ <para>(b)是否在输入事件上播放声音。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/sound/input-feedback-sounds
|
||
$ gsettings get org.mate.sound input-feedback-sounds</screen>
|
||
@@ -1622,22 +1604,21 @@ $ gsettings get org.mate.sound input-feedback-sounds</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.thumbnail-cache">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/thumbnail-cache/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/thumbnail-cache/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/thumbnail-cache/
|
||
$ gsettings list-keys org.mate.thumbnail-cache</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">maximum-age</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</para>
|
||
+ <para>(i)缓存中缩略图的最长使用时间(天)。设置为-1将禁用清理。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/thumbnail-cache/maximum-age
|
||
$ gsettings get org.mate.thumbnail-cache maximum-age</screen>
|
||
@@ -1647,7 +1628,7 @@ $ gsettings get org.mate.thumbnail-cache maximum-age</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">maximum-size</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</para>
|
||
+ <para>(i)缩略图缓存的最大大小(兆字节)。设置为-1将禁用清理。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/thumbnail-cache/maximum-size
|
||
$ gsettings get org.mate.thumbnail-cache maximum-size</screen>
|
||
@@ -1657,22 +1638,21 @@ $ gsettings get org.mate.thumbnail-cache maximum-size</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.thumbnailers">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/thumbnailers/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/thumbnailers/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/thumbnailers/
|
||
$ gsettings list-keys org.mate.thumbnailers</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable-all</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled.</para>
|
||
+ <para>(b)设置为真将禁用所有外部缩略图程序,这取决于它们是否独立禁用/启用。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/thumbnailers/disable-all
|
||
$ gsettings get org.mate.thumbnailers disable-all</screen>
|
||
@@ -1682,7 +1662,7 @@ $ gsettings get org.mate.thumbnailers disable-all</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">disable</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(as) Thumbnails will not be created for files whose mime-type is contained in the list.</para>
|
||
+ <para>(as)不会为列表中包含mime类型的文件创建缩略图。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/thumbnailers/disable
|
||
$ gsettings get org.mate.thumbnailers disable</screen>
|
||
@@ -1692,22 +1672,21 @@ $ gsettings get org.mate.thumbnailers disable</screen>
|
||
</variablelist>
|
||
</section>
|
||
<section xml:id="org.mate.typing-break">
|
||
- <title xml:lang="en">Dconf Directory: /org/mate/desktop/typing-break/</title>
|
||
- <para xml:lang="en">To obtain the list of dconf keys, run one of the following commands:</para>
|
||
+ <title>Dconf目录:/org/mate/desktop/typing-break/</title>
|
||
+ <para>要获取dconf键值列表,请运行以下命令之一:</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf list /org/mate/desktop/typing-break/
|
||
$ gsettings list-keys org.mate.typing-break</screen>
|
||
</para>
|
||
- <para xml:lang="en">In the following list of dconf keys, the data type of the dconf key is shown in parentheses, next to its description, if available.
|
||
- The list also contains an example to read the value of the key using the <command>dconf</command> or <command>gsettings</command> commands.</para>
|
||
+ <para>在下面的DCONF键列表中,dconf键的数据类型显示在其说明(如果可用)旁边的括号中。该列表还包含一个使用<command>dconf</command>或<command>gsettings</command>命令读取键值的示例。</para>
|
||
<variablelist>
|
||
<info>
|
||
- <title xml:lang="en">List of dconf keys</title>
|
||
+ <title>dconf键值列表</title>
|
||
</info>
|
||
<varlistentry>
|
||
<term xml:lang="en">type-time</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Number of minutes of typing time before break mode starts.</para>
|
||
+ <para>(i)中断模式开始前的打字时间分钟数。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/typing-break/type-time
|
||
$ gsettings get org.mate.typing-break type-time</screen>
|
||
@@ -1717,7 +1696,7 @@ $ gsettings get org.mate.typing-break type-time</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">break-time</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(i) Number of minutes that the typing break should last.</para>
|
||
+ <para>(i)打字中断应持续的分钟数。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/typing-break/break-time
|
||
$ gsettings get org.mate.typing-break break-time</screen>
|
||
@@ -1727,7 +1706,7 @@ $ gsettings get org.mate.typing-break break-time</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">allow-postpone</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether or not the typing break screen can be postponed.</para>
|
||
+ <para>(b)打字中断屏幕是否可以推迟。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/typing-break/allow-postpone
|
||
$ gsettings get org.mate.typing-break allow-postpone</screen>
|
||
@@ -1737,7 +1716,7 @@ $ gsettings get org.mate.typing-break allow-postpone</screen>
|
||
<varlistentry>
|
||
<term xml:lang="en">enabled</term>
|
||
<listitem>
|
||
- <para xml:lang="en">(b) Whether or not keyboard locking is enabled.</para>
|
||
+ <para>(b)是否启用键盘锁定。</para>
|
||
<para its:translate="no">
|
||
<screen>$ dconf read /org/mate/desktop/typing-break/enabled
|
||
$ gsettings get org.mate.typing-break enabled</screen>
|
||
--
|
||
2.33.0
|
||
|