diff --git a/frontend/src/i18n/translations/ar-EG.ts b/frontend/src/i18n/translations/ar-EG.ts index ef5cbbb..9a7db56 100644 --- a/frontend/src/i18n/translations/ar-EG.ts +++ b/frontend/src/i18n/translations/ar-EG.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "كلمة السر مطلوبة", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "كلمة السر", "share.modal.error.invalid-password": "كلمة السر غير صحيحة", "share.button.download-all": "تنزيل الكل", diff --git a/frontend/src/i18n/translations/cs-CZ.ts b/frontend/src/i18n/translations/cs-CZ.ts index e64a29a..53269a9 100644 --- a/frontend/src/i18n/translations/cs-CZ.ts +++ b/frontend/src/i18n/translations/cs-CZ.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Soukromé sdílení", "share.error.access-denied.description": "Aktuální účet nemá oprávnění k přístupu k tomuto sdílení", "share.modal.password.title": "Heslo vyžadováno", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Heslo", "share.modal.error.invalid-password": "Neplatné heslo", "share.button.download-all": "Stáhnout vše", diff --git a/frontend/src/i18n/translations/da-DK.ts b/frontend/src/i18n/translations/da-DK.ts index 98aa96a..80b3595 100644 --- a/frontend/src/i18n/translations/da-DK.ts +++ b/frontend/src/i18n/translations/da-DK.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Privat deling", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "Adgangskode påkrævet", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Adgangskode", "share.modal.error.invalid-password": "Ugyldig adgangskode", "share.button.download-all": "Download alle", diff --git a/frontend/src/i18n/translations/de-DE.ts b/frontend/src/i18n/translations/de-DE.ts index 3722c50..a9f2f9f 100644 --- a/frontend/src/i18n/translations/de-DE.ts +++ b/frontend/src/i18n/translations/de-DE.ts @@ -5,7 +5,7 @@ export default { "navbar.home": "Startseite", "navbar.signup": "Registrieren", "navbar.links.shares": "Meine Freigaben", - "navbar.links.reverse": "Externe Freigaben", + "navbar.links.reverse": "Datei Anfrage", "navbar.avatar.account": "Mein Konto", "navbar.avatar.admin": "Verwaltung", "navbar.avatar.signout": "Abmelden", @@ -133,10 +133,10 @@ export default { "account.shares.modal.delete.description": "Möchtest du diese Freigabe wirklich löschen?", // END /account/shares // /account/reverseShares - "account.reverseShares.title": "Externe Freigaben", - "account.reverseShares.description": "Eine externe Freigabe erlaubt dir eine einzigartige URL zu erstellen, die externen Benutzern erlaubt, Dateien hochzuladen.", + "account.reverseShares.title": "Datei Anfragen", + "account.reverseShares.description": "Eine Datei Anfrage erlaubt dir eine einzigartige URL zu erstellen, die externen Benutzern erlaubt, Dateien hochzuladen.", "account.reverseShares.title.empty": "Es ist leer hier 👀", - "account.reverseShares.description.empty": "Du hast keine externen Freigaben.", + "account.reverseShares.description.empty": "Du hast keine Datei Anfrage.", // showCreateReverseShareModal.tsx "account.reverseShares.modal.title": "Externe Freigabe erstellen", "account.reverseShares.modal.expiration.label": "Gültig bis", @@ -299,7 +299,7 @@ export default { "imprint.title": "Impressum", // END /imprint // /privacy - "privacy.title": "Privacy Policy", + "privacy.title": "Datenschutzerklärung", // END /privacy // /admin/config "admin.config.title": "Einstellungen", @@ -345,8 +345,8 @@ export default { "admin.config.share.allow-unauthenticated-shares.description": "Gibt an, ob nicht authentifizierte Benutzer Freigaben erstellen können", "admin.config.share.max-expiration": "Max. Ablaufdatum", "admin.config.share.max-expiration.description": "Maximale Ablaufzeit. Auf 0 setzen, um kein Ablaufdatum zu definieren.", - "admin.config.share.share-id-length": "Default share ID length", - "admin.config.share.share-id-length.description": "Default length for the generated ID of a share. This value is also used to generate links for reverse shares. A value below 8 is not considered secure.", + "admin.config.share.share-id-length": "Standardlänge der Freigabe-ID", + "admin.config.share.share-id-length.description": "Standardlänge für die generierte ID einer Freigabe. Dieser Wert wird auch verwendet, um Links für umgekehrte Freigaben zu generieren. Ein Wert unter 8 wird als nicht sicher betrachtet.", "admin.config.share.max-size": "Maximale Größe", "admin.config.share.max-size.description": "Maximale Größe einer Freigabe", "admin.config.share.zip-compression-level": "ZIP-Kompressionslevel", @@ -445,9 +445,9 @@ export default { "admin.config.ldap.field-name-member-of.description": "LDAP-Attributname für die Gruppen, in denen ein Benutzer Mitglied ist. Dies wird bei der Überprüfung der Admin-Gruppe verwendet.", "admin.config.ldap.field-name-email": "Attributname für die E-Mail-Adresse des Benutzers", "admin.config.ldap.field-name-email.description": "LDAP-Attributname für die E-Mail-Adresse eines Benutzers.", - "admin.config.notify.success": "Configuration updated successfully.", - "admin.config.notify.logo-success": "Logo updated successfully. It may take a few minutes to update on the website.", - "admin.config.notify.no-changes": "No changes to save.", + "admin.config.notify.success": "Konfiguration erfolgreich aktualisiert.", + "admin.config.notify.logo-success": "Logo erfolgreich aktualisiert. Es kann einige Minuten dauern, bis es auf der Website aktualisiert wird.", + "admin.config.notify.no-changes": "Keine Änderungen zu speichern.", "admin.config.category.s3": "S3", "admin.config.s3.enabled": "Aktiviert", "admin.config.s3.enabled.description": "Ob S3 verwendet werden soll, um die freigegebenen Dateien anstelle des lokalen Dateisystems zu speichern.", diff --git a/frontend/src/i18n/translations/el-GR.ts b/frontend/src/i18n/translations/el-GR.ts index 781466a..6afcefe 100644 --- a/frontend/src/i18n/translations/el-GR.ts +++ b/frontend/src/i18n/translations/el-GR.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Ιδιωτική κοινοποίηση", "share.error.access-denied.description": "Ο τρέχων λογαριασμός δεν έχει δικαίωμα πρόσβασης σε αυτήν την κοινοποίηση", "share.modal.password.title": "Απαιτείται κωδικός", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Κωδικός πρόσβασης", "share.modal.error.invalid-password": "Μη έγκυρος κωδικός πρόσβασης", "share.button.download-all": "Λήψη όλων", diff --git a/frontend/src/i18n/translations/es-ES.ts b/frontend/src/i18n/translations/es-ES.ts index a19dd39..12dfca8 100644 --- a/frontend/src/i18n/translations/es-ES.ts +++ b/frontend/src/i18n/translations/es-ES.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Compartición privada", "share.error.access-denied.description": "La cuenta actual no tiene permiso para acceder a este compartido", "share.modal.password.title": "Se requiere contraseña", - "share.modal.password.description": "Por favor, ingresa la contraseña para acceder a este enlace compartido.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Contraseña", "share.modal.error.invalid-password": "Contraseña inválida", "share.button.download-all": "Descargar todo", diff --git a/frontend/src/i18n/translations/fi-FI.ts b/frontend/src/i18n/translations/fi-FI.ts index d18a5a7..70c5a0c 100644 --- a/frontend/src/i18n/translations/fi-FI.ts +++ b/frontend/src/i18n/translations/fi-FI.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "Salasana vaaditaan", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Salasana", "share.modal.error.invalid-password": "Virheellinen salasana", "share.button.download-all": "Lataa kaikki", diff --git a/frontend/src/i18n/translations/fr-FR.ts b/frontend/src/i18n/translations/fr-FR.ts index f8154e9..fef5f7e 100644 --- a/frontend/src/i18n/translations/fr-FR.ts +++ b/frontend/src/i18n/translations/fr-FR.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Partage privé", "share.error.access-denied.description": "Le compte actuel n'a pas la permission d'accéder à ce partage", "share.modal.password.title": "Mot de passe requis", - "share.modal.password.description": "Veuillez entrer le mot de passe d'accès à ce partage.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Mot de passe", "share.modal.error.invalid-password": "Mot de passe incorrect", "share.button.download-all": "Télécharger tout", diff --git a/frontend/src/i18n/translations/hr-HR.ts b/frontend/src/i18n/translations/hr-HR.ts index fecea01..a934d7b 100644 --- a/frontend/src/i18n/translations/hr-HR.ts +++ b/frontend/src/i18n/translations/hr-HR.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Privatno dijeljenje", "share.error.access-denied.description": "Trenutni račun nema dozvolu za pristup ovom dijeljenju.", "share.modal.password.title": "Lozinka je potrebna", - "share.modal.password.description": "Molimo unesite lozinku za pristup ovom dijeljenju.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Lozinka", "share.modal.error.invalid-password": "Neispravna lozinka", "share.button.download-all": "Preuzmi sve", diff --git a/frontend/src/i18n/translations/hu-HU.ts b/frontend/src/i18n/translations/hu-HU.ts index bab05ca..45f92d7 100644 --- a/frontend/src/i18n/translations/hu-HU.ts +++ b/frontend/src/i18n/translations/hu-HU.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Privát megosztás", "share.error.access-denied.description": "Ez a fiók nem rendelkezik jogosultsággal a megosztás eléréséhez", "share.modal.password.title": "Jelszó szükséges", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Jelszó", "share.modal.error.invalid-password": "Érvénytelen jelszó", "share.button.download-all": "Mindet letölti", diff --git a/frontend/src/i18n/translations/it-IT.ts b/frontend/src/i18n/translations/it-IT.ts index 6a93528..583211b 100644 --- a/frontend/src/i18n/translations/it-IT.ts +++ b/frontend/src/i18n/translations/it-IT.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Condivisione privata", "share.error.access-denied.description": "L' account non ha il premesso di accedere a questa condivisione", "share.modal.password.title": "Password richiesta", - "share.modal.password.description": "Inserisci la password per accedere a questa condivisione.", + "share.modal.password.description": "Per favore inserisci la password per accedere a questa condivisione.", "share.modal.password": "Password", "share.modal.error.invalid-password": "Password non valida", "share.button.download-all": "Scarica tutto", diff --git a/frontend/src/i18n/translations/ko-KR.ts b/frontend/src/i18n/translations/ko-KR.ts index 05b2432..732470b 100644 --- a/frontend/src/i18n/translations/ko-KR.ts +++ b/frontend/src/i18n/translations/ko-KR.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "비밀번호 필요", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "비밀번호", "share.modal.error.invalid-password": "잘못된 비밀번호", "share.button.download-all": "모두 다운로드", diff --git a/frontend/src/i18n/translations/nl-BE.ts b/frontend/src/i18n/translations/nl-BE.ts index 8cb1345..1628658 100644 --- a/frontend/src/i18n/translations/nl-BE.ts +++ b/frontend/src/i18n/translations/nl-BE.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "Dit account heeft geen toestemming om toegang te krijgen tot deze share", "share.modal.password.title": "Wachtwoord vereist", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Wachtwoord", "share.modal.error.invalid-password": "Ongeldig wachtwoord", "share.button.download-all": "Alles downloaden", diff --git a/frontend/src/i18n/translations/pl-PL.ts b/frontend/src/i18n/translations/pl-PL.ts index 2a3d949..f6b0476 100644 --- a/frontend/src/i18n/translations/pl-PL.ts +++ b/frontend/src/i18n/translations/pl-PL.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Prywatne udostępnienie", "share.error.access-denied.description": "Bieżące konto nie ma uprawnień dostępu do tego udostępnienia", "share.modal.password.title": "Wymagane hasło", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Hasło", "share.modal.error.invalid-password": "Hasło jest nieprawidłowe", "share.button.download-all": "Pobierz wszystko", diff --git a/frontend/src/i18n/translations/pt-BR.ts b/frontend/src/i18n/translations/pt-BR.ts index d923f7d..1185b2a 100644 --- a/frontend/src/i18n/translations/pt-BR.ts +++ b/frontend/src/i18n/translations/pt-BR.ts @@ -296,7 +296,7 @@ export default { "share.edit.notify.save-success": "Compartilhamento atualizado com sucesso", // END /share/[id]/edit // /imprint - "imprint.title": "Imprint", + "imprint.title": "Termos Legais", // END /imprint // /privacy "privacy.title": "Política de Privacidade", diff --git a/frontend/src/i18n/translations/ru-RU.ts b/frontend/src/i18n/translations/ru-RU.ts index 581e6de..17a7096 100644 --- a/frontend/src/i18n/translations/ru-RU.ts +++ b/frontend/src/i18n/translations/ru-RU.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Приватное доступ", "share.error.access-denied.description": "У текущей учетной записи нет разрешения на доступ к этому ресурсу", "share.modal.password.title": "Требуется пароль", - "share.modal.password.description": "Пожалуйста, введите пароль, чтобы получить доступ.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Пароль", "share.modal.error.invalid-password": "Неверный пароль", "share.button.download-all": "Скачать все", diff --git a/frontend/src/i18n/translations/sl-SI.ts b/frontend/src/i18n/translations/sl-SI.ts index 7df3016..0a88e6f 100644 --- a/frontend/src/i18n/translations/sl-SI.ts +++ b/frontend/src/i18n/translations/sl-SI.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "Zahtevano geslo", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Geslo", "share.modal.error.invalid-password": "Napačno geslo", "share.button.download-all": "Prenesi vse", diff --git a/frontend/src/i18n/translations/sr-CS.ts b/frontend/src/i18n/translations/sr-CS.ts index 491b5a5..495e692 100644 --- a/frontend/src/i18n/translations/sr-CS.ts +++ b/frontend/src/i18n/translations/sr-CS.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Privatno deljenje", "share.error.access-denied.description": "Trenutni nalog nema dozvolu za pristup ovom deljenju", "share.modal.password.title": "Obavezna lozinka", - "share.modal.password.description": "Molimo unesite lozinku za pristup ovom deljenju.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Lozinka", "share.modal.error.invalid-password": "Neispravna lozinka", "share.button.download-all": "Preuzmi sve", diff --git a/frontend/src/i18n/translations/sr-SP.ts b/frontend/src/i18n/translations/sr-SP.ts index b1cc83f..73aa50c 100644 --- a/frontend/src/i18n/translations/sr-SP.ts +++ b/frontend/src/i18n/translations/sr-SP.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Приватно дељење", "share.error.access-denied.description": "Тренутни налог нема дозволу за приступ овом дељењу", "share.modal.password.title": "Обавезна лозинка", - "share.modal.password.description": "Молимо унесите лозинку за приступ овом дељењу.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Лозинка", "share.modal.error.invalid-password": "Неисправна лозинка", "share.button.download-all": "Преузми све", diff --git a/frontend/src/i18n/translations/sv-SE.ts b/frontend/src/i18n/translations/sv-SE.ts index 95d616b..c417d57 100644 --- a/frontend/src/i18n/translations/sv-SE.ts +++ b/frontend/src/i18n/translations/sv-SE.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "Lösenord krävs", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Lösenord", "share.modal.error.invalid-password": "Ogiltigt lösenord", "share.button.download-all": "Ladda ner allt", diff --git a/frontend/src/i18n/translations/th-TH.ts b/frontend/src/i18n/translations/th-TH.ts index 3da9e78..f3e7245 100644 --- a/frontend/src/i18n/translations/th-TH.ts +++ b/frontend/src/i18n/translations/th-TH.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "ต้องการรหัสผ่าน", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "รหัสผ่าน", "share.modal.error.invalid-password": "รหัสผ่านไม่ถูกต้อง", "share.button.download-all": "ดาวน์โหลดทั้งหมด", diff --git a/frontend/src/i18n/translations/uk-UA.ts b/frontend/src/i18n/translations/uk-UA.ts index 0f4a9a8..be93ee4 100644 --- a/frontend/src/i18n/translations/uk-UA.ts +++ b/frontend/src/i18n/translations/uk-UA.ts @@ -124,8 +124,8 @@ export default { "account.shares.table.expiresAt": "Діє до", "account.shares.table.createdAt": "Створено", "account.shares.table.size": "Розмір", - "account.shares.table.password-protected": "Password protected", - "account.shares.table.visitor-count": "{count} of {max}", + "account.shares.table.password-protected": "Захищено паролем", + "account.shares.table.visitor-count": "{count} із {max}", "account.shares.table.expiry-never": "Ніколи", "account.shares.modal.share-informations": "Відомості", "account.shares.modal.share-link": "Поділитися посиланням", @@ -296,10 +296,10 @@ export default { "share.edit.notify.save-success": "Посилання на ресурс успішно оновлено", // END /share/[id]/edit // /imprint - "imprint.title": "Imprint", + "imprint.title": "Вихідні дані", // END /imprint // /privacy - "privacy.title": "Privacy Policy", + "privacy.title": "Політика конфіденційності", // END /privacy // /admin/config "admin.config.title": "Конфігурація", @@ -344,7 +344,7 @@ export default { "admin.config.share.allow-unauthenticated-shares": "Дозволити неавторизовані завантаження", "admin.config.share.allow-unauthenticated-shares.description": "Чи можуть неавторизовані користувачі створювати завантаження", "admin.config.share.max-expiration": "Максимальний термін дії", - "admin.config.share.max-expiration.description": "Maximum share expiration. Set to 0 to allow unlimited expiration.", + "admin.config.share.max-expiration.description": "Максимальний термін дії спільного доступу. Встановіть 0, щоб дозволити необмежений термін дії.", "admin.config.share.share-id-length": "Стандартна довжина ID завантаження", "admin.config.share.share-id-length.description": "Стандартна довжина для згенерованого ID завантаження. Це значення також використовується для створення посилань для зворотних завантажень. Значення менше 8 не вважається безпечним.", "admin.config.share.max-size": "Максимальний розмір", @@ -463,17 +463,17 @@ export default { "admin.config.s3.key.description": "Ключ, який дозволяє отримати доступ до S3 бакету.", "admin.config.s3.secret": "Секрет", "admin.config.s3.secret.description": "Секрет, який дозволяє отримати доступ до S3 бакету.", - "admin.config.category.legal": "Legal", - "admin.config.legal.enabled": "Enable legal notices", - "admin.config.legal.enabled.description": "Whether to show a link to imprint and privacy policy in the footer.", - "admin.config.legal.imprint-text": "Imprint text", - "admin.config.legal.imprint-text.description": "The text which should be shown in the imprint. Supports Markdown. Leave blank to link to an external imprint page.", - "admin.config.legal.imprint-url": "Imprint URL", - "admin.config.legal.imprint-url.description": "If you already have an imprint page you can link it here instead of using the text field.", - "admin.config.legal.privacy-policy-text": "Privacy policy text", - "admin.config.legal.privacy-policy-text.description": "The text which should be shown in the privacy policy. Supports Markdown. Leave blank to link to an external privacy policy page.", - "admin.config.legal.privacy-policy-url": "Privacy policy URL", - "admin.config.legal.privacy-policy-url.description": "If you already have a privacy policy page you can link it here instead of using the text field.", + "admin.config.category.legal": "Юридична інформація", + "admin.config.legal.enabled": "Увімкнути правові сповіщення", + "admin.config.legal.enabled.description": "Чи відображати посилання на вихідні дані та політику конфіденційності у нижньому колонтитулі.", + "admin.config.legal.imprint-text": "Текст вихідних даних", + "admin.config.legal.imprint-text.description": "Текст, який має відображатися у вихідних даних. Підтримує Markdown. Залиште порожнім, щоб вставити посилання на зовнішню сторінку з вихідними даними.", + "admin.config.legal.imprint-url": "URL вихідних даних", + "admin.config.legal.imprint-url.description": "Якщо у вас вже є сторінка з вихідними даними, ви можете вставити посилання на неї тут замість використання текстового поля.", + "admin.config.legal.privacy-policy-text": "Текст політики конфіденційності", + "admin.config.legal.privacy-policy-text.description": "Текст, що має бути показано в політиці конфіденційності. Підтримує Markdown. Залиште порожнім, щоб надати посилання на сторінку зовнішньої політики конфіденційності.", + "admin.config.legal.privacy-policy-url": "Політика конфіденційності URL", + "admin.config.legal.privacy-policy-url.description": "Якщо у вас вже є сторінка політики конфіденційності, то ви можете зв'язати її тут замість використання текстового поля.", // 404 "404.description": "Бляха, цієї строрінки не існує.", "404.button.home": "Поверни мене додому", diff --git a/frontend/src/i18n/translations/vi-VN.ts b/frontend/src/i18n/translations/vi-VN.ts index 62ee0b5..e538530 100644 --- a/frontend/src/i18n/translations/vi-VN.ts +++ b/frontend/src/i18n/translations/vi-VN.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "Private share", "share.error.access-denied.description": "The current account does not have permission to access this share", "share.modal.password.title": "Cần mật khẩu để mở khoá", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "Mật khẩu", "share.modal.error.invalid-password": "Mật khẩu không hợp lệ", "share.button.download-all": "Tải xuống tất cả", diff --git a/frontend/src/i18n/translations/zh-CN.ts b/frontend/src/i18n/translations/zh-CN.ts index f037527..e973a97 100644 --- a/frontend/src/i18n/translations/zh-CN.ts +++ b/frontend/src/i18n/translations/zh-CN.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "私有共享", "share.error.access-denied.description": "当前账户没有权限访问此共享", "share.modal.password.title": "需要密码", - "share.modal.password.description": "Please enter the password to acces this share.", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "密码", "share.modal.error.invalid-password": "密码错误", "share.button.download-all": "全部下载", diff --git a/frontend/src/i18n/translations/zh-TW.ts b/frontend/src/i18n/translations/zh-TW.ts index 77e8ca4..677a18c 100644 --- a/frontend/src/i18n/translations/zh-TW.ts +++ b/frontend/src/i18n/translations/zh-TW.ts @@ -278,7 +278,7 @@ export default { "share.error.access-denied.title": "私人分享", "share.error.access-denied.description": "您沒有權限存取此檔案", "share.modal.password.title": "需要密碼", - "share.modal.password.description": "請輸入密碼來存取此檔案", + "share.modal.password.description": "Please enter the password to access this share.", "share.modal.password": "密碼", "share.modal.error.invalid-password": "密碼錯誤", "share.button.download-all": "全部下載",