Skip to content

Commit

Permalink
fix: mistakes in English translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Jul 20, 2023
1 parent 8259eb2 commit 70b425b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions frontend/src/i18n/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
"account.card.security.totp.enable.description":
"Enter your current password to start enabling TOTP",
"account.card.security.totp.disable.description":
"Enter your current password to start enabling TOTP",
"Enter your current password to disable TOTP",
"account.card.security.totp.button.start": "Start",
"account.modal.totp.title": "Enable TOTP",
"account.modal.totp.step1": "Step 1: Add your authenticator",
Expand Down Expand Up @@ -119,7 +119,7 @@ export default {
"account.shares.description.empty": "You don't have any shares.",
"account.shares.button.create": "Create one",

"account.shares.info.title": "Share informatons",
"account.shares.info.title": "Share informations",
"account.shares.table.id": "ID",
"account.shares.table.name": "Name",
"account.shares.table.description": "Description",
Expand All @@ -130,7 +130,7 @@ export default {

"account.shares.modal.share-link": "Share link",

"account.shares.modal.delete.title": "Delete {share}",
"account.shares.modal.delete.title": "Delete share {share}",
"account.shares.modal.delete.description":
"Do you really want to delete this share?",

Expand Down Expand Up @@ -183,8 +183,7 @@ export default {

"account.reverseShares.modal.reverse-share-link": "Reverse share link",

"account.reverseShares.modal.delete.title":
"Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.",
"account.reverseShares.modal.delete.title": "Delete reverse share",
"account.reverseShares.modal.delete.description":
"Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.",

Expand Down Expand Up @@ -234,7 +233,7 @@ export default {

"upload.notify.generic-error":
"An error occurred while finishing your share.",
"upload.notify.count-failed": "{count} filed failed to upload. Trying again.",
"upload.notify.count-failed": "{count} files failed to upload. Trying again.",

// Dropzone.tsx
"upload.dropzone.title": "Upload files",
Expand Down Expand Up @@ -358,7 +357,7 @@ export default {
"Subject of the email which gets sent to the share recipients.",
"admin.config.email.share-recipients-message": "Share recipients message",
"admin.config.email.share-recipients-message.description":
"Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual values.",
"Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value.",
"admin.config.email.reverse-share-subject": "Reverse share subject",
"admin.config.email.reverse-share-subject.description":
"Subject of the email which gets sent when someone created a share with your reverse share link.",
Expand All @@ -383,7 +382,7 @@ export default {
"admin.config.share.allow-unauthenticated-shares":
"Allow unauthenticated shares",
"admin.config.share.allow-unauthenticated-shares.description":
"Whether unauthorized users can create shares",
"Whether unauthenticated users can create shares",
"admin.config.share.max-size": "Max size",
"admin.config.share.max-size.description": "Maximum share size in bytes",

Expand All @@ -406,7 +405,7 @@ export default {
// 404
"404.title": "404",
"404.description": "Oops this page doesn't exist.",
"404.button.home": "Gring me back home",
"404.button.home": "Bring me back home",

// Common translations
"common.button.save": "Save",
Expand Down

0 comments on commit 70b425b

Please sign in to comment.