session-desktop/_locales/zh_CN/messages.json

1349 lines
52 KiB
JSON
Raw Normal View History

2016-03-03 15:45:08 +01:00
{
2017-06-21 03:41:10 +02:00
"scrollDown": {
"message": "滚动到对话的底部",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
},
"importChooserTitle": {
"message": "选择包含导出数据的文件夹",
"description": "Title of the popup window used to select data previously exported"
},
2016-10-07 12:13:47 +02:00
"timerOption_10_seconds": {
2017-05-01 19:39:02 +02:00
"message": "10秒",
2016-10-07 12:13:47 +02:00
"description": "Label for a selectable option in the message expiration timer menu"
},
"view": {
2017-09-15 01:34:13 +02:00
"message": "查看",
"description": "Used as a label on a button allowing user to see more information"
},
2018-07-18 19:47:58 +02:00
"appMenuHideOthers": {
"message": "隐藏其它",
"description": "Application menu command to hide all other windows"
},
2018-05-02 18:29:36 +02:00
"linkedDevices": {
"message": "已关联的设备",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"yesterday": {
"message": "昨天",
2018-05-02 18:29:36 +02:00
"description": "Section header in the media gallery"
},
"replyingToYourself": {
"message": "回复您自己",
2018-05-02 18:29:36 +02:00
"description": "Shown in iOS theme when you quote yourself"
},
"documents": {
"message": "文档",
2018-05-02 18:29:36 +02:00
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
},
"upgradingDatabase": {
"message": "更新数据库。这可能需要一点时间...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
2016-06-30 03:12:20 +02:00
"lastSynced": {
2017-05-01 19:39:02 +02:00
"message": "最后一次导入于",
2016-06-30 03:12:20 +02:00
"description": "Label for date and time of last sync operation"
},
2017-04-16 08:51:10 +02:00
"attemptingReconnection": {
2017-05-01 19:39:02 +02:00
"message": "在 $reconnect_duration_in_seconds$ 秒后尝试重新连接",
2017-04-16 08:51:10 +02:00
"description": "",
"placeholders": {
"reconnect_duration_in_seconds": {
"content": "$1",
"example": "10"
}
}
},
2018-05-02 18:29:36 +02:00
"thisMonth": {
"message": "本月",
2018-05-02 18:29:36 +02:00
"description": "Section header in the media gallery"
},
2016-03-03 15:45:08 +01:00
"unsupportedAttachment": {
2017-05-01 19:39:02 +02:00
"message": "不支持的附件类型,点击保存。",
2016-03-03 15:45:08 +01:00
"description": "Displayed for incoming unsupported attachment"
},
"showSafetyNumber": {
2017-09-15 01:34:13 +02:00
"message": "展示安全码",
"description": ""
},
2017-06-21 03:41:10 +02:00
"androidMessageLengthWarning": {
"message": "Android客户端仅能接收此消息的前2000个字符",
"description": "Warning that long messages could not get received completely by Android clients."
},
"leftTheGroup": {
2018-07-18 19:47:58 +02:00
"message": "$name$离开了群聊",
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2016-10-07 12:13:47 +02:00
"youChangedTheTimer": {
2018-07-18 19:47:58 +02:00
"message": "您已将阅后即焚的倒计时时长度设为$time$",
2016-10-07 12:13:47 +02:00
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
2016-03-03 15:45:08 +01:00
"settings": {
2017-05-01 19:39:02 +02:00
"message": "设置",
2016-03-03 15:45:08 +01:00
"description": "Menu item and header for global settings"
},
2016-10-07 12:13:47 +02:00
"timerOption_5_seconds_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "5秒",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-05-02 18:29:36 +02:00
"importCompleteHeader": {
"message": "成功!",
"description": "Header shown on the screen at the end of a successful import process"
2016-03-03 15:45:08 +01:00
},
2016-08-11 21:22:17 +02:00
"timestamp_m": {
2017-05-01 19:39:02 +02:00
"message": "1分钟",
2016-08-18 20:17:20 +02:00
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 21:22:17 +02:00
},
2018-05-02 18:29:36 +02:00
"deviceName": {
"message": "设备名称",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"address": {
"message": "地址",
"description": "Generic label shown if contact address has custom type but no label"
},
"debugLog": {
"message": "调试日志",
2018-05-02 18:29:36 +02:00
"description": "View menu item to open the debug log (title case)"
},
2016-03-03 15:45:08 +01:00
"gotIt": {
2017-05-01 19:39:02 +02:00
"message": "了解",
2016-03-17 23:05:27 +01:00
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-03-03 15:45:08 +01:00
},
2018-07-18 19:47:58 +02:00
"appMenuQuit": {
"message": "退出 Signal",
"description": "Application menu command to close the application"
},
2016-10-07 12:13:47 +02:00
"disappearingMessages": {
2017-05-01 19:39:02 +02:00
"message": "阅后即焚",
2016-10-07 12:13:47 +02:00
"description": "Conversation menu option to enable disappearing messages"
},
2018-07-18 19:47:58 +02:00
"editMenuCut": {
"message": "剪切",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
"deleteWarning": {
"message": "您确定吗?点击“删除”会从此设备上永久删除这条消息。",
"description": ""
},
2018-07-18 19:47:58 +02:00
"verifyNewNumber": {
"message": "验证新安全码",
"description": "Label on button included with safety number change notification in the conversation"
},
2016-04-03 23:33:07 +02:00
"showMore": {
2017-05-01 19:39:02 +02:00
"message": "更多",
2016-04-03 23:33:07 +02:00
"description": "Displays the details of a key change"
},
"verifyHelp": {
"message": "如果您想要确认与$name$端对端加密是否安全,请将以上数字和对方设备的数字进行比对。",
"description": "",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"membersNeedingVerification": {
"message": "自上次验证以来,您与多位群组成员的安全码已发生改变。点击一个群组成员可查看您与他们的新安全码。",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
2016-10-07 12:13:47 +02:00
"timerOption_5_minutes_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "5分钟",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2016-03-03 15:45:08 +01:00
"unsupportedFileType": {
2017-05-01 19:39:02 +02:00
"message": "尚未支持该文件类型",
2016-03-03 15:45:08 +01:00
"description": "Displayed for outgoing unsupported attachment"
},
"quit": {
"message": "退出",
"description": "Command in the tray icon menu, to quit the application"
},
2017-05-16 20:56:33 +02:00
"clickToSave": {
2017-06-21 03:41:10 +02:00
"message": "单击保存",
2017-05-16 20:56:33 +02:00
"description": "Hover text for attachment filenames"
},
2017-06-21 03:41:10 +02:00
"messagesBelow": {
"message": "下面的新消息",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
2018-07-18 19:47:58 +02:00
"editMenuSelectAll": {
"message": "全选",
"description": "Edit menu comand to select all of the text in selected text box"
},
2016-03-03 15:45:08 +01:00
"resetSession": {
2017-05-01 19:39:02 +02:00
"message": "重置会话",
2016-03-17 23:05:27 +01:00
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-03-03 15:45:08 +01:00
},
2018-05-02 18:29:36 +02:00
"replyingToYou": {
"message": "给您的回复",
2018-05-02 18:29:36 +02:00
"description": "Shown in iOS theme when someone else quotes a message from you"
},
"you": {
"message": "您",
"description": "In Android theme, shown in quote if you or someone else replies to you"
},
2017-04-16 08:51:10 +02:00
"offline": {
2017-05-01 19:39:02 +02:00
"message": "离线",
2017-06-21 03:41:10 +02:00
"description": "Displayed when the desktop client has no network connection."
2017-04-16 08:51:10 +02:00
},
"hideMenuBar": {
"message": "隐藏菜单栏",
"description": "Label text for menu bar visibility setting"
},
2016-03-03 15:45:08 +01:00
"welcomeToSignal": {
2017-05-01 19:39:02 +02:00
"message": "欢迎来到Signal",
2016-03-03 15:45:08 +01:00
"description": ""
},
2017-04-16 08:51:10 +02:00
"checkNetworkConnection": {
2017-05-01 19:39:02 +02:00
"message": "检查网络连接状态",
2017-04-16 08:51:10 +02:00
"description": "Obvious instructions for when a user's computer loses its network connection"
},
2016-03-17 23:05:27 +01:00
"notificationSettingsDialog": {
2017-05-01 19:39:02 +02:00
"message": "收到消息时,显示通知:",
2016-03-17 23:05:27 +01:00
"description": "Explain the purpose of the notification settings"
},
2016-08-11 21:22:17 +02:00
"timestamp_h": {
2017-05-01 19:39:02 +02:00
"message": "1小时",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
2016-08-11 21:22:17 +02:00
},
2016-10-07 12:13:47 +02:00
"timerOption_0_seconds_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "关闭",
2016-10-08 16:40:13 +02:00
"description": "Short format indicating current timer setting in the conversation list snippet"
2016-10-07 12:13:47 +02:00
},
2018-07-18 19:47:58 +02:00
"imageFailedToLoad": {
"message": "图片加载失败",
"description": "When an image attachment is missing, this message is shown"
},
2018-05-02 18:29:36 +02:00
"clearDataButton": {
"message": "清空数据",
2018-05-02 18:29:36 +02:00
"description": "Button in the settings dialog starting process to delete all data"
},
2016-06-30 03:12:20 +02:00
"syncExplanation": {
2017-05-01 19:39:02 +02:00
"message": "从您的移动设备导入所有Signal的群组和联系人。",
2016-06-30 03:12:20 +02:00
"description": "Explanatory text for sync settings"
},
2017-06-21 03:41:10 +02:00
"youLeftTheGroup": {
"message": "你已经离开了群组",
"description": "Displayed when a user can't send a message because they have left the group"
},
2016-03-03 15:45:08 +01:00
"deleteMessages": {
2017-05-01 19:39:02 +02:00
"message": "删除消息",
2016-03-03 15:45:08 +01:00
"description": "Menu item for deleting messages, title case."
},
2016-05-11 03:22:56 +02:00
"incomingError": {
2018-07-18 19:47:58 +02:00
"message": "处理传入消息时出错",
2016-05-11 03:22:56 +02:00
"description": ""
},
"poBox": {
"message": "邮政信箱",
"description": "When rendering an address, used to provide context to a post office box"
},
2018-07-18 19:47:58 +02:00
"themeLight": {
"message": "亮色",
"description": "Label text for light theme (normal)"
},
"delete": {
2017-09-15 01:34:13 +02:00
"message": "删除",
"description": ""
},
"verified": {
2017-09-15 01:34:13 +02:00
"message": "确认",
"description": ""
},
"trayTooltip": {
"message": "桌面版Signal",
"description": "Tooltip for the tray icon"
},
2016-03-03 15:45:08 +01:00
"selectAContact": {
2017-05-01 19:39:02 +02:00
"message": "选择一个联系人或群组来开始聊天。",
2016-03-03 15:45:08 +01:00
"description": ""
},
"aboutSignalDesktop": {
"message": "关于 Signal 桌面版",
"description": "Item under the Help menu, which opens a small about window"
},
"selectedLocation": {
2017-09-15 01:34:13 +02:00
"message": "您已选的位置",
"description": "Message shown as the export location if we didn't capture the target directory"
},
"phone": {
"message": "电话",
"description": "Generic label shown if contact phone has custom type but no label"
2016-03-03 15:45:08 +01:00
},
2018-07-18 19:47:58 +02:00
"deleteThisMessage": {
"message": "删除这条消息。",
"description": ""
},
"editMenuPaste": {
"message": "粘帖",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"changedRecently": {
2017-09-15 01:34:13 +02:00
"message": "您与$name$的安全码最近被修改过。这可能意味着有人正在尝试拦截您的通讯,或者$name$只是简单的重装了下Signal。",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2016-03-03 15:45:08 +01:00
"sent": {
2017-05-01 19:39:02 +02:00
"message": "已发送",
2016-03-03 15:45:08 +01:00
"description": "Label for the time a message was sent"
},
2018-05-02 18:29:36 +02:00
"thisWeek": {
"message": "本周",
2018-05-02 18:29:36 +02:00
"description": "Section header in the media gallery"
},
"sendMessageToContact": {
"message": "发送消息",
"description": "Shown when you are sent a contact and that contact has a signal account"
},
2018-05-02 18:29:36 +02:00
"importingHeader": {
"message": "正在加载联系人和消息",
"description": "Header of screen shown as data is import"
},
2018-07-21 01:30:56 +02:00
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
},
2016-10-07 12:13:47 +02:00
"theyChangedTheTimer": {
2018-07-18 19:47:58 +02:00
"message": "$name$已将阅后即焚的倒计时长度设为$time$",
2016-10-07 12:13:47 +02:00
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2016-08-11 21:22:17 +02:00
"timestamp_s": {
2017-05-01 19:39:02 +02:00
"message": "现在",
2016-08-18 20:17:20 +02:00
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 21:22:17 +02:00
},
2018-07-18 19:47:58 +02:00
"viewMenuZoomOut": {
"message": "缩小",
"description": "View menu command to make everything smaller"
},
2018-05-02 18:29:36 +02:00
"mainMenuSettings": {
"message": "偏好设置...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"changedRecentlyMultiple": {
"message": "您与多位群组成员的安全码已发生改变。这可能表示有人试图偷听您的对话,或者只是联系人他们重新安装了 Signal。",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"emojiAlt": {
"message": "“$title$”的表情图片",
"description": "Used in the alt tag of all emoji images",
"placeholders": {
"title": {
"content": "$1",
"example": "grinning"
}
}
},
2016-10-07 12:13:47 +02:00
"timerOption_1_day": {
2017-05-01 19:39:02 +02:00
"message": "1天",
2016-10-07 12:13:47 +02:00
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-07-18 19:47:58 +02:00
"editMenuUndo": {
"message": "撤销",
"description": "Edit menu command to remove recently-typed text"
},
2016-04-28 20:15:45 +02:00
"reportIssue": {
2017-05-01 19:39:02 +02:00
"message": "反馈错误信息",
2016-04-28 20:15:45 +02:00
"description": "Link to open the issue tracker"
},
2016-03-03 15:45:08 +01:00
"newMessage": {
2017-05-01 19:39:02 +02:00
"message": "新消息",
2016-03-03 15:45:08 +01:00
"description": "Displayed in notifications for only 1 message"
},
"nameOnly": {
2017-05-01 19:39:02 +02:00
"message": "仅显示发送者",
2016-03-03 15:45:08 +01:00
"description": "Label for setting notifications to display sender name only"
},
"quoteThumbnailAlt": {
"message": "引用消息图片的缩略图",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"mediaEmptyState": {
"message": "此对话中没有媒体",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
},
"notificationMostRecentFrom": {
"message": "最近来自:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"autoUpdateLaterButtonLabel": {
"message": "稍后",
"description": ""
},
2018-07-18 19:47:58 +02:00
"justNow": {
"message": "现在",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"mediaPermissionsDescription": {
"message": "允许访问摄像头和麦克风",
"description": "Description of the media permission description"
},
2016-03-03 15:45:08 +01:00
"from": {
2017-05-01 19:39:02 +02:00
"message": "来自",
2016-03-03 15:45:08 +01:00
"description": "Label for the sender of a message"
},
2016-05-11 03:22:56 +02:00
"deleteConversationConfirmation": {
2017-05-01 19:39:02 +02:00
"message": "永久删除此会话?",
2016-05-11 03:22:56 +02:00
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"mainMenuWindow": {
2018-05-02 18:29:36 +02:00
"message": "窗口(&W)",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-05-02 18:29:36 +02:00
"importCompleteLinkButton": {
"message": "将这个设备关联到您的手机",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
2017-04-16 08:51:10 +02:00
"unlinkedWarning": {
2017-05-01 19:39:02 +02:00
"message": "重新链接桌面版Signal到您的移动设备来继续。",
2017-04-16 08:51:10 +02:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"safetyNumberChanged": {
"message": "安全码已改变",
"description": "A notification shown in the conversation when a contact reinstalls"
},
2018-05-02 18:29:36 +02:00
"today": {
"message": "今天",
2018-05-02 18:29:36 +02:00
"description": "Section header in the media gallery"
},
2016-03-03 15:45:08 +01:00
"debugLogExplanation": {
2017-05-01 19:39:02 +02:00
"message": "该日志将公开发布以供参考,您可以在提交之前检查和编辑。",
2016-03-03 15:45:08 +01:00
"description": ""
},
2018-05-02 18:29:36 +02:00
"linkYourPhone": {
"message": "关联您的手机到 Signal 桌面版",
"description": "Shown on the front page when the application first starst, above the QR code"
},
2018-07-18 19:47:58 +02:00
"multipleLeftTheGroup": {
"message": "$name$离开了群聊",
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
2017-02-10 00:27:14 +01:00
"newPhoneNumber": {
2017-05-01 19:39:02 +02:00
"message": "键入电话号码来添加联系人",
2017-02-10 00:27:14 +01:00
"description": "Placeholder for adding a new number to a contact"
},
2018-07-18 19:47:58 +02:00
"viewMenuZoomIn": {
"message": "放大",
"description": "View menu command to make everything bigger"
},
2018-05-02 18:29:36 +02:00
"viewAllMedia": {
"message": "查看所有媒体",
2018-05-02 18:29:36 +02:00
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
2018-07-18 19:47:58 +02:00
"windowMenuBringAllToFront": {
"message": "全部打开到前台",
"description": "Window menu command to bring all windows of current applicatinon to front"
},
"importErrorFirst": {
"message": "请确认您选对了包含已保存 Signal 数据 的文件夹其名字一般以“Signal Export”开头。您还可以在 Chrome App 上保存一份新的数据。",
"description": "Message shown if the import went wrong; first paragraph"
},
"noLongerVerified": {
2017-09-15 01:34:13 +02:00
"message": "您与 $name$ 的安全号码已发生改变,而且不再被确认。点击展示。",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-07-18 19:47:58 +02:00
"timerOption_1_hour": {
"message": "1小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-05-02 18:29:36 +02:00
"video": {
"message": "视频",
2018-05-02 18:29:36 +02:00
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
2018-07-18 19:47:58 +02:00
"safetyNumberChangedGroup": {
"message": "$name$的安全码已改变",
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2016-03-03 15:45:08 +01:00
"searchForPeopleOrGroups": {
2018-05-02 18:29:36 +02:00
"message": "请输入名称或号码",
2016-03-03 15:45:08 +01:00
"description": "Placeholder text in the search input"
},
"noNameOrMessage": {
2017-05-01 19:39:02 +02:00
"message": "发件人和信息均不提醒",
2016-03-03 15:45:08 +01:00
"description": "Label for setting notifications to display no name and no message text"
},
2016-06-30 03:12:20 +02:00
"syncNow": {
2017-05-01 19:39:02 +02:00
"message": "已导入",
2016-06-30 03:12:20 +02:00
"description": "Label for a button that syncs contacts and groups from your phone"
},
"syncFailed": {
2017-05-01 19:39:02 +02:00
"message": "导入失败,确保您的电脑和手机已连网。",
2016-06-30 03:12:20 +02:00
"description": "Informational text displayed if a sync operation times out."
},
2017-04-16 08:51:10 +02:00
"unlinked": {
2017-05-01 19:39:02 +02:00
"message": "未连接",
2017-04-16 08:51:10 +02:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"imageAttachmentAlt": {
"message": "消息图片",
"description": "Used in alt tag of image attachment"
},
2018-05-02 18:29:36 +02:00
"learnMore": {
"message": "了解更多有关安全代码的信息",
"description": "Text that links to a support article on verifying safety numbers"
},
2018-07-18 19:47:58 +02:00
"signalDesktopPreferences": {
"message": "Signal 桌面版偏好",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2018-05-02 18:29:36 +02:00
"timerSetOnSync": {
2018-07-18 19:47:58 +02:00
"message": "阅后即焚的倒计时长度已更新为$time$",
2018-05-02 18:29:36 +02:00
"description": "Message displayed when timer is set on initial link of desktop device.",
2016-03-03 15:45:08 +01:00
"placeholders": {
2018-05-02 18:29:36 +02:00
"time": {
2016-03-03 15:45:08 +01:00
"content": "$1",
2018-05-02 18:29:36 +02:00
"example": "10m"
2016-03-03 15:45:08 +01:00
}
}
},
2018-05-02 18:29:36 +02:00
"deleteAllDataButton": {
"message": "删除所有数据",
2018-05-02 18:29:36 +02:00
"description": "Text of the button that deletes all data"
},
2017-06-21 03:41:10 +02:00
"unreadMessages": {
2017-09-15 01:34:13 +02:00
"message": "$count$未读消息",
2017-06-21 03:41:10 +02:00
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
2016-03-03 15:45:08 +01:00
"installTooManyDevices": {
2017-05-01 19:39:02 +02:00
"message": "很抱歉,您已连接过多的设备,请删除一些然后重试。",
2016-03-03 15:45:08 +01:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"allowAccess": {
"message": "允许访问",
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages"
},
"joinedTheGroup": {
2018-07-18 19:47:58 +02:00
"message": "$name$加入了群聊",
"description": "Shown in the conversation history when a single person joins the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"work": {
"message": "工作",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"goToForums": {
"message": "前往论坛",
"description": "Item under the Help menu, takes you to the forums"
},
2018-05-02 18:29:36 +02:00
"menuSetupWithImport": {
"message": "使用导入的数据进行配置",
"description": "When the application is not yet set up, menu option to start up the import sequence"
2016-03-03 15:45:08 +01:00
},
2018-07-18 19:47:58 +02:00
"videoScreenshotFailedToLoad": {
"message": "视频截图加载失败",
"description": "When a attachment video screenshot is missing, this message is shown"
},
2016-10-07 12:13:47 +02:00
"timerOption_30_minutes_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "30分钟",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
"timerOption_1_minute_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "1分钟",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
"home": {
"message": "家",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"loadingMessages": {
"message": "加载消息。目前数目 $count$...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"speech": {
"message": "语音",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
2018-05-02 18:29:36 +02:00
"importErrorHeader": {
"message": "出错了!",
"description": "Header of the error screen after a failed import"
},
"changedSinceVerified": {
2017-09-15 01:34:13 +02:00
"message": "您与$name$的安全码自从上次确认后被修改过。这可能意味着有人正在尝试拦截您的通讯,或者$name$只是简单的重装了下Signal。",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-05-02 18:29:36 +02:00
"importAgain": {
"message": "请选择文件夹并重试",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
2016-04-07 21:27:03 +02:00
"upgrade": {
2017-05-01 19:39:02 +02:00
"message": "升级",
2016-04-07 21:27:03 +02:00
"description": "Label text for button to upgrade the app to the latest version"
},
2018-07-18 19:47:58 +02:00
"moreInfo": {
"message": "更多信息...",
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"notificationMostRecent": {
"message": "最近:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
2016-10-07 12:13:47 +02:00
"yourSafetyNumberWith": {
2017-09-15 01:34:13 +02:00
"message": "您与$name$的安全码:",
2016-10-07 12:13:47 +02:00
"description": "Heading for safety number view",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-07-18 19:47:58 +02:00
"windowMenuClose": {
"message": "关闭窗口",
"description": "Window menu command to close the current window"
},
2016-04-03 23:33:07 +02:00
"showLess": {
2017-05-01 19:39:02 +02:00
"message": "隐藏",
2016-04-03 23:33:07 +02:00
"description": "Hides the details of a key change"
},
2018-07-21 01:30:56 +02:00
"spellCheck": {
"message": "Spell Check",
"description": "Description of the media permission description"
},
2016-10-08 16:40:13 +02:00
"theme": {
2017-05-01 19:39:02 +02:00
"message": "主题",
2016-10-08 16:40:13 +02:00
"description": "Header for theme settings"
},
"privacyPolicy": {
"message": "协议与隐私政策",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
2016-03-03 15:45:08 +01:00
"newIdentity": {
2017-05-01 19:39:02 +02:00
"message": "新的安全代码",
2016-04-03 23:33:07 +02:00
"description": "Header for a key change dialog"
2016-03-03 15:45:08 +01:00
},
"installTagline": {
2017-05-01 19:39:02 +02:00
"message": "Signal让隐私保护触手可及。",
"description": "Tagline displayed under 'installWelcome' string on the install page"
2016-03-03 15:45:08 +01:00
},
"show": {
"message": "显示",
"description": "Command under Window menu, to show the window"
},
2017-02-10 00:27:14 +01:00
"audioNotificationDescription": {
2017-05-01 19:39:02 +02:00
"message": "播放语音提醒",
2017-02-10 00:27:14 +01:00
"description": "Description for audio notification setting"
},
"isNotVerified": {
2017-09-15 01:34:13 +02:00
"message": "您还没验证与 $name$ 的安全代码。",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2016-03-03 15:45:08 +01:00
"disconnected": {
2017-05-01 19:39:02 +02:00
"message": "已断开连接",
2017-06-21 03:41:10 +02:00
"description": "Displayed when the desktop client cannot connect to the server."
2016-03-03 15:45:08 +01:00
},
2016-06-30 03:12:20 +02:00
"syncing": {
2017-05-01 19:39:02 +02:00
"message": "导入中...",
2016-06-30 03:12:20 +02:00
"description": "Label for a disabled sync button while sync is in progress."
},
"lightboxImageAlt": {
"message": "对话中的图片",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"multipleNoLongerVerified": {
2017-09-15 01:34:13 +02:00
"message": "您与此群组内多位成员的安全码已经改变,而且不再被确认。点击展示。",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
2016-03-03 15:45:08 +01:00
"acceptNewKey": {
2017-05-01 19:39:02 +02:00
"message": "接受",
2017-01-26 23:13:29 +01:00
"description": "Label for a button to accept a new safety number"
2016-03-03 15:45:08 +01:00
},
2016-10-07 12:13:47 +02:00
"timerOption_12_hours_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "12小时",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-07-18 19:47:58 +02:00
"editMenuPasteAndMatchStyle": {
"message": "粘帖并调整格式",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
2018-05-02 18:29:36 +02:00
"signalSettings": {
"message": "Signal 设置",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
2016-08-25 01:54:05 +02:00
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
2018-05-02 18:29:36 +02:00
"plusButton": {
"message": "“+” 按键",
"description": "The button used in Signal Android to add a new linked device"
},
"chooseDirectory": {
2018-05-02 18:29:36 +02:00
"message": "选择文件夹",
"description": "Button to allow the user to find a folder on disk"
},
"mainMenuEdit": {
2018-05-02 18:29:36 +02:00
"message": "编辑(&E)",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2016-10-07 12:13:47 +02:00
"timerOption_6_hours_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "6小时",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2016-06-30 03:12:20 +02:00
"unregisteredUser": {
2017-05-01 19:39:02 +02:00
"message": "号码未注册",
2016-06-30 03:12:20 +02:00
"description": "Error message displayed when sending to an unregistered user."
},
2016-10-07 12:13:47 +02:00
"timerOption_1_day_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "1天",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-05-02 18:29:36 +02:00
"replyingTo": {
"message": "回复 $name$",
2018-05-02 18:29:36 +02:00
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-05-02 18:29:36 +02:00
"autoUpdateRestartButtonLabel": {
2018-07-18 19:47:58 +02:00
"message": "重启 Signal",
"description": ""
},
"mobile": {
"message": "手机",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
"notificationFrom": {
"message": "来自:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
2016-06-30 03:12:20 +02:00
"sync": {
2017-05-01 19:39:02 +02:00
"message": "联系人",
2016-06-30 03:12:20 +02:00
"description": "Label for contact and group sync settings"
},
2016-10-07 12:13:47 +02:00
"timerOption_1_week": {
2017-05-01 19:39:02 +02:00
"message": "1周",
2016-10-07 12:13:47 +02:00
"description": "Label for a selectable option in the message expiration timer menu"
},
"contactAvatarAlt": {
2018-07-18 19:47:58 +02:00
"message": "$name$的头像",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2016-03-03 15:45:08 +01:00
"received": {
2017-05-01 19:39:02 +02:00
"message": "已接收",
2016-03-03 15:45:08 +01:00
"description": "Label for the time a message was received"
},
"youMarkedAsNotVerified": {
2018-07-18 19:47:58 +02:00
"message": "您已将$name$的安全码标记为未验证",
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-07-18 19:47:58 +02:00
"timerOption_1_minute": {
"message": "1分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
"isVerified": {
"message": "您已验证与$name$的安全码。",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2016-10-07 12:13:47 +02:00
"timerOption_30_seconds": {
2017-05-01 19:39:02 +02:00
"message": "30秒",
2016-10-07 12:13:47 +02:00
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-05-02 18:29:36 +02:00
"deleteAllDataHeader": {
"message": "是否删除所有数据?",
2018-05-02 18:29:36 +02:00
"description": "Header of the full-screen delete data confirmation screen"
},
"deleteAllDataProgress": {
"message": "断开连接并删除所有数据",
2018-05-02 18:29:36 +02:00
"description": "Message shown to user when app is disconnected and data deleted"
},
2016-03-03 15:45:08 +01:00
"sendMessage": {
2017-06-21 03:41:10 +02:00
"message": "发送一条消息",
2016-03-03 15:45:08 +01:00
"description": "Placeholder text in the message entry field"
},
2018-05-02 18:29:36 +02:00
"menuReportIssue": {
"message": "反馈问题",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
},
2018-07-18 19:47:58 +02:00
"permissions": {
"message": "权限",
"description": "Header for permissions section of settings"
},
2018-05-02 18:29:36 +02:00
"loadDataDescription": {
"message": "您已完成了导出步骤,被导出的联系人和消息在等着您给它们一个新家。请选择包含您 Signal 数据的文件夹。",
"description": "Introduction to the process of importing messages and contacts from disk"
},
"me": {
2017-09-15 01:34:13 +02:00
"message": "我",
"description": "The label for yourself when shown in a group member list"
},
2016-04-28 20:15:45 +02:00
"mediaMessage": {
2017-05-01 19:39:02 +02:00
"message": "附件信息",
2016-04-28 20:15:45 +02:00
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2017-06-21 03:41:10 +02:00
"unreadMessage": {
"message": "1条未读消息",
"description": "Text for unread message separator, just one message"
},
2016-04-07 21:27:03 +02:00
"expiredWarning": {
2017-05-01 19:39:02 +02:00
"message": "此桌面版Signal已过期请升级到最新版本以继续发送消息。",
2016-04-07 21:27:03 +02:00
"description": "Warning notification that this version of the app has expired"
},
2016-03-03 15:45:08 +01:00
"fileSizeWarning": {
2017-05-01 19:39:02 +02:00
"message": "对不起,所选文件超过最大限制。",
2016-03-03 15:45:08 +01:00
"description": ""
},
"documentsEmptyState": {
"message": "此对话中没有文档",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"deleteMessage": {
2018-07-18 19:47:58 +02:00
"message": "删除消息",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
2018-05-02 18:29:36 +02:00
"chooseDeviceName": {
"message": "选择这个设备的名称",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"autoUpdateNewVersionInstructions": {
2018-05-02 18:29:36 +02:00
"message": "点击“重启 Signal”来应用更新。",
"description": ""
},
"fileIconAlt": {
"message": "文件图标",
"description": "Used in the media gallery documents tab to visually represent a file"
},
2016-10-07 12:13:47 +02:00
"timerOption_0_seconds": {
2017-05-01 19:39:02 +02:00
"message": "关闭",
2016-10-07 12:13:47 +02:00
"description": "Label for option to turn off message expiration in the timer menu"
},
2018-07-18 19:47:58 +02:00
"editMenuRedo": {
"message": "重做",
"description": "Edit menu command to restore previously undone typed text"
},
2017-02-10 00:27:14 +01:00
"invalidNumberError": {
2017-05-01 19:39:02 +02:00
"message": "无效的号码",
2017-02-10 00:27:14 +01:00
"description": "When a person inputs a number that is invalid"
},
2016-03-03 15:45:08 +01:00
"installWelcome": {
2017-05-01 19:39:02 +02:00
"message": "欢迎来到Signal桌面版",
2016-03-03 15:45:08 +01:00
"description": "Welcome title on the install page"
},
2017-06-21 03:41:10 +02:00
"messageBelow": {
"message": "下面的新消息",
"description": "Alt text for button to take user down to bottom of conversation with a new message out of screen"
},
2018-07-18 19:47:58 +02:00
"hoursAgo": {
"message": "$hours$小时前",
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
2018-05-02 18:29:36 +02:00
"menuSetupAsNewDevice": {
"message": "配置为新设备",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
},
2016-03-03 15:45:08 +01:00
"installConnectionFailed": {
2017-05-01 19:39:02 +02:00
"message": "连接服务器失败",
2016-03-03 15:45:08 +01:00
"description": "Displayed when we can't connect to the server."
},
"unverify": {
2017-09-15 01:34:13 +02:00
"message": "标记为未确认",
"description": ""
},
2018-05-02 18:29:36 +02:00
"initialSync": {
"message": "正在同步联系人和群组",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"mainMenuView": {
2018-05-02 18:29:36 +02:00
"message": "视图(&V)",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-07-18 19:47:58 +02:00
"appMenuHide": {
"message": "隐藏",
"description": "Application menu command to hide the window"
},
"autoUpdateNewVersionMessage": {
"message": "有新版的 Signal 可用。",
"description": ""
},
2018-05-02 18:29:36 +02:00
"replyToMessage": {
"message": "回复消息",
2018-05-02 18:29:36 +02:00
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
2016-03-17 23:05:27 +01:00
"disableNotifications": {
2017-05-01 19:39:02 +02:00
"message": "关闭提醒",
2016-03-17 23:05:27 +01:00
"description": "Label for disabling notifications"
},
2018-05-02 18:29:36 +02:00
"photo": {
"message": "照片",
2018-05-02 18:29:36 +02:00
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
"media": {
"message": "媒体",
2018-05-02 18:29:36 +02:00
"description": "Header of the default pane in the media gallery, showing images and videos"
},
2016-03-03 15:45:08 +01:00
"cancel": {
2017-05-01 19:39:02 +02:00
"message": "取消",
2016-03-03 15:45:08 +01:00
"description": ""
},
2016-09-12 20:51:16 +02:00
"unblockToSend": {
2017-05-01 19:39:02 +02:00
"message": "取消阻止此联系人来发送消息。",
2016-09-12 20:51:16 +02:00
"description": "Brief message shown when trying to message a blocked number"
},
"mainMenuHelp": {
2018-05-02 18:29:36 +02:00
"message": "帮助(&H)",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2017-05-16 20:56:33 +02:00
"unnamedFile": {
2017-06-21 03:41:10 +02:00
"message": "未命名的文件",
2017-05-16 20:56:33 +02:00
"description": "Hover text for attachment filenames"
},
2018-07-18 19:47:58 +02:00
"timerOption_5_minutes": {
"message": "5分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
"sendAnyway": {
2017-09-15 01:34:13 +02:00
"message": "仍要发送",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"youMarkedAsVerified": {
2018-07-18 19:47:58 +02:00
"message": "您已将$name$的安全码标记为已验证",
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2017-04-16 08:51:10 +02:00
"connecting": {
2017-05-01 19:39:02 +02:00
"message": "正在连接",
2017-06-21 03:41:10 +02:00
"description": "Displayed when the desktop client is currently connecting to the server."
2017-04-16 08:51:10 +02:00
},
2018-05-02 18:29:36 +02:00
"deleteAllDataBody": {
"message": "您即将删除本应用所有账户信息,包括全部联系人和消息。您可以随时重新连接移动设备,但这不会恢复已删除的消息。",
2018-05-02 18:29:36 +02:00
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
2016-03-03 15:45:08 +01:00
"sessionEnded": {
2017-05-01 19:39:02 +02:00
"message": "安全会话已重置",
2016-03-17 23:05:27 +01:00
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
2016-03-03 15:45:08 +01:00
},
2017-04-16 08:51:10 +02:00
"relink": {
2017-05-01 19:39:02 +02:00
"message": "重新连接",
2017-04-16 08:51:10 +02:00
"description": ""
},
2016-10-07 12:13:47 +02:00
"timerOption_1_week_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "1周",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
"timerOption_5_seconds": {
2017-05-01 19:39:02 +02:00
"message": "5秒",
2016-10-07 12:13:47 +02:00
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-07-21 01:30:56 +02:00
"debugLogError": {
"message": "Something went wrong with the upload! Please consider manually adding your log to the bug you file.",
"description": ""
},
2018-07-18 19:47:58 +02:00
"viewMenuToggleDevTools": {
"message": "开发者工具开关",
"description": "View menu command to show or hide the developer tools"
},
"showMembers": {
2017-09-15 01:34:13 +02:00
"message": "显示成员",
"description": ""
},
"youMarkedAsNotVerifiedOtherDevice": {
2018-07-18 19:47:58 +02:00
"message": "您已在另一设备将$name$的安全码标记为未验证",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"email": {
"message": "邮箱",
"description": "Generic label shown if contact email has custom type but no label"
},
2018-07-18 19:47:58 +02:00
"viewMenuResetZoom": {
"message": "原来大小",
"description": "View menu command to go back to the default zoom"
},
"goToSupportPage": {
"message": "前往支持页面",
"description": "Item under the Help menu, takes you to the support page"
},
2018-05-02 18:29:36 +02:00
"finishLinkingPhone": {
"message": "完成手机关联",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"multipleJoinedTheGroup": {
2018-07-18 19:47:58 +02:00
"message": "$names$加入了群聊",
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
"names": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
"groupMembers": {
2017-09-15 01:34:13 +02:00
"message": "群组成员",
"description": ""
},
"loading": {
2017-09-15 01:34:13 +02:00
"message": "加载中...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
2018-07-18 19:47:58 +02:00
"audioPermissionNeeded": {
"message": "发送音频消息前,请先允许 Signal 桌面版访问您的麦克风。",
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
2016-03-03 15:45:08 +01:00
"newMessages": {
2017-05-01 19:39:02 +02:00
"message": "新消息",
2016-03-03 15:45:08 +01:00
"description": "Displayed in notifications for multiple messages"
},
"importErrorSecond": {
"message": "如果以上步骤没有成功,您可以将调试日志(视图 -> 调试日志)发给我们,以便我们帮您完成迁移!",
"description": "Message shown if the import went wrong; second paragraph"
},
2016-03-03 15:45:08 +01:00
"theirIdentityUnknown": {
2017-05-01 19:39:02 +02:00
"message": "您还未与该联系人有任何通讯,您的安全代码将会在您对其发送第一条消息后显示。",
2016-03-03 15:45:08 +01:00
"description": ""
},
2017-05-16 20:56:33 +02:00
"voiceMessage": {
2017-06-21 03:41:10 +02:00
"message": "语音消息",
2017-05-16 20:56:33 +02:00
"description": "Name for a voice message attachment"
},
2018-05-02 18:29:36 +02:00
"importCompleteStartButton": {
"message": "开始使用 Signal 桌面版",
"description": "Button shown at end of successful import process, nothing left but a restart"
},
2016-03-03 15:45:08 +01:00
"submit": {
2017-05-01 19:39:02 +02:00
"message": "提交",
2016-03-03 15:45:08 +01:00
"description": ""
},
"updatedTheGroup": {
2018-07-18 19:47:58 +02:00
"message": "群组已更新",
"description": "Shown in the conversation history when someone updates the group"
},
2018-07-18 19:47:58 +02:00
"themeDark": {
"message": "暗色",
"description": "Label text for dark theme"
},
"identityKeyErrorOnSend": {
"message": "您与$name$的安全码已改变。这表示可能有人试图偷听您的对话,也可能只是$name$重新安装了 Signal。您可能要重新验证与联系人的安全码。",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2016-10-07 12:13:47 +02:00
},
2018-05-02 18:29:36 +02:00
"clearDataExplanation": {
"message": "这会清空程序中所有的数据,包括删除所有消息和账号信息。",
2018-05-02 18:29:36 +02:00
"description": "Text describing what the clear data button will do."
},
2016-03-03 15:45:08 +01:00
"to": {
2017-05-01 19:39:02 +02:00
"message": "至",
2016-03-03 15:45:08 +01:00
"description": "Label for the receiver of a message"
},
2018-07-18 19:47:58 +02:00
"windowMenuMinimize": {
"message": "最小化",
"description": "Window menu command to minimize the current window"
},
2016-10-07 12:13:47 +02:00
"timerOption_1_hour_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "1小时",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-07-18 19:47:58 +02:00
"editMenuStopSpeaking": {
"message": "停止说话",
"description": "Edit menu item under 'speech' to stop dictation"
},
2018-05-02 18:29:36 +02:00
"optimizingApplication": {
"message": "正在优化程序...",
2018-05-02 18:29:36 +02:00
"description": "Message shown on the loading screen while we are doing application optimizations"
2016-03-03 15:45:08 +01:00
},
"goToReleaseNotes": {
"message": "前往发布说明",
"description": ""
},
2016-03-03 15:45:08 +01:00
"messageDetail": {
2017-05-01 19:39:02 +02:00
"message": "信息属性",
2016-03-03 15:45:08 +01:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"timerOption_12_hours": {
"message": "12小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
"mainMenuFile": {
2018-05-02 18:29:36 +02:00
"message": "文件(&F)",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2016-03-03 15:45:08 +01:00
"verify": {
2017-09-15 01:34:13 +02:00
"message": "标记为已确认",
2016-03-03 15:45:08 +01:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"sendFailed": {
"message": "发送失败",
"description": "Shown on outgoing message if it fails to send"
},
2018-05-02 18:29:36 +02:00
"clearDataHeader": {
"message": "清空数据",
2018-05-02 18:29:36 +02:00
"description": "Header in the settings dialog for the section dealing with data deletion"
},
2018-07-18 19:47:58 +02:00
"viewMenuToggleFullScreen": {
"message": "全屏开关",
"description": "View menu command to enter or leave Full Screen mode"
},
2016-10-07 12:13:47 +02:00
"timerOption_10_seconds_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "10秒",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-07-18 19:47:58 +02:00
"timerOption_30_minutes": {
"message": "30分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-05-02 18:29:36 +02:00
"linkNewDevice": {
"message": "关联新设备",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
2016-03-03 15:45:08 +01:00
"nameAndMessage": {
2017-05-01 19:39:02 +02:00
"message": "发件人和信息提醒",
2016-03-03 15:45:08 +01:00
"description": "Label for setting notifications to display name and message text"
},
2018-05-02 18:29:36 +02:00
"menuSetupAsStandalone": {
"message": "配置为独立设备",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2016-03-03 15:45:08 +01:00
"failedToSend": {
2017-05-01 19:39:02 +02:00
"message": "无法发送给某些收件人,请检查您的网络连接。",
2016-03-03 15:45:08 +01:00
"description": ""
},
"ok": {
2017-05-01 19:39:02 +02:00
"message": "好",
2016-03-03 15:45:08 +01:00
"description": ""
},
"identityChanged": {
2017-05-01 19:39:02 +02:00
"message": "您的此联系人的安全代码已更改。这可能意味着有人试图拦截你的通信或者这个联系人重新安装了Signal。您可能想验证以下新安全代码。",
2016-03-03 15:45:08 +01:00
"description": ""
},
2018-07-18 19:47:58 +02:00
"appMenuUnhide": {
"message": "全部显示",
"description": "Application menu command to show all application windows"
},
"changedSinceVerifiedMultiple": {
"message": "自上次验证以来,您与多为群组成员的安全码已发生改变。这可能表示有人试图偷听您的对话,或者只是联系人他们重新安装了 Signal。",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-07-18 19:47:58 +02:00
"showSettings": {
"message": "打开设置",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"editMenuCopy": {
"message": "复制",
"description": "Edit menu command to add selected text to clipboard"
},
2018-05-02 18:29:36 +02:00
"loadDataHeader": {
"message": "加载您的数据",
"description": "Header shown on the first screen in the data import process"
},
2016-03-03 15:45:08 +01:00
"submitDebugLog": {
2018-05-02 18:29:36 +02:00
"message": "调试日志",
"description": "Menu item and header text for debug log modal (sentence case)"
},
"startConversation": {
"message": "开始对话...",
"description": "Label underneath number a user enters that is not an existing contact"
2016-03-03 15:45:08 +01:00
},
"error": {
2017-05-01 19:39:02 +02:00
"message": "错误",
2016-03-03 15:45:08 +01:00
"description": ""
},
"titleIsNow": {
2018-07-18 19:47:58 +02:00
"message": "已设置标题$name$",
"description": "Shown in the conversation history when someone changes the title of the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Book Club"
}
}
},
2018-07-18 19:47:58 +02:00
"retrySend": {
"message": "重试发送",
"description": "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
},
"changedRightAfterVerify": {
"message": "您想验证的安全码已改变。请检查您与$name$的新安全码。切记,验证码改变意味着可能有人试图截取您的通讯,也可能只是$name$重新安装了 Signal。",
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-07-18 19:47:58 +02:00
"timerOption_6_hours": {
"message": "6小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
"videoAttachmentAlt": {
"message": "消息视频的截图",
"description": "Used in alt tag of video attachment preview"
},
2016-10-07 12:13:47 +02:00
"timerSetTo": {
2017-05-01 19:39:02 +02:00
"message": "计时器设置为$time$",
2018-07-18 19:47:58 +02:00
"description": "Displayed in the conversation list when the timer is updated by some automatic action.",
2016-10-07 12:13:47 +02:00
"placeholders": {
"time": {
"content": "$1",
"example": "1w"
}
}
},
2018-07-18 19:47:58 +02:00
"editMenuDelete": {
"message": "删除",
"description": "Edit menu command to remove the selected text"
},
"windowMenuZoom": {
"message": "缩放",
"description": "Window menu command to make the current window the size of the whole screen"
},
"autoUpdateNewVersionTitle": {
"message": "Signal 有可用更新",
"description": ""
},
2016-10-07 12:13:47 +02:00
"timerOption_30_seconds_abbreviated": {
2017-05-01 19:39:02 +02:00
"message": "30秒",
2016-10-08 16:40:13 +02:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 12:13:47 +02:00
},
2018-05-02 18:29:36 +02:00
"audio": {
"message": "音频",
2018-05-02 18:29:36 +02:00
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
2018-07-18 19:47:58 +02:00
"editMenuStartSpeaking": {
"message": "开始说话",
"description": "Edit menu item under 'speech' to start dictation"
},
"minutesAgo": {
"message": "$minutes$分钟前",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
2016-03-17 23:05:27 +01:00
"notifications": {
2017-05-01 19:39:02 +02:00
"message": "提醒",
2016-03-17 23:05:27 +01:00
"description": "Header for notification settings"
},
"youMarkedAsVerifiedOtherDevice": {
2018-07-18 19:47:58 +02:00
"message": "您已在另一设备将$name$的安全码标记为已验证。",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"hide": {
"message": "隐藏",
"description": "Command in the tray icon menu, to hide the window"
2016-03-03 15:45:08 +01:00
}
}