mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-19 01:55:48 -05:00
chore: minor translation fixes
This commit is contained in:
parent
424331ed1a
commit
396363488c
4 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
||||
|
|
|
@ -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}",
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue