1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 20:11:36 +00:00

New Crowdin updates (#60)

* Update source file strings.xml

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Polish)

* New translations strings.xml (Russian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Polish)

* New translations strings.xml (Russian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* Update source file strings.xml

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Turkish)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Polish)

* New translations strings.xml (Russian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* Update source file strings.xml

* New translations strings.xml (French)

* New translations strings.xml (Turkish)

* New translations arrays.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* Update source file strings.xml

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Polish)

* New translations strings.xml (Russian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Turkish)

* New translations strings.xml (French)

* New translations strings.xml (Italian)

* Update strings.xml
This commit is contained in:
Austin Huang 2020-08-20 14:56:50 -04:00 committed by GitHub
parent 4b8e8dd8a3
commit 5066647b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 182 additions and 22 deletions

View file

@ -10,14 +10,14 @@
<item>意大利文 [感谢 @RAR_Ramar (Telegram)]</item>
<item>德文 [感谢 @peterge1998 (GitHub)]</item>
<item>波兰文 [感谢 @Lego8486 (GitHub)]</item>
<item>土耳其 [感谢 @faydin90 (Telegram)]</item>
<item>土耳其 [感谢 @faydin90 (Telegram)]</item>
<item>巴西葡文 [感谢 @wagnim (GitHub)]</item>
</string-array>
<string-array name="theme_presets">
<item>自动 / 跟随系统</item>
<item>自动 / 跟随电池</item>
<item>夜间模式</item>
<item>明亮模式</item>
<item>暗黑</item>
<item>明亮</item>
</string-array>
<string-array name="separator_presets">
<item></item>

View file

@ -147,6 +147,13 @@
<string name="direct_messages_reacted_story">对快拍留下了心情</string>
<string name="direct_messages_mention_story">在快拍中提到了某人</string>
<string name="dms_inbox_raven_message_unknown"><i>不支持此类消息</i></string>
<string name="dms_inbox_open_link">打开链接</string>
<string name="dms_inbox_copy_text">复制文本</string>
<string name="dms_inbox_download">下载附件</string>
<string name="dms_inbox_like">点赞消息</string>
<string name="dms_inbox_unlike">取消点赞</string>
<string name="dms_inbox_unsend">撤回消息</string>
<string name="dms_inbox_author">查看作者资料</string>
<string name="dms_inbox_media_shared_from">分享了 %s 的帖子</string>
<string name="dms_inbox_raven_media_unknown"><i>媒体格式不明</i></string>
<string name="dms_inbox_raven_media_expired">消息已过期!</string>
@ -178,7 +185,7 @@
<string name="comment_viewer_like_comment">赞评论</string>
<string name="comment_viewer_unlike_comment">取消赞</string>
<string name="comment_viewer_delete_comment">删除评论</string>
<string name="comment_send_empty_comment">朋友,评论要写字的!</string>
<string name="comment_send_empty_comment">评论要写字的!</string>
<string name="comment_view_mention_user_search">要搜索用户名吗?</string>
<string name="comment_view_mention_hash_search">要搜索标签吗?</string>
<string name="comment_view_mention_location_search">要搜索地点吗?</string>
@ -209,4 +216,13 @@
<string name="crash_descr">糟糕.. 应用崩溃了,不过别担心,你可以向开发者发送错误报告来帮助他修复问题。(:</string>
<string name="use_amoled_dark_theme">使用 AMOLED 夜间主题</string>
<string name="action_notif">动态</string>
<string name="select_picture">选择图片</string>
<string name="uploading">正在上传...</string>
<string name="activity_count_prefix">您有:</string>
<string name="activity_count_relationship" comment="activity_count_relationship">%d 位新粉丝</string>
<string name="activity_count_comments" comment="activity_count_comments">%d 个评论回复</string>
<string name="activity_count_commentlikes" comment="activity_count_commentlikes">%d 个评论点赞</string>
<string name="activity_count_usertags" comment="activity_count_usertags">%d 个帖子提到了您</string>
<string name="activity_count_likes" comment="activity_count_likes">%d 个赞</string>
<string name="activity_notloggedin">您在点击此通知前登出了?!</string>
</resources>