diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
commit | 6f4e9233b8bcda7054c505fb00f780e27e794b84 (patch) | |
tree | 8c33d9af589a70952c332aed472a4a9b61745440 /app/src/main/res/values-zh-rCN | |
parent | 55af125dfeb6a187dcd114164bd8690114eb5c84 (diff) | |
download | infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.gz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.bz2 infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.lz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.xz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.zst infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.zip |
Remove Block User menu option in ViewUserDetailActivity since Reddit does not allow 3rd-party apps access this API now.
Diffstat (limited to 'app/src/main/res/values-zh-rCN')
-rw-r--r-- | app/src/main/res/values-zh-rCN/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 226b3aa0..5dac4031 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -61,7 +61,6 @@ <string name="action_see_removed">"查看已删除"</string> <string name="action_set_wallpaper">"设为壁纸"</string> <string name="action_send_private_message">"发送私信"</string> - <string name="action_block_user">"屏蔽用户"</string> <string name="parse_json_response_error">"解析 JSON 响应错误"</string> <string name="retrieve_token_error">"获取 Token 错误"</string> <string name="something_went_wrong">"出错了,请稍后重试。"</string> @@ -804,9 +803,6 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="top_score">"%1$s 分"</string> <string name="login_activity_2fa_prompt">"如果您启用了两步验证,请按如下格式输入密码(使用英文的冒号):<密码>:<两步验证代码>。 范例:yourpass:123456"</string> - <string name="block_user">"屏蔽用户"</string> - <string name="block_user_success">"已屏蔽"</string> - <string name="block_user_failed">"屏蔽用户失败"</string> <string name="submit_crosspost_activity_label">"转发"</string> <string name="give_award_activity_label">"给予奖励"</string> <string name="action_crosspost">"转发"</string> |