@@ -930,5 +930,8 @@
"success_to_send_email": "Success to send email",
"incorrect_token_or_expired_url": "The token is incorrect or the URL has expired. Please resend a password reset request via the link below.",
"password_and_confirm_password_does_not_match": "Password and confirm password does not match"
+ },
+ "pagetree": {
+ "private_legacy_pages": "Private Legacy Pages"
}
@@ -923,5 +923,8 @@
"success_to_send_email": "メールを送信しました",
"incorrect_token_or_expired_url":"トークンが正しくないか、URLの有効期限が切れています。 以下のリンクからパスワードリセットリクエストを再送信してください。",
"password_and_confirm_password_does_not_match": "パスワードと確認パスワードが一致しません"
+ "private_legacy_pages": "待避所"
@@ -933,5 +933,8 @@
"success_to_send_email": "我发了一封电子邮件",
"incorrect_token_or_expired_url":"令牌不正确或 URL 已过期。 请通过以下链接重新发送密码重置请求",
"password_and_confirm_password_does_not_match": "密码和确认密码不匹配"
+ "private_legacy_pages": "私人遗留页面"
@@ -6,7 +6,7 @@ const PrivateLegacyPages: FC = memo(() => {
return (
<a href="/private-legacy-pages?q=[nq:PrivateLegacyPages]" className="h5 grw-private-legacy-pages-anchor text-decoration-none">
- <i className="icon-drawer mr-2"></i> Private Legacy Pages
+ <i className="icon-drawer mr-2"></i> {t('pagetree.private_legacy_pages')}
</a>
);
});