Compare commits

...

8 Commits

Author SHA1 Message Date
Florian Müllner
e801c614e1 Bump version to 3.11.2
To go along GNOME Shell 3.11.2.
2013-11-13 22:29:18 +01:00
甘露(Gan Lu)
0477282fed Update Chinese simplified translation 2013-11-10 11:36:01 +08:00
Florian Müllner
61308c4efa Bump version to 3.11.1
To go along GNOME Shell 3.11.1
2013-11-08 16:51:17 +00:00
Florian Müllner
7dac0859f5 apps-menu: Fix for gnome-shell master
Some convenience functions were dropped from ShellAppSystem.
2013-11-08 16:26:17 +00:00
Efstathios Iosifidis
a7f7db59c7 Updated Greek translation 2013-11-05 15:20:02 +02:00
Kittiphong Meesawat
e4a448b097 Added Thai translation. 2013-11-01 20:35:40 +07:00
Tim Lunn
e73752118d Stringify the xml definitions for E4X removal
https://bugzilla.gnome.org/show_bug.cgi?id=691409
2013-10-25 10:57:28 +11:00
Giovanni Campagna
a21def6e6e drive-menu: ignore shadowed mounts
Shadow mounts are created by the GVolume infrastructure to wrap
daemon mounts managed by volume monitors, and are an implementation
detail that should not be exposed to the user.
2013-10-20 17:49:12 +02:00
9 changed files with 468 additions and 94 deletions

10
NEWS
View File

@@ -1,3 +1,13 @@
3.11.2
======
* updated translations (zh_CN)
3.11.1
======
* ignore shadowed mounts in drive-menu extension
* updates for gnome-shell/gjs changes
* updated translations (el, th)
3.10.1
======
* updated translations (af, ca, ca@valencia, de, et, eu, fa,

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([gnome-shell-extensions],[3.10.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_INIT([gnome-shell-extensions],[3.11.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])

View File

@@ -388,8 +388,9 @@ const ApplicationsButton = new Lang.Class({
while ((nextType = iter.next()) != GMenu.TreeItemType.INVALID) {
if (nextType == GMenu.TreeItemType.ENTRY) {
let entry = iter.get_entry();
if (!entry.get_app_info().get_nodisplay()) {
let app = appSys.lookup_app_by_tree_entry(entry);
let appInfo = entry.get_app_info();
let app = appSys.lookup_app(entry.get_desktop_file_id());
if (appInfo.should_show()) {
let menu_id = dir.get_menu_id();
this.applicationsByCategory[categoryId].push(app);
}
@@ -485,7 +486,8 @@ const ApplicationsButton = new Lang.Class({
//Load categories
this.applicationsByCategory = {};
let tree = appSys.get_tree();
let tree = new GMenu.Tree({ menu_basename: 'applications.menu' });
tree.load_sync();
let root = tree.get_root_directory();
let categoryMenuItem = new CategoryMenuItem(this, null);
this.categoriesBox.add_actor(categoryMenuItem.actor);

View File

@@ -133,6 +133,8 @@ const DriveMenu = new Lang.Class({
_isMountInteresting: function(mount) {
if (!mount.can_eject() && !mount.can_unmount())
return false;
if (mount.is_shadowed())
return false;
let volume = mount.get_volume();

View File

@@ -18,9 +18,11 @@ const Gettext = imports.gettext.domain('gnome-shell-extensions');
const _ = Gettext.gettext;
const N_ = function(x) { return x; }
const Hostname1Iface = <interface name="org.freedesktop.hostname1">
<property name="PrettyHostname" type="s" access="read" />
</interface>;
const Hostname1Iface = '<node> \
<interface name="org.freedesktop.hostname1"> \
<property name="PrettyHostname" type="s" access="read" /> \
</interface> \
</node>';
const Hostname1 = Gio.DBusProxy.makeProxyWrapper(Hostname1Iface);
const PlaceInfo = new Lang.Class({

View File

@@ -44,6 +44,7 @@ sv
ta
te
tg
th
tr
vi
uk

View File

@@ -5,13 +5,14 @@
# Ιωάννης Ζαμπούκας <ioza1964@yahoo.gr>, 2011.
# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013.
# Vangelis Skarmoutsos <skarmoutsosv@gmail.com>, 2013.
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-09-15 08:32+0000\n"
"PO-Revision-Date: 2013-09-16 22:25+0300\n"
"POT-Creation-Date: 2013-10-25 00:37+0000\n"
"PO-Revision-Date: 2013-11-05 15:18+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
"Language: el\n"
@@ -60,6 +61,12 @@ msgstr ""
msgid "Workspaces only on primary monitor"
msgstr "Χώροι εργασίας μόνο στην πρωτεύουσα οθόνη"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr ""
"Καθυστέρηση εστίασης αλλαγών στην κατάσταση ποντικιού μέχρι να σταματήσει να "
"κινείται ο δείκτης"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "Μόνο μικρογραφία"
@@ -88,7 +95,7 @@ msgstr "Επισκόπηση δραστηριοτήτων"
msgid "Favorites"
msgstr "Αγαπημένα"
#: ../extensions/apps-menu/extension.js:278
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "Εφαρμογές"
@@ -127,7 +134,7 @@ msgid "Add"
msgstr "Προσθήκη"
#: ../extensions/drive-menu/extension.js:73
#, c-format
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "Απέτυχε η εξαγωγή του δίσκου '%s':"
@@ -155,8 +162,6 @@ msgstr ""
"Αν δεν είναι κενό, περιέχει το κείμενο που θα εμφανιστεί όταν γίνεται κλικ "
"στον πίνακα εφαρμογών."
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
@@ -207,21 +212,21 @@ msgstr ""
msgid "Places"
msgstr "Τοποθεσίες"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "Αποτυχία εκκίνησης \"%s\""
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "Υπολογιστής"
#: ../extensions/places-menu/placeDisplay.js:199
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "Προσωπικός φάκελος"
#: ../extensions/places-menu/placeDisplay.js:286
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "Περιήγηση δικτύου"
@@ -239,7 +244,8 @@ msgstr "Όνομα θέματος"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "Το όνομα του θέματος που θα φορτωθεί από το ~ /.themes/name/gnome-shell"
msgstr ""
"Το όνομα του θέματος που θα φορτωθεί από το ~ /.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
@@ -328,7 +334,7 @@ msgid "Name"
msgstr "Όνομα"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
#, javascript-format
msgid "Workspace %d"
msgstr "Χώρος εργασίας %d"

315
po/th.po Normal file
View File

@@ -0,0 +1,315 @@
# Thai translation for gnome-shell-extensions.
# Copyright (C) 2013 gnome-shell-extensions's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-shell-extensions package.
# Kittiphong Meesawat <ktphong@elec.kku.ac.th>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-10-25 00:37+0000\n"
"PO-Revision-Date: 2013-11-01 19:55+0700\n"
"Last-Translator: Kittiphong Meesawat <ktphong@elec.kku.ac.th>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Gtranslator 2.91.6\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
msgid "GNOME Classic"
msgstr "GNOME คลาสสิก"
#: ../data/gnome-classic.desktop.in.h:2
msgid "This session logs you into GNOME Classic"
msgstr "วาระนี้จะนำคุณเข้าสู่ระบบ GNOME คลาสสิก"
#: ../data/gnome-shell-classic.desktop.in.in.h:1
msgid "GNOME Shell Classic"
msgstr "เชลล์ GNOME แบบคลาสสิก"
#: ../data/gnome-shell-classic.desktop.in.in.h:2
msgid "Window management and application launching"
msgstr "ตัวจัดการหน้าต่างและเรียกใช้โปรแกรม"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:1
msgid "Attach modal dialog to the parent window"
msgstr "แนบกล่องโต้ตอบแบบโมดัลเข้ากับหน้าต่างแม่"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:2
msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "คีย์นี้จะทับค่าคีย์ของ org.gnome.mutter เมื่อใช้งานเชลล์ GNOME"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:3
msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "เปิดใช้การเรียงชนขอบเมื่อลากหน้าต่างไปวางที่ขอบจอ"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:4
msgid "Workspaces only on primary monitor"
msgstr "ให้พื้นที่ทำงานอยู่บนหน้าจอหลักเท่านั้น"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "หน่วงเวลาการโฟกัสในโหมดเมาส์จนกว่าตัวชี้จะหยุดเคลื่อนที่"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "ภาพย่อเท่านั้น"
#: ../extensions/alternate-tab/prefs.js:21
msgid "Application icon only"
msgstr "ไอคอนโปรแกรมเท่านั้น"
#: ../extensions/alternate-tab/prefs.js:22
msgid "Thumbnail and application icon"
msgstr "ภาพย่อและไอคอนโปรแกรม"
#: ../extensions/alternate-tab/prefs.js:37
msgid "Present windows as"
msgstr "แสดงหน้าต่างเป็น"
#: ../extensions/alternate-tab/prefs.js:62
msgid "Show only windows in the current workspace"
msgstr "แสดงเฉพาะหน้าต่างที่อยู่ในพื้นที่ทำงานปัจจุบัน"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "ภาพรวมกิจกรรม"
#: ../extensions/apps-menu/extension.js:113
msgid "Favorites"
msgstr "รายการโปรด"
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "โปรแกรม"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:1
msgid "Application and workspace list"
msgstr "รายชื่อโปรแกรมและพื้นที่ทำงาน"
#: ../extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml.in.h:2
msgid ""
"A list of strings, each containing an application id (desktop file name), "
"followed by a colon and the workspace number"
msgstr ""
"รายการของข้อความที่ประกอบด้วยชื่อโปรแกรม (ชื่อแฟ้มเดสก์ท็อป) ตามด้วยทวิภาค (:) "
"และหมายเลขพื้นที่ทำงาน"
#: ../extensions/auto-move-windows/prefs.js:55
msgid "Application"
msgstr "โปรแกรม"
#: ../extensions/auto-move-windows/prefs.js:64
#: ../extensions/auto-move-windows/prefs.js:106
msgid "Workspace"
msgstr "พื้นที่ทำงาน"
#: ../extensions/auto-move-windows/prefs.js:80
msgid "Add rule"
msgstr "เพิ่มกฏ"
#: ../extensions/auto-move-windows/prefs.js:94
msgid "Create new matching rule"
msgstr "สร้างกฏจับคู่ใหม่"
#: ../extensions/auto-move-windows/prefs.js:98
msgid "Add"
msgstr "เพิ่ม"
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "ดันสื่อในไดรว์ '%s' ออกไม่สำเร็จ:"
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "อุปกรณ์ถอดเสียบ"
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "เปิดแฟ้ม"
#: ../extensions/example/extension.js:17
msgid "Hello, world!"
msgstr ""
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:1
msgid "Alternative greeting text."
msgstr "ข้อความทักทายอื่น"
#: ../extensions/example/org.gnome.shell.extensions.example.gschema.xml.in.h:2
msgid ""
"If not empty, it contains the text that will be shown when clicking on the "
"panel."
msgstr "หากไม่ได้เว้นว้างไว้ ก็จะเป็นข้อความที่จะแสดงเมื่อคลิกบนพาเนล"
#: ../extensions/example/prefs.js:30
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
"as such it has little functionality on its own.\n"
"Nevertheless it's possible to customize the greeting message."
msgstr ""
#: ../extensions/example/prefs.js:36
msgid "Message:"
msgstr "ข้อความ:"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:1
msgid "Use more screen for windows"
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:2
msgid ""
"Try to use more screen for placing window thumbnails by adapting to screen "
"aspect ratio, and consolidating them further to reduce the bounding box. "
"This setting applies only with the natural placement strategy."
msgstr ""
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:3
msgid "Place window captions on top"
msgstr "วางป้ายชื่อหน้าต่างไว้ด้านบน"
#: ../extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml.in.h:4
msgid ""
"If true, place window captions on top the respective thumbnail, overriding "
"shell default of placing it at the bottom. Changing this setting requires "
"restarting the shell to have any effect."
msgstr ""
"หากเป็นจริง จะวางป้ายชื่อหน้าต่างไว้ด้านบนของภาพย่อ "
"ซึ่งจะทับค่าปริยายของเชลล์ที่จะวางป้ายชื่อไว้ใต้ภาพย่อ "
"เมื่อเปลี่ยนค่าตั้งนี้จะต้องเริ่มเชลล์ใหม่เพื่อให้การเปลี่ยนแปลงมีผล"
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "ที่หลักๆ"
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "เรียกทำงาน \"%s\" ไม่สำเร็จ"
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "คอมพิวเตอร์"
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "บ้าน"
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "ท่องดูเครือข่าย"
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "ซีพียู"
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "หน่วยความจำ"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:1
msgid "Theme name"
msgstr "ชื่อชุดตกแต่ง"
#: ../extensions/user-theme/org.gnome.shell.extensions.user-theme.gschema.xml.in.h:2
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "ชื่อของชุดตกแต่งที่จะโหลดจาก ~/.themes/name/gnome-shell"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "ปิด"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "เลิกย่อเก็บ"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "ย่อเก็บ"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "เลิกขยายแผ่"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "ขยายแผ่"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "ย่อเก็บทั้งหมด"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "เลิกย่อเก็บทั้งหมด"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "ขยายแผ่ทั้งหมด"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "เลิกขยายแผ่ทั้งหมด"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "ปิดทั้งหมด"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "แสดงพื้นที่ทำงาน"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "รายชื่อหน้าต่าง"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "เมื่อไรจะจัดกลุ่มหน้าต่าง"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:2
msgid ""
"Decides when to group windows from the same application on the window list. "
"Possible values are \"never\", \"auto\" and \"always\"."
msgstr ""
"ตัดสินใจว่าเมื่อไรจะจัดกลุ่มหน้าต่างที่มาจากโปรแกรมเดียวกันในรายชื่อหน้าต่าง ค่าที่เป็นไปได้คือ "
"\"never\" (ไม่ต้อง) \"auto\" (อัตโนมัติ) และ \"always\" (เสมอ)"
#: ../extensions/window-list/prefs.js:30
msgid "Window Grouping"
msgstr "การจัดกลุ่มหน้าต่าง"
#: ../extensions/window-list/prefs.js:49
msgid "Never group windows"
msgstr "ไม่จัดกลุ่มหน้าต่าง"
#: ../extensions/window-list/prefs.js:50
msgid "Group windows when space is limited"
msgstr "จัดกลุ่มหน้าต่างเมื่อพื้นที่จำกัด"
#: ../extensions/window-list/prefs.js:51
msgid "Always group windows"
msgstr "จัดกลุ่มหน้าต่างเสมอ"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "ชื่อพื้นที่ทำงาน:"
#: ../extensions/workspace-indicator/prefs.js:152
msgid "Name"
msgstr "ชื่อ"
#: ../extensions/workspace-indicator/prefs.js:186
#, javascript-format
msgid "Workspace %d"
msgstr "พื้นที่ทำงาน %d"

View File

@@ -3,22 +3,24 @@
# This file is distributed under the same license as the gnome-shell-extensions package.
# Wylmer Wang <wantinghard@gmail.com>, 2011.
# Aron Xu <aronxu@gnome.org>, 2011.
# tuhaihe <1132321739qq@gmail.com>, 2012.
# tuhaihe <1132321739qq@gmail.com>, 2012, 2013.
# 甘露(Gan Lu) <rhythm.gan@gmail.com>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extensions master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"shell&keywords=I18N+L10N&component=extensions\n"
"POT-Creation-Date: 2013-07-13 21:51+0000\n"
"PO-Revision-Date: 2013-08-03 22:10+0800\n"
"POT-Creation-Date: 2013-11-01 13:36+0000\n"
"PO-Revision-Date: 2013-11-10 11:34+0800\n"
"Last-Translator: tuhaihe <1132321739qq@gmail.com>\n"
"Language-Team: Chinese (Simplified) <i18n-zh@googlegroups.com>\n"
"Language: \n"
"Language-Team: Chinese (China) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../data/gnome-classic.desktop.in.h:1
#: ../data/gnome-classic.session.desktop.in.in.h:1
@@ -54,6 +56,10 @@ msgstr "启用将窗口拖拽到屏幕边缘时平铺显示的功能"
msgid "Workspaces only on primary monitor"
msgstr "仅在主显示器上显示工作区"
#: ../data/org.gnome.shell.extensions.classic-overrides.gschema.xml.in.h:5
msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "将鼠标模式下焦点的切换推迟到光标停止移动之后"
#: ../extensions/alternate-tab/prefs.js:20
msgid "Thumbnail only"
msgstr "仅缩略图"
@@ -74,35 +80,6 @@ msgstr "窗口展现为"
msgid "Show only windows in the current workspace"
msgstr "仅显示当前工作区中的窗口"
#. add the new entries
#: ../extensions/alternative-status-menu/extension.js:125
msgid "Suspend"
msgstr "挂起"
#: ../extensions/alternative-status-menu/extension.js:128
msgid "Hibernate"
msgstr "休眠"
#: ../extensions/alternative-status-menu/extension.js:131
msgid "Power Off"
msgstr "关机"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:1
msgid "Enable suspending"
msgstr "启用挂起"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:2
msgid "Control the visibility of the Suspend menu item"
msgstr "控制“挂起”菜单项的可见性"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:3
msgid "Enable hibernating"
msgstr "启用休眠"
#: ../extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in.h:4
msgid "Control the visibility of the Hibernate menu item"
msgstr "控制“休眠”菜单项的可见性"
#: ../extensions/apps-menu/extension.js:39
msgid "Activities Overview"
msgstr "活动概览"
@@ -111,7 +88,7 @@ msgstr "活动概览"
msgid "Favorites"
msgstr "收藏"
#: ../extensions/apps-menu/extension.js:278
#: ../extensions/apps-menu/extension.js:282
msgid "Applications"
msgstr "应用程序"
@@ -147,16 +124,16 @@ msgstr "创建新的匹配规则"
msgid "Add"
msgstr "添加"
#: ../extensions/drive-menu/extension.js:72
#, c-format
#: ../extensions/drive-menu/extension.js:73
#, javascript-format
msgid "Ejecting drive '%s' failed:"
msgstr "弹出驱动器“%s”失败"
#: ../extensions/drive-menu/extension.js:89
#: ../extensions/drive-menu/extension.js:90
msgid "Removable devices"
msgstr "可移动设备"
#: ../extensions/drive-menu/extension.js:106
#: ../extensions/drive-menu/extension.js:117
msgid "Open File"
msgstr "打开文件管理器"
@@ -174,8 +151,6 @@ msgid ""
"panel."
msgstr "如果不为空,所包含的文本会在点击面板时显示。"
#. TRANSLATORS: Example is the name of the extension, should not be
#. translated
#: ../extensions/example/prefs.js:30
msgid ""
"Example aims to show how to build well behaved extensions for the Shell and "
@@ -215,33 +190,34 @@ msgstr ""
"如果设置为 true则将窗口说明文字放置在对应窗口的缩略图上方而不是默认的下"
"方。修改此设置需要重启 GNOME Shell 以使设置生效。"
#: ../extensions/places-menu/extension.js:77
#: ../extensions/places-menu/extension.js:78
#: ../extensions/places-menu/extension.js:81
msgid "Places"
msgstr "位置"
#: ../extensions/places-menu/placeDisplay.js:56
#, c-format
#: ../extensions/places-menu/placeDisplay.js:58
#, javascript-format
msgid "Failed to launch \"%s\""
msgstr "无法启动“%s”"
#: ../extensions/places-menu/placeDisplay.js:98
#: ../extensions/places-menu/placeDisplay.js:121
#: ../extensions/places-menu/placeDisplay.js:100
#: ../extensions/places-menu/placeDisplay.js:123
msgid "Computer"
msgstr "计算机"
#: ../extensions/places-menu/placeDisplay.js:199
#: ../extensions/places-menu/placeDisplay.js:201
msgid "Home"
msgstr "主文件夹"
#: ../extensions/places-menu/placeDisplay.js:286
#: ../extensions/places-menu/placeDisplay.js:288
msgid "Browse Network"
msgstr "浏览网络"
#: ../extensions/systemMonitor/extension.js:213
#: ../extensions/systemMonitor/extension.js:214
msgid "CPU"
msgstr "CPU"
#: ../extensions/systemMonitor/extension.js:266
#: ../extensions/systemMonitor/extension.js:267
msgid "Memory"
msgstr "内存"
@@ -253,6 +229,55 @@ msgstr "主题名称"
msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
msgstr "从 ~/.themes/name/gnome-shell 加载的主题名称"
#: ../extensions/window-list/extension.js:92
msgid "Close"
msgstr "关闭"
#: ../extensions/window-list/extension.js:102
msgid "Unminimize"
msgstr "取消最小化"
#: ../extensions/window-list/extension.js:103
msgid "Minimize"
msgstr "最小化"
#: ../extensions/window-list/extension.js:109
msgid "Unmaximize"
msgstr "取消最大化"
#: ../extensions/window-list/extension.js:110
msgid "Maximize"
msgstr "最大化"
#: ../extensions/window-list/extension.js:270
msgid "Minimize all"
msgstr "全部最小化"
#: ../extensions/window-list/extension.js:278
msgid "Unminimize all"
msgstr "全部取消最小化"
#: ../extensions/window-list/extension.js:286
msgid "Maximize all"
msgstr "全部最大化"
#: ../extensions/window-list/extension.js:295
msgid "Unmaximize all"
msgstr "全部取消最大化"
#: ../extensions/window-list/extension.js:304
msgid "Close all"
msgstr "全部关闭"
#: ../extensions/window-list/extension.js:591
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "工作区指示器"
#: ../extensions/window-list/extension.js:743
msgid "Window List"
msgstr "窗口列表"
#: ../extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml.in.h:1
msgid "When to group windows"
msgstr "何时分组窗口"
@@ -281,10 +306,6 @@ msgstr "当空间有限时将窗口分组"
msgid "Always group windows"
msgstr "总是对窗口分组"
#: ../extensions/workspace-indicator/extension.js:30
msgid "Workspace Indicator"
msgstr "工作区指示器"
#: ../extensions/workspace-indicator/prefs.js:141
msgid "Workspace names:"
msgstr "工作区名称:"
@@ -294,33 +315,48 @@ msgid "Name"
msgstr "名称"
#: ../extensions/workspace-indicator/prefs.js:186
#, c-format
#, javascript-format
msgid "Workspace %d"
msgstr "工作区 %d"
#: ../extensions/xrandr-indicator/extension.js:30
msgid "Normal"
msgstr "正常"
#~ msgid "Suspend"
#~ msgstr "挂起"
#: ../extensions/xrandr-indicator/extension.js:31
msgid "Left"
msgstr "左"
#~ msgid "Hibernate"
#~ msgstr "休眠"
#: ../extensions/xrandr-indicator/extension.js:32
msgid "Right"
msgstr "右"
#~ msgid "Power Off"
#~ msgstr "关机"
#: ../extensions/xrandr-indicator/extension.js:33
msgid "Upside-down"
msgstr "上下翻转"
#~ msgid "Enable suspending"
#~ msgstr "启用挂起"
#: ../extensions/xrandr-indicator/extension.js:50
msgid "Display"
msgstr "显示"
#~ msgid "Control the visibility of the Suspend menu item"
#~ msgstr "控制“挂起”菜单项的可见性"
#: ../extensions/xrandr-indicator/extension.js:80
msgid "Display Settings"
msgstr "显示设置"
#~ msgid "Enable hibernating"
#~ msgstr "启用休眠"
#~ msgid "Control the visibility of the Hibernate menu item"
#~ msgstr "控制“休眠”菜单项的可见性"
#~ msgid "Normal"
#~ msgstr "正常"
#~ msgid "Left"
#~ msgstr "左"
#~ msgid "Right"
#~ msgstr "右"
#~ msgid "Upside-down"
#~ msgstr "上下翻转"
#~ msgid "Display"
#~ msgstr "显示"
#~ msgid "Display Settings"
#~ msgstr "显示设置"
#~ msgid "The application icon mode."
#~ msgstr "应用程序图标模式。"