blob: d7332a302b99a36244a160d69b6e82b31b66430c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
saved-logins =
.title = 已保存的登录信息
window-close =
.key = w
focus-search-primary-shortcut =
.key = f
focus-search-alt-shortcut =
.key = k
copy-provider-url-cmd =
.label = 复制网址
.accesskey = y
copy-username-cmd =
.label = 复制用户名
.accesskey = U
edit-username-cmd =
.label = 编辑用户名
.accesskey = d
copy-password-cmd =
.label = 复制密码
.accesskey = C
edit-password-cmd =
.label = 编辑密码
.accesskey = E
search-filter =
.accesskey = S
.placeholder = 搜索
column-heading-provider =
.label = 服务商
column-heading-username =
.label = 用户名
column-heading-password =
.label = 密码
column-heading-time-created =
.label = 首次使用
column-heading-time-last-used =
.label = 上次使用
column-heading-time-password-changed =
.label = 上次更改
column-heading-times-used =
.label = 使用次数
remove =
.label = 移除
.accesskey = R
import =
.label = 导入…
.accesskey = I
password-close-button =
.label = 关闭
.accesskey = C
show-passwords =
.label = 显示密码
.accesskey = P
hide-passwords =
.label = 隐藏密码
.accesskey = P
logins-description-all = 您的计算机上存储了下列服务商的登录信息
logins-description-filtered = 下列登录信息符合您的搜索条件:
remove-all =
.label = 全部移除
.accesskey = A
remove-all-shown =
.label = 移除全部显示项目
.accesskey = A
remove-all-passwords-prompt = 您确定要移除所有密码吗?
remove-all-passwords-title = 移除所有密码
no-master-password-prompt = 您确定要显示密码吗?
## OS Authentication dialog
# This message can be seen by trying to show or copy the passwords.
password-os-auth-dialog-message = 验证您的身份以显示存放的密码。
# This message can be seen by trying to show or copy the passwords.
# The macOS strings are preceded by the operating system with "Thunderbird is trying to "
# and includes subtitle of "Enter password for the user "xxx" to allow this." These
# notes are only valid for English. Please test in your locale.
password-os-auth-dialog-message-macosx = 显示存放的密码
# Don't change this label.
password-os-auth-dialog-caption = { -brand-full-name }
|