From c1247c0ee064c77681a26dc048f9fbb931c4e645 Mon Sep 17 00:00:00 2001 From: proItheus Date: Sun, 22 Aug 2021 01:58:07 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 97.9% (471 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 56 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index a66a245b..d0778c46 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2483,5 +2483,59 @@ "placeholders": {} }, "addToSpace": "加入空间", - "@addToSpace": {} + "@addToSpace": {}, + "obtainingLocation": "获取位置中…", + "@obtainingLocation": { + "type": "text", + "placeholders": {} + }, + "noMatrixServer": "{server1} 不是一个Matrix服务器,试试{server2}?", + "@noMatrixServer": { + "type": "text", + "placeholders": { + "server1": {}, + "server2": {} + } + }, + "locationPermissionDeniedNotice": "位置权限被拒绝.请授予此权限以分享你的位置.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "locationDisabledNotice": "位置服务已禁用.请启用此服务以分享你的位置.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "errorObtainingLocation": "取得地址错误: {error}", + "@errorObtainingLocation": { + "type": "text", + "placeholders": { + "error": {} + } + }, + "enterASpacepName": "输入空间名称", + "@enterASpacepName": {}, + "dontAskAgain": "取消并不再询问", + "@dontAskAgain": { + "type": "text", + "placeholders": {} + }, + "createNewSpace": "创建新空间", + "@createNewSpace": { + "type": "text", + "placeholders": {} + }, + "cantOpenUri": "无法打开URI {uri}", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } + }, + "autoplayImages": "自动播放动态贴纸和表情", + "@autoplayImages": { + "type": "text", + "placeholder": {} + } }