forked from zelo72/mastodon-ios
New translations app.json (Chinese Simplified)
This commit is contained in:
parent
506575c652
commit
64fda24c8f
|
@ -89,76 +89,76 @@
|
||||||
"block_domain": "屏蔽 %s",
|
"block_domain": "屏蔽 %s",
|
||||||
"unblock_domain": "解除屏蔽 %s",
|
"unblock_domain": "解除屏蔽 %s",
|
||||||
"settings": "设置",
|
"settings": "设置",
|
||||||
"delete": "Delete"
|
"delete": "删除"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"home": "Home",
|
"home": "主页",
|
||||||
"search": "Search",
|
"search": "搜索",
|
||||||
"notification": "Notification",
|
"notification": "通知",
|
||||||
"profile": "Profile"
|
"profile": "个人资料"
|
||||||
},
|
},
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
"common": {
|
"common": {
|
||||||
"switch_to_tab": "Switch to %s",
|
"switch_to_tab": "切换到 %s",
|
||||||
"compose_new_post": "Compose New Post",
|
"compose_new_post": "撰写新帖子",
|
||||||
"show_favorites": "Show Favorites",
|
"show_favorites": "显示喜欢",
|
||||||
"open_settings": "Open Settings"
|
"open_settings": "打开设置"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"previous_status": "Previous Post",
|
"previous_status": "上一个帖子",
|
||||||
"next_status": "Next Post",
|
"next_status": "下一个帖子",
|
||||||
"open_status": "Open Post",
|
"open_status": "打开帖子",
|
||||||
"open_author_profile": "Open Author's Profile",
|
"open_author_profile": "打开作者的个人资料",
|
||||||
"open_reblogger_profile": "Open Reblogger's Profile",
|
"open_reblogger_profile": "打开转发者的个人资料",
|
||||||
"reply_status": "Reply to Post",
|
"reply_status": "回复此帖子",
|
||||||
"toggle_reblog": "Toggle Reblog on Post",
|
"toggle_reblog": "转发此帖子",
|
||||||
"toggle_favorite": "Toggle Favorite on Post",
|
"toggle_favorite": "喜欢此帖子",
|
||||||
"toggle_content_warning": "Toggle Content Warning",
|
"toggle_content_warning": "启用或关闭内容警告",
|
||||||
"preview_image": "Preview Image"
|
"preview_image": "预览照片"
|
||||||
},
|
},
|
||||||
"segmented_control": {
|
"segmented_control": {
|
||||||
"previous_section": "Previous Section",
|
"previous_section": "上一节",
|
||||||
"next_section": "Next Section"
|
"next_section": "下一节"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"user_reblogged": "%s reblogged",
|
"user_reblogged": "%s 已转发",
|
||||||
"user_replied_to": "Replied to %s",
|
"user_replied_to": "回复给 %s",
|
||||||
"show_post": "Show Post",
|
"show_post": "显示帖子",
|
||||||
"show_user_profile": "Show user profile",
|
"show_user_profile": "查看用户个人资料",
|
||||||
"content_warning": "Content Warning",
|
"content_warning": "内容警告",
|
||||||
"media_content_warning": "Tap anywhere to reveal",
|
"media_content_warning": "点击任意位置显示",
|
||||||
"poll": {
|
"poll": {
|
||||||
"vote": "Vote",
|
"vote": "投票",
|
||||||
"time_left": "%s left",
|
"time_left": "剩余 %s",
|
||||||
"closed": "Closed"
|
"closed": "已关闭"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"reply": "Reply",
|
"reply": "回复",
|
||||||
"reblog": "Reblog",
|
"reblog": "转发",
|
||||||
"unreblog": "Undo reblog",
|
"unreblog": "取消转发",
|
||||||
"favorite": "Favorite",
|
"favorite": "喜欢",
|
||||||
"unfavorite": "Unfavorite",
|
"unfavorite": "取消喜欢",
|
||||||
"menu": "Menu"
|
"menu": "菜单"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"mention": "Mention",
|
"mention": "提及",
|
||||||
"link": "Link",
|
"link": "链接",
|
||||||
"hashtag": "Hashtag",
|
"hashtag": "标签",
|
||||||
"email": "Email",
|
"email": "电子邮箱",
|
||||||
"emoji": "Emoji"
|
"emoji": "表情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"friendship": {
|
"friendship": {
|
||||||
"follow": "Follow",
|
"follow": "关注",
|
||||||
"following": "Following",
|
"following": "正在关注",
|
||||||
"request": "Request",
|
"request": "请求",
|
||||||
"pending": "Pending",
|
"pending": "待确认",
|
||||||
"block": "Block",
|
"block": "屏蔽",
|
||||||
"block_user": "Block %s",
|
"block_user": "屏蔽 %s",
|
||||||
"block_domain": "Block %s",
|
"block_domain": "屏蔽 %s",
|
||||||
"unblock": "Unblock",
|
"unblock": "解除屏蔽",
|
||||||
"unblock_user": "解除屏蔽 %s",
|
"unblock_user": "解除屏蔽 %s",
|
||||||
"blocked": "已屏蔽",
|
"blocked": "已屏蔽",
|
||||||
"mute": "静音",
|
"mute": "静音",
|
||||||
|
@ -214,67 +214,67 @@
|
||||||
"general": "通用",
|
"general": "通用",
|
||||||
"journalism": "新闻",
|
"journalism": "新闻",
|
||||||
"lgbt": "lgbt",
|
"lgbt": "lgbt",
|
||||||
"regional": "regional",
|
"regional": "地区",
|
||||||
"art": "art",
|
"art": "艺术",
|
||||||
"music": "music",
|
"music": "音乐",
|
||||||
"tech": "tech"
|
"tech": "科技"
|
||||||
},
|
},
|
||||||
"see_less": "See Less",
|
"see_less": "隐藏",
|
||||||
"see_more": "See More"
|
"see_more": "更多"
|
||||||
},
|
},
|
||||||
"label": {
|
"label": {
|
||||||
"language": "LANGUAGE",
|
"language": "语言",
|
||||||
"users": "USERS",
|
"users": "用户",
|
||||||
"category": "CATEGORY"
|
"category": "类别"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "Find a server or join your own..."
|
"placeholder": "查找或加入你自己的服务器..."
|
||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"finding_servers": "Finding available servers...",
|
"finding_servers": "正在查找可用的服务器...",
|
||||||
"bad_network": "Something went wrong while loading the data. Check your internet connection.",
|
"bad_network": "出了些问题。请检查你的互联网连接",
|
||||||
"no_results": "No results"
|
"no_results": "无结果"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"title": "Tell us about you.",
|
"title": "介绍一下你自己吧",
|
||||||
"input": {
|
"input": {
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"delete": "Delete"
|
"delete": "删除"
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"placeholder": "username",
|
"placeholder": "用户名",
|
||||||
"duplicate_prompt": "This username is taken."
|
"duplicate_prompt": "此用户名已被使用"
|
||||||
},
|
},
|
||||||
"display_name": {
|
"display_name": {
|
||||||
"placeholder": "display name"
|
"placeholder": "昵称"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"placeholder": "email"
|
"placeholder": "电子邮箱"
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"placeholder": "password",
|
"placeholder": "密码",
|
||||||
"hint": "Your password needs at least eight characters"
|
"hint": "密码长度至少为 8 个字符"
|
||||||
},
|
},
|
||||||
"invite": {
|
"invite": {
|
||||||
"registration_user_invite_request": "Why do you want to join?"
|
"registration_user_invite_request": "加入的理由是?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"item": {
|
"item": {
|
||||||
"username": "Username",
|
"username": "用户名",
|
||||||
"email": "Email",
|
"email": "电子邮箱",
|
||||||
"password": "Password",
|
"password": "密码",
|
||||||
"agreement": "Agreement",
|
"agreement": "协议",
|
||||||
"locale": "Locale",
|
"locale": "地区",
|
||||||
"reason": "Reason"
|
"reason": "原因"
|
||||||
},
|
},
|
||||||
"reason": {
|
"reason": {
|
||||||
"blocked": "%s contains a disallowed email provider",
|
"blocked": "%s 包含一个不允许的电子邮件提供商",
|
||||||
"unreachable": "%s does not seem to exist",
|
"unreachable": "%s 似乎不存在",
|
||||||
"taken": "%s is already in use",
|
"taken": "%s 已被使用",
|
||||||
"reserved": "%s is a reserved keyword",
|
"reserved": "%s 是一个保留的关键字",
|
||||||
"accepted": "%s must be accepted",
|
"accepted": "%s 必须被接受",
|
||||||
"blank": "%s is required",
|
"blank": "%s is required",
|
||||||
"invalid": "%s is invalid",
|
"invalid": "%s is invalid",
|
||||||
"too_long": "%s is too long",
|
"too_long": "%s is too long",
|
||||||
|
@ -322,139 +322,139 @@
|
||||||
"title": "Home",
|
"title": "Home",
|
||||||
"navigation_bar_state": {
|
"navigation_bar_state": {
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"new_posts": "See new posts",
|
"new_posts": "查看新帖子",
|
||||||
"published": "Published!",
|
"published": "Published!",
|
||||||
"Publishing": "Publishing post..."
|
"Publishing": "正在发送..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggestion_account": {
|
"suggestion_account": {
|
||||||
"title": "Find People to Follow",
|
"title": "查看推荐关注的用户",
|
||||||
"follow_explain": "When you follow someone, you’ll see their posts in your home feed."
|
"follow_explain": "当你关注某个人时,你将会在主页看到他们的帖子。"
|
||||||
},
|
},
|
||||||
"public_timeline": {
|
"public_timeline": {
|
||||||
"title": "Public"
|
"title": "公开"
|
||||||
},
|
},
|
||||||
"compose": {
|
"compose": {
|
||||||
"title": {
|
"title": {
|
||||||
"new_post": "New Post",
|
"new_post": "新帖子",
|
||||||
"new_reply": "New Reply"
|
"new_reply": "新回复"
|
||||||
},
|
},
|
||||||
"media_selection": {
|
"media_selection": {
|
||||||
"camera": "Take Photo",
|
"camera": "拍照",
|
||||||
"photo_library": "Photo Library",
|
"photo_library": "照片库",
|
||||||
"browse": "Browse"
|
"browse": "浏览"
|
||||||
},
|
},
|
||||||
"content_input_placeholder": "Type or paste what’s on your mind",
|
"content_input_placeholder": "写下你的想法",
|
||||||
"compose_action": "Publish",
|
"compose_action": "发送",
|
||||||
"replying_to_user": "replying to %s",
|
"replying_to_user": "回复给 %s",
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"photo": "photo",
|
"photo": "照片",
|
||||||
"video": "video",
|
"video": "视频",
|
||||||
"attachment_broken": "This %s is broken and can’t be\nuploaded to Mastodon.",
|
"attachment_broken": "%s已损坏\n无法上传到 Mastodon",
|
||||||
"description_photo": "Describe the photo for the visually-impaired...",
|
"description_photo": "为视觉障碍人士添加照片的文字说明...",
|
||||||
"description_video": "Describe the video for the visually-impaired..."
|
"description_video": "为视觉障碍人士添加视频的文字说明..."
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"duration_time": "Duration: %s",
|
"duration_time": "时长:%s",
|
||||||
"thirty_minutes": "30 minutes",
|
"thirty_minutes": "30 分钟",
|
||||||
"one_hour": "1 Hour",
|
"one_hour": "1 小时",
|
||||||
"six_hours": "6 Hours",
|
"six_hours": "6 小时",
|
||||||
"one_day": "1 Day",
|
"one_day": "1 天",
|
||||||
"three_days": "3 Days",
|
"three_days": "3 天",
|
||||||
"seven_days": "7 Days",
|
"seven_days": "7 天",
|
||||||
"option_number": "Option %ld"
|
"option_number": "选项 %ld"
|
||||||
},
|
},
|
||||||
"content_warning": {
|
"content_warning": {
|
||||||
"placeholder": "Write an accurate warning here..."
|
"placeholder": "在这里写下确切的警告信息..."
|
||||||
},
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"public": "Public",
|
"public": "公开",
|
||||||
"unlisted": "Unlisted",
|
"unlisted": "不公开",
|
||||||
"private": "Followers only",
|
"private": "仅关注者",
|
||||||
"direct": "Only people I mention"
|
"direct": "仅我提到的人"
|
||||||
},
|
},
|
||||||
"auto_complete": {
|
"auto_complete": {
|
||||||
"space_to_add": "Space to add"
|
"space_to_add": "输入空格键入"
|
||||||
},
|
},
|
||||||
"accessibility": {
|
"accessibility": {
|
||||||
"append_attachment": "Add Attachment",
|
"append_attachment": "添加附件",
|
||||||
"append_poll": "Add Poll",
|
"append_poll": "添加投票",
|
||||||
"remove_poll": "Remove Poll",
|
"remove_poll": "移除投票",
|
||||||
"custom_emoji_picker": "Custom Emoji Picker",
|
"custom_emoji_picker": "自定义表情选择器",
|
||||||
"enable_content_warning": "Enable Content Warning",
|
"enable_content_warning": "启用内容警告",
|
||||||
"disable_content_warning": "Disable Content Warning",
|
"disable_content_warning": "关闭内容警告",
|
||||||
"post_visibility_menu": "Post Visibility Menu",
|
"post_visibility_menu": "帖子可见性",
|
||||||
"input_limit_remains_count": "Input limit remains %ld",
|
"input_limit_remains_count": "输入字符限制剩余 %ld",
|
||||||
"input_limit_exceeds_count": "Input limit exceeds %ld"
|
"input_limit_exceeds_count": "输入字符限制超出 %ld"
|
||||||
},
|
},
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
"discard_post": "Discard Post",
|
"discard_post": "丢弃帖子",
|
||||||
"publish_post": "Publish Post",
|
"publish_post": "发送帖子",
|
||||||
"toggle_poll": "Toggle Poll",
|
"toggle_poll": "启用或关闭投票",
|
||||||
"toggle_content_warning": "Toggle Content Warning",
|
"toggle_content_warning": "启用或关闭内容警告",
|
||||||
"append_attachment_entry": "Add Attachment - %s",
|
"append_attachment_entry": "添加附件 - %s",
|
||||||
"select_visibility_entry": "Select Visibility - %s"
|
"select_visibility_entry": "选择可见性 - %s"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"posts": "posts",
|
"posts": "帖子",
|
||||||
"following": "following",
|
"following": "正在关注",
|
||||||
"followers": "followers",
|
"followers": "关注者",
|
||||||
"accessibility": {
|
"accessibility": {
|
||||||
"count_posts": "%ld posts",
|
"count_posts": "%ld 个帖子",
|
||||||
"count_following": "%ld following",
|
"count_following": "%ld 正在关注",
|
||||||
"count_followers": "%ld followers"
|
"count_followers": "%ld 个关注者"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"add_row": "Add Row",
|
"add_row": "添加一行",
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"label": "Label",
|
"label": "标签",
|
||||||
"content": "Content"
|
"content": "内容"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"segmented_control": {
|
"segmented_control": {
|
||||||
"posts": "Posts",
|
"posts": "帖子",
|
||||||
"replies": "Replies",
|
"replies": "回复",
|
||||||
"media": "Media"
|
"media": "媒体"
|
||||||
},
|
},
|
||||||
"relationship_action_alert": {
|
"relationship_action_alert": {
|
||||||
"confirm_unmute_user": {
|
"confirm_unmute_user": {
|
||||||
"title": "Unmute Account",
|
"title": "取消静音账户",
|
||||||
"message": "Confirm to unmute %s"
|
"message": "确认取消静音 %s"
|
||||||
},
|
},
|
||||||
"confirm_unblock_usre": {
|
"confirm_unblock_usre": {
|
||||||
"title": "Unblock Account",
|
"title": "解除屏蔽帐户",
|
||||||
"message": "Confirm to unblock %s"
|
"message": "确认取消屏蔽 %s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"title": "Search",
|
"title": "搜索",
|
||||||
"search_bar": {
|
"search_bar": {
|
||||||
"placeholder": "Search hashtags and users",
|
"placeholder": "搜索标签和用户",
|
||||||
"cancel": "Cancel"
|
"cancel": "取消"
|
||||||
},
|
},
|
||||||
"recommend": {
|
"recommend": {
|
||||||
"button_text": "See All",
|
"button_text": "查看全部",
|
||||||
"hash_tag": {
|
"hash_tag": {
|
||||||
"title": "Trending on Mastodon",
|
"title": "在 Mastodon 上的趋势",
|
||||||
"description": "Hashtags that are getting quite a bit of attention",
|
"description": "大家感兴趣的标签",
|
||||||
"people_talking": "%s people are talking"
|
"people_talking": "%s 人正在讨论"
|
||||||
},
|
},
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"title": "Accounts you might like",
|
"title": "你可能感兴趣的用户",
|
||||||
"description": "You may like to follow these accounts",
|
"description": "你可能会喜欢关注这些用户",
|
||||||
"follow": "Follow"
|
"follow": "关注"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"searching": {
|
"searching": {
|
||||||
"segment": {
|
"segment": {
|
||||||
"all": "All",
|
"all": "全部",
|
||||||
"people": "People",
|
"people": "用户",
|
||||||
"hashtags": "Hashtags",
|
"hashtags": "标签",
|
||||||
"posts": "Posts"
|
"posts": "帖子"
|
||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"no_results": "No results"
|
"no_results": "No results"
|
||||||
|
@ -476,85 +476,85 @@
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"follow": "followed you",
|
"follow": "followed you",
|
||||||
"favourite": "favorited your post",
|
"favourite": "喜欢了你的帖子",
|
||||||
"reblog": "reblogged your post",
|
"reblog": "转发了你的帖子",
|
||||||
"poll": "Your poll has ended",
|
"poll": "Your poll has ended",
|
||||||
"mention": "mentioned you",
|
"mention": "mentioned you",
|
||||||
"follow_request": "requested to follow you"
|
"follow_request": "向你发送了关注请求"
|
||||||
},
|
},
|
||||||
"keyobard": {
|
"keyobard": {
|
||||||
"show_everything": "Show Everything",
|
"show_everything": "显示全部",
|
||||||
"show_mentions": "Show Mentions"
|
"show_mentions": "显示提及"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"thread": {
|
"thread": {
|
||||||
"back_title": "Post",
|
"back_title": "帖子",
|
||||||
"title": "Post from %s"
|
"title": "来自 %s 的帖子"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings",
|
"title": "设置",
|
||||||
"section": {
|
"section": {
|
||||||
"appearance": {
|
"appearance": {
|
||||||
"title": "Appearance",
|
"title": "外观",
|
||||||
"automatic": "Automatic",
|
"automatic": "自动",
|
||||||
"light": "Always Light",
|
"light": "亮色",
|
||||||
"dark": "Always Dark"
|
"dark": "深色"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"title": "Notifications",
|
"title": "通知",
|
||||||
"favorites": "Favorites my post",
|
"favorites": "喜欢我的帖子",
|
||||||
"follows": "Follows me",
|
"follows": "关注我",
|
||||||
"boosts": "Reblogs my post",
|
"boosts": "转发我的帖子",
|
||||||
"mentions": "Mentions me",
|
"mentions": "提及我",
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"anyone": "anyone",
|
"anyone": "任何人",
|
||||||
"follower": "a follower",
|
"follower": "关注者",
|
||||||
"follow": "anyone I follow",
|
"follow": "我关注的",
|
||||||
"noone": "no one",
|
"noone": "没有人",
|
||||||
"title": "Notify me when"
|
"title": "提示通知来自"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preference": {
|
"preference": {
|
||||||
"title": "Preferences",
|
"title": "偏好",
|
||||||
"true_black_dark_mode": "True black dark mode",
|
"true_black_dark_mode": "纯黑模式",
|
||||||
"disable_avatar_animation": "Disable animated avatars",
|
"disable_avatar_animation": "禁用动画头像",
|
||||||
"disable_emoji_animation": "Disable animated emojis",
|
"disable_emoji_animation": "禁用动画表情",
|
||||||
"using_default_browser": "Use default browser to open links"
|
"using_default_browser": "使用默认浏览器打开链接"
|
||||||
},
|
},
|
||||||
"boring_zone": {
|
"boring_zone": {
|
||||||
"title": "The Boring Zone",
|
"title": "The Boring Zone",
|
||||||
"account_settings": "Account Settings",
|
"account_settings": "账号设置",
|
||||||
"terms": "Terms of Service",
|
"terms": "服务条款",
|
||||||
"privacy": "Privacy Policy"
|
"privacy": "隐私政策"
|
||||||
},
|
},
|
||||||
"spicy_zone": {
|
"spicy_zone": {
|
||||||
"title": "The Spicy Zone",
|
"title": "The Spicy Zone",
|
||||||
"clear": "Clear Media Cache",
|
"clear": "清除图片缓存",
|
||||||
"signout": "Sign Out"
|
"signout": "退出"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"mastodon_description": "Mastodon is open source software. You can report issues on GitHub at %s (%s)"
|
"mastodon_description": "Mastodon 是开源软件。欢迎前往 GitHub %s (%s) 贡献代码或反馈问题。"
|
||||||
},
|
},
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
"close_settings_window": "Close Settings Window"
|
"close_settings_window": "关闭设置窗口"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"report": {
|
"report": {
|
||||||
"title": "Report %s",
|
"title": "举报 %s",
|
||||||
"step1": "Step 1 of 2",
|
"step1": "步骤 1 / 2",
|
||||||
"step2": "Step 2 of 2",
|
"step2": "步骤 2 / 2",
|
||||||
"content1": "Are there any other posts you’d like to add to the report?",
|
"content1": "是否有帖子需要举报?",
|
||||||
"content2": "Is there anything the moderators should know about this report?",
|
"content2": "是否有关于此举报的详细描述信息?",
|
||||||
"send": "Send Report",
|
"send": "发送举报",
|
||||||
"skip_to_send": "Send without comment",
|
"skip_to_send": "直接发送",
|
||||||
"text_placeholder": "Type or paste additional comments"
|
"text_placeholder": "输入或粘贴额外的注释"
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
"close_preview": "Close Preview",
|
"close_preview": "关闭预览",
|
||||||
"show_next": "Show Next",
|
"show_next": "显示下一个",
|
||||||
"show_previous": "Show Previous"
|
"show_previous": "显示前一个"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue