Twidere-App-Android-Twitter.../twidere/src/main/res-localized/values-zh-rCN/strings_twitter_errors.xml

38 lines
3.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- 32 Could not authenticate you: Your call could not be completed as dialed. -->
<string name="error_twitter_32">无法验证到Twitter你可能需要重新登录</string>
<!-- 34 Sorry, that page does not exist: Corresponds with HTTP 404 - the specified resource was not found. -->
<string name="error_twitter_34">推文,用户或页面不存在</string>
<!-- 88 Rate limit exceeded: The request limit for this resource has been reached for the current rate limit window. -->
<string name="error_twitter_88">Twitter的调用次数超限请稍后再试</string>
<!-- 89 Invalid or expired token: The access token used in the request is incorrect or has expired. Used in API v1.1 -->
<string name="error_twitter_89">你的登录信息错误或过期,请重新登录</string>
<!-- 64 Your account is suspended and is not permitted to access this feature: Corresponds with an HTTP 403 - the access token being used belongs to a suspended user and they can't complete the action you're trying to take -->
<string name="error_twitter_64">你的帐号已被Twitter冻结因此无法使用这个功能</string>
<!-- 130 Over capacity: Corresponds with HTTP 503 - Twitter is temporarily over capacity. -->
<string name="error_twitter_130">Twitter暂时处于超载状态请稍后再试</string>
<!-- 131 Internal error: Corresponds with HTTP 500 - An unknown internal error occurred. -->
<string name="error_twitter_131">Twitter的服务器可能宕机了请稍后再试</string>
<!-- 135 Could not authenticate you: Corresponds with HTTP 401 - it means that your oauth_timestamp is either ahead or behind our acceptable range -->
<string name="error_twitter_135">请检查你的系统时间设定</string>
<!-- 136 Blocked by user while retweeting: You have been blocked from retweeting this user's tweets at their request. -->
<string name="error_twitter_136">你被这个用户阻止了</string>
<string name="error_twitter_139">你已经收藏了这条推文</string>
<!-- 144 No status found with that ID. -->
<string name="error_twitter_144">没有找到推文,它可能已经被删除了</string>
<string name="error_twitter_161">你已经向这个用户发送过关注请求了</string>
<!-- 172 You have been blocked from following this account at the request of the user. -->
<string name="error_twitter_162">你被这个用户阻止了</string>
<!-- 172 There was an error creating your search: Corresponds with HTTP 403 - The saved search already exists. -->
<string name="error_twitter_172">你已经保存这个搜索了</string>
<!-- 179 Sorry, you are not authorized to see this status: Corresponds with HTTP 403 - thrown when a Tweet cannot be viewed by the authenticating user, usually due to the tweet's author having protected their tweets. -->
<string name="error_twitter_179">你不能查看这个受保护用户的推文</string>
<!-- 187 Status is a duplicate: The status text has been Tweeted already by the authenticated account. -->
<string name="error_twitter_187">你已经发送过这条推了</string>
<string name="error_twitter_193">你上传的图片太大</string>
<!-- 215 Bad authentication data: Typically sent with 1.1 responses with HTTP code 400. The method requires authentication but it was not presented or was wholly invalid -->
<string name="error_twitter_215">你可能需要重新登录</string>
</resources>