Skip to content

Commit

Permalink
Merge pull request #1128 from vitorpamplona/l10n_crowdin_translations
Browse files Browse the repository at this point in the history
New Crowdin Translations
  • Loading branch information
vitorpamplona authored Oct 8, 2024
2 parents 67ea0dc + 76376a7 commit 04158ce
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions amethyst/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@
<string name="save_to_gallery">保存到相册</string>
<string name="image_saved_to_the_gallery">图片已保存到相册</string>
<string name="failed_to_save_the_image">保存图片失败</string>
<string name="video_saved_to_the_gallery">视频已保存到媒体库</string>
<string name="failed_to_save_the_video">保存视频失败</string>
<string name="upload_image">上传图片</string>
<string name="uploading">上传中…</string>
<string name="user_does_not_have_a_lightning_address_setup_to_receive_sats">用户尚未设置闪电地址以接收聪</string>
Expand Down Expand Up @@ -358,8 +360,11 @@
<string name="delete_media_server">删除媒体服务器</string>
<string name="upload_server_relays_nip95">你的中继器 (NIP-95)</string>
<string name="upload_server_relays_nip95_explainer">文件由你的中继器托管。新的 NIP:检查它们是否支持</string>
<string name="privacy_options">隐私选项</string>
<string name="connect_via_tor_short">Tor/Orbot 设置</string>
<string name="connect_via_tor">通过你的 Orbot 设置连接</string>
<string name="connect_via_tor1">调整</string>
<string name="connect_via_tor2">Tor 设置</string>
<string name="do_you_really_want_to_disable_tor_title">断开与你的 Orbot/Tor 连接?</string>
<string name="do_you_really_want_to_disable_tor_text">你的数据将立即在普通网络上传输</string>
<string name="yes">是</string>
Expand All @@ -368,6 +373,7 @@
<string name="follow_list_kind3follows">所有关注</string>
<string name="follow_list_global">全球</string>
<string name="follow_list_mute_list">静音列表</string>
<string name="connect_through_your_orbot_setup_short">默认端口为 9050</string>
<string name="connect_through_your_orbot_setup_markdown"> ## 通过 Orbot 连线 Tor
\n\n1. 安装 [Orbot](https://play.google.com/store/apps/details?id=org.torproject.android)
\n2. 开启 Orbot
Expand All @@ -377,6 +383,45 @@
\n6. 按“启用”按钮以使用 Orbot 作为代理
</string>
<string name="orbot_socks_port">Orbot Socks 端口</string>
<string name="use_internal_tor">启动 Tor</string>
<string name="use_internal_tor_explainer">使用内置的版本或者 Orbot</string>
<string name="tor_preset">Tor 和隐私预设</string>
<string name="tor_preset_explainer">快速修改下方的设置</string>
<string name="tor_use_onion_address">Onion 链接或中继地址</string>
<string name="tor_use_onion_address_explainer">为 .onion 链接使用 Tor</string>
<string name="tor_use_dm_relays">私信中继</string>
<string name="tor_use_dm_relays_explainer">强制在收发私信时使用 Tor</string>
<string name="tor_use_new_relays">不受信任的中继</string>
<string name="tor_use_new_relays_explainer">强制对收件箱和发件箱中继使用 Tor</string>
<string name="tor_use_trusted_relays">可信中继</string>
<string name="tor_use_trusted_relays_explainer">强制为所有中继使用 Tor</string>
<string name="tor_use_profile_pictures">用户资料图片</string>
<string name="tor_use_profile_pictures_explainer">强制为下载用户资料图片时使用 Tor</string>
<string name="tor_use_url_previews">链接预览</string>
<string name="tor_use_url_previews_explainer">强制为链接预览使用 Tor</string>
<string name="tor_use_images">图片</string>
<string name="tor_use_images_explainer">强制为加载图片时使用 Tor</string>
<string name="tor_use_videos">视频</string>
<string name="tor_use_videos_explainer">强制为加载视频时使用 Tor</string>
<string name="tor_use_money_operations">资金操作</string>
<string name="tor_use_money_operations_explainer">强制为 Zap、闪电网络和 Cashu 转账时使用 Tor</string>
<string name="tor_use_nip05_verification">Nostr 地址验证</string>
<string name="tor_use_nip05_verification_explainer">强制为 NIP-05 地址验证使用 Tor</string>
<string name="tor_use_nip96_uploads">媒体上传</string>
<string name="tor_use_nip96_uploads_explainer">强制为上传媒体内容时使用 Tor</string>
<string name="tor_internal">内置</string>
<string name="tor_external">Orbot</string>
<string name="tor_off">关闭</string>
<string name="tor_when_needed">基础</string>
<string name="tor_default">默认</string>
<string name="tor_small_payloads">除多媒体外的所有内容</string>
<string name="tor_full_privacy">完全隐私</string>
<string name="tor_custom">自定义</string>
<string name="tor_when_needed_explainer">当服务器要求时使用 Tor</string>
<string name="tor_default_explainer">从随机中继中隐藏 IP</string>
<string name="tor_small_payloads_explainer">除了图片和视频外,总是隐藏 IP</string>
<string name="tor_full_privacy_explainer">为所有连接隐藏 IP</string>
<string name="tor_custom_explainer">让你自己来设置</string>
<string name="invalid_port_number">无效端口</string>
<string name="use_orbot">使用 Orbot</string>
<string name="disconnect_from_your_orbot_setup">断开 Tor/Orbot 连接</string>
Expand Down Expand Up @@ -462,6 +507,7 @@
<string name="community_no_descriptor">此社区没有描述或规则。联系群主来添加</string>
<string name="add_sensitive_content_label">敏感内容</string>
<string name="add_sensitive_content_description">在显示此内容之前添加敏感内容警告</string>
<string name="preferences">偏好设置</string>
<string name="settings">设置</string>
<string name="connectivity_type_always">始终</string>
<string name="connectivity_type_wifi_only">仅限 WiFi</string>
Expand Down

0 comments on commit 04158ce

Please sign in to comment.