session-ios/Session/Meta/Translations/zh_CN.lproj/Localizable.strings

652 lines
44 KiB
Plaintext
Raw Normal View History

2021-04-30 01:25:08 +02:00
/* No comment provided by engineer. */
"ATTACHMENT" = "附件";
/* Title for 'caption' mode of the attachment approval view. */
"ATTACHMENT_APPROVAL_CAPTION_TITLE" = "注释";
/* Format string for file extension label in call interstitial view */
"ATTACHMENT_APPROVAL_FILE_EXTENSION_FORMAT" = "文件类型: %@";
/* Format string for file size label in call interstitial view. Embeds: {{file size as 'N mb' or 'N kb'}}. */
"ATTACHMENT_APPROVAL_FILE_SIZE_FORMAT" = "大小: %@";
/* One-line label indicating the user can add no more text to the media message field. */
"ATTACHMENT_APPROVAL_MESSAGE_LENGTH_LIMIT_REACHED" = "消息字数已满。";
/* Label for 'send' button in the 'attachment approval' dialog. */
"ATTACHMENT_APPROVAL_SEND_BUTTON" = "发送";
2018-11-01 17:58:03 +01:00
/* Generic filename for an attachment with no known name */
"ATTACHMENT_DEFAULT_FILENAME" = "附件";
/* The title of the 'attachment error' alert. */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_ALERT_TITLE" = "发送附件时出错";
/* Attachment error message for image attachments which could not be converted to JPEG */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_JPEG" = "无法转码该图片。";
/* Attachment error message for video attachments which could not be converted to MP4 */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_MP4" = "无法解析该视频。";
/* Attachment error message for image attachments which cannot be parsed */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_COULD_NOT_PARSE_IMAGE" = "无法识别图片。";
/* Attachment error message for image attachments in which metadata could not be removed */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_COULD_NOT_REMOVE_METADATA" = "无法清除图片元数据。";
/* Attachment error message for image attachments which could not be resized */
"ATTACHMENT_ERROR_COULD_NOT_RESIZE_IMAGE" = "无法调整图像大小。";
/* Attachment error message for attachments whose data exceed file size limits */
"ATTACHMENT_ERROR_FILE_SIZE_TOO_LARGE" = "附件过大。";
/* Attachment error message for attachments with invalid data */
"ATTACHMENT_ERROR_INVALID_DATA" = "附件中存在无效内容。";
/* Attachment error message for attachments with an invalid file format */
"ATTACHMENT_ERROR_INVALID_FILE_FORMAT" = "附件的文件格式无效。";
/* Attachment error message for attachments without any data */
2022-05-02 08:41:14 +02:00
"ATTACHMENT_ERROR_MISSING_DATA" = "无附件。";
2018-11-01 17:58:03 +01:00
/* Alert title when picking a document fails for an unknown reason */
"ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "文件选取失败。";
/* Alert body when picking a document fails because user picked a directory/bundle */
"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "请将此文件或目录压缩后再发送。";
2018-11-01 17:58:03 +01:00
/* Alert title when picking a document fails because user picked a directory/bundle */
"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "不支持的文件";
2021-05-04 07:56:35 +02:00
/* Short text label for a voice message attachment, used for thread preview and on the lock screen */
"ATTACHMENT_TYPE_VOICE_MESSAGE" = "语音消息";
2018-11-01 17:58:03 +01:00
/* Button label for the 'block' button */
"BLOCK_LIST_BLOCK_BUTTON" = "加入黑名单";
2021-05-04 01:04:24 +02:00
/* A format for the 'block user' action sheet title. Embeds {{the blocked user's name or phone number}}. */
"BLOCK_LIST_BLOCK_USER_TITLE_FORMAT" = "屏蔽 %@";
2022-05-02 08:41:14 +02:00
/* A format for the 'unblock user' action sheet title. Embeds {{the unblocked user's name or phone number}}. */
"BLOCK_LIST_UNBLOCK_TITLE_FORMAT" = "取消屏蔽 %@吗?";
2018-11-01 17:58:03 +01:00
/* Button label for the 'unblock' button */
"BLOCK_LIST_UNBLOCK_BUTTON" = "从黑名单中移除";
2021-05-17 02:03:40 +02:00
/* The message format of the 'conversation blocked' alert. Embeds the {{conversation title}}. */
"BLOCK_LIST_VIEW_BLOCKED_ALERT_MESSAGE_FORMAT" = "已屏蔽 %@。";
/* The title of the 'user blocked' alert. */
2021-05-24 07:07:10 +02:00
"BLOCK_LIST_VIEW_BLOCKED_ALERT_TITLE" = "用户已屏蔽";
/* Alert title after unblocking a group or 1:1 chat. Embeds the {{conversation title}}. */
"BLOCK_LIST_VIEW_UNBLOCKED_ALERT_TITLE_FORMAT" = "已取消屏蔽 %@。";
2021-05-04 01:04:24 +02:00
/* An explanation of the consequences of blocking another user. */
"BLOCK_USER_BEHAVIOR_EXPLANATION" = "被屏蔽的用户将无法向您发起通话,或发送消息。";
2021-05-03 00:51:15 +02:00
/* Label for generic done button. */
"BUTTON_DONE" = "完成";
2018-11-01 17:58:03 +01:00
/* Button text to enable batch selection mode */
"BUTTON_SELECT" = "选择";
/* keyboard toolbar label when starting to search with no current results */
"CONVERSATION_SEARCH_SEARCHING" = "Searching...";
2019-03-23 02:35:51 +01:00
/* keyboard toolbar label when no messages match the search string */
2019-03-27 04:26:59 +01:00
"CONVERSATION_SEARCH_NO_RESULTS" = "没有结果";
2019-03-23 02:35:51 +01:00
/* keyboard toolbar label when exactly 1 message matches the search string */
2019-03-27 04:26:59 +01:00
"CONVERSATION_SEARCH_ONE_RESULT" = "1个结果";
2019-03-23 02:35:51 +01:00
/* keyboard toolbar label when more than 1 message matches the search string. Embeds {{number/position of the 'currently viewed' result}} and the {{total number of results}} */
"CONVERSATION_SEARCH_RESULTS_FORMAT" = "%d条结果(共%d条)";
2018-11-01 17:58:03 +01:00
/* table cell label in conversation settings */
"CONVERSATION_SETTINGS_BLOCK_THIS_USER" = "屏蔽该用户";
/* label for 'mute thread' cell in conversation settings */
"CONVERSATION_SETTINGS_MUTE_LABEL" = "静音";
2019-03-23 02:35:51 +01:00
/* Table cell label in conversation settings which returns the user to the conversation with 'search mode' activated */
2019-03-27 04:26:59 +01:00
"CONVERSATION_SETTINGS_SEARCH" = "搜索对话";
2018-11-01 17:58:03 +01:00
/* Title for the 'crop/scale image' dialog. */
"CROP_SCALE_IMAGE_VIEW_TITLE" = "移动与缩放";
/* Subtitle shown while the app is updating its database. */
"DATABASE_VIEW_OVERLAY_SUBTITLE" = "这需要几分钟的时间。";
2018-11-01 17:58:03 +01:00
/* Title shown while the app is updating its database. */
"DATABASE_VIEW_OVERLAY_TITLE" = "正在优化数据库";
/* The present; the current time. */
"DATE_NOW" = "现在";
2018-11-01 17:58:03 +01:00
/* table cell label in conversation settings */
"DISAPPEARING_MESSAGES" = "阅后即焚";
/* table cell label in conversation settings */
2022-05-02 08:41:14 +02:00
"EDIT_GROUP_ACTION" = "编辑群组";
2018-11-01 17:58:03 +01:00
/* Label indicating media gallery is empty */
2022-05-02 08:41:14 +02:00
"GALLERY_TILES_EMPTY_GALLERY" = "此对话中没有媒体。";
2018-11-01 17:58:03 +01:00
/* Label indicating loading is in progress */
2018-11-12 22:31:37 +01:00
"GALLERY_TILES_LOADING_MORE_RECENT_LABEL" = "正在加载新媒体...";
2018-11-01 17:58:03 +01:00
/* Label indicating loading is in progress */
2018-11-12 22:31:37 +01:00
"GALLERY_TILES_LOADING_OLDER_LABEL" = "正在加载较早媒体...";
2018-11-01 17:58:03 +01:00
/* Error displayed when there is a failure fetching a GIF from the remote service. */
"GIF_PICKER_ERROR_FETCH_FAILURE" = "无法读取所请求的 GIF。请确认您是否处于在线状态。";
/* Generic error displayed when picking a GIF */
"GIF_PICKER_ERROR_GENERIC" = "发生了未知错误。";
/* Shown when selected GIF couldn't be fetched */
"GIF_PICKER_FAILURE_ALERT_TITLE" = "无法选择 GIF";
/* Alert message shown when user tries to search for GIFs without entering any search terms. */
"GIF_PICKER_VIEW_MISSING_QUERY" = "请输入您的搜索词。";
/* Indicates that an error occurred while searching. */
"GIF_VIEW_SEARCH_ERROR" = "错误。点击重试。";
/* Indicates that the user's search had no results. */
"GIF_VIEW_SEARCH_NO_RESULTS" = "无结果。";
2021-04-30 02:01:41 +02:00
/* No comment provided by engineer. */
"GROUP_CREATED" = "组群已成功创建。";
/* No comment provided by engineer. */
2022-05-02 08:41:14 +02:00
"GROUP_MEMBER_JOINED" = " %@ 加入了群组。 ";
2021-04-30 02:01:41 +02:00
/* No comment provided by engineer. */
2022-05-02 08:41:14 +02:00
"GROUP_MEMBER_LEFT" = " %@ 已退出群组。 ";
2021-04-30 02:01:41 +02:00
/* No comment provided by engineer. */
2021-05-24 07:07:10 +02:00
"GROUP_MEMBER_REMOVED" = "%@ 已被移出群组。";
2021-04-30 02:01:41 +02:00
/* No comment provided by engineer. */
2021-05-24 07:07:10 +02:00
"GROUP_MEMBERS_REMOVED" = "%@ 已被移出群组。";
2021-04-30 02:01:41 +02:00
/* No comment provided by engineer. */
"GROUP_TITLE_CHANGED" = "群组名称已改为 '%@'。";
/* No comment provided by engineer. */
"GROUP_UPDATED" = "群组更新完成。";
/* No comment provided by engineer. */
"GROUP_YOU_LEFT" = "您退出了这个群。";
/* No comment provided by engineer. */
2021-05-24 07:07:10 +02:00
"YOU_WERE_REMOVED" = " 您已被移出群组 ";
2019-01-22 23:18:54 +01:00
/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */
2019-01-30 15:06:40 +01:00
"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "您最多分享%@项。";
2019-01-18 22:59:22 +01:00
/* alert title */
2019-01-30 15:06:40 +01:00
"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "选择附件失败。";
2018-11-01 17:58:03 +01:00
/* Message for the alert indicating that an audio file is invalid. */
"INVALID_AUDIO_FILE_ALERT_ERROR_MESSAGE" = "语音文件无效";
/* Confirmation button within contextual alert */
"LEAVE_BUTTON_TITLE" = "离开群组";
/* table cell label in conversation settings */
2022-05-02 08:41:14 +02:00
"LEAVE_GROUP_ACTION" = "离开群组";
2021-04-30 01:10:23 +02:00
/* nav bar button item */
"MEDIA_DETAIL_VIEW_ALL_MEDIA_BUTTON" = "所有媒体";
2018-11-01 17:58:03 +01:00
/* media picker option to choose from library */
2022-05-02 08:41:14 +02:00
"MEDIA_FROM_LIBRARY_BUTTON" = "照片图库";
2018-11-01 17:58:03 +01:00
/* Confirmation button text to delete selected media from the gallery, embeds {{number of messages}} */
"MEDIA_GALLERY_DELETE_MULTIPLE_MESSAGES_FORMAT" = "删除%d条消息";
/* Confirmation button text to delete selected media message from the gallery */
"MEDIA_GALLERY_DELETE_SINGLE_MESSAGE" = "删除消息";
2018-11-15 21:07:36 +01:00
/* embeds {{sender name}} and {{sent datetime}}, e.g. 'Sarah on 10/30/18, 3:29' */
2018-11-22 05:31:48 +01:00
"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ 于 %@";
2018-11-15 21:07:36 +01:00
/* Format for the 'more items' indicator for media galleries. Embeds {{the number of additional items}}. */
"MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+%@";
2018-11-01 17:58:03 +01:00
/* Short sender label for media sent by you */
"MEDIA_GALLERY_SENDER_NAME_YOU" = "您";
/* Section header in media gallery collection view */
"MEDIA_GALLERY_THIS_MONTH_HEADER" = "这个月";
/* status message for failed messages */
"MESSAGE_STATUS_FAILED" = "发送失败。";
/* status message for read messages */
"MESSAGE_STATUS_READ" = "已读";
/* message status while message is sending. */
2018-11-12 22:31:37 +01:00
"MESSAGE_STATUS_SENDING" = "发送中...";
2018-11-01 17:58:03 +01:00
/* status message for sent messages */
"MESSAGE_STATUS_SENT" = "已发送";
/* status message while attachment is uploading */
"MESSAGE_STATUS_UPLOADING" = "上传中...";
2021-04-30 06:39:57 +02:00
/* notification title. Embeds {{author name}} and {{group name}} */
"NEW_GROUP_MESSAGE_NOTIFICATION_TITLE" = "%@至%@";
2019-01-18 22:59:22 +01:00
/* Label for 1:1 conversation with yourself. */
2019-01-30 15:06:40 +01:00
"NOTE_TO_SELF" = "备忘录";
2018-11-01 17:58:03 +01:00
/* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */
"NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "您可能在%@重启时收到了新消息。";
/* No comment provided by engineer. */
"BUTTON_OK" = "好";
2021-05-05 05:18:45 +02:00
/* Info Message when {{other user}} disables or doesn't support disappearing messages */
"OTHER_DISABLED_DISAPPEARING_MESSAGES_CONFIGURATION" = "%@ 取消了阅后即焚。";
/* Info Message when {{other user}} updates message expiration to {{time amount}}, see the *_TIME_AMOUNT strings for context. */
2022-05-02 08:41:14 +02:00
"OTHER_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "%@ 将阅后即焚时长设为 %@。";
2019-03-23 02:35:51 +01:00
/* alert title, generic error preventing user from capturing a photo */
2019-03-27 04:26:59 +01:00
"PHOTO_CAPTURE_GENERIC_ERROR" = "无法拍摄图片。";
2019-03-23 02:35:51 +01:00
/* alert title */
2019-03-27 04:26:59 +01:00
"PHOTO_CAPTURE_UNABLE_TO_CAPTURE_IMAGE" = "无法拍摄图片。";
2019-03-23 02:35:51 +01:00
/* alert title */
2019-03-27 04:26:59 +01:00
"PHOTO_CAPTURE_UNABLE_TO_INITIALIZE_CAMERA" = "配置摄像头失败。";
2018-11-29 05:42:55 +01:00
/* label for system photo collections which have no name. */
2018-12-19 17:48:47 +01:00
"PHOTO_PICKER_UNNAMED_COLLECTION" = "未命名的相册";
2021-07-07 06:30:55 +02:00
/* Notification action button title */
2022-05-02 08:41:14 +02:00
"PUSH_MANAGER_MARKREAD" = "标记为已读";
2021-07-07 06:30:55 +02:00
/* Notification action button title */
2022-05-02 08:41:14 +02:00
"PUSH_MANAGER_REPLY" = "回复";
2021-05-17 07:40:58 +02:00
/* Description of how and why Session iOS uses Touch ID/Face ID/Phone Passcode to unlock 'screen lock'. */
2022-05-02 08:41:14 +02:00
"SCREEN_LOCK_REASON_UNLOCK_SCREEN_LOCK" = "验证以打开 Session。";
2018-11-01 17:58:03 +01:00
/* Title for alert indicating that screen lock could not be unlocked. */
"SCREEN_LOCK_UNLOCK_FAILED" = "认证失败";
2019-04-15 22:44:04 +02:00
/* alert title when user attempts to leave the send media flow when they have an in-progress album */
2019-04-22 22:50:44 +02:00
"SEND_MEDIA_ABANDON_TITLE" = "丢弃媒体?";
2019-04-15 22:44:04 +02:00
/* alert action, confirming the user wants to exit the media flow and abandon any photos they've taken */
2019-04-22 22:50:44 +02:00
"SEND_MEDIA_CONFIRM_ABANDON_ALBUM" = "丢弃媒体";
2018-11-01 17:58:03 +01:00
/* Format string for the default 'Note' sound. Embeds the system {{sound name}}. */
"SETTINGS_AUDIO_DEFAULT_TONE_LABEL_FORMAT" = "%@(默认)";
/* Label for settings view that allows user to change the notification sound. */
"SETTINGS_ITEM_NOTIFICATION_SOUND" = "消息提示音";
2021-05-04 01:10:20 +02:00
/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */
2021-05-24 07:07:10 +02:00
"SOUNDS_NONE" = "无";
2021-05-03 05:57:30 +02:00
/* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_DAYS" = "%@天";
/* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_DAYS_SHORT_FORMAT" = "%@天";
/* {{number of hours}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 hours}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_HOURS" = "%@小时";
/* Label text below navbar button, embeds {{number of hours}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5h' not '5 h'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_HOURS_SHORT_FORMAT" = "%@时";
/* {{number of minutes}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 minutes}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_MINUTES" = "%@分钟";
/* Label text below navbar button, embeds {{number of minutes}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5m' not '5 m'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_MINUTES_SHORT_FORMAT" = "%@分";
/* {{number of seconds}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 seconds}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SECONDS" = "%@秒";
/* Label text below navbar button, embeds {{number of seconds}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5s' not '5 s'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SECONDS_SHORT_FORMAT" = "%@秒";
/* {{1 day}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 day}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_DAY" = "%@天";
/* {{1 hour}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 hour}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_HOUR" = "%@小时";
/* {{1 minute}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 minute}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_MINUTE" = "%@分钟";
/* {{1 week}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 week}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_WEEK" = "%@个星期";
/* {{number of weeks}}, embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 weeks}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_WEEKS" = "%@个星期";
/* Label text below navbar button, embeds {{number of weeks}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5w' not '5 w'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_WEEKS_SHORT_FORMAT" = "%@周";
2018-11-01 17:58:03 +01:00
/* Label for the cancel button in an alert or action sheet. */
"TXT_CANCEL_TITLE" = "取消";
/* No comment provided by engineer. */
"TXT_DELETE_TITLE" = "删除";
/* Filename for voice messages. */
"VOICE_MESSAGE_FILE_NAME" = "语音消息";
/* Message for the alert indicating the 'voice message' needs to be held to be held down to record. */
2022-05-02 08:41:14 +02:00
"VOICE_MESSAGE_TOO_SHORT_ALERT_MESSAGE" = "长按来录制语音消息。";
2018-11-01 17:58:03 +01:00
/* Title for the alert indicating the 'voice message' needs to be held to be held down to record. */
"VOICE_MESSAGE_TOO_SHORT_ALERT_TITLE" = "语音消息";
2021-05-05 05:18:45 +02:00
/* Info Message when you disable disappearing messages */
"YOU_DISABLED_DISAPPEARING_MESSAGES_CONFIGURATION" = "您取消了阅后即焚。";
2018-11-01 17:58:03 +01:00
/* Info message embedding a {{time amount}}, see the *_TIME_AMOUNT strings for context. */
2022-05-02 08:41:14 +02:00
"YOU_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "您将阅后即焚时长设置为%@。";
// MARK: - Session
"continue_2" = "继续";
2022-05-02 08:41:14 +02:00
"copy" = "拷贝";
"invalid_url" = "无效链接";
"next" = "下一步";
"share" = "共享";
"invalid_session_id" = "无效的Session ID";
"cancel" = "取消";
"your_session_id" = "您的Session ID";
"vc_landing_title_2" = "您的Session从这里开始...";
"vc_landing_register_button_title" = "创建Session ID";
"vc_landing_restore_button_title" = "继续使用您的Session ID";
"vc_landing_link_button_title" = "关联现有帐号";
"view_fake_chat_bubble_1" = "什么是Session";
"view_fake_chat_bubble_2" = "Session是一个去中心化的加密消息应用。";
"view_fake_chat_bubble_3" = "所以Session不会收集我的个人信息或者对话元数据怎么做到的";
"view_fake_chat_bubble_4" = "通过结合高效的匿名路由和端到端的加密技术。";
"view_fake_chat_bubble_5" = "好朋友之间就要使用能够保证信息安全的聊天工具,不用谢啦!";
"vc_register_title" = "向您的Session ID打个招呼吧";
"vc_register_explanation" = "您的Session ID是其他用户在与您聊天时使用的独一无二的地址。Session ID与您的真实身份无关它在设计上完全是匿名且私密的。";
"vc_restore_title" = "恢复您的帐号";
"vc_restore_explanation" = "在您重新登陆并需要恢复账户时,请输入您注册帐号时的恢复口令。";
"vc_restore_seed_text_field_hint" = "输入您的恢复口令";
"vc_link_device_title" = "关联设备";
"vc_link_device_scan_qr_code_tab_title" = "扫描二维码";
2022-05-02 08:41:14 +02:00
"vc_display_name_title_2" = "选择您的昵称";
"vc_display_name_explanation" = "这就是您在使用Session时的名字。它可以是您的真实姓名别名或您喜欢的其他任何名称。";
2022-05-02 08:41:14 +02:00
"vc_display_name_text_field_hint" = "输入昵称";
"vc_display_name_display_name_missing_error" = "请设定一个昵称";
"vc_display_name_display_name_too_long_error" = "请选择一个更短的昵称";
"vc_pn_mode_recommended_option_tag" = "推荐选项";
"vc_pn_mode_no_option_picked_modal_title" = "请选择一个选项";
"vc_home_empty_state_message" = "您还没有任何联系人";
"vc_home_empty_state_button_title" = "开始对话";
"vc_seed_title" = "您的恢复口令";
"vc_seed_title_2" = "这里是您的恢复口令";
"vc_seed_explanation" = "您的恢复口令是Session ID的主密钥 - 如果您无法访问您的现有设备则可以使用它在其他设备上恢复您的Session ID。请将您的恢复口令存储在安全的地方不要将其提供给任何人。";
"vc_seed_reveal_button_title" = "长按显示内容";
"view_seed_reminder_subtitle_1" = "保存恢复口令以保护您的帐号安全";
"view_seed_reminder_subtitle_2" = "点击并按住遮盖住的单词以显示您的恢复口令请将它安全地存储以保护您的Session ID。";
"view_seed_reminder_subtitle_3" = "请确保将恢复口令存储在安全的地方";
"vc_path_title" = "路径";
"vc_path_explanation" = "Session会通过其去中心化网络中的多个服务节点跳转消息以隐藏IP。以下国家是您目前的消息连接跳转服务节点所在地";
"vc_path_device_row_title" = "您";
"vc_path_guard_node_row_title" = "入口节点";
"vc_path_service_node_row_title" = "服务节点";
"vc_path_destination_row_title" = "目的地";
"vc_path_learn_more_button_title" = "了解更多";
"vc_create_private_chat_title" = "新建私人聊天";
"vc_create_private_chat_enter_session_id_tab_title" = "输入Session ID";
"vc_create_private_chat_scan_qr_code_tab_title" = "扫描二维码";
"vc_enter_public_key_explanation" = "Start a new conversation by entering someone's Session ID or share your Session ID with them.";
"vc_scan_qr_code_camera_access_explanation" = "Session需要摄像头访问权限才能扫描二维码";
"vc_scan_qr_code_grant_camera_access_button_title" = "授予摄像头访问权限";
"vc_create_closed_group_title" = "创建私密群组";
"vc_create_closed_group_text_field_hint" = "输入群组名称";
"vc_create_closed_group_empty_state_message" = "您还没有任何联系人";
"vc_create_closed_group_empty_state_button_title" = "开始对话";
"vc_create_closed_group_group_name_missing_error" = "请输入群组名称";
"vc_create_closed_group_group_name_too_long_error" = "请输入较短的群组名称";
2021-01-19 03:51:26 +01:00
"vc_create_closed_group_too_many_group_members_error" = "私密群组成员不得超过100个";
"vc_join_public_chat_title" = "加入公开群组";
"vc_join_public_chat_enter_group_url_tab_title" = "公开群组链接";
"vc_join_public_chat_scan_qr_code_tab_title" = "扫描二维码";
"vc_enter_chat_url_text_field_hint" = "输入公开群组链接";
"vc_settings_title" = "设置";
"vc_group_settings_title" = "Group Settings";
"vc_settings_display_name_missing_error" = "请设定一个名称";
"vc_settings_display_name_too_long_error" = "请设定一个较短的名称";
"vc_settings_privacy_button_title" = "隐私";
"vc_settings_notifications_button_title" = "通知";
"vc_settings_recovery_phrase_button_title" = "恢复口令";
"vc_settings_clear_all_data_button_title" = "清除数据";
"vc_qr_code_title" = "二维码";
"vc_qr_code_view_my_qr_code_tab_title" = "查看我的二维码";
"vc_qr_code_view_scan_qr_code_tab_title" = "扫描二维码";
"vc_qr_code_view_scan_qr_code_explanation" = "扫描对方的二维码以发起对话";
"vc_view_my_qr_code_explanation" = "这是您的二维码。其他用户可以对其进行扫描以发起与您的对话。";
2021-05-07 02:48:49 +02:00
// MARK: - Not Yet Translated
2021-05-24 07:07:10 +02:00
"fast_mode_explanation" = "新消息将快捷可靠地通过Apple通知服务发送。";
"fast_mode" = "高速模式";
"slow_mode_explanation" = "Session将不时在后台获取新消息。";
"slow_mode" = "慢速模式";
"vc_pn_mode_title" = "消息通知";
"vc_link_device_recovery_phrase_tab_title" = "恢复口令";
"vc_link_device_scan_qr_code_explanation" = "在您的其他设备上导航到设置 -> 恢复短语以显示您的 QR 代码。";
"vc_enter_recovery_phrase_title" = "恢复口令";
"vc_enter_recovery_phrase_explanation" = "输入您注册时获得的恢复口令以连接你的设备";
"vc_enter_public_key_text_field_hint" = "输入Session ID或ONS名称";
"admin_group_leave_warning" = "因为您是这个组的创建者,该组将被解散。该操作无法恢复。";
"vc_join_open_group_suggestions_title" = "也可以加入这些…";
"vc_settings_invite_a_friend_button_title" = "邀请朋友";
"copied" = "已复制";
"vc_conversation_settings_copy_session_id_button_title" = "复制Session ID";
"vc_conversation_input_prompt" = "消息";
"vc_conversation_voice_message_cancel_message" = "滑动以取消";
"modal_download_attachment_title" = "是否信任 %@?";
"modal_download_attachment_explanation" = "您确定要下载%@发送的媒体消息吗?";
"modal_download_button_title" = "下载";
"modal_open_url_title" = "打开链接?";
"modal_open_url_explanation" = "确定要打开 %@ 吗?";
"modal_open_url_button_title" = "打开";
2022-05-02 08:41:14 +02:00
"modal_copy_url_button_title" = "复制链接";
2021-05-24 07:07:10 +02:00
"modal_blocked_title" = "从黑名单中移除 %@ 吗?";
"modal_blocked_explanation" = "确定解除屏蔽%@吗?";
"modal_blocked_button_title" = "解除屏蔽";
"modal_link_previews_title" = "是否启用链接预览?";
"modal_link_previews_explanation" = "链接预览将为您发送或收到的URL生成预览内容。 该功能非常实用但Session需要访问该链接指向的网站以生成预览。您可以随后在会话设置中禁用该功能。";
"modal_link_previews_button_title" = "启用";
"vc_share_title" = "分享到 Session";
"vc_share_loading_message" = "正在准备附件......";
"vc_share_sending_message" = "正在发送…";
2022-05-02 08:41:14 +02:00
"vc_share_link_previews_unsecure" = "未加载非安全链接预览";
"vc_share_link_previews_error" = "未能加载预览";
"vc_share_link_previews_disabled_title" = "链接预览已禁用";
"vc_share_link_previews_disabled_explanation" = "开启链接预览将为您发送或收到的URL生成预览内容。 该功能非常实用但Session需要访问该链接指向的网站以生成预览。\n\n您可以随后在会话设置中禁用该功能。";
2021-05-24 07:07:10 +02:00
"view_open_group_invitation_description" = "打开群组邀请";
"vc_conversation_settings_invite_button_title" = "添加成员";
2022-05-02 08:41:14 +02:00
"modal_send_seed_title" = "警告";
"modal_send_seed_explanation" = "这是您的恢复口令。如果您将其发送给某人,他们将完全有权访问您的帐户。";
"modal_send_seed_send_button_title" = "发送";
"vc_conversation_settings_notify_for_mentions_only_title" = "仅在提及时通知";
"vc_conversation_settings_notify_for_mentions_only_explanation" = "启用后,您只会收到提及您的消息通知。";
"view_conversation_title_notify_for_mentions_only" = "仅在提及时通知";
"message_deleted" = "此消息已被删除";
"delete_message_for_me" = "仅为我删除";
"delete_message_for_everyone" = "为所有人删除";
"delete_message_for_me_and_recipient" = "为我和 %@ 删除";
2023-01-12 04:54:38 +01:00
"context_menu_info" = "Info";
2022-05-02 08:41:14 +02:00
"context_menu_reply" = "回复";
"context_menu_save" = "保存";
"context_menu_ban_user" = "封禁用户";
"context_menu_ban_and_delete_all" = "封禁并删除全部";
"context_menu_ban_user_error_alert_message" = "Unable to ban user";
2022-05-02 08:41:14 +02:00
"accessibility_expanding_attachments_button" = "添加附件";
"accessibility_gif_button" = "Gif";
2022-05-02 08:41:14 +02:00
"accessibility_document_button" = "文件";
"accessibility_library_button" = "照片库";
"accessibility_camera_button" = "相机";
"accessibility_main_button_collapse" = "收起附件选项";
"invalid_recovery_phrase" = "恢复口令无效";
"DISMISS_BUTTON_TEXT" = "取消";
2021-09-21 08:38:48 +02:00
/* Button text which opens the settings app */
2022-05-02 08:41:14 +02:00
"OPEN_SETTINGS_BUTTON" = "设置";
"call_outgoing" = "您呼叫了 %@";
"call_incoming" = "%@ 来电";
"call_missed" = "来自 %@ 的未接来电";
"APN_Message" = "您有一条新消息。";
"APN_Collapsed_Messages" = "你有 %@ 条新消息。";
"PIN_BUTTON_TEXT" = "置顶";
"UNPIN_BUTTON_TEXT" = "取消置顶";
"modal_call_missed_tips_title" = "未接来电";
"modal_call_missed_tips_explanation" = "未接听 '%@',因为您需要在隐私设置中启用“语音和视频通话”权限。";
"media_saved" = "%@ 保存了媒体内容。";
2022-05-02 08:41:14 +02:00
"screenshot_taken" = "%@ 进行了截图。";
"SEARCH_SECTION_CONTACTS" = "联系人和群组";
"SEARCH_SECTION_MESSAGES" = "消息";
"MESSAGE_REQUESTS_TITLE" = "消息请求";
"MESSAGE_REQUESTS_EMPTY_TEXT" = "没有待处理的消息请求";
"MESSAGE_REQUESTS_CLEAR_ALL" = "清除所有";
"MESSAGE_REQUESTS_CLEAR_ALL_CONFIRMATION_TITLE" = "您确定要清除所有消息请求吗?";
"MESSAGE_REQUESTS_CLEAR_ALL_CONFIRMATION_ACTON" = "清除";
"MESSAGE_REQUESTS_DELETE_CONFIRMATION_ACTON" = "您确定要删除此消息请求吗?";
2022-08-12 08:30:32 +02:00
"MESSAGE_REQUESTS_BLOCK_CONFIRMATION_ACTON" = "Are you sure you want to block this contact?";
2022-05-02 08:41:14 +02:00
"MESSAGE_REQUESTS_INFO" = "发送消息给此用户将自动接受他们的消息请求。";
"MESSAGE_REQUESTS_ACCEPTED" = "您的消息请求已被接受。";
"MESSAGE_REQUESTS_NOTIFICATION" = "您有一个新的消息请求";
"TXT_HIDE_TITLE" = "隐藏";
"TXT_DELETE_ACCEPT" = "接受";
2022-08-12 08:04:06 +02:00
"TXT_BLOCK_USER_TITLE" = "Block User";
"ALERT_ERROR_TITLE" = "错误";
2022-05-02 08:41:14 +02:00
"modal_call_permission_request_title" = "请授予通话权限";
"modal_call_permission_request_explanation" = "您可以在隐私设置中启用“语音和视频通话”权限。";
"DEFAULT_OPEN_GROUP_LOAD_ERROR_TITLE" = "Oops, an error occurred";
"DEFAULT_OPEN_GROUP_LOAD_ERROR_SUBTITLE" = "Please try again later";
"LOADING_CONVERSATIONS" = "Loading Conversations...";
"DATABASE_STARTUP_FAILED" = "An error occurred when opening the database\n\nYou can export your application logs to share for troubleshooting or you can try to restore your device\n\nWarning: Restoring your device will result in loss of any data older than two weeks";
"APP_STARTUP_TIMEOUT" = "The app is taking a long time to start\n\nYou can continue to wait for the app to start, export your application logs to share for troubleshooting or you can try to open the app again";
"APP_STARTUP_EXIT" = "Exit";
"DATABASE_RESTORE_FAILED" = "An error occurred when opening the restored database\n\nYou can export your application logs to share for troubleshooting but to continue to use Session you may need to reinstall";
"DATABASE_MIGRATION_FAILED" = "An error occurred when optimising the database\n\nYou can export your application logs to be able to share for troubleshooting or you can restore your device\n\nWarning: Restoring your device will result in loss of any data older than two weeks";
"RECOVERY_PHASE_ERROR_GENERIC" = "Something went wrong. Please check your recovery phrase and try again.";
"RECOVERY_PHASE_ERROR_LENGTH" = "Looks like you didn't enter enough words. Please check your recovery phrase and try again.";
"RECOVERY_PHASE_ERROR_LAST_WORD" = "You seem to be missing the last word of your recovery phrase. Please check what you entered and try again.";
"RECOVERY_PHASE_ERROR_INVALID_WORD" = "There appears to be an invalid word in your recovery phrase. Please check what you entered and try again.";
"RECOVERY_PHASE_ERROR_FAILED" = "Your recovery phrase couldn't be verified. Please check what you entered and try again.";
/* Indicates that an unknown error occurred while using Touch ID/Face ID/Phone Passcode. */
"SCREEN_LOCK_ENABLE_UNKNOWN_ERROR" = "Authentication could not be accessed.";
/* Indicates that Touch ID/Face ID/Phone Passcode authentication failed. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_FAILED" = "认证失败。";
/* Indicates that Touch ID/Face ID/Phone Passcode is 'locked out' on this device due to authentication failures. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_LOCKOUT" = "认证失败次数太多,请稍后再试。";
/* Indicates that Touch ID/Face ID/Phone Passcode are not available on this device. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_NOT_AVAILABLE" = "您需要先设置您的密码来开启屏幕锁功能。";
/* Indicates that Touch ID/Face ID/Phone Passcode is not configured on this device. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_NOT_ENROLLED" = "您需要先设置您的密码来开启屏幕锁功能。";
/* Indicates that Touch ID/Face ID/Phone Passcode passcode is not set. */
"SCREEN_LOCK_ERROR_LOCAL_AUTHENTICATION_PASSCODE_NOT_SET" = "您需要先设置您的密码来开启屏幕锁功能。";
/* Label for the button to send a message */
"SEND_BUTTON_TITLE" = "Send";
/* Generic text for button that retries whatever the last action was. */
"RETRY_BUTTON_TEXT" = "Retry";
/* notification action */
"SHOW_THREAD_BUTTON_TITLE" = "Show Chat";
/* notification body */
"SEND_FAILED_NOTIFICATION_BODY" = "Your message failed to send.";
"INVALID_SESSION_ID_MESSAGE" = "Please check the Session ID and try again.";
"INVALID_RECOVERY_PHRASE_MESSAGE" = "Please check the Recovery Phrase and try again.";
2022-08-11 01:31:52 +02:00
"QUOTED_MESSAGE_NOT_FOUND" = "Original message not found.";
2022-08-08 09:11:56 +02:00
"MEDIA_TAB_TITLE" = "Media";
2022-08-08 09:07:58 +02:00
"DOCUMENT_TAB_TITLE" = "Documents";
"DOCUMENT_TILES_EMPTY_DOCUMENT" = "You don't have any document in this conversation.";
"DOCUMENT_TILES_LOADING_MORE_RECENT_LABEL" = "Loading Newer Document…";
"DOCUMENT_TILES_LOADING_OLDER_LABEL" = "Loading Older Document…";
Merge branch 'feature/database-refactor' into emoji-reacts # Conflicts: # Session.xcodeproj/project.pbxproj # Session/Conversations/Context Menu/ContextMenuVC+Action.swift # Session/Conversations/Context Menu/ContextMenuVC+ActionView.swift # Session/Conversations/Context Menu/ContextMenuVC.swift # Session/Conversations/ConversationVC+Interaction.swift # Session/Conversations/ConversationVC.swift # Session/Conversations/ConversationViewItem.h # Session/Conversations/ConversationViewItem.m # Session/Conversations/Message Cells/Content Views/LinkPreviewView.swift # Session/Conversations/Message Cells/MessageCell.swift # Session/Conversations/Message Cells/VisibleMessageCell.swift # Session/Conversations/Views & Modals/BodyTextView.swift # Session/Meta/Translations/en.lproj/Localizable.strings # Session/Shared/UserCell.swift # SessionMessagingKit/Jobs/MessageSendJob.swift # SessionMessagingKit/Messages/Signal/TSMessage.h # SessionMessagingKit/Messages/Signal/TSMessage.m # SessionMessagingKit/Messages/Visible Messages/VisibleMessage.swift # SessionMessagingKit/Open Groups/OpenGroupAPIV2.swift # SessionMessagingKit/Sending & Receiving/MessageReceiver+Handling.swift # SessionMessagingKit/Sending & Receiving/Notifications/NotificationsProtocol.h # SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPollerV2.swift # SessionMessagingKit/Utilities/General.swift # SessionNotificationServiceExtension/NSENotificationPresenter.swift # SignalUtilitiesKit/Utilities/DisplayableText.swift # SignalUtilitiesKit/Utilities/NoopNotificationsManager.swift # SignalUtilitiesKit/Utilities/Notification+Loki.swift
2022-07-25 07:39:56 +02:00
/* The name for the emoji category 'Activities' */
"EMOJI_CATEGORY_ACTIVITIES_NAME" = "Activities";
/* The name for the emoji category 'Animals & Nature' */
"EMOJI_CATEGORY_ANIMALS_NAME" = "Animals & Nature";
/* The name for the emoji category 'Flags' */
"EMOJI_CATEGORY_FLAGS_NAME" = "Flags";
/* The name for the emoji category 'Food & Drink' */
"EMOJI_CATEGORY_FOOD_NAME" = "Food & Drink";
/* The name for the emoji category 'Objects' */
"EMOJI_CATEGORY_OBJECTS_NAME" = "Objects";
/* The name for the emoji category 'Recents' */
"EMOJI_CATEGORY_RECENTS_NAME" = "Recently Used";
/* The name for the emoji category 'Smileys & People' */
"EMOJI_CATEGORY_SMILEYSANDPEOPLE_NAME" = "Smileys & People";
/* The name for the emoji category 'Symbols' */
"EMOJI_CATEGORY_SYMBOLS_NAME" = "Symbols";
/* The name for the emoji category 'Travel & Places' */
"EMOJI_CATEGORY_TRAVEL_NAME" = "Travel & Places";
2022-08-29 01:53:09 +02:00
"EMOJI_REACTS_NOTIFICATION" = "%@ reacts to a message with %@.";
2022-08-29 05:08:31 +02:00
"EMOJI_REACTS_MORE_REACTORS_ONE" = "And 1 other has reacted %@ to this message.";
"EMOJI_REACTS_MORE_REACTORS_MUTIPLE" = "And %@ others have reacted %@ to this message.";
2022-09-29 07:14:19 +02:00
"EMOJI_REACTS_SHOW_LESS" = "Show less";
"EMOJI_REACTS_RATE_LIMIT_TOAST" = "Slow down! You've sent too many emoji reacts. Try again soon.";
2022-08-24 07:37:43 +02:00
/* New conversation screen*/
"vc_new_conversation_title" = "New Conversation";
2022-09-09 09:14:55 +02:00
"CREATE_GROUP_BUTTON_TITLE" = "Create";
2022-09-14 06:46:29 +02:00
"JOIN_COMMUNITY_BUTTON_TITLE" = "Join";
2022-10-03 07:01:46 +02:00
"PRIVACY_TITLE" = "隐私";
"PRIVACY_SECTION_SCREEN_SECURITY" = "屏幕安全";
"PRIVACY_SCREEN_SECURITY_LOCK_SESSION_TITLE" = "Lock Session";
"PRIVACY_SCREEN_SECURITY_LOCK_SESSION_DESCRIPTION" = "Require Touch ID, Face ID or your passcode to unlock Session.";
2022-10-03 07:01:46 +02:00
"PRIVACY_SECTION_READ_RECEIPTS" = "已读回执";
"PRIVACY_READ_RECEIPTS_TITLE" = "已读回执";
"PRIVACY_READ_RECEIPTS_DESCRIPTION" = "Send read receipts in one-to-one chats.";
2022-10-03 07:01:46 +02:00
"PRIVACY_SECTION_TYPING_INDICATORS" = "“正在输入”提示";
"PRIVACY_TYPING_INDICATORS_TITLE" = "“正在输入”提示";
"PRIVACY_TYPING_INDICATORS_DESCRIPTION" = "See and share typing indicators in one-to-one conversations.";
"PRIVACY_SECTION_LINK_PREVIEWS" = "Link Previews";
2022-10-03 07:01:46 +02:00
"PRIVACY_LINK_PREVIEWS_TITLE" = "发送链接预览";
"PRIVACY_LINK_PREVIEWS_DESCRIPTION" = "Generate link previews for supported URLs.";
"PRIVACY_SECTION_CALLS" = "Calls (Beta)";
2022-10-03 07:01:46 +02:00
"PRIVACY_CALLS_TITLE" = "语音和视频通话";
"PRIVACY_CALLS_DESCRIPTION" = "Enables voice and video calls to and from other users.";
"PRIVACY_CALLS_WARNING_TITLE" = "Voice and Video Calls (Beta)";
"PRIVACY_CALLS_WARNING_DESCRIPTION" = "Your IP address is visible to your call partner and an Oxen Foundation server while using beta calls. Are you sure you want to enable Voice and Video Calls?";
2022-10-03 07:01:46 +02:00
"NOTIFICATIONS_TITLE" = "通知";
"NOTIFICATIONS_SECTION_STRATEGY" = "通知选项";
"NOTIFICATIONS_STRATEGY_FAST_MODE_TITLE" = "使用快速模式";
"NOTIFICATIONS_STRATEGY_FAST_MODE_DESCRIPTION" = "You'll be notified of new message reliably and immediately using Apple's notification servers.";
"NOTIFICATIONS_STRATEGY_FAST_MODE_ACTION" = "Go to device notification settings";
"NOTIFICATIONS_SECTION_STYLE" = "Notification Style";
"NOTIFICATIONS_STYLE_SOUND_TITLE" = "Sound";
"NOTIFICATIONS_STYLE_SOUND_WHEN_OPEN_TITLE" = "Sound When App is Open";
2022-10-03 07:01:46 +02:00
"NOTIFICATIONS_STYLE_CONTENT_TITLE" = "通知内容";
"NOTIFICATIONS_STYLE_CONTENT_DESCRIPTION" = "The information shown in notifications.";
"NOTIFICATIONS_STYLE_CONTENT_OPTION_NAME_AND_CONTENT" = "Name & Content";
2022-10-03 07:01:46 +02:00
"NOTIFICATIONS_STYLE_CONTENT_OPTION_NAME_ONLY" = "只显示名称";
"NOTIFICATIONS_STYLE_CONTENT_OPTION_NO_NAME_OR_CONTENT" = "没有名字或者内容";
"CONVERSATION_SETTINGS_TITLE" = "Conversations";
"CONVERSATION_SETTINGS_SECTION_MESSAGE_TRIMMING" = "Message Trimming";
"CONVERSATION_SETTINGS_MESSAGE_TRIMMING_TITLE" = "Trim Communities";
"CONVERSATION_SETTINGS_MESSAGE_TRIMMING_DESCRIPTION" = "Delete messages older than 6 months from Communities that have over 2,000 messages.";
"CONVERSATION_SETTINGS_SECTION_AUDIO_MESSAGES" = "Audio Messages";
"CONVERSATION_SETTINGS_AUDIO_MESSAGES_AUTOPLAY_TITLE" = "Autoplay Audio Messages";
"CONVERSATION_SETTINGS_AUDIO_MESSAGES_AUTOPLAY_DESCRIPTION" = "Autoplay consecutive audio messages.";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_TITLE" = "Blocked Contacts";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_EMPTY_STATE" = "You have no blocked contacts.";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK" = "Unblock";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_SINGLE" = "Are you sure you want to unblock %@?";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_FALLBACK" = "this contact";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_MULTIPLE_1" = "Are you sure you want to unblock %@";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_MULTIPLE_2_SINGLE" = "and %@?";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_MULTIPLE_3" = "and %d others?";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_ACTON" = "Unblock";
"APPEARANCE_TITLE" = "Appearance";
"APPEARANCE_THEMES_TITLE" = "Themes";
"APPEARANCE_PRIMARY_COLOR_TITLE" = "Primary colour";
"APPEARANCE_PRIMARY_COLOR_PREVIEW_INC_QUOTE" = "How are you?";
"APPEARANCE_PRIMARY_COLOR_PREVIEW_INC_MESSAGE" = "I'm good thanks, you?";
"APPEARANCE_PRIMARY_COLOR_PREVIEW_OUT_MESSAGE" = "I'm doing great, thanks.";
"APPEARANCE_NIGHT_MODE_TITLE" = "Auto night-mode";
"APPEARANCE_NIGHT_MODE_TOGGLE" = "Match system settings";
"HELP_TITLE" = "Help";
"HELP_REPORT_BUG_TITLE" = "Report a Bug";
"HELP_REPORT_BUG_DESCRIPTION" = "Export your logs, then upload the file though Session's Help Desk.";
"HELP_REPORT_BUG_ACTION_TITLE" = "Export Logs";
"HELP_TRANSLATE_TITLE" = "Translate Session";
"HELP_FEEDBACK_TITLE" = "We'd love your Feedback";
2022-10-03 07:01:46 +02:00
"HELP_FAQ_TITLE" = "常见问题";
"HELP_SUPPORT_TITLE" = "Support";
"modal_clear_all_data_title" = "清除所有数据";
"modal_clear_all_data_explanation" = "This will permanently delete your messages and contacts. Would you like to clear this device only, or delete your data from the network as well?";
"modal_clear_all_data_explanation_2" = "Are you sure you want to delete your data from the network? If you continue, you will not be able to restore your messages or contacts.";
"modal_clear_all_data_device_only_button_title" = "Clear Device Only";
"modal_clear_all_data_entire_account_button_title" = "Clear Device and Network";
"dialog_clear_all_data_deletion_failed_1" = "数据未被一个服务节点删除。服务节点ID %@";
"dialog_clear_all_data_deletion_failed_2" = "数据未被 %@ 服务节点删除。服务节点ID %@";
"modal_clear_all_data_confirm" = "Clear";
"modal_seed_title" = "您的恢复口令";
"modal_seed_explanation" = "You can use your recovery phrase to restore your account or link a device.";
"modal_permission_explanation" = "Session needs %@ access to continue. You can enable access in the iOS settings.";
"modal_permission_settings_title" = "Settings";
"modal_permission_camera" = "camera";
"modal_permission_microphone" = "microphone";
"modal_permission_library" = "library";
"DISAPPEARING_MESSAGES_OFF" = "Off";
"DISAPPEARING_MESSAGES_SUBTITLE_OFF" = "Off";
"DISAPPEARING_MESSAGES_SUBTITLE_DISAPPEAR_AFTER" = "Disappear After: %@";
"COPY_GROUP_URL" = "Copy Group URL";
"NEW_CONVERSATION_CONTACTS_SECTION_TITLE" = "Contacts";
"GROUP_ERROR_NO_MEMBER_SELECTION" = "Please pick at least 1 group member";
"GROUP_CREATION_PLEASE_WAIT" = "Please wait while the group is created...";
"GROUP_CREATION_ERROR_TITLE" = "Couldn't Create Group";
"GROUP_CREATION_ERROR_MESSAGE" = "Please check your internet connection and try again.";
"GROUP_UPDATE_ERROR_TITLE" = "Couldn't Update Group";
"GROUP_UPDATE_ERROR_MESSAGE" = "Can't leave while adding or removing other members.";
"GROUP_ACTION_REMOVE" = "Remove";
"GROUP_TITLE_MEMBERS" = "Members";
"GROUP_TITLE_FALLBACK" = "Group";
"DM_ERROR_DIRECT_BLINDED_ID" = "You can only send messages to Blinded IDs from within a Community";
"DM_ERROR_INVALID" = "Please check the Session ID or ONS name and try again";
"COMMUNITY_ERROR_INVALID_URL" = "Please check the URL you entered and try again.";
"COMMUNITY_ERROR_GENERIC" = "Couldn't Join";
"DISAPPERING_MESSAGES_TITLE" = "Disappearing Messages";
"DISAPPERING_MESSAGES_TYPE_TITLE" = "Delete Type";
"DISAPPERING_MESSAGES_TYPE_AFTER_READ_TITLE" = "Disappear After Read";
"DISAPPERING_MESSAGES_TYPE_AFTER_READ_DESCRIPTION" = "Messages delete after they have been read.";
"DISAPPERING_MESSAGES_TYPE_AFTER_SEND_TITLE" = "Disappear After Send";
"DISAPPERING_MESSAGES_TYPE_AFTER_SEND_DESCRIPTION" = "Messages delete after they have been sent.";
"DISAPPERING_MESSAGES_TIMER_TITLE" = "Timer";
"DISAPPERING_MESSAGES_SAVE_TITLE" = "Set";
"DISAPPERING_MESSAGES_GROUP_WARNING" = "This setting applies to everyone in this conversation.";
"DISAPPERING_MESSAGES_GROUP_WARNING_ADMIN_ONLY" = "This setting applies to everyone in this conversation. Only group admins can change this setting.";
"DISAPPERING_MESSAGES_SUMMARY" = "Disappear After %@ - %@";
"DISAPPERING_MESSAGES_INFO_ENABLE" = "%@ has set messages to disappear %@ after they have been %@";
"DISAPPERING_MESSAGES_INFO_UPDATE" = "%@ has changed messages to disappear %@ after they have been %@";
"DISAPPERING_MESSAGES_INFO_DISABLE" = "%@ has turned off disappearing messages";
"MESSAGE_STATE_READ" = "Read";
"MESSAGE_STATE_SENT" = "Sent";
"MESSAGE_REQUEST_PENDING_APPROVAL_INFO" = "You will be able to send voice messages and attachments once the recipient has approved this message request";
"MESSAGE_DELIVERY_STATUS_SENDING" = "Sending";
"MESSAGE_DELIVERY_STATUS_SENT" = "Sent";
"MESSAGE_DELIVERY_STATUS_READ" = "Read";
"MESSAGE_DELIVERY_STATUS_FAILED" = "Failed to send";
2023-01-16 05:40:21 +01:00
"MESSAGE_INFO_SENT" = "Sent";
"MESSAGE_INFO_RECEIVED" = "Received";
"MESSAGE_INFO_FROM" = "From";
"ATTACHMENT_INFO_FILE_ID" = "File ID";
"ATTACHMENT_INFO_FILE_TYPE" = "File Type";
"ATTACHMENT_INFO_FILE_SIZE" = "File Size";
"ATTACHMENT_INFO_RESOLUTION" = "Resolution";
"ATTACHMENT_INFO_DURATION" = "Duration";
"MESSAGE_DELIVERY_STATUS_FAILED_SYNC" = "Failed to sync";
"MESSAGE_DELIVERY_STATUS_SYNCING" = "Syncing";
"MESSAGE_DELIVERY_FAILED_TITLE" = "Failed to send message";
"MESSAGE_DELIVERY_FAILED_SYNC_TITLE" = "Failed to sync message to your other devices";
"delete_message_for_me_and_my_devices" = "Delete from all of my devices";
"context_menu_resend" = "Resend";
"context_menu_resync" = "Resync";
"GIPHY_PERMISSION_TITLE" = "Search GIFs?";
"GIPHY_PERMISSION_MESSAGE" = "Session will connect to Giphy to provide search results. You will not have full metadata protection when sending GIFs.";
"message_info_title" = "Message Info";
"mute_button_text" = "Mute";
"unmute_button_text" = "Unmute";
"mark_read_button_text" = "Mark read";
"mark_unread_button_text" = "Mark unread";
"leave_group_confirmation_alert_title" = "Leave Group";
"leave_community_confirmation_alert_title" = "Leave Community";
"leave_community_confirmation_alert_message" = "Are you sure you want to leave %@?";
"group_you_leaving" = "Leaving...";
"group_leave_error" = "Failed to leave Group!";
"group_unable_to_leave" = "Unable to leave the Group, please try again";
Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling # Conflicts: # Podfile.lock # Session.xcodeproj/project.pbxproj # Session/Closed Groups/EditClosedGroupVC.swift # Session/Conversations/Settings/ThreadSettingsViewModel.swift # Session/Home/HomeVC.swift # Session/Home/HomeViewModel.swift # Session/Meta/Translations/de.lproj/Localizable.strings # Session/Meta/Translations/en.lproj/Localizable.strings # Session/Meta/Translations/es.lproj/Localizable.strings # Session/Meta/Translations/fa.lproj/Localizable.strings # Session/Meta/Translations/fi.lproj/Localizable.strings # Session/Meta/Translations/fr.lproj/Localizable.strings # Session/Meta/Translations/hi.lproj/Localizable.strings # Session/Meta/Translations/hr.lproj/Localizable.strings # Session/Meta/Translations/id-ID.lproj/Localizable.strings # Session/Meta/Translations/it.lproj/Localizable.strings # Session/Meta/Translations/ja.lproj/Localizable.strings # Session/Meta/Translations/nl.lproj/Localizable.strings # Session/Meta/Translations/pl.lproj/Localizable.strings # Session/Meta/Translations/pt_BR.lproj/Localizable.strings # Session/Meta/Translations/ru.lproj/Localizable.strings # Session/Meta/Translations/si.lproj/Localizable.strings # Session/Meta/Translations/sk.lproj/Localizable.strings # Session/Meta/Translations/sv.lproj/Localizable.strings # Session/Meta/Translations/th.lproj/Localizable.strings # Session/Meta/Translations/vi-VN.lproj/Localizable.strings # Session/Meta/Translations/zh-Hant.lproj/Localizable.strings # Session/Meta/Translations/zh_CN.lproj/Localizable.strings # Session/Shared/FullConversationCell.swift # SessionMessagingKit/Configuration.swift # SessionMessagingKit/Database/Models/SessionThread.swift # SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift # SessionMessagingKit/Shared Models/SessionThreadViewModel.swift # SessionUIKit/Utilities/UIContextualAction+Theming.swift # SessionUtilitiesKit/Database/Models/Job.swift # SessionUtilitiesKit/General/Dictionary+Utilities.swift # SessionUtilitiesKit/JobRunner/JobRunner.swift
2023-04-06 10:09:26 +02:00
"delete_group_confirmation_alert_title" = "Delete Group";
"delete_group_confirmation_alert_message" = "Are you sure you want to delete %@?";
"delete_conversation_confirmation_alert_title" = "Delete Conversation";
Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling # Conflicts: # Podfile.lock # Session.xcodeproj/project.pbxproj # Session/Closed Groups/EditClosedGroupVC.swift # Session/Conversations/Settings/ThreadSettingsViewModel.swift # Session/Home/HomeVC.swift # Session/Home/HomeViewModel.swift # Session/Meta/Translations/de.lproj/Localizable.strings # Session/Meta/Translations/en.lproj/Localizable.strings # Session/Meta/Translations/es.lproj/Localizable.strings # Session/Meta/Translations/fa.lproj/Localizable.strings # Session/Meta/Translations/fi.lproj/Localizable.strings # Session/Meta/Translations/fr.lproj/Localizable.strings # Session/Meta/Translations/hi.lproj/Localizable.strings # Session/Meta/Translations/hr.lproj/Localizable.strings # Session/Meta/Translations/id-ID.lproj/Localizable.strings # Session/Meta/Translations/it.lproj/Localizable.strings # Session/Meta/Translations/ja.lproj/Localizable.strings # Session/Meta/Translations/nl.lproj/Localizable.strings # Session/Meta/Translations/pl.lproj/Localizable.strings # Session/Meta/Translations/pt_BR.lproj/Localizable.strings # Session/Meta/Translations/ru.lproj/Localizable.strings # Session/Meta/Translations/si.lproj/Localizable.strings # Session/Meta/Translations/sk.lproj/Localizable.strings # Session/Meta/Translations/sv.lproj/Localizable.strings # Session/Meta/Translations/th.lproj/Localizable.strings # Session/Meta/Translations/vi-VN.lproj/Localizable.strings # Session/Meta/Translations/zh-Hant.lproj/Localizable.strings # Session/Meta/Translations/zh_CN.lproj/Localizable.strings # Session/Shared/FullConversationCell.swift # SessionMessagingKit/Configuration.swift # SessionMessagingKit/Database/Models/SessionThread.swift # SessionMessagingKit/Sending & Receiving/Message Handling/MessageSender+ClosedGroups.swift # SessionMessagingKit/Shared Models/SessionThreadViewModel.swift # SessionUIKit/Utilities/UIContextualAction+Theming.swift # SessionUtilitiesKit/Database/Models/Job.swift # SessionUtilitiesKit/General/Dictionary+Utilities.swift # SessionUtilitiesKit/JobRunner/JobRunner.swift
2023-04-06 10:09:26 +02:00
"delete_conversation_confirmation_alert_message" = "Are you sure you want to delete your conversation with %@?";
"hide_note_to_self_confirmation_alert_title" = "Hide Note to Self";
"hide_note_to_self_confirmation_alert_message" = "Are you sure you want to hide %@?";
"update_profile_modal_title" = "Set Display Picture";
"update_profile_modal_save" = "Save";
"update_profile_modal_remove" = "Remove";
Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling # Conflicts: # Session/Closed Groups/NewClosedGroupVC.swift # Session/Conversations/ConversationVC+Interaction.swift # Session/Conversations/ConversationVC.swift # Session/Conversations/ConversationViewModel.swift # Session/Conversations/Settings/ThreadSettingsViewModel.swift # Session/Home/GlobalSearch/GlobalSearchViewController.swift # Session/Home/HomeVC.swift # Session/Home/New Conversation/NewDMVC.swift # Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift # Session/Meta/Translations/de.lproj/Localizable.strings # Session/Meta/Translations/en.lproj/Localizable.strings # Session/Meta/Translations/es.lproj/Localizable.strings # Session/Meta/Translations/fa.lproj/Localizable.strings # Session/Meta/Translations/fi.lproj/Localizable.strings # Session/Meta/Translations/fr.lproj/Localizable.strings # Session/Meta/Translations/hi.lproj/Localizable.strings # Session/Meta/Translations/hr.lproj/Localizable.strings # Session/Meta/Translations/id-ID.lproj/Localizable.strings # Session/Meta/Translations/it.lproj/Localizable.strings # Session/Meta/Translations/ja.lproj/Localizable.strings # Session/Meta/Translations/nl.lproj/Localizable.strings # Session/Meta/Translations/pl.lproj/Localizable.strings # Session/Meta/Translations/pt_BR.lproj/Localizable.strings # Session/Meta/Translations/ru.lproj/Localizable.strings # Session/Meta/Translations/si.lproj/Localizable.strings # Session/Meta/Translations/sk.lproj/Localizable.strings # Session/Meta/Translations/sv.lproj/Localizable.strings # Session/Meta/Translations/th.lproj/Localizable.strings # Session/Meta/Translations/vi-VN.lproj/Localizable.strings # Session/Meta/Translations/zh-Hant.lproj/Localizable.strings # Session/Meta/Translations/zh_CN.lproj/Localizable.strings # Session/Settings/BlockedContactsViewController.swift # Session/Settings/NukeDataModal.swift # Session/Settings/SettingsViewModel.swift # SessionMessagingKit/Shared Models/SessionThreadViewModel.swift # SessionUIKit/Components/ConfirmationModal.swift
2023-05-18 09:34:25 +02:00
"update_profile_modal_remove_error_title" = "Unable to remove avatar image";
"update_profile_modal_max_size_error_title" = "Maximum File Size Exceeded";
"update_profile_modal_max_size_error_message" = "Please select a smaller photo and try again";
"update_profile_modal_error_title" = "Couldn't Update Profile";
"update_profile_modal_error_message" = "Please check your internet connection and try again";
"CONTACT_NICKNAME_PLACEHOLDER" = "Enter a name";
"MARK_AS_READ" = "Mark Read";
"MARK_AS_UNREAD" = "Mark Unread";
"UNREAD_MESSAGES" = "Unread Messages";
"CONVERSATION_EMPTY_STATE" = "You have no messages from %@. Send a message to start the conversation!";
"CONVERSATION_EMPTY_STATE_READ_ONLY" = "There are no messages in %@.";
"CONVERSATION_EMPTY_STATE_NOTE_TO_SELF" = "You have no messages in %@.";
"USER_CONFIG_OUTDATED_WARNING" = "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.";
"LOAD_RECOVERY_PASSWORD_ERROR" = "An error occurred when trying to load your recovery password.\n\nPlease export your logs, then upload the file though Session's Help Desk to help resolve this issue.";
"FAILED_TO_STORE_OUTGOING_MESSAGE" = "An error occurred when trying to store the outgoing message for sending, you may need to restart the app before you can send messages.";
"database_inaccessible_error" = "There is an issue opening the database. Please restart the app and try again.";