update translations

This commit is contained in:
arm64v8a 2021-11-03 14:28:21 +08:00
parent ef0f3cd542
commit c972890ddd
4 changed files with 19 additions and 14 deletions

View File

@ -22178,7 +22178,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
messageCell.updateButtonState(false, true, false);
}
Toast.makeText(getParentActivity(), LocaleController.getString("DeleteDownloadedFileSuccessed"), Toast.LENGTH_LONG).show();
Toast.makeText(getParentActivity(), LocaleController.getString("DeleteDownloadedFileSucceed"), Toast.LENGTH_LONG).show();
});
builder.setNegativeButton(LocaleController.getString("Cancel"), (dialog, which) -> {
});

View File

@ -249,4 +249,13 @@
\n请从GitHub手动下载。</string>
<string name="VersionUpdateTitle">新版本可用</string>
<string name="nekoXPaymentRemovedToast">支付功能已被移除。</string>
<string name="unreadBadgeOnBackButton">聊天窗口返回按钮上显示未读数</string>
<string name="customPublicProxyIP">设置公共代理的 IP</string>
<string name="customPublicProxyIPNotice">在某些地区,指定公共代理 CDN例如 Cloudflare的 IP 可以加快访问速度。</string>
<string name="DeleteDownloadedFileConfirm">从本地缓存中删除此文件?</string>
<string name="DeleteDownloadedFileSucceed">已删除</string>
<string name="DeleteDownloadedFileExternal">外部文件被跳过。</string>
<string name="valuesLargeAvatarInDrawer">Telegram 默认\n使用头像作为背景\n使用大只头像作为背景</string>
</resources>

View File

@ -246,4 +246,13 @@
<string name="AutoCheckUpdateSwitch">Automatic Update</string>
<string name="AutoCheckUpdateStable">Stable</string>
<string name="AutoCheckUpdateRc">Release Candidate</string>
<string name="unreadBadgeOnBackButton">Unread badge on back button</string>
<string name="customPublicProxyIP">Set IP of public proxy</string>
<string name="customPublicProxyIPNotice">In some areas, specifying the IP of public proxy CDN(eg. Cloudflare) can speed up access.</string>
<string name="DeleteDownloadedFileConfirm">Delete this file from local cache?</string>
<string name="DeleteDownloadedFileSucceed">Deleted</string>
<string name="DeleteDownloadedFileExternal">External file is skipped.</string>
<string name="valuesLargeAvatarInDrawer">Telegram Default\nAvatar as background\nBig avatar as background</string>
</resources>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="largeAvatarInDrawer">Large avatar in drawer</string>
<string name="unreadBadgeOnBackButton">Unread badge on back button</string>
<string name="customPublicProxyIP">Set IP of public proxy</string>
<string name="customPublicProxyIPNotice">In some areas, specifying the IP of public proxy CDN(eg. Cloudflare) can speed up access.</string>
<string name="valuesLargeAvatarInDrawer">Telegram Default\nAvatar as background\nBig avatar as background</string>
<string name="DeleteDownloadedFileConfirm">Delete this file from local cache?</string>
<string name="DeleteDownloadedFileSuccessed">Deleted</string>
<string name="DeleteDownloadedFileExternal">External file is skipped.</string>
</resources>