1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-27 13:20:48 +02:00

chore: minor translation fixes

This commit is contained in:
Elias Schneider 2023-07-22 12:43:12 +02:00
parent 424331ed1a
commit 396363488c
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
files:
- source: /frontend/src/i18n/translations/en.ts
translation: /%original_path%/%two_letters_code%.ts
translation: /%original_path%/%locale%.ts
pull_request_title: "chore: update translations via Crowdin"

View File

@ -128,6 +128,7 @@ export default {
"account.shares.table.createdAt": "Created at",
"account.shares.table.size": "Size",
"account.shares.modal.share-informations": "Share informations",
"account.shares.modal.share-link": "Share link",
"account.shares.modal.delete.title": "Delete share {share}",
@ -403,7 +404,6 @@ export default {
"admin.config.smtp.button.test": "Send test email",
// 404
"404.title": "404",
"404.description": "Oops this page doesn't exist.",
"404.button.home": "Bring me back home",

View File

@ -113,8 +113,7 @@ export default {
"你真的想删除你的账户,并删除所有的共享吗?",
// END /account
// /account/shares、
"account.shares.modal.share-informations": "共享信息",
// /account/shares
"account.shares.title": "我的共享",
"account.shares.title.empty": "这里空空如也 👀",
"account.shares.description.empty": "你没有创建任何共享",
@ -129,6 +128,7 @@ export default {
"account.shares.table.createdAt": "创建时间",
"account.shares.table.size": "文件大小",
"account.shares.modal.share-informations": "共享信息",
"account.shares.modal.share-link": "共享链接",
"account.shares.modal.delete.title": "删除 {share}",

View File

@ -44,7 +44,7 @@ const ErrorNotFound = () => {
<Meta title="Not found" />
<Container className={classes.root}>
<div className={classes.label}>
<FormattedMessage id="404.title" />
404
</div>
<Title align="center" order={3}>
<FormattedMessage id="404.description" />