mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 16:03:19 +03:00
feat: add new locale key for not found page back home button (#4266)
This commit is contained in:
parent
4fe90ea3b3
commit
4dbc5412a5
@ -42,7 +42,7 @@ export const NotFoundPage = () => {
|
||||
}
|
||||
}}
|
||||
>
|
||||
{t['com.affine.backButton']()}
|
||||
{t['com.affine.notFoundPage.backButton']()}
|
||||
</Button>
|
||||
</StyledContainer>
|
||||
);
|
||||
|
@ -113,6 +113,7 @@
|
||||
"com.affine.nameWorkspace.title": "Workspace benennen",
|
||||
"com.affine.new_edgeless": "Neuer Edgeless",
|
||||
"com.affine.new_import": "Importieren",
|
||||
"com.affine.notFoundPage.backButton": "Zurück zum Start",
|
||||
"com.affine.notFoundPage.title": "404 - Seite nicht gefunden",
|
||||
"com.affine.onboarding.title1": "Hyperfusion von Whiteboard und Dokumenten",
|
||||
"com.affine.onboarding.title2": "Intuitive und robuste, blockbasierte Bearbeitung",
|
||||
|
@ -64,6 +64,7 @@
|
||||
"com.affine.appUpdater.openDownloadPage": "Open download page",
|
||||
"com.affine.appUpdater.updateAvailable": "Update available",
|
||||
"com.affine.appUpdater.whatsNew": "Discover what's new!",
|
||||
"com.affine.auth.change.email.message": "Your current email is {{email}}. We’ll send a temporary verification link to this email.",
|
||||
"com.affine.auth.change.email.page.subtitle": "Please enter your new email address below. We will send a verification link to this email address to complete the process.",
|
||||
"com.affine.auth.change.email.page.success.subtitle": "Congratulations! You have successfully updated the email address associated with your AFFiNE Cloud account.",
|
||||
"com.affine.auth.change.email.page.success.title": "Email address updated!",
|
||||
@ -84,6 +85,7 @@
|
||||
"com.affine.auth.password.error": "Invalid password",
|
||||
"com.affine.auth.reset.password": "Reset Password",
|
||||
"com.affine.auth.reset.password.message": "You will receive an email with a link to reset your password. Please check your inbox.",
|
||||
"com.affine.auth.reset.password.page.success": "Password reset successful",
|
||||
"com.affine.auth.reset.password.page.title": "Reset your AFFiNE Cloud password",
|
||||
"com.affine.auth.send.change.email.link": "Send verification link",
|
||||
"com.affine.auth.send.reset.password.link": "Send reset link",
|
||||
@ -91,16 +93,13 @@
|
||||
"com.affine.auth.sent": "Sent",
|
||||
"com.affine.auth.sent.change.email.hint": "Verification link has been sent.",
|
||||
"com.affine.auth.sent.change.password.hint": "Reset password link has been sent.",
|
||||
"com.affine.auth.sent.reset.password.success.message": "Your password has upgraded! You can sign in AFFiNE Cloud with new password!",
|
||||
"com.affine.auth.sent.set.password.hint": "Set password link has been sent.",
|
||||
|
||||
"com.affine.auth.sent.set.password.success.message": "Your password has saved! You can sign in AFFiNE Cloud with email and password!",
|
||||
"com.affine.auth.set.email.save": "Save Email",
|
||||
"com.affine.auth.set.password": "Set password",
|
||||
"com.affine.auth.set.password.message": "Please set a password of 8-20 characters with both letters and numbers to continue signing up with ",
|
||||
"com.affine.auth.change.email.message": "Your current email is {{email}}. We’ll send a temporary verification link to this email.",
|
||||
"com.affine.auth.set.password.page.success": "Password set successful",
|
||||
"com.affine.auth.reset.password.page.success": "Password reset successful",
|
||||
"com.affine.auth.sent.set.password.success.message": "Your password has saved! You can sign in AFFiNE Cloud with email and password!",
|
||||
"com.affine.auth.sent.reset.password.success.message": "Your password has upgraded! You can sign in AFFiNE Cloud with new password!",
|
||||
"com.affine.auth.set.password.page.title": "Set your AFFiNE Cloud password",
|
||||
"com.affine.auth.set.password.placeholder": "Set a password at least 8 letters long",
|
||||
"com.affine.auth.set.password.placeholder.confirm": "Confirm password",
|
||||
@ -250,6 +249,7 @@
|
||||
"com.affine.nameWorkspace.title": "Name Your Workspace",
|
||||
"com.affine.new_edgeless": "New Edgeless",
|
||||
"com.affine.new_import": "Import",
|
||||
"com.affine.notFoundPage.backButton": "Back Home",
|
||||
"com.affine.notFoundPage.title": "404 - Page Not Found",
|
||||
"com.affine.onboarding.title1": "Hyper merged whiteboard and docs",
|
||||
"com.affine.onboarding.title2": "Intuitive & robust block-based editing",
|
||||
|
@ -174,6 +174,7 @@
|
||||
"com.affine.nameWorkspace.title": "Nommer l'espace de travail",
|
||||
"com.affine.new_edgeless": "Nouvelle page sans bords",
|
||||
"com.affine.new_import": "Importer",
|
||||
"com.affine.notFoundPage.backButton": "Retour à l'accueil",
|
||||
"com.affine.notFoundPage.title": "Erreur 404 - Page non trouvée",
|
||||
"com.affine.onboarding.title1": "Tableau blanc et documents fusionnés",
|
||||
"com.affine.onboarding.title2": "Un mode d'édition intuitif et robuste basé sur des blocs",
|
||||
|
@ -67,6 +67,7 @@
|
||||
"com.affine.nameWorkspace.description": "ワークスペースは、一人で、あるいはチームで、創造し、計画するための仮想空間です",
|
||||
"com.affine.nameWorkspace.placeholder": "ワークスペース名を設定",
|
||||
"com.affine.nameWorkspace.title": "ワークスペースに名前をつける",
|
||||
"com.affine.notFoundPage.backButton": "ホームに戻る",
|
||||
"com.affine.notFoundPage.title": "404 - ページが見つかりません",
|
||||
"com.affine.onboarding.title1": "ハイパーマージされたホワイトボードとドキュメント",
|
||||
"com.affine.onboarding.title2": "直感的で堅牢なブロックベースの編集",
|
||||
|
@ -68,6 +68,7 @@
|
||||
"com.affine.nameWorkspace.title": "워크스페이스 이름을 입력하세요",
|
||||
"com.affine.new_edgeless": "새로운 엣지리스",
|
||||
"com.affine.new_import": "불러오기",
|
||||
"com.affine.notFoundPage.backButton": "홈으로 돌아가기",
|
||||
"com.affine.notFoundPage.title": "404 - 발견되지 않음",
|
||||
"com.affine.openPageOperation.newTab": "새로운 탭에서 열기",
|
||||
"com.affine.pageMode.all": "모든",
|
||||
|
@ -91,6 +91,7 @@
|
||||
"com.affine.nameWorkspace.button.create": "Создать",
|
||||
"com.affine.nameWorkspace.description": "Рабочее пространство - это ваше виртуальное пространство для фиксации, создания и планирования в одиночку или в команде. ",
|
||||
"com.affine.nameWorkspace.placeholder": "Задайте имя рабочего пространства",
|
||||
"com.affine.notFoundPage.backButton": "Вернуться на Главную",
|
||||
"com.affine.notFoundPage.title": "404 - Страница не найдена",
|
||||
"com.affine.openPageOperation.newTab": "Открыть в новой вкладке",
|
||||
"com.affine.pageMode.all": "все",
|
||||
|
@ -155,6 +155,7 @@
|
||||
"com.affine.nameWorkspace.title": "给您的工作区命名",
|
||||
"com.affine.new_edgeless": "新的无边页面",
|
||||
"com.affine.new_import": "导入",
|
||||
"com.affine.notFoundPage.backButton": "返回首页",
|
||||
"com.affine.notFoundPage.title": "404 - 页面不见了",
|
||||
"com.affine.onboarding.title1": "白板和文档的超融合",
|
||||
"com.affine.onboarding.title2": "直观且强大的块级编辑",
|
||||
|
@ -174,6 +174,7 @@
|
||||
"com.affine.nameWorkspace.title": "為 Workspace 命名",
|
||||
"com.affine.new_edgeless": "新的無界頁面",
|
||||
"com.affine.new_import": "匯入",
|
||||
"com.affine.notFoundPage.backButton": "回到主頁",
|
||||
"com.affine.notFoundPage.title": "404 - 搵唔到搜尋的網頁",
|
||||
"com.affine.onboarding.title1": "超合併白板和文檔",
|
||||
"com.affine.onboarding.title2": "直觀而強大的基於塊的編輯",
|
||||
|
Loading…
Reference in New Issue
Block a user