~ken-vandine/ubuntu-system-settings/rtm_click_framework_check

« back to all changes in this revision

Viewing changes to po/zh_HK.po

[ CI bot ]
* Resync trunk
[ Michael Zanetti ]
* update code to reset launcher after launcher backend implementation
  was reworked (LP: #1376707)
[ Sebastien Bacher ]
* [storage] translator comment for the string "%1 free" (LP: #1377929)
* [system-update] ellipsize labels if needed (LP: #1376286)
* [sound] Use the correct low icon (LP: #1376286)
[ Lars Uebernickel ]
* notification-manager: fix issues with GVariant API usage
[ jonas-drange ]
* [security/privacy] allow user to change HERE and location detection
  settings. (LP: #1375322)
[ Ken VanDine ]
* Updated the pot file.
[ jonas-drange ]
* [cellular] indirectly recreate ConnectionManager interface's dbus
  proxy so it reports the true value of 'Powered' after flight mode
  (LP: #1376957)
[ Iain Lane ]
* [sound] Make listSounds take a list of directories and list all of
  the files in them, instead of assuming "/custom" all the time.
[ Ubuntu daily release ]
* New rebuild forced
[ Sebastien Bacher ]
* [sound] list custom ringtones as well (LP: #1381528)
[ Ken VanDine ]
* Add an APN editor. (LP: #1225174)
[ Michael Terry ]
* Complete the unlock security screens and update a host of other
  small design issues. (LP: #1365034, LP: #1348362) (LP: #1365034,
  #1348362)
[ Diego Sarmentero ]
* Improves in network backend. Detect network connection and show
  "Connect to the internet..." message or retry on netword detected. .
* Detect account added on online accounts (LP: #1362149)
[ jonas-drange ]
* [wifi/phone] dynamically chooses what SIM to use when there's only
  one present. (LP: #1375832)
[ Iain Lane ]
* [storage/about] Use a QSharedPointer to manage freeing of the
  counter which we use to display all of the collected sizes at once.
  If the measuring process was cancelled, we were freeing it multiple
  times - once for each outstanding size measurement. This led to a
  crash. (LP: #1375988)
* [security-privacy] Link with gobject, uses symbols from this
  library. Prevents "[…]libUbuntuSecurityPrivacyPanel.so contains an
  unresolvable reference to symbol
  g_signal_handlers_disconnect_matched: it's probably a plugin"
  warnings.
[ jonas-drange ]
* [cellular] react to application.state changes and update potential
  out-of-date default SIM settings (LP: #1364103)
* [wifi] let removed networks update the previous network model so
  that we can reuse the model (and not pop the pagestack twice,
  causing this ux issue) (LP: #1370389)
[ Sebastien Bacher ]
* [location] use a flickable so the list can be scrolled (LP:
  #1374017)
* [security] get localized application names from the trust-store (LP:
  #1374018)
[ Ken VanDine ]
* Fixed handling of the Downloading/Installing label based on actual
  state. . Forward updateProgress signals for system updates. Layout
  fixes (LP: #1312587)
* Use new splash screen (LP: #1376242)
* Improved tracking download states
* Use new target_build_number from system-image-dbus to determine
  visibility of the update notification (LP: #1355803)
[ CI bot ]
* Resync trunk
[ Sebastien Bacher ]
* [storage] use libclick rather than calling the command line (LP:
  #1368967)
* [storage] tweaks to the disk informations, limit the free space to
  the user available one (excluding the system partitions), don't list
  the external mounts, that's described in the design and is going to
  require work on the categories computation to give correct values
  (LP: #1284247)
* [about] display the free space value next to the storage label (LP:
  #1335144)
[ Albert Astals ]
* Add i18n.tr
[ jonas-drange ]
* [wifi] connect to hidden network is now a dialog (LP: #1366005)
[ Ken VanDine ]
* Provide more keywords to make search useful (LP: #1370219) (LP:
  #1370219)
* [background] set sourceSize in the image preview to work around an
  issue loading large images (LP: #1373462)
[ CI bot ]
* Resync trunk
[ Mathieu Trudel-Lapierre ]
* [bluetooth] Properly handle device types for connection and
  disconnection. (LP: #1369964)
[ Michael Terry ]
* Add a translator comment for what HERE means. (LP: #1368838) (LP:
  #1368838)
* Prevent a crash in unity8 when the wizard also crashes or stops
  early. (LP: #1355892) (LP: #1355892)
[ Michael Terry ]
* Prevent the buttons of the wizard's password page from overlapping
  its content when the OSK appears. (LP: #1368346) (LP: #1368346)
[ Ken VanDine ]
* Set the version information in the SystemUpdate constructor (LP:
  #1371810) (LP: #1371810)
* [reset] Don't bail out on an isValid() check on the SystemImage
  QDBusInterface, the docs say isValid() may not be reliable for
  remote interfaces (LP: #1370815) (LP: #1370815)
* Fixed reference error for count on the various device models (LP:
  #1362517) (LP: #1362517)
* [background] Use the ContentPeerPicker to select sources for
  backgrounds (LP: #1356542) (LP: #1356542)
[ Iain Lane ]
* Don't check if the timedated interface is valid before calling
  SetTime on it, it might have timed out and we should reactivate it
  in that case.
* [about] Fix developerMode property to be QMLish - read & write
  instead of separate "read" and "toggle" properties.
* [about] Don't display a frame for icons that can't be found,
  improving the visual appearance. Also return the correct path for
  click packages which use the icon theme.
[ Sebastien Bacher ]
* [storage] handle the scope click .ini and get the correct icons (LP:
  #1368920)
[ Albert Astals ]
* make pot
[ Oliver Grawert ]
* fix LP: #1365903, add a watch to Developer Mode page so the page
  gets refreshed when going back through the page stack, also fix the
  page id and bounds (LP: #1365903)
* Some packaging fixes
  - > is not a valid relationship. It should be >>
  - Don't recommend suru-icon-theme since we also depend on it
  - Bump S-V to 3.9.6 which for example allows the images we ship in
    /usr/lib/
  - Override binary-no-manpage lintian warnings. We're not going to get man
    pages for u-s-s any time soon
[ Ken VanDine ]
* Make UpdateManager a singleton and refresh the availableUpdates
  count when the model updates (LP: #1325629) (LP: #1325629)
[ Ken VanDine ]
* Include an icon instead of using the themed icon (LP: #1365408) (LP:
  #1365408)
[ Mathieu Trudel-Lapierre ]
* [bluetooth] don't try to enable Discoverable if the device isn't
  powered yet. (LP: #1355904)
[ Ken VanDine ]
* When activated by a url request for a specific panel, clear the
  pageStack to maintain the natural navigation instead of pushing a
  new page on top of a page from a the previous panel (LP: #1362025)
  (LP: #1362025, #1359953)
[ Lars Uebernickel ]
* Use Icon instead of StatusIcon
[ CI bot ]
* Resync trunk
[ John R. Lenton ]
* Take the system settings push helper closer to implementing the spec
  at https://wiki.ubuntu.com/SoftwareUpdates#Prompting (LP: #1363972)
[ Ken VanDine ]
* Don't try to tweak the bottomMargin for the OSK, it was trying to
  calculate it based on an undefined component so failing. It
  shouldn't be needed anyway.
[ jonas-drange ]
* [wifi] "Other Network" -> "Connect to hidden network" (LP: #1365984)
* [wifi] fix bad looking buttons in "Other Networks" panel (LP:
  #1362127)
[ Jussi Pakkanen ]
* Hide entry to connect to hidden network when wifi is off. (LP:
  #1365960)
[ Ken VanDine ]
* Fixed tests for the dialpad settings failing on mako
* Don't call downloadUpdate when we see a system update ready, the
  service does that for us (LP: #1368294) (LP: #1368294)
* Translate desktop file (LP: #1318008) (LP: #1318008)
[ Martin Pitt ]
* update POT
[ Sebastien Bacher ]
* [system-update] open the ubuntuone subpanel rather than the list
  (LP: #1348580)
* [security-privacy] use ngettext strings when needed (LP: #1368159)
* Increase vertical spacing in the settings grid (LP: #1348579)
[ jonas-drange ]
* [background] always keep custom images, and remove press-and-hold
  action. (LP: #1365167)
* [wifi] do not use predictive text for network name input (LP:
  #1365992)
* [language] workaround for transition bug in keyboard layout menu
  (LP: #1350809)
* [wifi] factory was setting the icon property, which was causing the
  icon to not render (LP: #1364366)
[ Alejandro J. Cura ]
* Fixing the refreshing of the apps scope (LP: #1360369)
[ Sebastien Bacher ]
* [sound] use the correct backend to control the keyboard sound toggle
  (LP: #1366208)
[ Ken VanDine ]
* Don't call downloadUpdate for system updates that are already
  downloading (LP: #1365646) (LP: #1311219, #1365646)
[ Ken VanDine ]
* Notify the user if the phone needs to be plug to power for update.
[ Sebastien Bacher ]
* [system-update] don't draw a frame around ubuntu updates (LP:
  #1367136)
[ Mathieu Trudel-Lapierre ]
* Also allow Speakers and Carkits as valid audio devices to pair.
[ Michael Terry ]
* Allow switch from PIN code to passphrase and back using the same
  password. (LP: #1357043) (LP: #1357043)
* Fix false-negatives from AccountsService when switching from swipe
  to password (LP: #1363405) (LP: #1363405)
[ Ricardo Salveti de Araujo ]
* sound: setting default audio role for ringtone and messages
[ Michael Terry ]
* Don't crash when destructing the Wizard.Utils.System plugin. This
  fixes the crash on wizard exit and the crash when pressing back on
  the HERE license.
[ CI bot ]
* Resync trunk
[ Sebastien Bacher ]
* [developer-mode] working scrolling and correct spacing
* Use standard items for the categories and don't display dividers
  (LP: #1365563)
* [orientation-lock] don't display a frame around the icon (LP:
  #1365450)
[ jonas-drange ]
* [about/versions] create reusable component of singlevalue items that
  have long values (LP: #1363927)
[ David Barth ]
* Enable location panel, display contols for authorized applications.
[ Ken VanDine ]
* Tweak the depends for accountsservice-ubuntu-schemas to handle a "~"
  version
[ CI bot ]
* Resync trunk
[ Guillermo Gonzalez ]
* Basic unittest for the push-helper script
[ Mathieu Trudel-Lapierre ]
* Downgrade qFatal failure to register bluetooth agent to a qCritical.
[ Andrea Cimitan ]
* Various fixes for wifi wizard page (LP: #1362296)
[ Sebastien Bacher ]
* [security] don't mark "%1" string as translatable
* [security] give a translation context to the 'None' string (LP:
  #1362143)
* [licenses] display an error when the copyright can't be read (LP:
  #1206150)
[ Michael Terry ]
* Avoid another race condition when switching password types by
  completing all DBus operations synchronously as we exit the
  policykit agent. LP: 1361137 (LP: #1361137)
* Fix the OSK not working on first boot. When the wizard closes, shut
  down maliit-server and the indicators so that unity8 can start them
  itself. LP: 1362679 (LP: #1362679)
[ jonas-drange ]
* [about] print out phone numbers for dual sims as well
* [about/wifi] adding mac addresses for bt and wifi, and ip for wifi
  (LP: #1356239)
* [language] explain to the user that a reboot is necessary for the
  change to take effect (LP: #1240875)
[ Michael Terry ]
* Make the HERE license optional, clearly mark it as a HERE license
  instead of an Ubuntu license, and connect it to the HERE backend.
[ CI bot ]
* Resync trunk
[ Martin Pitt ]
* POT update
[ Ken VanDine ]
* Added setting for dialpad sounds to both the sound and phone panels.
[ CI bot ]
* Resync trunk
[ Diego Sarmentero ]
* Fix out of sync image download. Refresh scope after installation
  (LP: #1324923)
[ Sebastien Bacher ]
* [battery] refresh the graph on a minute basis
* [notifications] use normal text style and ubuntushaped icons
[ Michael Terry ]
* When changing to swipe mode, it was possible that our policykit
  agent would not unregister itself, making the next attempt to change
  modes appear to work, but in truth fail. Also, no longer ask for a
  password to switch to swipe mode if policykit has a cached
  authentication for us. (LP: #1350381)
[ Sebastien Bacher ]
* [security] tweak some pin locking details to match the design better
[ Michael Terry ]
* Implement the "When locked, allow:" portion of the Security &
  Privacy panel, so now the user can control whether the launcher
  and/or indicators are available while locked. (LP: #1358340) (LP:
  #1358340)
[ Michael Terry ]
* Update look and feel of wizard to more closely match the visual
  design.
[ Jussi Pakkanen ]
* Minor cleanups.
[ Roberto Alsina ]
* Don't crash the push helper in locales that have no .mo file (LP:
  #1357506)
[ Ken VanDine ]
* SIM PIN lock implementation
[ jonas-drange ]
* [main panel] add visual feedback on press
* [cellular] uses modemtechnologies property from ofono to populate
  technology preference options (LP: #1346790)
[ Sebastien Bacher ]
* [language] workaround inconsistent languages casing (LP: #1362123)
* [background] Display the default background selected (LP: #1349329)
* [storage] display translated names (LP: #1360207)
* [updates] don't display animations when clicking on update rows (LP:
  #1360364)
* [background] don't use an icon in the headerbar (LP: #1362122)
[ Mathieu Trudel-Lapierre ]
* Fix PIN code or passcode requests by properly matching the tag for
  the original request. (LP: #1355152)
[ Martin Pitt ]
* Update PO template
[ Sebastien Bacher ]
* Include extra files for translations (LP: #1359267)
[ jonas-drange ]
* [main panel] show rotation lock, point to correct setting
[ Ken VanDine ]
* Hide sleep locks immediately setting, which isn't implemented yet
  (LP: #1361297) (LP: #1361297)
[ Sebastien Bacher ]
* [system-update] rework the ui to use a column rather than anchors,
  the layout is quite dynamic and it should be easier to position and
  stack widgets this way (LP: #1343172)
[ Michael Terry ]
* After selecting the language, update the session environment
  immediately and restart indicators so that their notifications (like
  wifi prompt) are translated. (LP: #1354325)
[ Ken VanDine ]
* Added autopilot tests for security-privacy
[ jonas-drange ]
* [phone] adding dual sim functionality to phone panel
[ Charles Kerr ]
* In the welcome wizard, refresh the text in the 'no sim card' and
  'all done' pages to match the latest from design.
[ Michael Terry ]
* Add a location page and a terms and conditions page for the HERE
  service.
[ Ken VanDine ]
* Settings for idle/lock timeout (LP: #1230345)
* Added flickable to fix scrolling (LP: #1354161)
[ Jussi Pakkanen ]
* Fix a bunch of compiler warnings.
[ jonas-drange ]
* [cellular] displays cellular UIs based on how many SIMs are present.
  (LP: #1357393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: ubuntu-system-settings\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2014-08-15 19:11-0600\n"
11
 
"PO-Revision-Date: 2014-07-31 16:36+0000\n"
12
 
"Last-Translator: Anthony Wong <anthony.wong@ubuntu.com>\n"
 
10
"POT-Creation-Date: 2014-10-16 20:04-0600\n"
 
11
"PO-Revision-Date: 2014-08-29 15:16+0000\n"
 
12
"Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"
13
13
"Language-Team: Chinese (Hong Kong) <zh_HK@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
 
"X-Launchpad-Export-Date: 2014-08-20 06:21+0000\n"
19
 
"X-Generator: Launchpad (build 17163)\n"
 
18
"X-Launchpad-Export-Date: 2014-10-18 07:12+0000\n"
 
19
"X-Generator: Launchpad (build 17196)\n"
 
20
 
 
21
#: ubuntu-system-settings.desktop.in.in.h:1 ../src/qml/MainWindow.qml:112
 
22
msgid "System Settings"
 
23
msgstr "系統設定"
 
24
 
 
25
#: ubuntu-system-settings.desktop.in.in.h:2
 
26
msgid "System;"
 
27
msgstr ""
 
28
 
 
29
#: ubuntu-system-settings.desktop.in.in.h:3
 
30
msgid "Preferences;Settings;"
 
31
msgstr ""
 
32
 
 
33
#: ../plugins/background//Preview.qml:70
 
34
msgid "Preview"
 
35
msgstr ""
 
36
 
 
37
#: ../plugins/background//Preview.qml:102
 
38
msgid "Remove image"
 
39
msgstr ""
 
40
 
 
41
#: ../plugins/background//Preview.qml:102
 
42
#: ../plugins/wifi//OtherNetwork.qml:288
 
43
#: ../plugins/reset//ResetAllSettings.qml:38
 
44
#: ../plugins/reset//ResetLauncherHome.qml:55
 
45
#: ../plugins/reset//EraseEverything.qml:54
 
46
#: ../plugins/language//RebootNecessary.qml:47
 
47
#: ../plugins/language//DisplayLanguage.qml:98
 
48
#: ../plugins/phone//CallForwarding.qml:139
 
49
#: ../plugins/cellular//PageChooseApn.qml:594
 
50
#: ../plugins/cellular//CustomApnEditor.qml:245
 
51
#: ../plugins/cellular//HotspotSetup.qml:85
 
52
#: ../plugins/security-privacy//LockSecurity.qml:283
 
53
#: ../plugins/security-privacy//SimPin.qml:149
 
54
#: ../plugins/security-privacy//SimPin.qml:266
 
55
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:54
 
56
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:49
 
57
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:55
 
58
#: ../plugins/time-date//TimePicker.qml:173
 
59
#: ../plugins/background//Components//AddRemove.qml:42
 
60
#: ../plugins/cellular//Components//SimEditor.qml:189
 
61
msgid "Cancel"
 
62
msgstr "取消"
 
63
 
 
64
#: ../plugins/background//Preview.qml:109
 
65
#: ../plugins/phone//CallForwarding.qml:152
 
66
#: ../plugins/security-privacy//LockSecurity.qml:304
 
67
#: ../plugins/time-date//TimePicker.qml:182
 
68
msgid "Set"
 
69
msgstr "設定"
 
70
 
 
71
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
72
#: ../plugins/background//MainPage.qml:35
 
73
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:2
 
74
msgid "Background"
 
75
msgstr "背景"
 
76
 
 
77
#: ../plugins/background//MainPage.qml:99
 
78
msgid "Ubuntu Art"
 
79
msgstr ""
 
80
 
 
81
#: ../plugins/background//MainPage.qml:115
 
82
#: ../plugins/cellular//PageChooseApn.qml:409
 
83
#: ../plugins/cellular//PageChooseApn.qml:488
 
84
#: ../plugins/cellular//PageChooseApn.qml:496
 
85
msgid "Custom"
 
86
msgstr ""
 
87
 
 
88
#: ../plugins/wifi//RemoveBackground.qml:28
 
89
msgid "Clear"
 
90
msgstr ""
 
91
 
 
92
#: ../plugins/wifi//NetworkDetailsBrief.qml:42
 
93
#: ../plugins/bluetooth//PageComponent.qml:411
 
94
msgid "Disconnect"
 
95
msgstr "斷線"
 
96
 
 
97
#: ../plugins/wifi//NetworkDetailsBrief.qml:58
 
98
msgid "IP address"
 
99
msgstr ""
 
100
 
 
101
#: ../plugins/wifi//PreviousNetworks.qml:27
 
102
#: ../plugins/wifi//PageComponent.qml:132
 
103
msgid "Previous networks"
 
104
msgstr ""
 
105
 
 
106
#: ../plugins/wifi//Common.qml:36
 
107
msgid "Unknown error"
 
108
msgstr ""
 
109
 
 
110
#: ../plugins/wifi//Common.qml:38
 
111
msgid "No reason given"
 
112
msgstr ""
 
113
 
 
114
#: ../plugins/wifi//Common.qml:40
 
115
msgid "Device is now managed"
 
116
msgstr ""
 
117
 
 
118
#: ../plugins/wifi//Common.qml:42
 
119
msgid "Device is now unmanaged"
 
120
msgstr ""
 
121
 
 
122
#: ../plugins/wifi//Common.qml:44
 
123
msgid "The device could not be readied for configuration"
 
124
msgstr ""
 
125
 
 
126
#: ../plugins/wifi//Common.qml:46
 
127
msgid ""
 
128
"IP configuration could not be reserved (no available address, timeout, etc.)"
 
129
msgstr ""
 
130
 
 
131
#: ../plugins/wifi//Common.qml:48
 
132
msgid "The IP configuration is no longer valid"
 
133
msgstr ""
 
134
 
 
135
#: ../plugins/wifi//Common.qml:50
 
136
msgid "Your authentication details were incorrect"
 
137
msgstr ""
 
138
 
 
139
#: ../plugins/wifi//Common.qml:52
 
140
msgid "802.1X supplicant disconnected"
 
141
msgstr ""
 
142
 
 
143
#: ../plugins/wifi//Common.qml:54
 
144
msgid "802.1X supplicant configuration failed"
 
145
msgstr ""
 
146
 
 
147
#: ../plugins/wifi//Common.qml:56
 
148
msgid "802.1X supplicant failed"
 
149
msgstr ""
 
150
 
 
151
#: ../plugins/wifi//Common.qml:58
 
152
msgid "802.1X supplicant took too long to authenticate"
 
153
msgstr ""
 
154
 
 
155
#: ../plugins/wifi//Common.qml:60
 
156
msgid "DHCP client failed to start"
 
157
msgstr ""
 
158
 
 
159
#: ../plugins/wifi//Common.qml:62
 
160
msgid "DHCP client error"
 
161
msgstr ""
 
162
 
 
163
#: ../plugins/wifi//Common.qml:64
 
164
msgid "DHCP client failed"
 
165
msgstr ""
 
166
 
 
167
#: ../plugins/wifi//Common.qml:66
 
168
msgid "Shared connection service failed to start"
 
169
msgstr ""
 
170
 
 
171
#: ../plugins/wifi//Common.qml:68
 
172
msgid "Shared connection service failed"
 
173
msgstr ""
 
174
 
 
175
#: ../plugins/wifi//Common.qml:70
 
176
msgid "Necessary firmware for the device may be missing"
 
177
msgstr ""
 
178
 
 
179
#: ../plugins/wifi//Common.qml:72
 
180
msgid "The device was removed"
 
181
msgstr ""
 
182
 
 
183
#: ../plugins/wifi//Common.qml:74
 
184
msgid "NetworkManager went to sleep"
 
185
msgstr ""
 
186
 
 
187
#: ../plugins/wifi//Common.qml:76
 
188
msgid "The device's active connection disappeared"
 
189
msgstr ""
 
190
 
 
191
#: ../plugins/wifi//Common.qml:78
 
192
msgid "Device disconnected by user or client"
 
193
msgstr ""
 
194
 
 
195
#: ../plugins/wifi//Common.qml:80
 
196
msgid "The device's existing connection was assumed"
 
197
msgstr ""
 
198
 
 
199
#: ../plugins/wifi//Common.qml:82
 
200
msgid "The supplicant is now available"
 
201
msgstr ""
 
202
 
 
203
#: ../plugins/wifi//Common.qml:84
 
204
msgid "The modem could not be found"
 
205
msgstr ""
 
206
 
 
207
#: ../plugins/wifi//Common.qml:86
 
208
msgid "The Bluetooth connection failed or timed out"
 
209
msgstr ""
 
210
 
 
211
#: ../plugins/wifi//Common.qml:88
 
212
msgid "A dependency of the connection failed"
 
213
msgstr ""
 
214
 
 
215
#: ../plugins/wifi//Common.qml:90
 
216
msgid "ModemManager is unavailable"
 
217
msgstr ""
 
218
 
 
219
#: ../plugins/wifi//Common.qml:92
 
220
msgid "The Wi-Fi network could not be found"
 
221
msgstr ""
 
222
 
 
223
#: ../plugins/wifi//Common.qml:94
 
224
msgid "A secondary connection of the base connection failed"
 
225
msgstr ""
 
226
 
 
227
#: ../plugins/wifi//Common.qml:96 ../plugins/bluetooth//PageComponent.qml:86
 
228
msgid "Unknown"
 
229
msgstr ""
 
230
 
 
231
#: ../plugins/wifi//OtherNetwork.qml:96
 
232
msgid "Connect to Hidden Network"
 
233
msgstr ""
 
234
 
 
235
#: ../plugins/wifi//OtherNetwork.qml:187
 
236
msgid "Network name"
 
237
msgstr ""
 
238
 
 
239
#: ../plugins/wifi//OtherNetwork.qml:203
 
240
#: ../plugins/security-privacy//PageComponent.qml:126
 
241
msgid "Security"
 
242
msgstr ""
 
243
 
 
244
#: ../plugins/wifi//OtherNetwork.qml:214
 
245
#: ../plugins/bluetooth//PageComponent.qml:116
 
246
#: ../plugins/bluetooth//PageComponent.qml:326
 
247
#: ../plugins/bluetooth//PageComponent.qml:347
 
248
msgid "None"
 
249
msgstr "無"
 
250
 
 
251
#: ../plugins/wifi//OtherNetwork.qml:215
 
252
msgid "WPA & WPA2 Personal"
 
253
msgstr ""
 
254
 
 
255
#: ../plugins/wifi//OtherNetwork.qml:216
 
256
msgid "WEP"
 
257
msgstr ""
 
258
 
 
259
#: ../plugins/wifi//OtherNetwork.qml:222
 
260
#: ../plugins/wifi//NetworkDetails.qml:64
 
261
#: ../plugins/cellular//CustomApnEditor.qml:222
 
262
msgid "Password"
 
263
msgstr ""
 
264
 
 
265
#: ../plugins/wifi//OtherNetwork.qml:256
 
266
#: ../plugins/wifi//NetworkDetails.qml:77
 
267
msgid "Show password"
 
268
msgstr ""
 
269
 
 
270
#: ../plugins/wifi//OtherNetwork.qml:304
 
271
#: ../plugins/bluetooth//PageComponent.qml:411
 
272
msgid "Connect"
 
273
msgstr ""
 
274
 
 
275
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
276
#: ../plugins/wifi//PageComponent.qml:28
 
277
#: ../plugins/battery//PageComponent.qml:333
 
278
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:24
 
279
msgid "Wi-Fi"
 
280
msgstr "Wi-Fi"
 
281
 
 
282
#: ../plugins/wifi//PageComponent.qml:139
 
283
msgid "Connect to hidden network…"
 
284
msgstr ""
 
285
 
 
286
#: ../plugins/wifi//NetworkDetails.qml:38
 
287
msgid "Network details"
 
288
msgstr ""
 
289
 
 
290
#: ../plugins/wifi//NetworkDetails.qml:45
 
291
#: ../plugins/bluetooth//PageComponent.qml:346
 
292
msgid "Name"
 
293
msgstr "名稱"
 
294
 
 
295
#: ../plugins/wifi//NetworkDetails.qml:53
 
296
msgid "Last connected"
 
297
msgstr ""
 
298
 
 
299
#: ../plugins/wifi//NetworkDetails.qml:58
 
300
#: ../plugins/battery//PageComponent.qml:315
 
301
#: ../plugins/battery//PageComponent.qml:324
 
302
#: ../plugins/battery//SleepValues.qml:106
 
303
#: ../plugins/security-privacy//PhoneLocking.qml:78
 
304
#: ../plugins/security-privacy//PhoneLocking.qml:87
 
305
#: ../plugins/security-privacy//PageComponent.qml:140
 
306
#: ../plugins/about//PageComponent.qml:167
 
307
#: ../plugins/system-update//PageComponent.qml:762
 
308
#: ../plugins/system-update//Configuration.qml:52
 
309
msgid "Never"
 
310
msgstr "從未更新"
 
311
 
 
312
#: ../plugins/wifi//NetworkDetails.qml:88
 
313
msgid "Forget network"
 
314
msgstr ""
 
315
 
 
316
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
317
#: ../plugins/notifications//PageComponent.qml:29
 
318
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:44
 
319
msgid "Notifications"
 
320
msgstr ""
 
321
 
 
322
#: ../plugins/notifications//PageComponent.qml:40
 
323
msgid ""
 
324
"Selected apps can alert you using notification bubbles, sounds, vibrations, "
 
325
"and the Notification Center."
 
326
msgstr ""
 
327
 
 
328
#: ../plugins/sound//SoundsList.qml:60
 
329
msgid "Stop playing"
 
330
msgstr "停止播放"
 
331
 
 
332
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
333
#: ../plugins/sound//PageComponent.qml:37
 
334
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:68
 
335
msgid "Sound"
 
336
msgstr "聲音"
 
337
 
 
338
#: ../plugins/sound//PageComponent.qml:76
 
339
msgid "Silent Mode"
 
340
msgstr ""
 
341
 
 
342
#: ../plugins/sound//PageComponent.qml:80
 
343
msgid "Ringer:"
 
344
msgstr ""
 
345
 
 
346
#: ../plugins/sound//PageComponent.qml:112
 
347
msgid "Phone calls:"
 
348
msgstr "通話數:"
 
349
 
 
350
#: ../plugins/sound//PageComponent.qml:116
 
351
#: ../plugins/sound//PageComponent.qml:122
 
352
msgid "Ringtone"
 
353
msgstr "鈴聲"
 
354
 
 
355
#: ../plugins/sound//PageComponent.qml:135
 
356
msgid "Vibrate when ringing"
 
357
msgstr "鈴聲響時震動"
 
358
 
 
359
#: ../plugins/sound//PageComponent.qml:144
 
360
#: ../plugins/sound//PageComponent.qml:188
 
361
msgid "Vibrate in Silent Mode"
 
362
msgstr ""
 
363
 
 
364
#: ../plugins/sound//PageComponent.qml:153
 
365
#: ../plugins/phone//PageComponent.qml:110
 
366
msgid "Dialpad sounds"
 
367
msgstr ""
 
368
 
 
369
#: ../plugins/sound//PageComponent.qml:157
 
370
msgid "Messages:"
 
371
msgstr ""
 
372
 
 
373
#: ../plugins/sound//PageComponent.qml:161
 
374
#: ../plugins/sound//PageComponent.qml:167
 
375
msgid "Message received"
 
376
msgstr "收到訊息"
 
377
 
 
378
#: ../plugins/sound//PageComponent.qml:179
 
379
msgid "Vibrate with message sound"
 
380
msgstr ""
 
381
 
 
382
#: ../plugins/sound//PageComponent.qml:192
 
383
msgid "Other sounds:"
 
384
msgstr "其他聲音:"
 
385
 
 
386
#: ../plugins/sound//PageComponent.qml:196
 
387
#: ../plugins/language//PageComponent.qml:209
 
388
msgid "Keyboard sound"
 
389
msgstr ""
 
390
 
 
391
#: ../plugins/sound//PageComponent.qml:210
 
392
msgid "Lock sound"
 
393
msgstr "聲音鎖定"
 
394
 
 
395
#: ../plugins/sound//SilentModeWarning.qml:31
 
396
msgid "The phone is in Silent Mode."
 
397
msgstr "電話現於無聲模式。"
 
398
 
 
399
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
400
#: ../plugins/reset//PageComponent.qml:32
 
401
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:86
 
402
msgid "Reset phone"
 
403
msgstr "重置手機"
 
404
 
 
405
#: ../plugins/reset//PageComponent.qml:73
 
406
#: ../plugins/reset//ResetLauncherHome.qml:44
 
407
msgid "Reset Launcher"
 
408
msgstr ""
 
409
 
 
410
#: ../plugins/reset//PageComponent.qml:87
 
411
msgid "Reset all system settings…"
 
412
msgstr "重置所有系統設定…"
 
413
 
 
414
#: ../plugins/reset//PageComponent.qml:101
 
415
msgid "Erase & Reset Everything…"
 
416
msgstr ""
 
417
 
 
418
#: ../plugins/reset//ResetAllSettings.qml:29
 
419
msgid ""
 
420
"The contents and layout of the launcher, and the filters in the home screen "
 
421
"will be returned to their original settings."
 
422
msgstr "啟動器的內容與版面配置、主畫面的篩選條件等,皆會還原至原始設定。"
 
423
 
 
424
#: ../plugins/reset//ResetAllSettings.qml:31
 
425
msgid "Reset all system settings"
 
426
msgstr "重置所有系統設定"
 
427
 
 
428
#: ../plugins/reset//ResetLauncherHome.qml:40
 
429
msgid "The Launcher will be returned to its original contents."
 
430
msgstr ""
 
431
 
 
432
#: ../plugins/reset//ResetLauncherHome.qml:59
 
433
#: ../plugins/language//RebootNecessary.qml:34
 
434
msgid "The phone needs to restart for changes to take effect."
 
435
msgstr ""
 
436
 
 
437
#: ../plugins/reset//EraseEverything.qml:41
 
438
msgid ""
 
439
"All documents, saved games, settings, and other items will be permanently "
 
440
"deleted from this phone."
 
441
msgstr "所有文件、儲存的遊戲、設定以及其他項目皆會從此手機永久刪除。"
 
442
 
 
443
#: ../plugins/reset//EraseEverything.qml:44
 
444
msgid "Erase & Reset Everything"
 
445
msgstr ""
 
446
 
 
447
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
448
#: ../plugins/battery//PageComponent.qml:34
 
449
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:98
 
450
msgid "Battery"
 
451
msgstr "電池"
 
452
 
 
453
#. TRANSLATORS: %1 is the number of seconds
 
454
#: ../plugins/battery//PageComponent.qml:46
 
455
#, qt-format
 
456
msgid "%1 second ago"
 
457
msgid_plural "%1 seconds ago"
 
458
msgstr[0] "%1 秒前"
 
459
 
 
460
#. TRANSLATORS: %1 is the number of minutes
 
461
#: ../plugins/battery//PageComponent.qml:49
 
462
#, qt-format
 
463
msgid "%1 minute ago"
 
464
msgid_plural "%1 minutes ago"
 
465
msgstr[0] "%1 分鐘前"
 
466
 
 
467
#. TRANSLATORS: %1 is the number of hours
 
468
#: ../plugins/battery//PageComponent.qml:52
 
469
#, qt-format
 
470
msgid "%1 hour ago"
 
471
msgid_plural "%1 hours ago"
 
472
msgstr[0] "%1 小時前"
 
473
 
 
474
#. TRANSLATORS: %1 is the number of days
 
475
#: ../plugins/battery//PageComponent.qml:55
 
476
#, qt-format
 
477
msgid "%1 day ago"
 
478
msgid_plural "%1 days ago"
 
479
msgstr[0] "%1 天前"
 
480
 
 
481
#: ../plugins/battery//PageComponent.qml:85
 
482
msgid "Charging now"
 
483
msgstr "正在充電"
 
484
 
 
485
#: ../plugins/battery//PageComponent.qml:90
 
486
msgid "Last full charge"
 
487
msgstr "最後充滿電"
 
488
 
 
489
#: ../plugins/battery//PageComponent.qml:95
 
490
msgid "Fully charged"
 
491
msgstr "充滿電"
 
492
 
 
493
#: ../plugins/battery//PageComponent.qml:126
 
494
msgid "Charge level"
 
495
msgstr "充電水平"
 
496
 
 
497
#: ../plugins/battery//PageComponent.qml:131
 
498
#: ../plugins/battery//PageComponent.qml:287
 
499
#: ../plugins/cellular//PageChooseCarriers.qml:48
 
500
#: ../plugins/cellular//PageChooseCarriers.qml:65
 
501
#: ../plugins/about//Storage.qml:203
 
502
#: ../plugins/cellular//Components//SingleSim.qml:62
 
503
#: ../plugins/cellular//Components//NoSim.qml:48
 
504
msgid "N/A"
 
505
msgstr "不適用"
 
506
 
 
507
#. TRANSLATORS: %1 refers to a percentage that indicates the charging level of the battery
 
508
#: ../plugins/battery//PageComponent.qml:134
 
509
#, qt-format
 
510
msgid "%1%"
 
511
msgstr "%1%"
 
512
 
 
513
#: ../plugins/battery//PageComponent.qml:212
 
514
#: ../plugins/battery//PageComponent.qml:214
 
515
msgid "Yesterday"
 
516
msgstr ""
 
517
 
 
518
#: ../plugins/battery//PageComponent.qml:220
 
519
#: ../plugins/battery//PageComponent.qml:222
 
520
msgid "Today"
 
521
msgstr ""
 
522
 
 
523
#: ../plugins/battery//PageComponent.qml:292
 
524
msgid "Ways to reduce battery use:"
 
525
msgstr "減少使用電池的方法:"
 
526
 
 
527
#: ../plugins/battery//PageComponent.qml:296
 
528
#: ../plugins/brightness//BrightnessSlider.qml:51
 
529
msgid "Display brightness"
 
530
msgstr ""
 
531
 
 
532
#: ../plugins/battery//PageComponent.qml:306
 
533
#: ../plugins/security-privacy//PhoneLocking.qml:68
 
534
msgid "Lock when idle"
 
535
msgstr "閒置時鎖定"
 
536
 
 
537
#: ../plugins/battery//PageComponent.qml:306
 
538
#: ../plugins/security-privacy//PhoneLocking.qml:69
 
539
msgid "Sleep when idle"
 
540
msgstr "閒置時睡眠"
 
541
 
 
542
#. TRANSLATORS: %1 is the number of minutes
 
543
#: ../plugins/battery//PageComponent.qml:312
 
544
#: ../plugins/battery//PageComponent.qml:321
 
545
#: ../plugins/battery//SleepValues.qml:83
 
546
#: ../plugins/battery//SleepValues.qml:87
 
547
#: ../plugins/battery//SleepValues.qml:91
 
548
#: ../plugins/battery//SleepValues.qml:95
 
549
#: ../plugins/battery//SleepValues.qml:99
 
550
#: ../plugins/battery//SleepValues.qml:103
 
551
#: ../plugins/security-privacy//PageComponent.qml:137
 
552
#: ../plugins/security-privacy//PageComponent.qml:146
 
553
#, qt-format
 
554
msgid "After %1 minute"
 
555
msgid_plural "After %1 minutes"
 
556
msgstr[0] "%1 分鐘後"
 
557
 
 
558
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
559
#: ../plugins/battery//PageComponent.qml:363
 
560
#: ../plugins/bluetooth//PageComponent.qml:32
 
561
#: ../plugins/bluetooth//PageComponent.qml:147
 
562
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:254
 
563
msgid "Bluetooth"
 
564
msgstr "藍牙"
 
565
 
 
566
#: ../plugins/battery//PageComponent.qml:394
 
567
msgid "GPS"
 
568
msgstr "GPS"
 
569
 
 
570
#: ../plugins/battery//PageComponent.qml:412
 
571
msgid "Accurate location detection requires GPS and/or Wi-Fi."
 
572
msgstr "要準確偵測位置需要 GPS 和/或 Wi-Fi。"
 
573
 
 
574
#: ../plugins/battery//SleepValues.qml:77
 
575
msgid "Lock the phone when it's not in use:"
 
576
msgstr "當不使用此時間後鎖定電話:"
 
577
 
 
578
#: ../plugins/battery//SleepValues.qml:77
 
579
msgid "Put the phone to sleep when it is not in use:"
 
580
msgstr "令電話睡眠,當不使用:"
 
581
 
 
582
#: ../plugins/battery//SleepValues.qml:117
 
583
msgid ""
 
584
"Shorter times are more secure. Phone won't lock during calls or video "
 
585
"playback."
 
586
msgstr "較短的時間會較安全。電話在談話或播放影片時不會鎖定。"
 
587
 
 
588
#: ../plugins/battery//SleepValues.qml:117
 
589
msgid "Phone won’t sleep during calls or video playback."
 
590
msgstr "電話在談話或播放影片時不會睡眠。"
20
591
 
21
592
#: ../plugins/language//SpellChecking.qml:27
22
593
#: ../plugins/language//SpellChecking.qml:36
23
 
#: ../plugins/language//PageComponent.qml:108
24
 
#: ../plugins/language//PageComponent.qml:118
 
594
#: ../plugins/language//PageComponent.qml:132
 
595
#: ../plugins/language//PageComponent.qml:142
25
596
msgid "Spell checking"
26
597
msgstr "拼字檢查"
27
598
 
33
604
msgid "All languages available:"
34
605
msgstr "所有可用語言:"
35
606
 
 
607
#: ../plugins/language//RebootNecessary.qml:38
 
608
msgid "Restart Now"
 
609
msgstr ""
 
610
 
 
611
#: ../plugins/language//DisplayLanguage.qml:36
 
612
msgid "Display language"
 
613
msgstr "螢幕語言"
 
614
 
 
615
#: ../plugins/language//DisplayLanguage.qml:118
 
616
msgid "Confirm"
 
617
msgstr "確認"
 
618
 
36
619
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
37
 
#: ../plugins/language//PageComponent.qml:33
38
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:2
 
620
#: ../plugins/language//PageComponent.qml:34
 
621
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:114
39
622
msgid "Language & Text"
40
623
msgstr "語言與文字"
41
624
 
42
 
#: ../plugins/language//PageComponent.qml:79
 
625
#: ../plugins/language//PageComponent.qml:100
43
626
msgid "Display language…"
44
627
msgstr "螢幕語言..."
45
628
 
46
 
#: ../plugins/language//PageComponent.qml:93
 
629
#: ../plugins/language//PageComponent.qml:117
47
630
#: ../plugins/language//KeyboardLayouts.qml:26
48
631
msgid "Keyboard layouts"
49
632
msgstr "鍵盤配置"
50
633
 
51
 
#: ../plugins/language//PageComponent.qml:128
 
634
#: ../plugins/language//PageComponent.qml:152
52
635
msgid "Auto correction"
53
636
msgstr ""
54
637
 
55
 
#: ../plugins/language//PageComponent.qml:138
 
638
#: ../plugins/language//PageComponent.qml:162
56
639
msgid "Word suggestions"
57
640
msgstr ""
58
641
 
59
 
#: ../plugins/language//PageComponent.qml:151
 
642
#: ../plugins/language//PageComponent.qml:175
60
643
msgid "Auto capitalization"
61
644
msgstr "自動大寫"
62
645
 
63
 
#: ../plugins/language//PageComponent.qml:161
 
646
#: ../plugins/language//PageComponent.qml:185
64
647
msgid "Turns on Shift to capitalize the first letter of each sentence."
65
648
msgstr "在每句句子開頭打開 Shift 使首個字母大寫"
66
649
 
67
 
#: ../plugins/language//PageComponent.qml:168
 
650
#: ../plugins/language//PageComponent.qml:192
68
651
msgid "Auto punctuation"
69
652
msgstr ""
70
653
 
71
 
#: ../plugins/language//PageComponent.qml:178
 
654
#: ../plugins/language//PageComponent.qml:202
72
655
msgid ""
73
656
"Adds a period, and any missing quotes or brackets, when you tap Space twice."
74
657
msgstr ""
75
658
 
76
 
#: ../plugins/language//PageComponent.qml:185
77
 
#: ../plugins/sound//PageComponent.qml:186
78
 
msgid "Keyboard sound"
79
 
msgstr ""
80
 
 
81
 
#: ../plugins/language//PageComponent.qml:195
 
659
#: ../plugins/language//PageComponent.qml:219
82
660
msgid "Keyboard vibration"
83
661
msgstr ""
84
662
 
90
668
msgid "All layouts available:"
91
669
msgstr "所有可用配置:"
92
670
 
93
 
#: ../plugins/language//DisplayLanguage.qml:33
94
 
msgid "Display language"
95
 
msgstr "螢幕語言"
96
 
 
97
 
#: ../plugins/language//DisplayLanguage.qml:94
98
 
#: ../plugins/security-privacy//LockSecurity.qml:279
99
 
#: ../plugins/cellular//HotspotSetup.qml:85
100
 
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:55
101
 
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:49
102
 
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:54
103
 
#: ../plugins/time-date//TimePicker.qml:173
104
 
#: ../plugins/reset//ResetAllSettings.qml:38
105
 
#: ../plugins/reset//ResetLauncherHome.qml:55
106
 
#: ../plugins/reset//EraseEverything.qml:54
107
 
#: ../plugins/wifi//OtherNetwork.qml:112 ../plugins/background//Preview.qml:97
108
 
#: ../plugins/phone//CallForwarding.qml:136
109
 
msgid "Cancel"
110
 
msgstr "取消"
111
 
 
112
 
#: ../plugins/language//DisplayLanguage.qml:114
113
 
msgid "Confirm"
114
 
msgstr "確認"
115
 
 
116
 
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
117
 
#: ../plugins/security-privacy//PageComponent.qml:33
118
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:12
119
 
msgid "Security & Privacy"
120
 
msgstr "保安與私隱"
121
 
 
122
 
#: ../plugins/security-privacy//PageComponent.qml:50
123
 
#: ../plugins/security-privacy//PageComponent.qml:150
124
 
#: ../plugins/security-privacy//Dash.qml:46
125
 
msgid "Phone and Internet"
126
 
msgstr "電話與互聯網"
127
 
 
128
 
#: ../plugins/security-privacy//PageComponent.qml:52
129
 
#: ../plugins/security-privacy//PageComponent.qml:151
130
 
#: ../plugins/security-privacy//Dash.qml:46
131
 
msgid "Phone only"
132
 
msgstr "僅電話"
133
 
 
134
 
#: ../plugins/security-privacy//PageComponent.qml:71
135
 
msgid "Security:"
136
 
msgstr "保安:"
137
 
 
138
 
#: ../plugins/security-privacy//PageComponent.qml:78
139
 
#: ../plugins/security-privacy//PhoneLocking.qml:40
140
 
#: ../plugins/bluetooth//PageComponent.qml:111
141
 
#: ../plugins/bluetooth//PageComponent.qml:302
142
 
#: ../plugins/bluetooth//PageComponent.qml:310
143
 
#: ../plugins/wifi//OtherNetwork.qml:67
144
 
msgid "None"
145
 
msgstr "無"
146
 
 
147
 
#: ../plugins/security-privacy//PageComponent.qml:79
148
 
#: ../plugins/security-privacy//PhoneLocking.qml:41
149
 
#: ../wizard/qml/Pages//15-passwd.qml:88
150
 
msgid "Passcode"
151
 
msgstr "密碼"
152
 
 
153
 
#: ../plugins/security-privacy//PageComponent.qml:80
154
 
#: ../plugins/security-privacy//PhoneLocking.qml:42
155
 
#: ../plugins/security-privacy//LockSecurity.qml:346
156
 
#: ../wizard/qml/Pages//15-passwd.qml:90
157
 
msgid "Passphrase"
158
 
msgstr "密語"
159
 
 
160
 
#: ../plugins/security-privacy//PageComponent.qml:82
161
 
#: ../plugins/security-privacy//PhoneLocking.qml:44
 
671
#: ../plugins/phone//CallWaiting.qml:31 ../plugins/phone//CallWaiting.qml:74
 
672
#: ../plugins/phone//NoSims.qml:34 ../plugins/phone//MultiSim.qml:46
 
673
#: ../plugins/phone//MultiSim.qml:84 ../plugins/phone//SingleSim.qml:40
 
674
msgid "Call waiting"
 
675
msgstr "電話待接"
 
676
 
 
677
#: ../plugins/phone//CallWaiting.qml:89
 
678
msgid ""
 
679
"Lets you answer or start a new call while on another call, and switch "
 
680
"between them"
 
681
msgstr "讓您在接聽電話時接聽另一個電話、或開始另一個電話,又或在兩者之間切換"
 
682
 
 
683
#. TRANSLATORS: %1 is the name of the (network) carrier
 
684
#: ../plugins/phone//Services.qml:34 ../plugins/phone//SingleSim.qml:51
 
685
#, qt-format
 
686
msgid "%1 Services"
 
687
msgstr "%1 服務"
 
688
 
 
689
#: ../plugins/phone//CallForwarding.qml:32
 
690
#: ../plugins/phone//CallForwarding.qml:76 ../plugins/phone//NoSims.qml:28
 
691
#: ../plugins/phone//MultiSim.qml:36 ../plugins/phone//MultiSim.qml:74
 
692
#: ../plugins/phone//SingleSim.qml:33
 
693
msgid "Call forwarding"
 
694
msgstr "來電轉駁"
 
695
 
 
696
#: ../plugins/phone//CallForwarding.qml:91
 
697
msgid ""
 
698
"Redirects phone calls to another number whenever you don't answer, or your "
 
699
"phone is busy, turned off, or out of range."
 
700
msgstr "當無法接聽、忙線、關機或信號接收不到時將電話轉駁至另一個號碼。"
 
701
 
 
702
#: ../plugins/phone//CallForwarding.qml:101
 
703
msgid "Forward to"
 
704
msgstr "轉駁到"
 
705
 
 
706
#: ../plugins/phone//ServiceInfo.qml:109
 
707
#, qt-format
 
708
msgid "Last called %1"
 
709
msgstr ""
 
710
 
 
711
#: ../plugins/phone//ServiceInfo.qml:119
 
712
msgid "Call"
 
713
msgstr "通話"
 
714
 
 
715
#: ../plugins/phone//NoSims.qml:42 ../plugins/phone//MultiSim.qml:56
 
716
#: ../plugins/phone//MultiSim.qml:94
 
717
msgid "Services"
 
718
msgstr ""
 
719
 
 
720
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
721
#: ../plugins/phone//PageComponent.qml:32
 
722
#: ../plugins/bluetooth//PageComponent.qml:93
 
723
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:140
 
724
msgid "Phone"
 
725
msgstr "電話"
 
726
 
 
727
#: ../plugins/phone//SingleSim.qml:29
 
728
msgid "SIM"
 
729
msgstr "SIM 卡"
 
730
 
 
731
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
732
#: ../plugins/brightness//PageComponent.qml:32
 
733
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:158
 
734
msgid "Brightness"
 
735
msgstr "亮度"
 
736
 
 
737
#: ../plugins/brightness//PageComponent.qml:52
 
738
msgid "Adjust automatically"
 
739
msgstr ""
 
740
 
 
741
#: ../plugins/brightness//PageComponent.qml:65
 
742
msgid "Brightens and dims the display to suit the surroundings."
 
743
msgstr ""
 
744
 
 
745
#: ../plugins/cellular//PageChooseCarrier.qml:30
 
746
#: ../plugins/cellular//Components//SingleSim.qml:58
 
747
#: ../plugins/cellular//Components//SingleSim.qml:67
 
748
#: ../plugins/cellular//Components//NoSim.qml:47
 
749
msgid "Carrier"
 
750
msgstr ""
 
751
 
 
752
#: ../plugins/cellular//PageChooseCarrier.qml:155
 
753
msgid "Choose carrier:"
 
754
msgstr "選擇通訊商:"
 
755
 
 
756
#: ../plugins/cellular//PageChooseCarrier.qml:156
 
757
#: ../plugins/time-date//ChooseTimeZone.qml:47
 
758
#: ../plugins/time-date//PageComponent.qml:69
 
759
msgid "Automatically"
 
760
msgstr "自動"
 
761
 
 
762
#: ../plugins/cellular//PageChooseCarrier.qml:156
 
763
#: ../plugins/security-privacy//PageComponent.qml:149
 
764
#: ../plugins/time-date//ChooseTimeZone.qml:47
 
765
#: ../plugins/time-date//PageComponent.qml:69
 
766
msgid "Manually"
 
767
msgstr "手動"
 
768
 
 
769
#: ../plugins/cellular//PageChooseCarrier.qml:196
 
770
msgid "Searching for carriers…"
 
771
msgstr ""
 
772
 
 
773
#: ../plugins/cellular//PageChooseCarrier.qml:229
 
774
#: ../plugins/cellular//PageChooseApn.qml:31
 
775
#: ../plugins/cellular//Components//SingleSim.qml:73
 
776
msgid "APN"
 
777
msgstr ""
 
778
 
 
779
#: ../plugins/cellular//PageChooseApn.qml:372
 
780
msgid "Internet APN:"
 
781
msgstr ""
 
782
 
 
783
#: ../plugins/cellular//PageChooseApn.qml:449
 
784
msgid "Custom Internet APN…"
 
785
msgstr ""
 
786
 
 
787
#: ../plugins/cellular//PageChooseApn.qml:460
 
788
msgid "MMS APN:"
 
789
msgstr ""
 
790
 
 
791
#: ../plugins/cellular//PageChooseApn.qml:485
 
792
#: ../plugins/cellular//CustomApnEditor.qml:143
 
793
msgid "Same APN as for Internet"
 
794
msgstr ""
 
795
 
 
796
#: ../plugins/cellular//PageChooseApn.qml:565
 
797
msgid "Custom MMS APN…"
 
798
msgstr ""
 
799
 
 
800
#: ../plugins/cellular//PageChooseApn.qml:591
 
801
msgid "Reset APN Settings"
 
802
msgstr ""
 
803
 
 
804
#: ../plugins/cellular//PageChooseApn.qml:592
 
805
msgid "Are you sure that you want to Reset APN Settings?"
 
806
msgstr ""
 
807
 
 
808
#: ../plugins/cellular//PageChooseApn.qml:598
 
809
msgid "Reset"
 
810
msgstr ""
 
811
 
 
812
#: ../plugins/cellular//PageChooseCarriers.qml:27
 
813
#: ../plugins/cellular//Components//MultiSim.qml:68
 
814
msgid "Carriers"
 
815
msgstr ""
 
816
 
 
817
#: ../plugins/cellular//CustomApnEditor.qml:42
 
818
msgid "Internet"
 
819
msgstr ""
 
820
 
 
821
#: ../plugins/cellular//CustomApnEditor.qml:42
 
822
msgid "MMS"
 
823
msgstr ""
 
824
 
 
825
#. TRANSLATORS: %1 is either i18n.tr("Internet") or i18n.tr("MMS")
 
826
#: ../plugins/cellular//CustomApnEditor.qml:67
 
827
#, qt-format
 
828
msgid "Custom %1 APN"
 
829
msgstr ""
 
830
 
 
831
#. TRANSLATORS: %1 is either i18n.tr("Internet") or i18n.tr("MMS")
 
832
#: ../plugins/cellular//CustomApnEditor.qml:171
 
833
#, qt-format
 
834
msgid "%1 APN"
 
835
msgstr ""
 
836
 
 
837
#: ../plugins/cellular//CustomApnEditor.qml:181
 
838
msgid "MMSC"
 
839
msgstr ""
 
840
 
 
841
#: ../plugins/cellular//CustomApnEditor.qml:191
 
842
msgid "Proxy"
 
843
msgstr ""
 
844
 
 
845
#: ../plugins/cellular//CustomApnEditor.qml:213
 
846
msgid "Username"
 
847
msgstr ""
 
848
 
 
849
#: ../plugins/cellular//CustomApnEditor.qml:264
 
850
msgid "Save"
 
851
msgstr ""
 
852
 
 
853
#: ../plugins/cellular//CustomApnEditor.qml:264
 
854
msgid "Activate"
 
855
msgstr ""
 
856
 
 
857
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
858
#: ../plugins/cellular//PageComponent.qml:32
 
859
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:170
 
860
msgid "Cellular"
 
861
msgstr "手機"
 
862
 
 
863
#: ../plugins/cellular//Hotspot.qml:29
 
864
#: ../plugins/cellular//Components//MultiSim.qml:48
 
865
#: ../plugins/cellular//Components//SingleSim.qml:43
 
866
msgid "Wi-Fi hotspot"
 
867
msgstr ""
 
868
 
 
869
#: ../plugins/cellular//Hotspot.qml:40
 
870
msgid "Hotspot"
 
871
msgstr ""
 
872
 
 
873
#: ../plugins/cellular//Hotspot.qml:60
 
874
msgid ""
 
875
"When hotspot is on, other devices can use your cellular data connection over "
 
876
"Wi-Fi. Normal data charges apply."
 
877
msgstr ""
 
878
 
 
879
#: ../plugins/cellular//Hotspot.qml:61
 
880
msgid ""
 
881
"Other devices can use your cellular data connection over the Wi-Fi network. "
 
882
"Normal data charges apply."
 
883
msgstr ""
 
884
 
 
885
#: ../plugins/cellular//Hotspot.qml:65
 
886
msgid "Set up hotspot"
 
887
msgstr ""
 
888
 
 
889
#: ../plugins/cellular//HotspotSetup.qml:29
 
890
msgid "Change hotspot setup"
 
891
msgstr ""
 
892
 
 
893
#: ../plugins/cellular//HotspotSetup.qml:40
 
894
msgid "Hotspot name"
 
895
msgstr ""
 
896
 
 
897
#: ../plugins/cellular//HotspotSetup.qml:54
 
898
msgid "Key (must be 8 characters or longer)"
 
899
msgstr ""
 
900
 
 
901
#: ../plugins/cellular//HotspotSetup.qml:68
 
902
msgid "Show key"
 
903
msgstr ""
 
904
 
 
905
#: ../plugins/cellular//HotspotSetup.qml:94
 
906
#: ../plugins/security-privacy//LockSecurity.qml:302
 
907
#: ../plugins/security-privacy//SimPin.qml:157
 
908
msgid "Change"
 
909
msgstr ""
 
910
 
162
911
#: ../plugins/security-privacy//LockSecurity.qml:32
163
 
#: ../plugins/about//DevMode.qml:104
 
912
#: ../plugins/security-privacy//PhoneLocking.qml:49
 
913
#: ../plugins/about//DevMode.qml:116
 
914
#: ../wizard/qml/Pages//30-passwd-type.qml:37
164
915
msgid "Lock security"
165
916
msgstr "保安鎖定"
166
917
 
167
 
#: ../plugins/security-privacy//PageComponent.qml:99
168
 
#: ../plugins/security-privacy//PhoneLocking.qml:29
 
918
#: ../plugins/security-privacy//LockSecurity.qml:96
 
919
#: ../plugins/security-privacy//LockSecurity.qml:384
 
920
msgid "Change passcode…"
 
921
msgstr ""
 
922
 
 
923
#: ../plugins/security-privacy//LockSecurity.qml:98
 
924
#: ../plugins/security-privacy//LockSecurity.qml:385
 
925
msgid "Change passphrase…"
 
926
msgstr "更改密語…"
 
927
 
 
928
#: ../plugins/security-privacy//LockSecurity.qml:105
 
929
msgid "Switch to swipe"
 
930
msgstr "改為輕掃"
 
931
 
 
932
#: ../plugins/security-privacy//LockSecurity.qml:107
 
933
msgid "Switch to passcode"
 
934
msgstr ""
 
935
 
 
936
#: ../plugins/security-privacy//LockSecurity.qml:109
 
937
msgid "Switch to passphrase"
 
938
msgstr "改為密語"
 
939
 
 
940
#: ../plugins/security-privacy//LockSecurity.qml:118
 
941
msgid "Existing passcode"
 
942
msgstr ""
 
943
 
 
944
#: ../plugins/security-privacy//LockSecurity.qml:120
 
945
msgid "Existing passphrase"
 
946
msgstr "現有密語"
 
947
 
 
948
#: ../plugins/security-privacy//LockSecurity.qml:174
 
949
msgid "Choose passcode"
 
950
msgstr ""
 
951
 
 
952
#: ../plugins/security-privacy//LockSecurity.qml:176
 
953
msgid "Choose passphrase"
 
954
msgstr "選擇密語"
 
955
 
 
956
#: ../plugins/security-privacy//LockSecurity.qml:220
 
957
#: ../wizard/qml/Pages//passwd-confirm.qml:48
 
958
msgid "Confirm passcode"
 
959
msgstr ""
 
960
 
 
961
#: ../plugins/security-privacy//LockSecurity.qml:222
 
962
#: ../wizard/qml/Pages//passwd-confirm.qml:47
 
963
msgid "Confirm passphrase"
 
964
msgstr "確認密語"
 
965
 
 
966
#: ../plugins/security-privacy//LockSecurity.qml:265
 
967
msgid "Those passcodes don't match. Try again."
 
968
msgstr ""
 
969
 
 
970
#: ../plugins/security-privacy//LockSecurity.qml:268
 
971
msgid "Those passphrases don't match. Try again."
 
972
msgstr "密語不符。請重試。"
 
973
 
 
974
#: ../plugins/security-privacy//LockSecurity.qml:299
 
975
msgid "Unset"
 
976
msgstr "取消設定"
 
977
 
 
978
#: ../plugins/security-privacy//LockSecurity.qml:344
 
979
msgid "Unlock the phone using:"
 
980
msgstr "以此為電話解鎖:"
 
981
 
 
982
#: ../plugins/security-privacy//LockSecurity.qml:348
 
983
msgid "Swipe (no security)"
 
984
msgstr "輕掃 (無保安)"
 
985
 
 
986
#: ../plugins/security-privacy//LockSecurity.qml:349
 
987
msgid "4-digit passcode"
 
988
msgstr ""
 
989
 
 
990
#: ../plugins/security-privacy//LockSecurity.qml:350
 
991
#: ../plugins/security-privacy//PhoneLocking.qml:47
 
992
#: ../wizard/qml/Pages//30-passwd-type.qml:98
 
993
msgid "Passphrase"
 
994
msgstr "密語"
 
995
 
 
996
#: ../plugins/security-privacy//LockSecurity.qml:351
 
997
msgid "Swipe (no security)… "
 
998
msgstr "輕掃 (無保安)… "
 
999
 
 
1000
#: ../plugins/security-privacy//LockSecurity.qml:352
 
1001
msgid "4-digit passcode…"
 
1002
msgstr ""
 
1003
 
 
1004
#: ../plugins/security-privacy//LockSecurity.qml:353
 
1005
msgid "Passphrase…"
 
1006
msgstr "密語…"
 
1007
 
 
1008
#: ../plugins/security-privacy//SimPin.qml:34
 
1009
#: ../plugins/security-privacy//SimPin.qml:322
 
1010
#: ../plugins/security-privacy//PageComponent.qml:158
 
1011
msgid "SIM PIN"
 
1012
msgstr ""
 
1013
 
 
1014
#: ../plugins/security-privacy//SimPin.qml:44
 
1015
msgid "Change SIM PIN"
 
1016
msgstr ""
 
1017
 
 
1018
#: ../plugins/security-privacy//SimPin.qml:47
 
1019
#, qt-format
 
1020
msgid "Incorrect PIN. %1 attempt remaining."
 
1021
msgid_plural "Incorrect PIN. %1 attempts remaining."
 
1022
msgstr[0] ""
 
1023
msgstr[1] ""
 
1024
 
 
1025
#: ../plugins/security-privacy//SimPin.qml:81
 
1026
msgid "Current PIN:"
 
1027
msgstr ""
 
1028
 
 
1029
#: ../plugins/security-privacy//SimPin.qml:93
 
1030
#, qt-format
 
1031
msgid "%1 attempt allowed."
 
1032
msgid_plural "%1 attempts allowed."
 
1033
msgstr[0] ""
 
1034
msgstr[1] ""
 
1035
 
 
1036
#: ../plugins/security-privacy//SimPin.qml:107
 
1037
msgid "Choose new PIN:"
 
1038
msgstr ""
 
1039
 
 
1040
#: ../plugins/security-privacy//SimPin.qml:118
 
1041
msgid "Confirm new PIN:"
 
1042
msgstr ""
 
1043
 
 
1044
#: ../plugins/security-privacy//SimPin.qml:137
 
1045
msgid "PINs don't match. Try again."
 
1046
msgstr ""
 
1047
 
 
1048
#: ../plugins/security-privacy//SimPin.qml:183
 
1049
msgid "Enter SIM PIN"
 
1050
msgstr ""
 
1051
 
 
1052
#: ../plugins/security-privacy//SimPin.qml:184
 
1053
msgid "Enter Previous SIM PIN"
 
1054
msgstr ""
 
1055
 
 
1056
#: ../plugins/security-privacy//SimPin.qml:187
 
1057
#, qt-format
 
1058
msgid "Incorrect PIN. %1 attempts remaining."
 
1059
msgstr ""
 
1060
 
 
1061
#: ../plugins/security-privacy//SimPin.qml:246
 
1062
#, qt-format
 
1063
msgid "%1 attempts allowed."
 
1064
msgstr ""
 
1065
 
 
1066
#: ../plugins/security-privacy//SimPin.qml:282
 
1067
msgid "Unlock"
 
1068
msgstr ""
 
1069
 
 
1070
#: ../plugins/security-privacy//SimPin.qml:282
 
1071
msgid "Lock"
 
1072
msgstr ""
 
1073
 
 
1074
#: ../plugins/security-privacy//SimPin.qml:340
 
1075
msgid "Change PIN…"
 
1076
msgstr ""
 
1077
 
 
1078
#: ../plugins/security-privacy//SimPin.qml:357
 
1079
msgid ""
 
1080
"When a SIM PIN is set, it must be entered to access cellular services after "
 
1081
"restarting the phone or swapping the SIM."
 
1082
msgstr ""
 
1083
 
 
1084
#: ../plugins/security-privacy//SimPin.qml:361
 
1085
msgid "Entering an incorrect PIN repeatedly may lock the SIM permanently."
 
1086
msgstr ""
 
1087
 
 
1088
#: ../plugins/security-privacy//PhoneLocking.qml:31
169
1089
msgid "Phone locking"
170
1090
msgstr "鎖定電話"
171
1091
 
 
1092
#: ../plugins/security-privacy//PhoneLocking.qml:45
 
1093
msgctxt "Unlock with swipe"
 
1094
msgid "None"
 
1095
msgstr ""
 
1096
 
 
1097
#: ../plugins/security-privacy//PhoneLocking.qml:46
 
1098
#: ../wizard/qml/Pages//30-passwd-type.qml:95
 
1099
msgid "Passcode"
 
1100
msgstr ""
 
1101
 
172
1102
#. TRANSLATORS: %1 is the number of minutes
173
 
#: ../plugins/security-privacy//PageComponent.qml:101
174
 
#: ../plugins/security-privacy//PhoneLocking.qml:65
 
1103
#: ../plugins/security-privacy//PhoneLocking.qml:75
 
1104
#: ../plugins/security-privacy//PhoneLocking.qml:84
175
1105
#, qt-format
176
1106
msgid "%1 minute"
177
1107
msgid_plural "%1 minutes"
178
1108
msgstr[0] "%1 分鐘"
179
1109
 
180
 
#: ../plugins/security-privacy//PageComponent.qml:110
181
 
msgid "SIM PIN"
182
 
msgstr "SIM 密碼"
183
 
 
184
 
#: ../plugins/security-privacy//PageComponent.qml:116
185
 
msgid "Privacy:"
186
 
msgstr "私隱:"
187
 
 
188
 
#: ../plugins/security-privacy//PageComponent.qml:120
 
1110
#: ../plugins/security-privacy//PhoneLocking.qml:101
 
1111
msgid "Sleep locks immediately"
 
1112
msgstr "睡眠時馬上鎖定"
 
1113
 
 
1114
#: ../plugins/security-privacy//PhoneLocking.qml:106
 
1115
msgid "When locked, allow:"
 
1116
msgstr ""
 
1117
 
 
1118
#: ../plugins/security-privacy//PhoneLocking.qml:110
 
1119
msgid "Launcher"
 
1120
msgstr ""
 
1121
 
 
1122
#: ../plugins/security-privacy//PhoneLocking.qml:120
 
1123
msgid "Notifications and quick settings"
 
1124
msgstr ""
 
1125
 
 
1126
#: ../plugins/security-privacy//PhoneLocking.qml:131
 
1127
msgid "Turn on lock security to restrict access when the phone is locked."
 
1128
msgstr ""
 
1129
 
 
1130
#: ../plugins/security-privacy//PhoneLocking.qml:132
 
1131
msgid "Other apps and functions will prompt you to unlock."
 
1132
msgstr ""
 
1133
 
 
1134
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
1135
#: ../plugins/security-privacy//PageComponent.qml:37
 
1136
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:218
 
1137
msgid "Security & Privacy"
 
1138
msgstr "保安與私隱"
 
1139
 
 
1140
#: ../plugins/security-privacy//PageComponent.qml:100
 
1141
#: ../plugins/security-privacy//PageComponent.qml:218
 
1142
#: ../plugins/security-privacy//Dash.qml:46
 
1143
msgid "Phone and Internet"
 
1144
msgstr "電話與互聯網"
 
1145
 
 
1146
#: ../plugins/security-privacy//PageComponent.qml:102
 
1147
#: ../plugins/security-privacy//PageComponent.qml:219
 
1148
#: ../plugins/security-privacy//Dash.qml:46
 
1149
msgid "Phone only"
 
1150
msgstr "僅電話"
 
1151
 
 
1152
#: ../plugins/security-privacy//PageComponent.qml:131
 
1153
msgid "Lock phone"
 
1154
msgstr ""
 
1155
 
 
1156
#: ../plugins/security-privacy//PageComponent.qml:161
 
1157
#: ../plugins/security-privacy//PageComponent.qml:244
 
1158
msgid "On"
 
1159
msgstr ""
 
1160
 
 
1161
#: ../plugins/security-privacy//PageComponent.qml:165
 
1162
#: ../plugins/security-privacy//PageComponent.qml:244
 
1163
#: ../plugins/cellular//Components//CellularMultiSim.qml:30
 
1164
#: ../plugins/cellular//Components//NoSim.qml:32
 
1165
#: ../plugins/cellular//Components//CellularSingleSim.qml:50
 
1166
msgid "Off"
 
1167
msgstr ""
 
1168
 
 
1169
#: ../plugins/security-privacy//PageComponent.qml:172
 
1170
msgid "Encryption"
 
1171
msgstr ""
 
1172
 
 
1173
#: ../plugins/security-privacy//PageComponent.qml:181
 
1174
msgid ""
 
1175
"Encryption protects against access to phone data when the phone is connected "
 
1176
"to a PC or other device."
 
1177
msgstr ""
 
1178
 
 
1179
#: ../plugins/security-privacy//PageComponent.qml:185
 
1180
msgid "Privacy"
 
1181
msgstr ""
 
1182
 
 
1183
#: ../plugins/security-privacy//PageComponent.qml:188
189
1184
msgid "Stats on welcome screen"
190
1185
msgstr "歡迎畫面的統計"
191
1186
 
192
 
#: ../plugins/security-privacy//PageComponent.qml:133
 
1187
#: ../plugins/security-privacy//PageComponent.qml:201
193
1188
msgid "Messages on welcome screen"
194
1189
msgstr "歡迎畫面的訊息"
195
1190
 
196
 
#: ../plugins/security-privacy//PageComponent.qml:148
 
1191
#: ../plugins/security-privacy//PageComponent.qml:216
197
1192
#: ../plugins/security-privacy//Dash.qml:29
198
1193
msgid "Dash search"
199
1194
msgstr "Dash 搜尋"
200
1195
 
201
 
#: ../plugins/security-privacy//PageComponent.qml:166
 
1196
#: ../plugins/security-privacy//PageComponent.qml:235
202
1197
msgid "Location access"
203
1198
msgstr "位置存取"
204
1199
 
205
 
#: ../plugins/security-privacy//PageComponent.qml:174
 
1200
#: ../plugins/security-privacy//PageComponent.qml:253
206
1201
#: ../plugins/security-privacy//AppAccess.qml:28
207
1202
msgid "Other app access"
208
1203
msgstr "其他程式存取"
209
1204
 
210
 
#: ../plugins/security-privacy//PageComponent.qml:179
 
1205
#: ../plugins/security-privacy//PageComponent.qml:258
 
1206
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:30
211
1207
msgid "Diagnostics"
212
1208
msgstr "診斷"
213
1209
 
214
1210
#. TRANSLATORS: This string is shown when crash
215
1211
#. reports are to be sent by the system.
216
 
#: ../plugins/security-privacy//PageComponent.qml:184
 
1212
#: ../plugins/security-privacy//PageComponent.qml:263
217
1213
msgid "Sent"
218
1214
msgstr "已傳送"
219
1215
 
220
1216
#. TRANSLATORS: This string is shown when crash
221
1217
#. reports are not to be sent by the system
222
 
#: ../plugins/security-privacy//PageComponent.qml:187
 
1218
#: ../plugins/security-privacy//PageComponent.qml:266
223
1219
msgid "Not sent"
224
1220
msgstr "不傳送"
225
1221
 
226
 
#: ../plugins/security-privacy//PhoneLocking.qml:62
227
 
#: ../plugins/battery//PageComponent.qml:300
228
 
msgid "Lock when idle"
229
 
msgstr "閒置時鎖定"
230
 
 
231
 
#: ../plugins/security-privacy//PhoneLocking.qml:63
232
 
#: ../plugins/battery//PageComponent.qml:300
233
 
msgid "Sleep when idle"
234
 
msgstr "閒置時睡眠"
235
 
 
236
 
#: ../plugins/security-privacy//PhoneLocking.qml:79
237
 
msgid "Sleep locks immediately"
238
 
msgstr "睡眠時馬上鎖定"
239
 
 
240
 
#: ../plugins/security-privacy//Location.qml:30
 
1222
#: ../plugins/security-privacy//Location.qml:31
 
1223
#: ../wizard/qml/Pages//50-location.qml:25
241
1224
msgid "Location"
242
1225
msgstr "位置"
243
1226
 
244
 
#: ../plugins/security-privacy//Location.qml:48
 
1227
#: ../plugins/security-privacy//Location.qml:59
245
1228
msgid "Location detection"
246
1229
msgstr "位置偵測"
247
1230
 
248
 
#: ../plugins/security-privacy//Location.qml:70
 
1231
#: ../plugins/security-privacy//Location.qml:81
249
1232
msgid ""
250
1233
"Uses GPS to detect your rough location. When off, GPS turns off to save "
251
1234
"battery."
252
1235
msgstr "以 GPS 偵測你的大約位置。關閉 GPS 以省電。"
253
1236
 
254
 
#: ../plugins/security-privacy//Location.qml:72
 
1237
#: ../plugins/security-privacy//Location.qml:83
255
1238
msgid ""
256
1239
"Uses wi-fi and GPS to detect your rough location. Turning off location "
257
1240
"detection saves battery."
258
1241
msgstr "以 Wi-Fi 和 GPS 偵測你的大約位置。關閉位置偵測以省電。"
259
1242
 
260
 
#: ../plugins/security-privacy//Location.qml:74
 
1243
#: ../plugins/security-privacy//Location.qml:85
261
1244
msgid ""
262
1245
"Uses wi-fi (currently off) and GPS to detect your rough location. Turning "
263
1246
"off location detection saves battery."
264
1247
msgstr "以 Wi-Fi (目前關閉) 偵測你的大約位置。關閉位置偵測以省電。"
265
1248
 
266
 
#: ../plugins/security-privacy//Location.qml:76
 
1249
#: ../plugins/security-privacy//Location.qml:87
267
1250
msgid ""
268
1251
"Uses wi-fi, cell tower locations, and GPS to detect your rough location. "
269
1252
"Turning off location detection saves battery."
270
1253
msgstr "以 Wi-Fi、無線電話基地台和 GPS 偵測你的大約位置。關閉位置偵測以省電。"
271
1254
 
272
 
#: ../plugins/security-privacy//Location.qml:78
 
1255
#: ../plugins/security-privacy//Location.qml:89
273
1256
msgid ""
274
1257
"Uses wi-fi, cell tower locations (no current cellular connection), and GPS "
275
1258
"to detect your rough location. Turning off location detection saves battery."
276
1259
msgstr "以 Wi-Fi、無線電話基地台 (目前沒有連線) 和 GPS 偵測你的大約位置。關閉位置偵測以省電。"
277
1260
 
278
 
#: ../plugins/security-privacy//Location.qml:80
 
1261
#: ../plugins/security-privacy//Location.qml:91
279
1262
msgid ""
280
1263
"Uses wi-fi (currently off), cell tower locations, and GPS to detect your "
281
1264
"rough location. Turning off location detection saves battery."
282
1265
msgstr "以 Wi-Fi (目前關閉)、無線電話基地台和 GPS 偵測你的大約位置。關閉位置偵測以省電。"
283
1266
 
284
 
#: ../plugins/security-privacy//Location.qml:82
 
1267
#: ../plugins/security-privacy//Location.qml:93
285
1268
msgid ""
286
1269
"Uses wi-fi (currently off), cell tower locations (no current cellular "
287
1270
"connection), and GPS to detect your rough location. Turning off location "
288
1271
"detection saves battery."
289
1272
msgstr "以 Wi-Fi (目前關閉)、無線電話基地台 (目前沒有連線) 和 GPS 偵測你的大約位置。關閉位置偵測以省電。"
290
1273
 
291
 
#: ../plugins/security-privacy//Location.qml:89
 
1274
#: ../plugins/security-privacy//Location.qml:100
292
1275
msgid "Allow access to location:"
293
1276
msgstr "允許存取位置:"
294
1277
 
 
1278
#: ../plugins/security-privacy//Dash.qml:45
 
1279
msgid "Return results from:"
 
1280
msgstr "傳回來自此處的結果:"
 
1281
 
295
1282
#: ../plugins/security-privacy//AppAccess.qml:35
296
1283
msgid "Apps that you have granted and have requested access to:"
297
1284
msgstr ""
298
1285
 
299
1286
#: ../plugins/security-privacy//AppAccess.qml:41
300
 
#: ../plugins/bluetooth//PageComponent.qml:100
 
1287
#: ../plugins/bluetooth//PageComponent.qml:105
301
1288
msgid "Camera"
302
1289
msgstr "相機"
303
1290
 
322
1309
msgid "0"
323
1310
msgstr ""
324
1311
 
325
 
#: ../plugins/security-privacy//LockSecurity.qml:92
326
 
msgid "Change passcode"
327
 
msgstr "更改密碼"
328
 
 
329
 
#: ../plugins/security-privacy//LockSecurity.qml:94
330
 
msgid "Change passphrase"
331
 
msgstr "更改密語"
332
 
 
333
 
#: ../plugins/security-privacy//LockSecurity.qml:101
334
 
msgid "Switch to swipe"
335
 
msgstr "改為輕掃"
336
 
 
337
 
#: ../plugins/security-privacy//LockSecurity.qml:103
338
 
msgid "Switch to passcode"
339
 
msgstr "改為密碼"
340
 
 
341
 
#: ../plugins/security-privacy//LockSecurity.qml:105
342
 
msgid "Switch to passphrase"
343
 
msgstr "改為密語"
344
 
 
345
 
#: ../plugins/security-privacy//LockSecurity.qml:114
346
 
msgid "Existing passcode"
347
 
msgstr "現有密碼"
348
 
 
349
 
#: ../plugins/security-privacy//LockSecurity.qml:116
350
 
msgid "Existing passphrase"
351
 
msgstr "現有密語"
352
 
 
353
 
#: ../plugins/security-privacy//LockSecurity.qml:170
354
 
msgid "Choose passcode"
355
 
msgstr "選擇密碼"
356
 
 
357
 
#: ../plugins/security-privacy//LockSecurity.qml:172
358
 
msgid "Choose passphrase"
359
 
msgstr "選擇密語"
360
 
 
361
 
#: ../plugins/security-privacy//LockSecurity.qml:216
362
 
msgid "Confirm passcode"
 
1312
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:28
 
1313
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:28
 
1314
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:28
 
1315
msgid "Bluetooth Pairing Request"
 
1316
msgstr "藍牙配對請求"
 
1317
 
 
1318
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:36
 
1319
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:36
 
1320
#, qt-format
 
1321
msgid "PIN for '%1'"
 
1322
msgstr "「%1」的密碼"
 
1323
 
 
1324
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:62
 
1325
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:63
 
1326
msgid "Pair"
 
1327
msgstr "配對"
 
1328
 
 
1329
#. TRANSLATORS: %1 is the name of the bluetooth device being paired
 
1330
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:37
 
1331
#, qt-format
 
1332
msgid "Please confirm that the PIN displayed on '%1' matches this one"
 
1333
msgstr "請確定顯示在「%1」的密碼和這個相同"
 
1334
 
 
1335
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:57
 
1336
msgid "Confirm PIN"
363
1337
msgstr "確認密碼"
364
1338
 
365
 
#: ../plugins/security-privacy//LockSecurity.qml:218
366
 
msgid "Confirm passphrase"
367
 
msgstr "確認密語"
368
 
 
369
 
#: ../plugins/security-privacy//LockSecurity.qml:261
370
 
msgid "Those passcodes don't match. Try again."
371
 
msgstr "密碼不符。請重試。"
372
 
 
373
 
#: ../plugins/security-privacy//LockSecurity.qml:264
374
 
msgid "Those passphrases don't match. Try again."
375
 
msgstr "密語不符。請重試。"
376
 
 
377
 
#: ../plugins/security-privacy//LockSecurity.qml:295
378
 
msgid "Unset"
379
 
msgstr "取消設定"
380
 
 
381
 
#: ../plugins/security-privacy//LockSecurity.qml:298
382
 
#: ../plugins/cellular//HotspotSetup.qml:94
383
 
msgid "Change"
384
 
msgstr ""
385
 
 
386
 
#: ../plugins/security-privacy//LockSecurity.qml:300
387
 
#: ../plugins/time-date//TimePicker.qml:182
388
 
#: ../plugins/background//Preview.qml:104
389
 
#: ../plugins/phone//CallForwarding.qml:148
390
 
msgid "Set"
391
 
msgstr "設定"
392
 
 
393
 
#: ../plugins/security-privacy//LockSecurity.qml:340
394
 
msgid "Unlock the phone using:"
395
 
msgstr "以此為電話解鎖:"
396
 
 
397
 
#: ../plugins/security-privacy//LockSecurity.qml:344
398
 
msgid "Swipe (no security)"
399
 
msgstr "輕掃 (無保安)"
400
 
 
401
 
#: ../plugins/security-privacy//LockSecurity.qml:345
402
 
msgid "4-digit passcode"
403
 
msgstr "4位密碼"
404
 
 
405
 
#: ../plugins/security-privacy//LockSecurity.qml:347
406
 
msgid "Swipe (no security)… "
407
 
msgstr "輕掃 (無保安)… "
408
 
 
409
 
#: ../plugins/security-privacy//LockSecurity.qml:348
410
 
msgid "4-digit passcode…"
411
 
msgstr "4位密碼…"
412
 
 
413
 
#: ../plugins/security-privacy//LockSecurity.qml:349
414
 
msgid "Passphrase…"
415
 
msgstr "密語…"
416
 
 
417
 
#: ../plugins/security-privacy//LockSecurity.qml:380
418
 
msgid "Change passcode…"
419
 
msgstr "更改密碼…"
420
 
 
421
 
#: ../plugins/security-privacy//LockSecurity.qml:381
422
 
msgid "Change passphrase…"
423
 
msgstr "更改密語…"
424
 
 
425
 
#: ../plugins/security-privacy//Dash.qml:45
426
 
msgid "Return results from:"
427
 
msgstr "傳回來自此處的結果:"
428
 
 
429
 
#: ../plugins/cellular//PageChooseCarriers.qml:28
430
 
msgid "Carriers"
431
 
msgstr ""
432
 
 
433
 
#: ../plugins/cellular//PageChooseCarriers.qml:50
434
 
#: ../plugins/cellular//PageChooseCarriers.qml:66
435
 
#: ../plugins/cellular//PageComponent.qml:175
436
 
#: ../plugins/about//Storage.qml:204 ../plugins/battery//PageComponent.qml:125
437
 
#: ../plugins/battery//PageComponent.qml:281
438
 
msgid "N/A"
439
 
msgstr "不適用"
440
 
 
441
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
442
 
#: ../plugins/cellular//PageComponent.qml:32
443
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:28
444
 
msgid "Cellular"
445
 
msgstr "手機"
446
 
 
447
 
#: ../plugins/cellular//PageComponent.qml:132
448
 
msgid "Hotspot disabled because Wi-Fi is off."
449
 
msgstr ""
450
 
 
451
 
#: ../plugins/cellular//PageComponent.qml:138
452
 
#: ../plugins/cellular//Hotspot.qml:29
453
 
msgid "Wi-Fi hotspot"
454
 
msgstr ""
455
 
 
456
 
#: ../plugins/cellular//PageComponent.qml:147
457
 
msgid "Data usage statistics"
458
 
msgstr "數據用量統計"
459
 
 
460
 
#: ../plugins/cellular//PageComponent.qml:153
461
 
#: ../plugins/cellular//PageComponent.qml:161
462
 
msgid "Carrier"
463
 
msgid_plural "Carriers"
464
 
msgstr[0] ""
465
 
msgstr[1] ""
466
 
 
467
 
#: ../plugins/cellular//PageComponent.qml:180
468
 
msgid "APN"
469
 
msgstr ""
470
 
 
471
 
#: ../plugins/cellular//PageChooseCarrier.qml:102
472
 
msgid "Choose carrier:"
473
 
msgstr "選擇通訊商:"
474
 
 
475
 
#: ../plugins/cellular//PageChooseCarrier.qml:103
476
 
#: ../plugins/time-date//PageComponent.qml:69
477
 
#: ../plugins/time-date//ChooseTimeZone.qml:47
478
 
msgid "Automatically"
479
 
msgstr "自動"
480
 
 
481
 
#: ../plugins/cellular//PageChooseCarrier.qml:103
482
 
#: ../plugins/time-date//PageComponent.qml:69
483
 
#: ../plugins/time-date//ChooseTimeZone.qml:47
484
 
msgid "Manually"
485
 
msgstr "手動"
486
 
 
487
 
#: ../plugins/cellular//PageChooseCarrier.qml:130
488
 
msgid "Refresh"
489
 
msgstr "刷新"
490
 
 
491
 
#: ../plugins/cellular//PageChooseCarrier.qml:151
492
 
msgid "Searching"
493
 
msgstr "正在搜尋"
494
 
 
495
 
#: ../plugins/cellular//Hotspot.qml:40
496
 
msgid "Hotspot"
497
 
msgstr ""
498
 
 
499
 
#: ../plugins/cellular//Hotspot.qml:60
500
 
msgid ""
501
 
"When hotspot is on, other devices can use your cellular data connection over "
502
 
"Wi-Fi. Normal data charges apply."
503
 
msgstr ""
504
 
 
505
 
#: ../plugins/cellular//Hotspot.qml:61
506
 
msgid ""
507
 
"Other devices can use your cellular data connection over the Wi-Fi network. "
508
 
"Normal data charges apply."
509
 
msgstr ""
510
 
 
511
 
#: ../plugins/cellular//Hotspot.qml:65
512
 
msgid "Set up hotspot"
513
 
msgstr ""
514
 
 
515
 
#: ../plugins/cellular//HotspotSetup.qml:29
516
 
msgid "Change hotspot setup"
517
 
msgstr ""
518
 
 
519
 
#: ../plugins/cellular//HotspotSetup.qml:40
520
 
msgid "Hotspot name"
521
 
msgstr ""
522
 
 
523
 
#: ../plugins/cellular//HotspotSetup.qml:54
524
 
msgid "Key (must be 8 characters or longer)"
525
 
msgstr ""
526
 
 
527
 
#: ../plugins/cellular//HotspotSetup.qml:68
528
 
msgid "Show key"
529
 
msgstr ""
530
 
 
531
 
#: ../plugins/bluetooth//PageComponent.qml:77
 
1339
#: ../plugins/bluetooth//PageComponent.qml:82
532
1340
msgid "Connected"
533
1341
msgstr ""
534
1342
 
535
 
#: ../plugins/bluetooth//PageComponent.qml:78
 
1343
#: ../plugins/bluetooth//PageComponent.qml:83
536
1344
msgid "Connecting…"
537
1345
msgstr ""
538
1346
 
539
 
#: ../plugins/bluetooth//PageComponent.qml:79
 
1347
#: ../plugins/bluetooth//PageComponent.qml:84
540
1348
msgid "Disconnecting…"
541
1349
msgstr ""
542
1350
 
543
 
#: ../plugins/bluetooth//PageComponent.qml:80
 
1351
#: ../plugins/bluetooth//PageComponent.qml:85
544
1352
msgid "Disconnected"
545
1353
msgstr ""
546
1354
 
547
 
#: ../plugins/bluetooth//PageComponent.qml:81
548
 
msgid "Unknown"
549
 
msgstr ""
550
 
 
551
 
#: ../plugins/bluetooth//PageComponent.qml:87
 
1355
#: ../plugins/bluetooth//PageComponent.qml:92
552
1356
msgid "Computer"
553
1357
msgstr "電腦"
554
1358
 
555
 
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
556
 
#: ../plugins/bluetooth//PageComponent.qml:88
557
 
#: ../plugins/phone//PageComponent.qml:28
558
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:104
559
 
msgid "Phone"
560
 
msgstr "電話"
561
 
 
562
 
#: ../plugins/bluetooth//PageComponent.qml:89
 
1359
#: ../plugins/bluetooth//PageComponent.qml:94
563
1360
msgid "Modem"
564
1361
msgstr "數據機"
565
1362
 
566
 
#: ../plugins/bluetooth//PageComponent.qml:90 ../src/qml/MainWindow.qml:145
 
1363
#: ../plugins/bluetooth//PageComponent.qml:95 ../src/qml/MainWindow.qml:147
567
1364
msgid "Network"
568
1365
msgstr "網絡"
569
1366
 
570
 
#: ../plugins/bluetooth//PageComponent.qml:91
 
1367
#: ../plugins/bluetooth//PageComponent.qml:96
571
1368
msgid "Headset"
572
1369
msgstr "耳機(Headset)"
573
1370
 
574
 
#: ../plugins/bluetooth//PageComponent.qml:92
 
1371
#: ../plugins/bluetooth//PageComponent.qml:97
575
1372
msgid "Headphones"
576
1373
msgstr "耳筒"
577
1374
 
578
 
#: ../plugins/bluetooth//PageComponent.qml:93
 
1375
#: ../plugins/bluetooth//PageComponent.qml:98
579
1376
msgid "Video"
580
1377
msgstr "影片"
581
1378
 
582
 
#: ../plugins/bluetooth//PageComponent.qml:94
 
1379
#: ../plugins/bluetooth//PageComponent.qml:99
583
1380
msgid "Other Audio"
584
1381
msgstr "其他音訊"
585
1382
 
586
 
#: ../plugins/bluetooth//PageComponent.qml:95
 
1383
#: ../plugins/bluetooth//PageComponent.qml:100
587
1384
msgid "Joypad"
588
1385
msgstr "遊戲手柄"
589
1386
 
590
 
#: ../plugins/bluetooth//PageComponent.qml:96
 
1387
#: ../plugins/bluetooth//PageComponent.qml:101
591
1388
msgid "Keyboard"
592
1389
msgstr "鍵盤"
593
1390
 
594
 
#: ../plugins/bluetooth//PageComponent.qml:97
 
1391
#: ../plugins/bluetooth//PageComponent.qml:102
595
1392
msgid "Tablet"
596
1393
msgstr "繪圖板"
597
1394
 
598
 
#: ../plugins/bluetooth//PageComponent.qml:98
 
1395
#: ../plugins/bluetooth//PageComponent.qml:103
599
1396
msgid "Mouse"
600
1397
msgstr "滑鼠"
601
1398
 
602
 
#: ../plugins/bluetooth//PageComponent.qml:99
 
1399
#: ../plugins/bluetooth//PageComponent.qml:104
603
1400
msgid "Printer"
604
1401
msgstr "打印機"
605
1402
 
606
 
#: ../plugins/bluetooth//PageComponent.qml:101
 
1403
#: ../plugins/bluetooth//PageComponent.qml:106
607
1404
msgid "Other"
608
1405
msgstr "其他"
609
1406
 
610
 
#: ../plugins/bluetooth//PageComponent.qml:107
 
1407
#: ../plugins/bluetooth//PageComponent.qml:112
611
1408
msgid "Excellent"
612
1409
msgstr "極好"
613
1410
 
614
 
#: ../plugins/bluetooth//PageComponent.qml:108
 
1411
#: ../plugins/bluetooth//PageComponent.qml:113
615
1412
msgid "Good"
616
1413
msgstr "好"
617
1414
 
618
 
#: ../plugins/bluetooth//PageComponent.qml:109
 
1415
#: ../plugins/bluetooth//PageComponent.qml:114
619
1416
msgid "Fair"
620
1417
msgstr "普通"
621
1418
 
622
 
#: ../plugins/bluetooth//PageComponent.qml:110
 
1419
#: ../plugins/bluetooth//PageComponent.qml:115
623
1420
msgid "Poor"
624
1421
msgstr "差"
625
1422
 
626
 
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
627
 
#: ../plugins/bluetooth//PageComponent.qml:117
628
 
#: ../plugins/bluetooth//PageComponent.qml:136
629
 
#: ../plugins/battery//PageComponent.qml:358
630
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:40
631
 
msgid "Bluetooth"
632
 
msgstr "藍牙"
633
 
 
634
 
#: ../plugins/bluetooth//PageComponent.qml:171
 
1423
#: ../plugins/bluetooth//PageComponent.qml:182
635
1424
msgid "Discoverable"
636
1425
msgstr ""
637
1426
 
638
 
#: ../plugins/bluetooth//PageComponent.qml:171
 
1427
#: ../plugins/bluetooth//PageComponent.qml:182
639
1428
msgid "Not discoverable"
640
1429
msgstr ""
641
1430
 
642
 
#: ../plugins/bluetooth//PageComponent.qml:202
 
1431
#: ../plugins/bluetooth//PageComponent.qml:213
643
1432
msgid "Connected devices:"
644
1433
msgstr ""
645
1434
 
646
 
#: ../plugins/bluetooth//PageComponent.qml:236
 
1435
#: ../plugins/bluetooth//PageComponent.qml:251
647
1436
msgid "Connect another device:"
648
1437
msgstr ""
649
1438
 
650
 
#: ../plugins/bluetooth//PageComponent.qml:236
 
1439
#: ../plugins/bluetooth//PageComponent.qml:251
651
1440
msgid "Connect a device:"
652
1441
msgstr ""
653
1442
 
654
 
#: ../plugins/bluetooth//PageComponent.qml:266
 
1443
#: ../plugins/bluetooth//PageComponent.qml:285
655
1444
msgid "None detected"
656
1445
msgstr "偵測不到"
657
1446
 
658
 
#: ../plugins/bluetooth//PageComponent.qml:274
659
 
#: ../plugins/bluetooth//PageComponent.qml:360
 
1447
#: ../plugins/bluetooth//PageComponent.qml:293
 
1448
#: ../plugins/bluetooth//PageComponent.qml:397
660
1449
msgid "Connect automatically when detected:"
661
1450
msgstr ""
662
1451
 
663
 
#: ../plugins/bluetooth//PageComponent.qml:309
664
 
#: ../plugins/wifi//NetworkDetails.qml:43
665
 
msgid "Name"
666
 
msgstr "名稱"
667
 
 
668
 
#: ../plugins/bluetooth//PageComponent.qml:327
 
1452
#: ../plugins/bluetooth//PageComponent.qml:364
669
1453
msgid "Type"
670
1454
msgstr "類型"
671
1455
 
672
 
#: ../plugins/bluetooth//PageComponent.qml:351
 
1456
#: ../plugins/bluetooth//PageComponent.qml:388
673
1457
msgid "Status"
674
1458
msgstr ""
675
1459
 
676
 
#: ../plugins/bluetooth//PageComponent.qml:355
 
1460
#: ../plugins/bluetooth//PageComponent.qml:392
677
1461
msgid "Signal Strength"
678
1462
msgstr "訊號強度"
679
1463
 
680
 
#: ../plugins/bluetooth//PageComponent.qml:374
681
 
msgid "Disconnect"
682
 
msgstr "斷線"
683
 
 
684
 
#: ../plugins/bluetooth//PageComponent.qml:374
685
 
#: ../plugins/wifi//OtherNetwork.qml:121
686
 
msgid "Connect"
687
 
msgstr ""
688
 
 
689
 
#: ../plugins/bluetooth//PageComponent.qml:392
 
1464
#: ../plugins/bluetooth//PageComponent.qml:429
690
1465
msgid "Forget this device"
691
1466
msgstr ""
692
1467
 
693
 
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:28
694
 
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:28
695
 
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:28
696
 
msgid "Bluetooth Pairing Request"
697
 
msgstr "藍牙配對請求"
698
 
 
699
 
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:36
700
 
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:36
701
 
#, qt-format
702
 
msgid "PIN for '%1'"
703
 
msgstr "「%1」的密碼"
704
 
 
705
 
#: ../plugins/bluetooth//ProvidePinCodeDialog.qml:63
706
 
#: ../plugins/bluetooth//ProvidePasskeyDialog.qml:62
707
 
msgid "Pair"
708
 
msgstr "配對"
709
 
 
710
 
#. TRANSLATORS: %1 is the name of the bluetooth device being paired
711
 
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:37
712
 
#, qt-format
713
 
msgid "Please confirm that the PIN displayed on '%1' matches this one"
714
 
msgstr "請確定顯示在「%1」的密碼和這個相同"
715
 
 
716
 
#: ../plugins/bluetooth//ConfirmPasskeyDialog.qml:57
717
 
msgid "Confirm PIN"
718
 
msgstr "確認密碼"
719
 
 
720
 
#: ../plugins/about//Software.qml:11 ../plugins/about//PageComponent.qml:169
721
 
msgid "Software licenses"
722
 
msgstr "軟件授權條款"
 
1468
#: ../plugins/about//PhoneNumbers.qml:31
 
1469
msgid "Phone number:"
 
1470
msgstr ""
 
1471
 
 
1472
#: ../plugins/about//PhoneNumber.qml:36
 
1473
msgid "Phone number"
 
1474
msgstr ""
 
1475
 
 
1476
#: ../plugins/about//Storage.qml:33 ../plugins/about//PageComponent.qml:143
 
1477
msgid "Storage"
 
1478
msgstr "儲存空間"
 
1479
 
 
1480
#: ../plugins/about//Storage.qml:85
 
1481
msgid "Used by Ubuntu"
 
1482
msgstr "Ubuntu 所使用"
 
1483
 
 
1484
#: ../plugins/about//Storage.qml:86
 
1485
msgid "Videos"
 
1486
msgstr ""
 
1487
 
 
1488
#: ../plugins/about//Storage.qml:87
 
1489
msgid "Audio"
 
1490
msgstr "音訊"
 
1491
 
 
1492
#: ../plugins/about//Storage.qml:88
 
1493
msgid "Pictures"
 
1494
msgstr "圖片"
 
1495
 
 
1496
#: ../plugins/about//Storage.qml:89
 
1497
msgid "Other files"
 
1498
msgstr "其他檔案"
 
1499
 
 
1500
#: ../plugins/about//Storage.qml:90
 
1501
msgid "Used by apps"
 
1502
msgstr "程式所使用"
 
1503
 
 
1504
#: ../plugins/about//Storage.qml:140
 
1505
msgid "Total storage"
 
1506
msgstr "總計儲存空間"
 
1507
 
 
1508
#: ../plugins/about//Storage.qml:152
 
1509
msgid "Free space"
 
1510
msgstr "可用空間"
 
1511
 
 
1512
#: ../plugins/about//Storage.qml:172
 
1513
msgid "By name"
 
1514
msgstr "按名稱"
 
1515
 
 
1516
#: ../plugins/about//Storage.qml:172
 
1517
msgid "By size"
 
1518
msgstr "按大小"
 
1519
 
 
1520
#: ../plugins/about//DevMode.qml:35 ../plugins/about//DevMode.qml:90
 
1521
msgid "Developer Mode"
 
1522
msgstr ""
 
1523
 
 
1524
#: ../plugins/about//DevMode.qml:84
 
1525
msgid ""
 
1526
"In Developer Mode, anyone can access, change or delete anything on this "
 
1527
"phone by connecting it to another device."
 
1528
msgstr ""
 
1529
 
 
1530
#: ../plugins/about//DevMode.qml:110
 
1531
msgid "You need a passcode or passphrase set to use Developer Mode."
 
1532
msgstr ""
723
1533
 
724
1534
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
725
1535
#: ../plugins/about//PageComponent.qml:34
726
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:46
 
1536
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:278
727
1537
msgid "About this phone"
728
1538
msgstr "關於本電話"
729
1539
 
730
 
#: ../plugins/about//PageComponent.qml:97
731
 
msgid "Phone number"
732
 
msgstr ""
733
 
 
734
 
#: ../plugins/about//PageComponent.qml:107
 
1540
#: ../plugins/about//PageComponent.qml:109
735
1541
msgid "Serial"
736
1542
msgstr "序號"
737
1543
 
738
 
#: ../plugins/about//PageComponent.qml:126 ../plugins/about//Storage.qml:33
739
 
msgid "Storage"
740
 
msgstr "儲存空間"
741
 
 
742
 
#: ../plugins/about//PageComponent.qml:133
 
1544
#: ../plugins/about//PageComponent.qml:124
 
1545
msgid "Wi-Fi address"
 
1546
msgstr ""
 
1547
 
 
1548
#: ../plugins/about//PageComponent.qml:132
 
1549
msgid "Bluetooth address"
 
1550
msgstr ""
 
1551
 
 
1552
#: ../plugins/about//PageComponent.qml:144
 
1553
#, qt-format
 
1554
msgid "%1 free"
 
1555
msgstr ""
 
1556
 
 
1557
#: ../plugins/about//PageComponent.qml:151
743
1558
msgid "Software:"
744
1559
msgstr "軟件:"
745
1560
 
746
 
#: ../plugins/about//PageComponent.qml:138
 
1561
#: ../plugins/about//PageComponent.qml:156
747
1562
msgid "OS"
748
1563
msgstr "作業系統"
749
1564
 
750
 
#: ../plugins/about//PageComponent.qml:147
 
1565
#: ../plugins/about//PageComponent.qml:165
751
1566
msgid "Last updated"
752
1567
msgstr "最近更新"
753
1568
 
754
 
#: ../plugins/about//PageComponent.qml:149
755
 
#: ../plugins/battery//PageComponent.qml:309
756
 
#: ../plugins/battery//PageComponent.qml:318
757
 
#: ../plugins/battery//SleepValues.qml:96
758
 
#: ../plugins/wifi//NetworkDetails.qml:55
759
 
#: ../plugins/system-update//PageComponent.qml:448
760
 
#: ../plugins/system-update//Configuration.qml:53
761
 
msgid "Never"
762
 
msgstr "從未更新"
763
 
 
764
 
#: ../plugins/about//PageComponent.qml:155
 
1569
#: ../plugins/about//PageComponent.qml:173
765
1570
msgid "Check for updates"
766
1571
msgstr "檢查更新"
767
1572
 
768
 
#: ../plugins/about//PageComponent.qml:164
 
1573
#: ../plugins/about//PageComponent.qml:182
769
1574
msgid "Legal:"
770
1575
msgstr "法律資訊:"
771
1576
 
772
 
#: ../plugins/about//PageComponent.qml:177
 
1577
#: ../plugins/about//PageComponent.qml:187 ../plugins/about//Software.qml:11
 
1578
msgid "Software licenses"
 
1579
msgstr "軟件授權條款"
 
1580
 
 
1581
#: ../plugins/about//PageComponent.qml:195
773
1582
msgid "Regulatory info"
774
1583
msgstr "管制資訊"
775
1584
 
776
 
#: ../plugins/about//PageComponent.qml:185
 
1585
#: ../plugins/about//PageComponent.qml:203
777
1586
msgid "Developer mode"
778
1587
msgstr ""
779
1588
 
780
 
#: ../plugins/about//Version.qml:35
 
1589
#: ../plugins/about//License.qml:30
 
1590
msgid "Sorry, this license could not be displayed."
 
1591
msgstr ""
 
1592
 
 
1593
#: ../plugins/about//Version.qml:36
781
1594
msgid "OS Build Details"
782
1595
msgstr ""
783
1596
 
784
 
#: ../plugins/about//Version.qml:53
 
1597
#: ../plugins/about//Version.qml:61
785
1598
msgid "OS build number"
786
1599
msgstr ""
787
1600
 
788
 
#: ../plugins/about//Version.qml:59
 
1601
#: ../plugins/about//Version.qml:67
789
1602
msgid "Ubuntu Image part"
790
1603
msgstr ""
791
1604
 
792
 
#: ../plugins/about//Version.qml:85
 
1605
#: ../plugins/about//Version.qml:75
793
1606
msgid "Ubuntu build description"
794
1607
msgstr ""
795
1608
 
796
 
#: ../plugins/about//Version.qml:100
 
1609
#: ../plugins/about//Version.qml:81
797
1610
msgid "Device Image part"
798
1611
msgstr ""
799
1612
 
800
 
#: ../plugins/about//Version.qml:126
 
1613
#: ../plugins/about//Version.qml:88
801
1614
msgid "Device build description"
802
1615
msgstr ""
803
1616
 
804
 
#: ../plugins/about//Version.qml:141
 
1617
#: ../plugins/about//Version.qml:95
805
1618
msgid "Customization Image part"
806
1619
msgstr ""
807
1620
 
808
 
#: ../plugins/about//DevMode.qml:35 ../plugins/about//DevMode.qml:79
809
 
msgid "Developer Mode"
810
 
msgstr ""
811
 
 
812
 
#: ../plugins/about//DevMode.qml:73
813
 
msgid ""
814
 
"In Developer Mode, anyone can access, change or delete anything on this "
815
 
"phone by connecting it to another device."
816
 
msgstr ""
817
 
 
818
 
#: ../plugins/about//DevMode.qml:98
819
 
msgid "You need a passcode or passphrase set to use Developer Mode."
820
 
msgstr ""
821
 
 
822
 
#: ../plugins/about//Storage.qml:87
823
 
msgid "Used by Ubuntu"
824
 
msgstr "Ubuntu 所使用"
825
 
 
826
 
#: ../plugins/about//Storage.qml:88
827
 
msgid "Videos"
828
 
msgstr ""
829
 
 
830
 
#: ../plugins/about//Storage.qml:89
831
 
msgid "Audio"
832
 
msgstr "音訊"
833
 
 
834
 
#: ../plugins/about//Storage.qml:90
835
 
msgid "Pictures"
836
 
msgstr "圖片"
837
 
 
838
 
#: ../plugins/about//Storage.qml:91
839
 
msgid "Other files"
840
 
msgstr "其他檔案"
841
 
 
842
 
#: ../plugins/about//Storage.qml:92
843
 
msgid "Used by apps"
844
 
msgstr "程式所使用"
845
 
 
846
 
#: ../plugins/about//Storage.qml:142
847
 
msgid "Total storage"
848
 
msgstr "總計儲存空間"
849
 
 
850
 
#: ../plugins/about//Storage.qml:154
851
 
msgid "Free space"
852
 
msgstr "可用空間"
853
 
 
854
 
#: ../plugins/about//Storage.qml:174
855
 
msgid "By name"
856
 
msgstr "按名稱"
857
 
 
858
 
#: ../plugins/about//Storage.qml:174
859
 
msgid "By size"
860
 
msgstr "按大小"
861
 
 
862
 
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
863
 
#: ../plugins/time-date//PageComponent.qml:29
864
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:54
865
 
msgid "Time & Date"
866
 
msgstr "時間與日期"
867
 
 
868
 
#: ../plugins/time-date//PageComponent.qml:53
869
 
msgid "Time zone:"
870
 
msgstr "時區:"
871
 
 
872
 
#: ../plugins/time-date//PageComponent.qml:68
873
 
msgid "Set the time and date:"
874
 
msgstr "設定時間與日期:"
 
1621
#: ../plugins/time-date//ChooseTimeZone.qml:28
 
1622
msgid "Time zone"
 
1623
msgstr "時區"
 
1624
 
 
1625
#: ../plugins/time-date//ChooseTimeZone.qml:46
 
1626
msgid "Set the time zone:"
 
1627
msgstr "設定時區:"
 
1628
 
 
1629
#: ../plugins/time-date//ChooseTimeZone.qml:126
 
1630
msgid "Enter your current location."
 
1631
msgstr "輸入你目前的位置。"
 
1632
 
 
1633
#: ../plugins/time-date//ChooseTimeZone.qml:127
 
1634
msgid "No matching place"
 
1635
msgstr "無符合的地點"
875
1636
 
876
1637
#: ../plugins/time-date//TimePicker.qml:26
877
1638
msgid "Set time & date"
909
1670
msgid "Year"
910
1671
msgstr "年"
911
1672
 
912
 
#: ../plugins/time-date//ChooseTimeZone.qml:28
913
 
msgid "Time zone"
914
 
msgstr "時區"
915
 
 
916
 
#: ../plugins/time-date//ChooseTimeZone.qml:46
917
 
msgid "Set the time zone:"
918
 
msgstr "設定時區:"
919
 
 
920
 
#: ../plugins/time-date//ChooseTimeZone.qml:126
921
 
msgid "Enter your current location."
922
 
msgstr "輸入你目前的位置。"
923
 
 
924
 
#: ../plugins/time-date//ChooseTimeZone.qml:127
925
 
msgid "No matching place"
926
 
msgstr "無符合的地點"
927
 
 
928
 
#: ../plugins/reset//ResetAllSettings.qml:29
929
 
msgid ""
930
 
"The contents and layout of the launcher, and the filters in the home screen "
931
 
"will be returned to their original settings."
932
 
msgstr "啟動器的內容與版面配置、主畫面的篩選條件等,皆會還原至原始設定。"
933
 
 
934
 
#: ../plugins/reset//ResetAllSettings.qml:31
935
 
msgid "Reset all system settings"
936
 
msgstr "重置所有系統設定"
937
 
 
938
 
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
939
 
#: ../plugins/reset//PageComponent.qml:32
940
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:64
941
 
msgid "Reset phone"
942
 
msgstr "重置手機"
943
 
 
944
 
#: ../plugins/reset//PageComponent.qml:73
945
 
#: ../plugins/reset//ResetLauncherHome.qml:44
946
 
msgid "Reset Launcher"
947
 
msgstr ""
948
 
 
949
 
#: ../plugins/reset//PageComponent.qml:87
950
 
msgid "Reset all system settings…"
951
 
msgstr "重置所有系統設定…"
952
 
 
953
 
#: ../plugins/reset//PageComponent.qml:101
954
 
msgid "Erase & Reset Everything…"
955
 
msgstr ""
956
 
 
957
 
#: ../plugins/reset//ResetLauncherHome.qml:40
958
 
msgid "The Launcher will be returned to its original contents."
959
 
msgstr ""
960
 
 
961
 
#: ../plugins/reset//ResetLauncherHome.qml:59
962
 
msgid "The phone needs to restart for changes to take effect."
963
 
msgstr ""
964
 
 
965
 
#: ../plugins/reset//EraseEverything.qml:41
966
 
msgid ""
967
 
"All documents, saved games, settings, and other items will be permanently "
968
 
"deleted from this phone."
969
 
msgstr "所有文件、儲存的遊戲、設定以及其他項目皆會從此手機永久刪除。"
970
 
 
971
 
#: ../plugins/reset//EraseEverything.qml:44
972
 
msgid "Erase & Reset Everything"
973
 
msgstr ""
974
 
 
975
 
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
976
 
#: ../plugins/battery//PageComponent.qml:34
977
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:70
978
 
msgid "Battery"
979
 
msgstr "電池"
980
 
 
981
 
#. TRANSLATORS: %1 is the number of seconds
982
 
#: ../plugins/battery//PageComponent.qml:46
983
 
#, qt-format
984
 
msgid "%1 second ago"
985
 
msgid_plural "%1 seconds ago"
986
 
msgstr[0] "%1 秒前"
987
 
 
988
 
#. TRANSLATORS: %1 is the number of minutes
989
 
#: ../plugins/battery//PageComponent.qml:49
990
 
#, qt-format
991
 
msgid "%1 minute ago"
992
 
msgid_plural "%1 minutes ago"
993
 
msgstr[0] "%1 分鐘前"
994
 
 
995
 
#. TRANSLATORS: %1 is the number of hours
996
 
#: ../plugins/battery//PageComponent.qml:52
997
 
#, qt-format
998
 
msgid "%1 hour ago"
999
 
msgid_plural "%1 hours ago"
1000
 
msgstr[0] "%1 小時前"
1001
 
 
1002
 
#. TRANSLATORS: %1 is the number of days
1003
 
#: ../plugins/battery//PageComponent.qml:55
1004
 
#, qt-format
1005
 
msgid "%1 day ago"
1006
 
msgid_plural "%1 days ago"
1007
 
msgstr[0] "%1 天前"
1008
 
 
1009
 
#: ../plugins/battery//PageComponent.qml:85
1010
 
msgid "Charging now"
1011
 
msgstr "正在充電"
1012
 
 
1013
 
#: ../plugins/battery//PageComponent.qml:90
1014
 
msgid "Last full charge"
1015
 
msgstr "最後充滿電"
1016
 
 
1017
 
#: ../plugins/battery//PageComponent.qml:95
1018
 
msgid "Fully charged"
1019
 
msgstr "充滿電"
1020
 
 
1021
 
#: ../plugins/battery//PageComponent.qml:120
1022
 
msgid "Charge level"
1023
 
msgstr "充電水平"
1024
 
 
1025
 
#. TRANSLATORS: %1 refers to a percentage that indicates the charging level of the battery
1026
 
#: ../plugins/battery//PageComponent.qml:128
1027
 
#, qt-format
1028
 
msgid "%1%"
1029
 
msgstr "%1%"
1030
 
 
1031
 
#: ../plugins/battery//PageComponent.qml:206
1032
 
#: ../plugins/battery//PageComponent.qml:208
1033
 
msgid "Yesterday"
1034
 
msgstr ""
1035
 
 
1036
 
#: ../plugins/battery//PageComponent.qml:214
1037
 
#: ../plugins/battery//PageComponent.qml:216
1038
 
msgid "Today"
1039
 
msgstr ""
1040
 
 
1041
 
#: ../plugins/battery//PageComponent.qml:286
1042
 
msgid "Ways to reduce battery use:"
1043
 
msgstr "減少使用電池的方法:"
1044
 
 
1045
 
#: ../plugins/battery//PageComponent.qml:290
1046
 
#: ../plugins/brightness//BrightnessSlider.qml:51
1047
 
msgid "Display brightness"
1048
 
msgstr ""
1049
 
 
1050
 
#. TRANSLATORS: %1 is the number of minutes
1051
 
#: ../plugins/battery//PageComponent.qml:306
1052
 
#: ../plugins/battery//PageComponent.qml:315
1053
 
#: ../plugins/battery//SleepValues.qml:77
1054
 
#: ../plugins/battery//SleepValues.qml:81
1055
 
#: ../plugins/battery//SleepValues.qml:85
1056
 
#: ../plugins/battery//SleepValues.qml:89
1057
 
#: ../plugins/battery//SleepValues.qml:93
1058
 
#, qt-format
1059
 
msgid "After %1 minute"
1060
 
msgid_plural "After %1 minutes"
1061
 
msgstr[0] "%1 分鐘後"
1062
 
 
1063
 
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1064
 
#: ../plugins/battery//PageComponent.qml:328
1065
 
#: ../plugins/wifi//PageComponent.qml:26
1066
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:76
1067
 
msgid "Wi-Fi"
1068
 
msgstr "Wi-Fi"
1069
 
 
1070
 
#: ../plugins/battery//PageComponent.qml:389
1071
 
msgid "GPS"
1072
 
msgstr "GPS"
1073
 
 
1074
 
#: ../plugins/battery//PageComponent.qml:407
1075
 
msgid "Accurate location detection requires GPS and/or Wi-Fi."
1076
 
msgstr "要準確偵測位置需要 GPS 和/或 Wi-Fi。"
1077
 
 
1078
 
#: ../plugins/battery//SleepValues.qml:74
1079
 
msgid "Lock the phone when it's not in use:"
1080
 
msgstr "當不使用此時間後鎖定電話:"
1081
 
 
1082
 
#: ../plugins/battery//SleepValues.qml:74
1083
 
msgid "Put the phone to sleep when it is not in use:"
1084
 
msgstr "令電話睡眠,當不使用:"
1085
 
 
1086
 
#: ../plugins/battery//SleepValues.qml:107
1087
 
msgid ""
1088
 
"Shorter times are more secure. Phone won't lock during calls or video "
1089
 
"playback."
1090
 
msgstr "較短的時間會較安全。電話在談話或播放影片時不會鎖定。"
1091
 
 
1092
 
#: ../plugins/battery//SleepValues.qml:107
1093
 
msgid "Phone won’t sleep during calls or video playback."
1094
 
msgstr "電話在談話或播放影片時不會睡眠。"
1095
 
 
1096
 
#: ../plugins/wifi//PreviousNetworks.qml:26
1097
 
#: ../plugins/wifi//PageComponent.qml:114
1098
 
msgid "Previous networks"
1099
 
msgstr ""
1100
 
 
1101
 
#: ../plugins/wifi//PageComponent.qml:120 ../plugins/wifi//OtherNetwork.qml:27
1102
 
msgid "Other network"
1103
 
msgstr ""
1104
 
 
1105
 
#: ../plugins/wifi//NetworkDetails.qml:36
1106
 
msgid "Network details"
1107
 
msgstr ""
1108
 
 
1109
 
#: ../plugins/wifi//NetworkDetails.qml:51
1110
 
msgid "Last connected"
1111
 
msgstr ""
1112
 
 
1113
 
#: ../plugins/wifi//NetworkDetails.qml:61 ../plugins/wifi//OtherNetwork.qml:76
1114
 
msgid "Password"
1115
 
msgstr ""
1116
 
 
1117
 
#: ../plugins/wifi//NetworkDetails.qml:73
1118
 
msgid "Show password"
1119
 
msgstr ""
1120
 
 
1121
 
#: ../plugins/wifi//NetworkDetails.qml:83
1122
 
msgid "Forget network"
1123
 
msgstr ""
1124
 
 
1125
 
#: ../plugins/wifi//OtherNetwork.qml:56
1126
 
msgid "Network name"
1127
 
msgstr ""
1128
 
 
1129
 
#: ../plugins/wifi//OtherNetwork.qml:66
1130
 
msgid "Security"
1131
 
msgstr ""
1132
 
 
1133
 
#: ../plugins/wifi//OtherNetwork.qml:68
1134
 
msgid "WPA & WPA2 Personal"
1135
 
msgstr ""
1136
 
 
1137
 
#: ../plugins/wifi//OtherNetwork.qml:69
1138
 
msgid "WEP"
1139
 
msgstr ""
1140
 
 
1141
 
#: ../plugins/wifi//OtherNetwork.qml:89
1142
 
msgid "Password visible"
1143
 
msgstr ""
1144
 
 
1145
 
#: ../plugins/background//Preview.qml:67
1146
 
msgid "Preview"
1147
 
msgstr ""
1148
 
 
1149
 
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
1150
 
#: ../plugins/background//MainPage.qml:38
1151
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:88
1152
 
msgid "Background"
1153
 
msgstr "背景"
1154
 
 
1155
 
#: ../plugins/background//MainPage.qml:112
1156
 
msgid "Ubuntu Art"
1157
 
msgstr ""
1158
 
 
1159
 
#: ../plugins/background//MainPage.qml:128
1160
 
msgid "Custom"
1161
 
msgstr ""
1162
 
 
1163
 
#: ../plugins/background//WallpaperGrid.qml:190
1164
 
msgid "Remove"
1165
 
msgstr ""
1166
 
 
1167
 
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
1168
 
#: ../plugins/notifications//PageComponent.qml:29
1169
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:96
1170
 
msgid "Notifications"
1171
 
msgstr ""
1172
 
 
1173
 
#: ../plugins/notifications//PageComponent.qml:40
1174
 
msgid ""
1175
 
"Selected apps can alert you using notification bubbles, sounds, vibrations, "
1176
 
"and the Notification Center."
1177
 
msgstr ""
1178
 
 
1179
 
#: ../plugins/phone//ServiceInfo.qml:109
1180
 
#, qt-format
1181
 
msgid "Last called %1"
1182
 
msgstr ""
1183
 
 
1184
 
#: ../plugins/phone//ServiceInfo.qml:119
1185
 
msgid "Call"
1186
 
msgstr "通話"
1187
 
 
1188
 
#: ../plugins/phone//PageComponent.qml:30
1189
 
msgid "SIM"
1190
 
msgstr "SIM 卡"
1191
 
 
1192
 
#: ../plugins/phone//PageComponent.qml:51
1193
 
#: ../plugins/phone//CallForwarding.qml:28
1194
 
#: ../plugins/phone//CallForwarding.qml:75
1195
 
msgid "Call forwarding"
1196
 
msgstr "來電轉駁"
1197
 
 
1198
 
#: ../plugins/phone//PageComponent.qml:57 ../plugins/phone//CallWaiting.qml:28
1199
 
#: ../plugins/phone//CallWaiting.qml:63
1200
 
msgid "Call waiting"
1201
 
msgstr "電話待接"
1202
 
 
1203
 
#. TRANSLATORS: %1 is the name of the (network) carrier
1204
 
#: ../plugins/phone//PageComponent.qml:67 ../plugins/phone//Services.qml:32
1205
 
#, qt-format
1206
 
msgid "%1 Services"
1207
 
msgstr "%1 服務"
1208
 
 
1209
 
#: ../plugins/phone//CallWaiting.qml:78
1210
 
msgid ""
1211
 
"Lets you answer or start a new call while on another call, and switch "
1212
 
"between them"
1213
 
msgstr "讓您在接聽電話時接聽另一個電話、或開始另一個電話,又或在兩者之間切換"
1214
 
 
1215
 
#: ../plugins/phone//CallForwarding.qml:90
1216
 
msgid ""
1217
 
"Redirects phone calls to another number whenever you don't answer, or your "
1218
 
"phone is busy, turned off, or out of range."
1219
 
msgstr "當無法接聽、忙線、關機或信號接收不到時將電話轉駁至另一個號碼。"
1220
 
 
1221
 
#: ../plugins/phone//CallForwarding.qml:100
1222
 
msgid "Forward to"
1223
 
msgstr ""
 
1673
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
 
1674
#: ../plugins/time-date//PageComponent.qml:29
 
1675
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:314
 
1676
msgid "Time & Date"
 
1677
msgstr "時間與日期"
 
1678
 
 
1679
#: ../plugins/time-date//PageComponent.qml:53
 
1680
msgid "Time zone:"
 
1681
msgstr "時區:"
 
1682
 
 
1683
#: ../plugins/time-date//PageComponent.qml:68
 
1684
msgid "Set the time and date:"
 
1685
msgstr "設定時間與日期:"
1224
1686
 
1225
1687
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1226
 
#: ../plugins/system-update//PageComponent.qml:35
1227
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:110
 
1688
#: ../plugins/system-update//PageComponent.qml:38
 
1689
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:326
1228
1690
msgid "Updates"
1229
1691
msgstr "更新"
1230
1692
 
1231
 
#: ../plugins/system-update//PageComponent.qml:51
 
1693
#: ../plugins/system-update//PageComponent.qml:117
1232
1694
msgid "Update System"
1233
1695
msgstr ""
1234
1696
 
1235
 
#: ../plugins/system-update//PageComponent.qml:52
 
1697
#: ../plugins/system-update//PageComponent.qml:118
1236
1698
msgid "The phone needs to restart to install the system update."
1237
1699
msgstr ""
1238
1700
 
1239
 
#: ../plugins/system-update//PageComponent.qml:55
 
1701
#: ../plugins/system-update//PageComponent.qml:118
 
1702
msgid "Connect the phone to power before installing the system update."
 
1703
msgstr ""
 
1704
 
 
1705
#: ../plugins/system-update//PageComponent.qml:121
1240
1706
msgid "Install & Restart"
1241
1707
msgstr "安裝並重新啟動"
1242
1708
 
1243
 
#: ../plugins/system-update//PageComponent.qml:64
 
1709
#: ../plugins/system-update//PageComponent.qml:131
1244
1710
msgid "Not Now"
1245
1711
msgstr ""
1246
1712
 
1247
 
#: ../plugins/system-update//PageComponent.qml:70
 
1713
#: ../plugins/system-update//PageComponent.qml:137
1248
1714
msgid "Install"
1249
1715
msgstr ""
1250
1716
 
1251
 
#: ../plugins/system-update//PageComponent.qml:88
 
1717
#: ../plugins/system-update//PageComponent.qml:152
 
1718
msgid "Installation failed"
 
1719
msgstr ""
 
1720
 
 
1721
#: ../plugins/system-update//PageComponent.qml:156
 
1722
#: ../plugins/cellular//Components//SimEditor.qml:200
 
1723
msgid "OK"
 
1724
msgstr ""
 
1725
 
 
1726
#: ../plugins/system-update//PageComponent.qml:176
1252
1727
msgid "Software is up to date"
1253
1728
msgstr ""
1254
1729
 
1255
 
#: ../plugins/system-update//PageComponent.qml:142
1256
 
msgid "Please log into your Ubuntu One account."
1257
 
msgstr ""
1258
 
 
1259
 
#: ../plugins/system-update//PageComponent.qml:157
1260
 
msgid "System update has failed."
1261
 
msgstr ""
1262
 
 
1263
 
#: ../plugins/system-update//PageComponent.qml:168
1264
 
msgid "System update failed."
1265
 
msgstr ""
1266
 
 
1267
 
#: ../plugins/system-update//PageComponent.qml:199
 
1730
#: ../plugins/system-update//PageComponent.qml:235
 
1731
#: ../plugins/system-update//PageComponent.qml:241
 
1732
msgid "Sorry, the system update failed."
 
1733
msgstr ""
 
1734
 
 
1735
#: ../plugins/system-update//PageComponent.qml:254
 
1736
msgid "Restarting…"
 
1737
msgstr ""
 
1738
 
 
1739
#: ../plugins/system-update//PageComponent.qml:298
1268
1740
msgid "Checking for updates…"
1269
1741
msgstr "正在檢查更新..."
1270
1742
 
1271
 
#: ../plugins/system-update//PageComponent.qml:217
1272
 
#, qt-format
1273
 
msgid "Install %1 updates…"
1274
 
msgstr ""
1275
 
 
1276
 
#: ../plugins/system-update//PageComponent.qml:217
1277
 
#, qt-format
1278
 
msgid "Install %1 updates"
1279
 
msgstr ""
1280
 
 
1281
 
#: ../plugins/system-update//PageComponent.qml:218
1282
 
msgid "Pause All"
1283
 
msgstr ""
1284
 
 
1285
 
#: ../plugins/system-update//PageComponent.qml:286
 
1743
#: ../plugins/system-update//PageComponent.qml:298
 
1744
msgid "Connect to the Internet to check for updates"
 
1745
msgstr ""
 
1746
 
 
1747
#: ../plugins/system-update//PageComponent.qml:313
 
1748
#: ../plugins/system-update//PageComponent.qml:471
1286
1749
msgid "Retry"
1287
1750
msgstr "重試"
1288
1751
 
1289
 
#: ../plugins/system-update//PageComponent.qml:302
 
1752
#: ../plugins/system-update//PageComponent.qml:338
 
1753
#, qt-format
 
1754
msgid "Install %1 update…"
 
1755
msgid_plural "Install %1 updates…"
 
1756
msgstr[0] ""
 
1757
msgstr[1] ""
 
1758
 
 
1759
#: ../plugins/system-update//PageComponent.qml:339
 
1760
#, qt-format
 
1761
msgid "Install %1 update"
 
1762
msgid_plural "Install %1 updates"
 
1763
msgstr[0] ""
 
1764
msgstr[1] ""
 
1765
 
 
1766
#: ../plugins/system-update//PageComponent.qml:340
 
1767
msgid "Pause All"
 
1768
msgstr ""
 
1769
 
 
1770
#: ../plugins/system-update//PageComponent.qml:474
 
1771
msgid "Install…"
 
1772
msgstr ""
 
1773
 
 
1774
#: ../plugins/system-update//PageComponent.qml:476
1290
1775
msgid "Download"
1291
1776
msgstr "下載"
1292
1777
 
1293
 
#: ../plugins/system-update//PageComponent.qml:302
 
1778
#: ../plugins/system-update//PageComponent.qml:480
 
1779
msgid "Pause"
 
1780
msgstr ""
 
1781
 
 
1782
#: ../plugins/system-update//PageComponent.qml:482
 
1783
msgid "Resume"
 
1784
msgstr ""
 
1785
 
 
1786
#: ../plugins/system-update//PageComponent.qml:484
1294
1787
msgid "Update"
1295
1788
msgstr ""
1296
1789
 
1297
 
#: ../plugins/system-update//PageComponent.qml:303
1298
 
msgid "Resume"
1299
 
msgstr ""
1300
 
 
1301
 
#: ../plugins/system-update//PageComponent.qml:304
1302
 
msgid "Pause"
1303
 
msgstr ""
1304
 
 
1305
 
#: ../plugins/system-update//PageComponent.qml:363
 
1790
#: ../plugins/system-update//PageComponent.qml:522
1306
1791
msgid "Installing"
1307
1792
msgstr ""
1308
1793
 
1309
 
#: ../plugins/system-update//PageComponent.qml:396
 
1794
#: ../plugins/system-update//PageComponent.qml:524
1310
1795
msgid "Installed"
1311
1796
msgstr ""
1312
1797
 
1313
 
#: ../plugins/system-update//PageComponent.qml:420
 
1798
#: ../plugins/system-update//PageComponent.qml:525
 
1799
msgid "Downloading"
 
1800
msgstr ""
 
1801
 
 
1802
#: ../plugins/system-update//PageComponent.qml:536
 
1803
#, qt-format
 
1804
msgid "%1 of %2"
 
1805
msgstr ""
 
1806
 
 
1807
#: ../plugins/system-update//PageComponent.qml:635
1314
1808
msgid "Version: "
1315
1809
msgstr ""
1316
1810
 
1317
 
#: ../plugins/system-update//PageComponent.qml:445
1318
 
#: ../plugins/system-update//Configuration.qml:30
 
1811
#: ../plugins/system-update//PageComponent.qml:667
 
1812
msgid "Sign in to Ubuntu One to receive updates for apps."
 
1813
msgstr ""
 
1814
 
 
1815
#: ../plugins/system-update//PageComponent.qml:676
 
1816
msgid "Sign In…"
 
1817
msgstr ""
 
1818
 
 
1819
#: ../plugins/system-update//PageComponent.qml:720
 
1820
msgid "Installing update…"
 
1821
msgstr ""
 
1822
 
 
1823
#: ../plugins/system-update//PageComponent.qml:759
 
1824
#: ../plugins/system-update//Configuration.qml:29
1319
1825
msgid "Auto download"
1320
1826
msgstr "自動下載"
1321
1827
 
1322
 
#: ../plugins/system-update//PageComponent.qml:450
 
1828
#: ../plugins/system-update//PageComponent.qml:764
1323
1829
msgid "On wi-fi"
1324
1830
msgstr "當有 Wi-Fi 時"
1325
1831
 
1326
 
#: ../plugins/system-update//PageComponent.qml:452
 
1832
#: ../plugins/system-update//PageComponent.qml:766
1327
1833
msgid "Always"
1328
1834
msgstr "一定"
1329
1835
 
1330
 
#: ../plugins/system-update//PageComponent.qml:502
1331
 
msgid "Credentials not found"
1332
 
msgstr ""
1333
 
 
1334
 
#: ../plugins/system-update//PageComponent.qml:532
1335
 
msgid "Installing update…"
1336
 
msgstr ""
1337
 
 
1338
 
#: ../plugins/system-update//PageComponent.qml:546
 
1836
#: ../plugins/system-update//PageComponent.qml:781
1339
1837
msgid " bytes"
1340
1838
msgstr ""
1341
1839
 
1342
 
#: ../plugins/system-update//PageComponent.qml:549
 
1840
#: ../plugins/system-update//PageComponent.qml:784
1343
1841
msgid " KiB"
1344
1842
msgstr ""
1345
1843
 
1346
 
#: ../plugins/system-update//PageComponent.qml:552
 
1844
#: ../plugins/system-update//PageComponent.qml:787
1347
1845
msgid " MiB"
1348
1846
msgstr ""
1349
1847
 
1350
 
#: ../plugins/system-update//PageComponent.qml:555
 
1848
#: ../plugins/system-update//PageComponent.qml:790
1351
1849
msgid " GiB"
1352
1850
msgstr ""
1353
1851
 
1354
 
#: ../plugins/system-update//Configuration.qml:35
 
1852
#: ../plugins/system-update//Configuration.qml:34
1355
1853
msgid "Download future updates automatically:"
1356
1854
msgstr "自動下載未來更新:"
1357
1855
 
 
1856
#: ../plugins/system-update//Configuration.qml:53
 
1857
msgid "When on wi-fi"
 
1858
msgstr "當有 Wi-Fi 時"
 
1859
 
1358
1860
#: ../plugins/system-update//Configuration.qml:54
1359
 
msgid "When on wi-fi"
1360
 
msgstr "當有 Wi-Fi 時"
1361
 
 
1362
 
#: ../plugins/system-update//Configuration.qml:55
1363
1861
msgid "On any data connection"
1364
1862
msgstr "當有任何數據連線時"
1365
1863
 
1366
 
#: ../plugins/system-update//Configuration.qml:56
 
1864
#: ../plugins/system-update//Configuration.qml:55
1367
1865
msgid "Data charges may apply."
1368
1866
msgstr "可能要數據費。"
1369
1867
 
1370
 
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
1371
 
#: ../plugins/brightness//PageComponent.qml:32
1372
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:130
1373
 
msgid "Brightness"
1374
 
msgstr "亮度"
1375
 
 
1376
 
#: ../plugins/brightness//PageComponent.qml:52
1377
 
msgid "Adjust automatically"
1378
 
msgstr ""
1379
 
 
1380
 
#: ../plugins/brightness//PageComponent.qml:65
1381
 
msgid "Brightens and dims the display to suit the surroundings."
1382
 
msgstr ""
1383
 
 
1384
 
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
1385
 
#: ../plugins/sound//PageComponent.qml:38
1386
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:136
1387
 
msgid "Sound"
1388
 
msgstr "聲音"
1389
 
 
1390
 
#: ../plugins/sound//PageComponent.qml:75
1391
 
msgid "Silent Mode"
1392
 
msgstr ""
1393
 
 
1394
 
#: ../plugins/sound//PageComponent.qml:79
1395
 
msgid "Ringer:"
1396
 
msgstr ""
1397
 
 
1398
 
#: ../plugins/sound//PageComponent.qml:111
1399
 
msgid "Phone calls:"
1400
 
msgstr "通話數:"
1401
 
 
1402
 
#: ../plugins/sound//PageComponent.qml:115
1403
 
#: ../plugins/sound//PageComponent.qml:121
1404
 
msgid "Ringtone"
1405
 
msgstr "鈴聲"
1406
 
 
1407
 
#: ../plugins/sound//PageComponent.qml:134
1408
 
msgid "Vibrate when ringing"
1409
 
msgstr "鈴聲響時震動"
1410
 
 
1411
 
#: ../plugins/sound//PageComponent.qml:143
1412
 
#: ../plugins/sound//PageComponent.qml:178
1413
 
msgid "Vibrate in Silent Mode"
1414
 
msgstr ""
1415
 
 
1416
 
#: ../plugins/sound//PageComponent.qml:147
1417
 
msgid "Messages:"
1418
 
msgstr ""
1419
 
 
1420
 
#: ../plugins/sound//PageComponent.qml:151
1421
 
#: ../plugins/sound//PageComponent.qml:157
1422
 
msgid "Message received"
1423
 
msgstr "收到訊息"
1424
 
 
1425
 
#: ../plugins/sound//PageComponent.qml:169
1426
 
msgid "Vibrate with message sound"
1427
 
msgstr ""
1428
 
 
1429
 
#: ../plugins/sound//PageComponent.qml:182
1430
 
msgid "Other sounds:"
1431
 
msgstr "其他聲音:"
1432
 
 
1433
 
#: ../plugins/sound//PageComponent.qml:200
1434
 
msgid "Lock sound"
1435
 
msgstr "聲音鎖定"
1436
 
 
1437
 
#: ../plugins/sound//SilentModeWarning.qml:31
1438
 
msgid "The phone is in Silent Mode."
1439
 
msgstr "電話現於無聲模式。"
1440
 
 
1441
 
#: ../plugins/sound//SoundsList.qml:59
1442
 
msgid "Stop playing"
1443
 
msgstr "停止播放"
1444
 
 
1445
 
#: ../src/qml/MainWindow.qml:110
1446
 
msgid "System Settings"
1447
 
msgstr "系統設定"
1448
 
 
1449
 
#: ../src/qml/MainWindow.qml:131
 
1868
#: ../plugins/background//Components//AddRemove.qml:52
 
1869
msgid "No images selected"
 
1870
msgstr ""
 
1871
 
 
1872
#: ../plugins/background//Components//AddRemove.qml:65
 
1873
#, qt-format
 
1874
msgid "Remove %1 image"
 
1875
msgid_plural "Remove %1 images"
 
1876
msgstr[0] ""
 
1877
msgstr[1] ""
 
1878
 
 
1879
#: ../plugins/background//Components//AddRemove.qml:80
 
1880
msgid "Add an image…"
 
1881
msgstr ""
 
1882
 
 
1883
#: ../plugins/background//Components//AddRemove.qml:91
 
1884
msgid "Remove images…"
 
1885
msgstr ""
 
1886
 
 
1887
#: ../plugins/cellular//Components//CellularMultiSim.qml:82
 
1888
#: ../plugins/cellular//Components//NoSim.qml:29
 
1889
#: ../plugins/cellular//Components//CellularSingleSim.qml:32
 
1890
msgid "Cellular data:"
 
1891
msgstr ""
 
1892
 
 
1893
#: ../plugins/cellular//Components//CellularMultiSim.qml:138
 
1894
#: ../plugins/cellular//Components//NoSim.qml:32
 
1895
#: ../plugins/cellular//Components//CellularSingleSim.qml:51
 
1896
msgid "2G only (saves battery)"
 
1897
msgstr ""
 
1898
 
 
1899
#: ../plugins/cellular//Components//CellularMultiSim.qml:139
 
1900
#: ../plugins/cellular//Components//CellularSingleSim.qml:52
 
1901
msgid "2G/3G (faster)"
 
1902
msgstr ""
 
1903
 
 
1904
#: ../plugins/cellular//Components//CellularMultiSim.qml:140
 
1905
#: ../plugins/cellular//Components//NoSim.qml:32
 
1906
#: ../plugins/cellular//Components//CellularSingleSim.qml:53
 
1907
msgid "2G/3G/4G (faster)"
 
1908
msgstr ""
 
1909
 
 
1910
#: ../plugins/cellular//Components//CellularMultiSim.qml:182
 
1911
#: ../plugins/cellular//Components//NoSim.qml:37
 
1912
#: ../plugins/cellular//Components//CellularSingleSim.qml:72
 
1913
msgid "Data roaming"
 
1914
msgstr ""
 
1915
 
 
1916
#: ../plugins/cellular//Components//SimEditor.qml:77
 
1917
msgid "Edit SIM Name"
 
1918
msgstr ""
 
1919
 
 
1920
#: ../plugins/cellular//Components//DefaultSim.qml:31
 
1921
msgid "Ask me each time"
 
1922
msgstr ""
 
1923
 
 
1924
#: ../plugins/cellular//Components//DefaultSim.qml:36
 
1925
msgid "For outgoing calls, use:"
 
1926
msgstr ""
 
1927
 
 
1928
#: ../plugins/cellular//Components//DefaultSim.qml:50
 
1929
msgid ""
 
1930
"You can change the SIM for individual calls, or for contacts in the address "
 
1931
"book."
 
1932
msgstr ""
 
1933
 
 
1934
#: ../plugins/cellular//Components//DefaultSim.qml:57
 
1935
msgid "For messages, use:"
 
1936
msgstr ""
 
1937
 
 
1938
#: ../plugins/cellular//Components//MultiSim.qml:42
 
1939
#: ../plugins/cellular//Components//SingleSim.qml:37
 
1940
msgid "Hotspot disabled because Wi-Fi is off."
 
1941
msgstr ""
 
1942
 
 
1943
#: ../plugins/cellular//Components//MultiSim.qml:58
 
1944
#: ../plugins/cellular//Components//SingleSim.qml:52
 
1945
msgid "Data usage statistics"
 
1946
msgstr "數據用量統計"
 
1947
 
 
1948
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:51
 
1949
msgid "Privacy policy"
 
1950
msgstr ""
 
1951
 
 
1952
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:59
 
1953
msgid "Report to Canonical:"
 
1954
msgstr ""
 
1955
 
 
1956
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:73
 
1957
msgid "App crashes and errors"
 
1958
msgstr ""
 
1959
 
 
1960
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:79
 
1961
msgid "Previous error reports"
 
1962
msgstr ""
 
1963
 
 
1964
#: ../plugins/security-privacy//diagnostics//PageComponent.qml:90
 
1965
msgid "Includes info about what an app was doing when it failed."
 
1966
msgstr ""
 
1967
 
 
1968
#: ../src/qml/MainWindow.qml:133
1450
1969
msgid "Search"
1451
1970
msgstr "搜尋"
1452
1971
 
1453
 
#: ../src/qml/MainWindow.qml:150
 
1972
#: ../src/qml/MainWindow.qml:152
1454
1973
msgid "Personal"
1455
1974
msgstr "個人"
1456
1975
 
1457
 
#: ../src/qml/MainWindow.qml:155
 
1976
#: ../src/qml/MainWindow.qml:157
1458
1977
msgid "System"
1459
1978
msgstr "系統"
1460
1979
 
1461
 
#: ../wizard/qml/Components//Page.qml:47
1462
 
msgid "Back"
1463
 
msgstr ""
1464
 
 
1465
 
#: ../wizard/qml/Pages//no-sim.qml:22
1466
 
msgid "No SIM card"
1467
 
msgstr ""
1468
 
 
1469
 
#: ../wizard/qml/Pages//no-sim.qml:57
1470
 
msgid "To use the telephone and SMS features a SIM must be installed."
1471
 
msgstr ""
1472
 
 
1473
 
#: ../wizard/qml/Pages//no-sim.qml:59
1474
 
msgid "Install a SIM before continuing."
1475
 
msgstr ""
1476
 
 
1477
 
#: ../wizard/qml/Pages//no-sim.qml:66 ../wizard/qml/Pages//20-wifi.qml:152
1478
 
msgid "Skip"
1479
 
msgstr ""
1480
 
 
1481
 
#: ../wizard/qml/Pages//30-location.qml:22
1482
 
msgid "Phone settings"
1483
 
msgstr ""
1484
 
 
1485
 
#: ../wizard/qml/Pages//30-location.qml:39
1486
 
msgid ""
1487
 
"Your phone is set up to automatically report errors to Canonical. This can "
1488
 
"be disabled in system settings."
1489
 
msgstr ""
1490
 
 
1491
 
#: ../wizard/qml/Pages//30-location.qml:41
1492
 
msgid ""
1493
 
"Your phone is set up to detect your location. This can be disabled in system "
1494
 
"settings."
1495
 
msgstr ""
1496
 
 
1497
 
#: ../wizard/qml/Pages//30-location.qml:48
1498
 
#: ../wizard/qml/Pages//15-passwd.qml:159 ../wizard/qml/Pages//20-wifi.qml:152
 
1980
#: ../wizard/qml/Pages//30-passwd-type.qml:72
 
1981
msgid "Please select how you’d like to unlock your phone."
 
1982
msgstr ""
 
1983
 
 
1984
#: ../wizard/qml/Pages//30-passwd-type.qml:92
 
1985
msgid "Swipe"
 
1986
msgstr ""
 
1987
 
 
1988
#: ../wizard/qml/Pages//30-passwd-type.qml:93
 
1989
msgid "No security"
 
1990
msgstr ""
 
1991
 
 
1992
#: ../wizard/qml/Pages//30-passwd-type.qml:96
 
1993
msgid "4 numbers"
 
1994
msgstr ""
 
1995
 
 
1996
#: ../wizard/qml/Pages//30-passwd-type.qml:99
 
1997
msgid "Numbers and letters"
 
1998
msgstr ""
 
1999
 
 
2000
#: ../wizard/qml/Pages//30-passwd-type.qml:112
 
2001
#: ../wizard/qml/Pages//40-wifi.qml:196 ../wizard/qml/Pages//10-welcome.qml:85
 
2002
#: ../wizard/qml/Pages//50-location.qml:92
 
2003
#: ../wizard/qml/Pages//60-reporting.qml:48
1499
2004
msgid "Continue"
1500
2005
msgstr "繼續"
1501
2006
 
 
2007
#: ../wizard/qml/Pages//40-wifi.qml:27
 
2008
msgid "Connect to Wi‑Fi"
 
2009
msgstr ""
 
2010
 
 
2011
#: ../wizard/qml/Pages//40-wifi.qml:146
 
2012
msgid "Available networks…"
 
2013
msgstr ""
 
2014
 
 
2015
#: ../wizard/qml/Pages//40-wifi.qml:147
 
2016
msgid "No available networks."
 
2017
msgstr ""
 
2018
 
 
2019
#: ../wizard/qml/Pages//40-wifi.qml:196
 
2020
#: ../wizard/qml/Pages//31-passwd-set.qml:77
 
2021
#: ../wizard/qml/Pages//20-sim.qml:67
 
2022
msgid "Skip"
 
2023
msgstr ""
 
2024
 
 
2025
#: ../wizard/qml/Pages//here-terms.qml:25
 
2026
msgid "Terms & Conditions"
 
2027
msgstr ""
 
2028
 
 
2029
#: ../wizard/qml/Pages//31-passwd-set.qml:48
 
2030
msgid "Enter passphrase"
 
2031
msgstr ""
 
2032
 
 
2033
#: ../wizard/qml/Pages//31-passwd-set.qml:49
 
2034
msgid "Choose your passcode"
 
2035
msgstr ""
 
2036
 
 
2037
#: ../wizard/qml/Pages//31-passwd-set.qml:56
 
2038
msgid "Passphrase must be 4 characters long"
 
2039
msgstr ""
 
2040
 
 
2041
#: ../wizard/qml/Pages//20-sim.qml:23
 
2042
msgid "Add a SIM card and restart your device"
 
2043
msgstr ""
 
2044
 
 
2045
#: ../wizard/qml/Pages//20-sim.qml:53
 
2046
msgid "Without it, you won’t be able to make calls or use text messaging."
 
2047
msgstr ""
 
2048
 
 
2049
#: ../wizard/qml/Pages//passwd-confirm.qml:51
 
2050
msgid "Sorry, incorrect passphrase."
 
2051
msgstr ""
 
2052
 
 
2053
#: ../wizard/qml/Pages//passwd-confirm.qml:51
 
2054
#: ../wizard/qml/Pages//passwd-confirm.qml:52
 
2055
msgid "Please try again."
 
2056
msgstr ""
 
2057
 
 
2058
#: ../wizard/qml/Pages//passwd-confirm.qml:52
 
2059
msgid "Sorry, incorrect passcode."
 
2060
msgstr ""
 
2061
 
1502
2062
#: ../wizard/qml/Pages//80-finished.qml:22
1503
 
msgid "Setup complete"
1504
 
msgstr ""
1505
 
 
1506
 
#: ../wizard/qml/Pages//80-finished.qml:39
1507
 
msgid ""
1508
 
"Welcome to Ubuntu on your phone, brought to you by 1000’s of volunteers and "
1509
 
"the good folks at Canonical."
1510
 
msgstr "歡迎使用您的 Ubuntu 手機,由約一千位志願者和 Canonical 公司的員工爲您帶來。"
1511
 
 
1512
 
#: ../wizard/qml/Pages//80-finished.qml:41
1513
 
msgid "Now you can start using your Ubuntu phone."
1514
 
msgstr ""
1515
 
 
1516
 
#: ../wizard/qml/Pages//80-finished.qml:48
 
2063
msgid "All done"
 
2064
msgstr ""
 
2065
 
 
2066
#: ../wizard/qml/Pages//80-finished.qml:37
 
2067
msgid "Nice work!"
 
2068
msgstr ""
 
2069
 
 
2070
#: ../wizard/qml/Pages//80-finished.qml:44
 
2071
msgid "Your phone is now ready to use."
 
2072
msgstr ""
 
2073
 
 
2074
#: ../wizard/qml/Pages//80-finished.qml:51
1517
2075
msgid "Finish"
1518
2076
msgstr ""
1519
2077
 
1520
 
#: ../wizard/qml/Pages//15-passwd.qml:37
1521
 
msgid "Set lock security"
1522
 
msgstr ""
1523
 
 
1524
 
#: ../wizard/qml/Pages//15-passwd.qml:86
1525
 
msgid "Swipe"
1526
 
msgstr ""
1527
 
 
1528
 
#: ../wizard/qml/Pages//15-passwd.qml:136
1529
 
msgid "Those passcodes don't match."
1530
 
msgstr ""
1531
 
 
1532
 
#: ../wizard/qml/Pages//15-passwd.qml:138
1533
 
msgid "Those passphrases don't match."
1534
 
msgstr ""
1535
 
 
1536
 
#: ../wizard/qml/Pages//15-passwd.qml:146
1537
 
msgid "Passcode must be at least four digits long."
1538
 
msgstr ""
1539
 
 
1540
 
#: ../wizard/qml/Pages//15-passwd.qml:148
1541
 
msgid "Passphrase must be at least four characters long."
1542
 
msgstr ""
1543
 
 
1544
2078
#: ../wizard/qml/Pages//10-welcome.qml:25
1545
 
msgid "Hello"
1546
 
msgstr ""
1547
 
 
1548
 
#: ../wizard/qml/Pages//10-welcome.qml:67
1549
 
msgid "Welcome to your Ubuntu phone. Let’s get started."
1550
 
msgstr "歡迎使用 Ubuntu 手機,我們現在就開始吧。"
1551
 
 
1552
 
#: ../wizard/qml/Pages//10-welcome.qml:72
1553
 
msgid "Select your language"
1554
 
msgstr "請選擇語言"
1555
 
 
1556
 
#: ../wizard/qml/Pages//10-welcome.qml:89
1557
 
msgid "Start"
1558
 
msgstr ""
1559
 
 
1560
 
#: ../wizard/qml/Pages//20-wifi.qml:27
1561
 
msgid "Connect to Wi-Fi"
1562
 
msgstr ""
1563
 
 
1564
 
#: ../wizard/qml/Pages//20-wifi.qml:68
1565
 
msgid "Available networks"
1566
 
msgstr ""
1567
 
 
1568
 
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
1569
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:4
1570
 
msgid "language"
1571
 
msgstr ""
1572
 
 
1573
 
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
1574
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:6
1575
 
msgid "lang"
1576
 
msgstr ""
1577
 
 
1578
 
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
1579
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:8
1580
 
msgid "i18n"
1581
 
msgstr ""
1582
 
 
1583
 
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
1584
 
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
1585
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1586
 
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
1587
 
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
1588
 
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
1589
 
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1590
 
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
1591
 
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
1592
 
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1593
 
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
1594
 
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
1595
 
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
1596
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:10
1597
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:18
1598
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:38
1599
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:44
1600
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:62
1601
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:68
1602
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:86
1603
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:102
1604
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:108
1605
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:118
1606
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:134
1607
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:140
1608
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:148
1609
 
msgid "settings"
1610
 
msgstr ""
1611
 
 
1612
 
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
1613
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:14
1614
 
msgid "security"
1615
 
msgstr ""
1616
 
 
1617
 
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
1618
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:16
1619
 
msgid "privacy"
1620
 
msgstr ""
1621
 
 
1622
 
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
1623
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:20
1624
 
msgid "Flight Mode"
1625
 
msgstr ""
1626
 
 
1627
 
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
1628
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:22
1629
 
msgid "flight"
1630
 
msgstr ""
1631
 
 
1632
 
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
1633
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:24
1634
 
msgid "plane"
1635
 
msgstr ""
1636
 
 
1637
 
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
1638
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:26
1639
 
msgid "offline"
1640
 
msgstr ""
1641
 
 
1642
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1643
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:30
1644
 
msgid "cellular"
1645
 
msgstr ""
1646
 
 
1647
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1648
 
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1649
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:32
1650
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:78
 
2079
msgid "Hi!"
 
2080
msgstr ""
 
2081
 
 
2082
#: ../wizard/qml/Pages//10-welcome.qml:42
 
2083
msgid "Welcome to your Ubuntu phone."
 
2084
msgstr ""
 
2085
 
 
2086
#: ../wizard/qml/Pages//10-welcome.qml:50
 
2087
msgid "Let’s get started."
 
2088
msgstr ""
 
2089
 
 
2090
#. TRANSLATORS: HERE is a trademark for Nokia's location service, you probably shouldn't translate it
 
2091
#: ../wizard/qml/Pages//50-location.qml:58
 
2092
msgid ""
 
2093
"Ubuntu includes location services provided by HERE, enabling apps to "
 
2094
"pinpoint your location."
 
2095
msgstr ""
 
2096
 
 
2097
#: ../wizard/qml/Pages//50-location.qml:64
 
2098
msgid ""
 
2099
"Allow apps to use your mobile and Wi-Fi networks to determine your location."
 
2100
msgstr ""
 
2101
 
 
2102
#. TRANSLATORS: HERE is a trademark for Nokia's location service, you probably shouldn't translate it
 
2103
#: ../wizard/qml/Pages//50-location.qml:74
 
2104
msgid ""
 
2105
"Accept the HERE <a href='terms.qml'>terms and conditions</a> to enable these "
 
2106
"services."
 
2107
msgstr ""
 
2108
 
 
2109
#: ../wizard/qml/Pages//50-location.qml:85
 
2110
msgid ""
 
2111
"This service can be disabled at any time from the <b>System Settings</b> "
 
2112
"menu."
 
2113
msgstr ""
 
2114
 
 
2115
#: ../wizard/qml/Pages//60-reporting.qml:22
 
2116
msgid "Improving your experience"
 
2117
msgstr ""
 
2118
 
 
2119
#: ../wizard/qml/Pages//60-reporting.qml:34
 
2120
msgid ""
 
2121
"Your phone is set up to automatically report errors to Canonical and its "
 
2122
"partners, the makers of the operating system."
 
2123
msgstr ""
 
2124
 
 
2125
#: ../wizard/qml/Pages//60-reporting.qml:41
 
2126
msgid ""
 
2127
"This can be disabled in <b>System Settings</b> under <b>Security &amp; "
 
2128
"Privacy</b>"
 
2129
msgstr ""
 
2130
 
 
2131
#: ../wizard/qml/Components//Page.qml:89
 
2132
msgid "Back"
 
2133
msgstr ""
 
2134
 
 
2135
#: ../wizard/qml/Components//StackButton.qml:40
 
2136
#, qt-format
 
2137
msgid "〈  %1"
 
2138
msgstr ""
 
2139
 
 
2140
#: ../wizard/qml/Components//StackButton.qml:43
 
2141
#, qt-format
 
2142
msgid "%1  〉"
 
2143
msgstr ""
 
2144
 
 
2145
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2146
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:4
 
2147
msgid "appearance"
 
2148
msgstr ""
 
2149
 
 
2150
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2151
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:6
 
2152
msgid "background"
 
2153
msgstr ""
 
2154
 
 
2155
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2156
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:8
 
2157
msgid "wallpaper"
 
2158
msgstr ""
 
2159
 
 
2160
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2161
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:10
 
2162
msgid "art"
 
2163
msgstr ""
 
2164
 
 
2165
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2166
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:12
 
2167
msgid "photo"
 
2168
msgstr ""
 
2169
 
 
2170
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2171
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:14
 
2172
msgid "picture"
 
2173
msgstr ""
 
2174
 
 
2175
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
 
2176
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:16
 
2177
msgid "image"
 
2178
msgstr ""
 
2179
 
 
2180
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
 
2181
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:18
 
2182
msgid "Accessibility"
 
2183
msgstr "無障礙"
 
2184
 
 
2185
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
 
2186
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:20
 
2187
msgid "accessibility"
 
2188
msgstr ""
 
2189
 
 
2190
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
 
2191
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:22
 
2192
msgid "a11y"
 
2193
msgstr ""
 
2194
 
 
2195
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2196
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2197
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2198
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:26
 
2199
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:174
 
2200
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:216
1651
2201
msgid "network"
1652
2202
msgstr ""
1653
2203
 
1654
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1655
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:34
1656
 
msgid "mobile"
1657
 
msgstr ""
1658
 
 
1659
 
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
1660
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:36
1661
 
msgid "gsm"
1662
 
msgstr ""
1663
 
 
 
2204
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1664
2205
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
1665
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:42
1666
 
msgid "bluetooth"
1667
 
msgstr ""
1668
 
 
1669
 
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
1670
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:48
1671
 
msgid "about"
1672
 
msgstr ""
1673
 
 
1674
 
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
1675
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:50
1676
 
msgid "device"
1677
 
msgstr ""
1678
 
 
1679
 
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
1680
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:52
1681
 
msgid "info"
1682
 
msgstr ""
1683
 
 
1684
 
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
1685
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:56
1686
 
msgid "time"
1687
 
msgstr ""
1688
 
 
1689
 
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
1690
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:58
1691
 
msgid "date"
1692
 
msgstr ""
1693
 
 
1694
 
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
1695
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:60
1696
 
msgid "timezone"
1697
 
msgstr ""
1698
 
 
1699
 
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
1700
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:66
1701
 
msgid "reset"
1702
 
msgstr ""
1703
 
 
1704
 
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
1705
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:72
1706
 
msgid "battery"
1707
 
msgstr ""
1708
 
 
1709
 
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
1710
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:74
1711
 
msgid "power"
1712
 
msgstr ""
1713
 
 
1714
 
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1715
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:80
 
2206
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:28
 
2207
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:270
1716
2208
msgid "wireless"
1717
2209
msgstr ""
1718
2210
 
1719
2211
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1720
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:82
 
2212
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:30
1721
2213
msgid "wifi"
1722
2214
msgstr ""
1723
2215
 
1724
2216
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
1725
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:84
 
2217
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:32
1726
2218
msgid "wi-fi"
1727
2219
msgstr ""
1728
2220
 
1729
 
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
1730
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:90
1731
 
msgid "appearance"
1732
 
msgstr ""
1733
 
 
1734
 
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
1735
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:92
1736
 
msgid "background"
1737
 
msgstr ""
1738
 
 
1739
 
#. TRANSLATORS: This is a keyword or name for the background plugin which is used while searching
1740
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:94
1741
 
msgid "wallpaper"
 
2221
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2222
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2223
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:34
 
2224
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:272
 
2225
msgid "connect"
 
2226
msgstr ""
 
2227
 
 
2228
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2229
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2230
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:36
 
2231
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:274
 
2232
msgid "disconnect"
 
2233
msgstr ""
 
2234
 
 
2235
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2236
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:38
 
2237
msgid "hidden"
 
2238
msgstr ""
 
2239
 
 
2240
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2241
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:40
 
2242
msgid "ip"
 
2243
msgstr ""
 
2244
 
 
2245
#. TRANSLATORS: This is a keyword or name for the wifi plugin which is used while searching
 
2246
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2247
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:42
 
2248
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:294
 
2249
msgid "address"
1742
2250
msgstr ""
1743
2251
 
1744
2252
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2253
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
1745
2254
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1746
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:98
1747
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:114
 
2255
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:46
 
2256
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:302
 
2257
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:330
1748
2258
msgid "software"
1749
2259
msgstr ""
1750
2260
 
1751
2261
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
1752
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:100
 
2262
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:48
1753
2263
msgid "notifications"
1754
2264
msgstr ""
1755
2265
 
1756
 
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
1757
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:106
 
2266
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2267
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
 
2268
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2269
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:50
 
2270
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:252
 
2271
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:334
 
2272
msgid "apps"
 
2273
msgstr ""
 
2274
 
 
2275
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2276
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:52
 
2277
msgid "authorize"
 
2278
msgstr ""
 
2279
 
 
2280
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2281
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:54
 
2282
msgid "alerts"
 
2283
msgstr ""
 
2284
 
 
2285
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2286
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:56
 
2287
msgid "permissions"
 
2288
msgstr ""
 
2289
 
 
2290
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2291
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:58
 
2292
msgid "badges"
 
2293
msgstr ""
 
2294
 
 
2295
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2296
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:60
 
2297
msgid "facebook"
 
2298
msgstr ""
 
2299
 
 
2300
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2301
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:62
 
2302
msgid "twitter"
 
2303
msgstr ""
 
2304
 
 
2305
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2306
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:64
 
2307
msgid "flickr"
 
2308
msgstr ""
 
2309
 
 
2310
#. TRANSLATORS: This is a keyword or name for the notifications plugin which is used while searching
 
2311
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:66
 
2312
msgid "gmail"
 
2313
msgstr ""
 
2314
 
 
2315
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2316
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:70
 
2317
msgid "sound"
 
2318
msgstr ""
 
2319
 
 
2320
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2321
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:72
 
2322
msgid "silent"
 
2323
msgstr ""
 
2324
 
 
2325
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2326
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:74
 
2327
msgid "ringtone"
 
2328
msgstr ""
 
2329
 
 
2330
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2331
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:76
 
2332
msgid "vibrate"
 
2333
msgstr ""
 
2334
 
 
2335
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2336
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2337
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:78
 
2338
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:152
 
2339
msgid "dialpad"
 
2340
msgstr ""
 
2341
 
 
2342
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2343
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:80
 
2344
msgid "message"
 
2345
msgstr ""
 
2346
 
 
2347
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2348
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2349
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:82
 
2350
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:118
 
2351
msgid "keyboard"
 
2352
msgstr ""
 
2353
 
 
2354
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
 
2355
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:84
 
2356
msgid "volume"
 
2357
msgstr ""
 
2358
 
 
2359
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
2360
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:88
 
2361
msgid "reset"
 
2362
msgstr ""
 
2363
 
 
2364
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
2365
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:90
 
2366
msgid "erase"
 
2367
msgstr ""
 
2368
 
 
2369
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
2370
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:92
 
2371
msgid "factory"
 
2372
msgstr ""
 
2373
 
 
2374
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
2375
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:94
 
2376
msgid "clear"
 
2377
msgstr ""
 
2378
 
 
2379
#. TRANSLATORS: This is a keyword or name for the reset plugin which is used while searching
 
2380
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:96
 
2381
msgid "restore"
 
2382
msgstr ""
 
2383
 
 
2384
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2385
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:100
 
2386
msgid "battery"
 
2387
msgstr ""
 
2388
 
 
2389
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2390
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:102
 
2391
msgid "power"
 
2392
msgstr ""
 
2393
 
 
2394
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2395
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:104
 
2396
msgid "charge"
 
2397
msgstr ""
 
2398
 
 
2399
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2400
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:106
 
2401
msgid "idle"
 
2402
msgstr ""
 
2403
 
 
2404
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2405
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2406
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
 
2407
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:108
 
2408
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:224
 
2409
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:248
 
2410
msgid "lock"
 
2411
msgstr ""
 
2412
 
 
2413
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2414
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:110
 
2415
msgid "disable"
 
2416
msgstr ""
 
2417
 
 
2418
#. TRANSLATORS: This is a keyword or name for the battery plugin which is used while searching
 
2419
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:112
 
2420
msgid "enable"
 
2421
msgstr ""
 
2422
 
 
2423
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2424
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:116
 
2425
msgid "language"
 
2426
msgstr ""
 
2427
 
 
2428
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2429
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:120
 
2430
msgid "spellcheck"
 
2431
msgstr ""
 
2432
 
 
2433
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2434
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
2435
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
 
2436
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2437
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:122
 
2438
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:166
 
2439
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:322
 
2440
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:336
 
2441
msgid "automatic"
 
2442
msgstr ""
 
2443
 
 
2444
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2445
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:124
 
2446
msgid "correct"
 
2447
msgstr ""
 
2448
 
 
2449
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2450
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:126
 
2451
msgid "suggestions"
 
2452
msgstr ""
 
2453
 
 
2454
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2455
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:128
 
2456
msgid "capitalization"
 
2457
msgstr ""
 
2458
 
 
2459
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2460
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:130
 
2461
msgid "punctuation"
 
2462
msgstr ""
 
2463
 
 
2464
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2465
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:132
 
2466
msgid "layout"
 
2467
msgstr ""
 
2468
 
 
2469
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2470
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
2471
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:134
 
2472
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:162
 
2473
msgid "display"
 
2474
msgstr ""
 
2475
 
 
2476
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2477
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:136
 
2478
msgid "words"
 
2479
msgstr ""
 
2480
 
 
2481
#. TRANSLATORS: This is a keyword or name for the language plugin which is used while searching
 
2482
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:138
 
2483
msgid "vibration"
 
2484
msgstr ""
 
2485
 
 
2486
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2487
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2488
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:142
 
2489
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:286
1758
2490
msgid "phone"
1759
2491
msgstr ""
1760
2492
 
1761
 
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1762
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:112
1763
 
msgid "system"
1764
 
msgstr ""
1765
 
 
1766
 
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
1767
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:116
1768
 
msgid "update"
1769
 
msgstr ""
1770
 
 
1771
 
#. TRANSLATORS: This is a keyword or name for the update-notification plugin which is used while searching
1772
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:120
1773
 
msgid "Updates available"
 
2493
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2494
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:144
 
2495
msgid "services"
 
2496
msgstr ""
 
2497
 
 
2498
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2499
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:146
 
2500
msgid "forwarding"
 
2501
msgstr ""
 
2502
 
 
2503
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2504
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:148
 
2505
msgid "waiting"
 
2506
msgstr ""
 
2507
 
 
2508
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2509
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:150
 
2510
msgid "call"
 
2511
msgstr ""
 
2512
 
 
2513
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2514
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:154
 
2515
msgid "shortcuts"
 
2516
msgstr ""
 
2517
 
 
2518
#. TRANSLATORS: This is a keyword or name for the phone plugin which is used while searching
 
2519
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:156
 
2520
msgid "numbers"
 
2521
msgstr ""
 
2522
 
 
2523
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
2524
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:160
 
2525
msgid "brightness"
 
2526
msgstr ""
 
2527
 
 
2528
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
2529
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
 
2530
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:164
 
2531
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:250
 
2532
msgid "screen"
 
2533
msgstr ""
 
2534
 
 
2535
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
 
2536
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:168
 
2537
msgid "adjust"
 
2538
msgstr ""
 
2539
 
 
2540
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2541
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:172
 
2542
msgid "cellular"
 
2543
msgstr ""
 
2544
 
 
2545
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2546
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:176
 
2547
msgid "mobile"
 
2548
msgstr ""
 
2549
 
 
2550
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2551
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:178
 
2552
msgid "gsm"
 
2553
msgstr ""
 
2554
 
 
2555
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2556
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:180
 
2557
msgid "data"
 
2558
msgstr ""
 
2559
 
 
2560
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2561
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:182
 
2562
msgid "carrier"
 
2563
msgstr ""
 
2564
 
 
2565
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2566
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:184
 
2567
msgid "4g"
 
2568
msgstr ""
 
2569
 
 
2570
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2571
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:186
 
2572
msgid "3g"
 
2573
msgstr ""
 
2574
 
 
2575
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2576
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:188
 
2577
msgid "2g"
 
2578
msgstr ""
 
2579
 
 
2580
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2581
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:190
 
2582
msgid "lte"
 
2583
msgstr ""
 
2584
 
 
2585
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2586
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:192
 
2587
msgid "apn"
 
2588
msgstr ""
 
2589
 
 
2590
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2591
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:194
 
2592
msgid "roam"
 
2593
msgstr ""
 
2594
 
 
2595
#. TRANSLATORS: This is a keyword or name for the cellular plugin which is used while searching
 
2596
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2597
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:196
 
2598
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:226
 
2599
msgid "sim"
1774
2600
msgstr ""
1775
2601
 
1776
2602
#. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
1777
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:122
 
2603
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:198
1778
2604
msgid "Example"
1779
2605
msgstr "例子"
1780
2606
 
1781
2607
#. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
1782
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:124
 
2608
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:200
1783
2609
msgid "example"
1784
2610
msgstr ""
1785
2611
 
1786
2612
#. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
1787
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:126
 
2613
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:202
1788
2614
msgid "test"
1789
2615
msgstr ""
1790
2616
 
1791
2617
#. TRANSLATORS: This is a keyword or name for the example plugin which is used while searching
1792
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:128
 
2618
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:204
1793
2619
msgid "sample"
1794
2620
msgstr ""
1795
2621
 
1796
 
#. TRANSLATORS: This is a keyword or name for the brightness plugin which is used while searching
1797
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:132
1798
 
msgid "brightness"
1799
 
msgstr ""
1800
 
 
1801
 
#. TRANSLATORS: This is a keyword or name for the sound plugin which is used while searching
1802
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:138
1803
 
msgid "sound"
1804
 
msgstr ""
1805
 
 
1806
 
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
1807
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:142
1808
 
msgid "Accessibility"
1809
 
msgstr "無障礙"
1810
 
 
1811
 
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
1812
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:144
1813
 
msgid "accessibility"
1814
 
msgstr ""
1815
 
 
1816
 
#. TRANSLATORS: This is a keyword or name for the accessibility plugin which is used while searching
1817
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:146
1818
 
msgid "a11y"
 
2622
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2623
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:206
 
2624
msgid "Flight Mode"
 
2625
msgstr ""
 
2626
 
 
2627
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2628
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:208
 
2629
msgid "flight"
 
2630
msgstr ""
 
2631
 
 
2632
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2633
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:210
 
2634
msgid "plane"
 
2635
msgstr ""
 
2636
 
 
2637
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2638
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:212
 
2639
msgid "offline"
 
2640
msgstr ""
 
2641
 
 
2642
#. TRANSLATORS: This is a keyword or name for the flight-mode plugin which is used while searching
 
2643
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:214
 
2644
msgid "airplane"
 
2645
msgstr ""
 
2646
 
 
2647
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2648
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:220
 
2649
msgid "security"
 
2650
msgstr ""
 
2651
 
 
2652
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2653
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:222
 
2654
msgid "privacy"
 
2655
msgstr ""
 
2656
 
 
2657
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2658
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:228
 
2659
msgid "pin"
 
2660
msgstr ""
 
2661
 
 
2662
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2663
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:230
 
2664
msgid "code"
 
2665
msgstr ""
 
2666
 
 
2667
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2668
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:232
 
2669
msgid "password"
 
2670
msgstr ""
 
2671
 
 
2672
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2673
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:234
 
2674
msgid "passphrase"
 
2675
msgstr ""
 
2676
 
 
2677
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2678
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:236
 
2679
msgid "swipe"
 
2680
msgstr ""
 
2681
 
 
2682
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2683
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:238
 
2684
msgid "allow"
 
2685
msgstr ""
 
2686
 
 
2687
#. TRANSLATORS: This is a keyword or name for the security-privacy plugin which is used while searching
 
2688
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:240
 
2689
msgid "access"
1819
2690
msgstr ""
1820
2691
 
1821
2692
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
1822
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:150
 
2693
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:242
1823
2694
msgid "Orientation Lock"
1824
2695
msgstr ""
1825
2696
 
1826
2697
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
1827
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:152
 
2698
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:244
1828
2699
msgid "rotation"
1829
2700
msgstr ""
1830
2701
 
1831
2702
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
1832
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:154
 
2703
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:246
1833
2704
msgid "orientation"
1834
2705
msgstr ""
1835
2706
 
1836
 
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
1837
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:156
1838
 
msgid "lock"
1839
 
msgstr ""
1840
 
 
1841
 
#. TRANSLATORS: This is a keyword or name for the orientation-lock plugin which is used while searching
1842
 
#: /home/elopio/workspace/canonical/ubuntu-system-settings/bugs/fix1357605-translations/builddir/po/settings.js:158
1843
 
msgid "screen"
1844
 
msgstr ""
1845
 
 
1846
 
#: ../push-helper/software-updates-helper.py:78
 
2707
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2708
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:256
 
2709
msgid "bluetooth"
 
2710
msgstr ""
 
2711
 
 
2712
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2713
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:258
 
2714
msgid "headset"
 
2715
msgstr ""
 
2716
 
 
2717
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2718
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:260
 
2719
msgid "pair"
 
2720
msgstr ""
 
2721
 
 
2722
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2723
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2724
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:262
 
2725
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:282
 
2726
msgid "device"
 
2727
msgstr ""
 
2728
 
 
2729
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2730
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:264
 
2731
msgid "discover"
 
2732
msgstr ""
 
2733
 
 
2734
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2735
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:266
 
2736
msgid "car"
 
2737
msgstr ""
 
2738
 
 
2739
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2740
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:268
 
2741
msgid "handsfree"
 
2742
msgstr ""
 
2743
 
 
2744
#. TRANSLATORS: This is a keyword or name for the bluetooth plugin which is used while searching
 
2745
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:276
 
2746
msgid "stereo"
 
2747
msgstr ""
 
2748
 
 
2749
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2750
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:280
 
2751
msgid "about"
 
2752
msgstr ""
 
2753
 
 
2754
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2755
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:284
 
2756
msgid "info"
 
2757
msgstr ""
 
2758
 
 
2759
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2760
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:288
 
2761
msgid "number"
 
2762
msgstr ""
 
2763
 
 
2764
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2765
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:290
 
2766
msgid "imei"
 
2767
msgstr ""
 
2768
 
 
2769
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2770
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:292
 
2771
msgid "serial"
 
2772
msgstr ""
 
2773
 
 
2774
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2775
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:296
 
2776
msgid "mac"
 
2777
msgstr ""
 
2778
 
 
2779
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2780
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:298
 
2781
msgid "licenses"
 
2782
msgstr ""
 
2783
 
 
2784
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2785
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:300
 
2786
msgid "developer"
 
2787
msgstr ""
 
2788
 
 
2789
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2790
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:304
 
2791
msgid "storage"
 
2792
msgstr ""
 
2793
 
 
2794
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2795
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:306
 
2796
msgid "disk"
 
2797
msgstr ""
 
2798
 
 
2799
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2800
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:308
 
2801
msgid "space"
 
2802
msgstr ""
 
2803
 
 
2804
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2805
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:310
 
2806
msgid "version"
 
2807
msgstr ""
 
2808
 
 
2809
#. TRANSLATORS: This is a keyword or name for the about plugin which is used while searching
 
2810
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:312
 
2811
msgid "revision"
 
2812
msgstr ""
 
2813
 
 
2814
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
 
2815
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:316
 
2816
msgid "time"
 
2817
msgstr ""
 
2818
 
 
2819
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
 
2820
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:318
 
2821
msgid "date"
 
2822
msgstr ""
 
2823
 
 
2824
#. TRANSLATORS: This is a keyword or name for the time-date plugin which is used while searching
 
2825
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:320
 
2826
msgid "timezone"
 
2827
msgstr ""
 
2828
 
 
2829
#. TRANSLATORS: This is a keyword or name for the update-notification plugin which is used while searching
 
2830
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:324
 
2831
msgid "Updates available"
 
2832
msgstr ""
 
2833
 
 
2834
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2835
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:328
 
2836
msgid "system"
 
2837
msgstr ""
 
2838
 
 
2839
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2840
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:332
 
2841
msgid "update"
 
2842
msgstr ""
 
2843
 
 
2844
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2845
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:338
 
2846
msgid "download"
 
2847
msgstr ""
 
2848
 
 
2849
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2850
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:340
 
2851
msgid "upgrade"
 
2852
msgstr ""
 
2853
 
 
2854
#. TRANSLATORS: This is a keyword or name for the system-update plugin which is used while searching
 
2855
#: /home/elopio/workspace/canonical/ubuntu-system-settings/experimental/update-pot/builddir/po/settings.js:342
 
2856
msgid "click"
 
2857
msgstr ""
 
2858
 
 
2859
#: ../plugins/security-privacy//securityprivacy.cpp:318
 
2860
msgid "Incorrect passcode. Try again."
 
2861
msgstr ""
 
2862
 
 
2863
#: ../plugins/security-privacy//securityprivacy.cpp:320
 
2864
msgid "Incorrect passphrase. Try again."
 
2865
msgstr ""
 
2866
 
 
2867
#: ../plugins/security-privacy//securityprivacy.cpp:323
 
2868
msgid "Could not set security mode"
 
2869
msgstr ""
 
2870
 
 
2871
#: ../plugins/security-privacy//securityprivacy.cpp:372
 
2872
msgid "Could not set security display hint"
 
2873
msgstr ""
 
2874
 
 
2875
#: ../plugins/security-privacy//securityprivacy.cpp:383
 
2876
msgid "Authentication token manipulation error"
 
2877
msgstr ""
 
2878
 
 
2879
#: ../plugins/about//click.cpp:171
 
2880
msgid "Unknown title"
 
2881
msgstr ""
 
2882
 
 
2883
#: ../plugins/system-update//system_update.cpp:96
 
2884
msgid "Can't cancel current request (can't contact service)"
 
2885
msgstr ""
 
2886
 
 
2887
#: ../plugins/system-update//system_update.cpp:102
 
2888
msgid "Can't pause current request (can't contact service)"
 
2889
msgstr ""
 
2890
 
 
2891
#: ../push-helper/software_updates_helper.py:150
1847
2892
msgid "There's an updated system image."
1848
2893
msgstr ""
1849
2894
 
1850
 
#: ../push-helper/software-updates-helper.py:79
 
2895
#: ../push-helper/software_updates_helper.py:151
1851
2896
msgid "Tap to open the system updater."
1852
2897
msgstr ""
 
2898
 
 
2899
#~ msgid "Searching"
 
2900
#~ msgstr "正在搜尋"
 
2901
 
 
2902
#~ msgid "Refresh"
 
2903
#~ msgstr "刷新"