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