Updated translations

This commit is contained in:
str4d
2014-09-29 04:07:35 +00:00
parent f7cbe692b2
commit 1129490a7b
4 changed files with 35 additions and 1 deletions

View File

@@ -41,7 +41,11 @@
<string name="action_stop_bote">断开网络</string>
<string name="action_settings">设置</string>
<string name="start_i2p_android">看起来 I2P Android 未在运行。您想启动它吗?</string>
<string name="check_email">检查邮件</string>
<!--Argument is a number-->
<plurals name="incomplete_emails">
<item quantity="other">%d 封未完成的邮件</item>
</plurals>
<!--Argument is a number-->
<string name="items_selected">%s 封已选中</string>
<string name="action_delete">删除</string>
@@ -140,9 +144,14 @@
<string name="pref_title_privacy">隐私</string>
<string name="pref_title_hideLocale">隐藏地区性</string>
<string name="pref_summ_hideLocale">只讲英文文本添加到外发邮件中(\'Re:\', \'wrote:\', 等)</string>
<string name="pref_summ_hideLocale_off">对于添加到外发邮件的文本 (\'Re:\', \'wrote:\', etc.) 使用系统语言</string>
<string name="pref_title_sentTime">发送时间</string>
<string name="pref_summ_sentTime">在外发邮件中包含发送时间</string>
<string name="pref_title_routing">路由中</string>
<string name="pref_title_numSendHops">正发送到中继点</string>
<plurals name="pref_summ_numHops">
<item quantity="other">%s 中继点</item>
</plurals>
<string name="pref_title_minDelay">每跳最少延迟</string>
<string name="pref_summ_minDelay">%s 分钟</string>
<string name="pref_title_maxDelay">每跳最多延迟</string>