diff --git a/frontend/src/i18n/translations/ar-EG.ts b/frontend/src/i18n/translations/ar-EG.ts index c19a2cb..9114c8e 100644 --- a/frontend/src/i18n/translations/ar-EG.ts +++ b/frontend/src/i18n/translations/ar-EG.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "هذه الصفحة غير موجودة.", "404.button.home": "أعدني للصفحة الرئيسية", diff --git a/frontend/src/i18n/translations/cs-CZ.ts b/frontend/src/i18n/translations/cs-CZ.ts index ae4623f..7c2b354 100644 --- a/frontend/src/i18n/translations/cs-CZ.ts +++ b/frontend/src/i18n/translations/cs-CZ.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Jejda, tato stránka neexistuje.", "404.button.home": "Bring me back home", diff --git a/frontend/src/i18n/translations/da-DK.ts b/frontend/src/i18n/translations/da-DK.ts index bf77621..b5be1c6 100644 --- a/frontend/src/i18n/translations/da-DK.ts +++ b/frontend/src/i18n/translations/da-DK.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Ups! Denne side findes ikke.", "404.button.home": "Gå tilbage", diff --git a/frontend/src/i18n/translations/de-DE.ts b/frontend/src/i18n/translations/de-DE.ts index bab5391..d6d0fdb 100644 --- a/frontend/src/i18n/translations/de-DE.ts +++ b/frontend/src/i18n/translations/de-DE.ts @@ -436,6 +436,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.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.", @@ -448,12 +451,9 @@ export default { "admin.config.s3.bucket-path": "Pfad", "admin.config.s3.bucket-path.description": "Der Standardpfad, der zum Speichern der Dateien im S3-Bucket verwendet werden soll.", "admin.config.s3.key": "Schlüssel", - "admin.config.s3.secret": "Geheimnis", "admin.config.s3.key.description": "Der Schlüssel, der den Zugriff auf den S3-Bucket ermöglicht.", + "admin.config.s3.secret": "Geheimnis", "admin.config.s3.secret.description": "Das Geheimnis, das den Zugriff auf den S3-Bucket ermöglicht.", - "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.", // 404 "404.description": "Ups, diese Seite existiert nicht.", "404.button.home": "Zurück zur Startseite", diff --git a/frontend/src/i18n/translations/el-GR.ts b/frontend/src/i18n/translations/el-GR.ts index bd71bd3..4753ced 100644 --- a/frontend/src/i18n/translations/el-GR.ts +++ b/frontend/src/i18n/translations/el-GR.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Ουπς. Αυτή η σελίδα δεν υπάρχει.", "404.button.home": "Πήγαινέ με πίσω", diff --git a/frontend/src/i18n/translations/es-ES.ts b/frontend/src/i18n/translations/es-ES.ts index a535dd6..356217b 100644 --- a/frontend/src/i18n/translations/es-ES.ts +++ b/frontend/src/i18n/translations/es-ES.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Configuración actualizada correctamente.", "admin.config.notify.logo-success": "Logo actualizado correctamente. Puede tardar unos minutos en actualizarse en el sitio web.", "admin.config.notify.no-changes": "No hay cambios que guardar.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Oops esta página no existe.", "404.button.home": "Regrésame al inicio", diff --git a/frontend/src/i18n/translations/fi-FI.ts b/frontend/src/i18n/translations/fi-FI.ts index 3c4ebd1..8731fc3 100644 --- a/frontend/src/i18n/translations/fi-FI.ts +++ b/frontend/src/i18n/translations/fi-FI.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Hups tätä sivua ei ole olemassa.", "404.button.home": "Tuo minut takaisin kotiin", diff --git a/frontend/src/i18n/translations/fr-FR.ts b/frontend/src/i18n/translations/fr-FR.ts index e48746d..7439504 100644 --- a/frontend/src/i18n/translations/fr-FR.ts +++ b/frontend/src/i18n/translations/fr-FR.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Configuration mise à jour avec succès.", "admin.config.notify.logo-success": "Logo mis à jour avec succès. La mise à jour sur le site peut prendre quelques minutes.", "admin.config.notify.no-changes": "Aucune modification à enregistrer.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Activé", + "admin.config.s3.enabled.description": "Si S3 doit être utilisé pour stocker les fichiers partagés au lieu du système de fichiers local.", + "admin.config.s3.endpoint": "Point de terminaison", + "admin.config.s3.endpoint.description": "L'URL du bucket S3.", + "admin.config.s3.region": "Région", + "admin.config.s3.region.description": "La région du bucket S3.", + "admin.config.s3.bucket-name": "Nom du bucket", + "admin.config.s3.bucket-name.description": "Le nom du bucket S3.", + "admin.config.s3.bucket-path": "Chemin", + "admin.config.s3.bucket-path.description": "Le chemin par défaut qui doit être utilisé pour stocker les fichiers dans le bucket S3.", + "admin.config.s3.key": "Clé", + "admin.config.s3.key.description": "La clé qui vous permet d'accéder au bucket S3.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "Le secret qui vous permet d'accéder au bucket S3.", // 404 "404.description": "Désolé, mais cette page n’existe pas.", "404.button.home": "Retour à l’accueil", diff --git a/frontend/src/i18n/translations/hr-HR.ts b/frontend/src/i18n/translations/hr-HR.ts index a84748c..f94254e 100644 --- a/frontend/src/i18n/translations/hr-HR.ts +++ b/frontend/src/i18n/translations/hr-HR.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Konfiguracija je uspješno ažurirana.", "admin.config.notify.logo-success": "Logo je uspješno ažuriran. Može potrajati nekoliko minuta dok se promjena ne prikaže na web stranici.", "admin.config.notify.no-changes": "Nema promjena za spremanje.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Ups - Ova stranica ne postoji.", "404.button.home": "Vrati me na početnu stranicu", diff --git a/frontend/src/i18n/translations/hu-HU.ts b/frontend/src/i18n/translations/hu-HU.ts index ad2ceb4..a89f455 100644 --- a/frontend/src/i18n/translations/hu-HU.ts +++ b/frontend/src/i18n/translations/hu-HU.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Hoppá - ez az oldal nem létezik.", "404.button.home": "Vissza a Kezdőlapra", diff --git a/frontend/src/i18n/translations/it-IT.ts b/frontend/src/i18n/translations/it-IT.ts index 59323de..171eab7 100644 --- a/frontend/src/i18n/translations/it-IT.ts +++ b/frontend/src/i18n/translations/it-IT.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Configurazione aggiornata correttamente.", "admin.config.notify.logo-success": "Logo aggiornato con successo. Potrebbe volerci qualche minuto per aggiornare sul sito.", "admin.config.notify.no-changes": "Nessuna modifica da salvare.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Abilitato", + "admin.config.s3.enabled.description": "Indica se S3 debba essere usato per memorizzare i file condivisi invece che il file system locale.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "L'URL del bucket S3.", + "admin.config.s3.region": "Regione", + "admin.config.s3.region.description": "La regione del bucket S3.", + "admin.config.s3.bucket-name": "Nome del bucket", + "admin.config.s3.bucket-name.description": "Il nome del bucket S3.", + "admin.config.s3.bucket-path": "Percorso", + "admin.config.s3.bucket-path.description": "Il percorso predefinito che dovrebbe essere usato per memorizzare i file nel bucket S3.", + "admin.config.s3.key": "Chiave", + "admin.config.s3.key.description": "La chiave che consente di accedere al bucket S3.", + "admin.config.s3.secret": "Parola chiave", + "admin.config.s3.secret.description": "La parola chiave che consente di accedere al bucket S3.", // 404 "404.description": "Ops, questa pagina non esiste.", "404.button.home": "Riportami a casa", diff --git a/frontend/src/i18n/translations/ja-JP.ts b/frontend/src/i18n/translations/ja-JP.ts index b49abdf..1ffe781 100644 --- a/frontend/src/i18n/translations/ja-JP.ts +++ b/frontend/src/i18n/translations/ja-JP.ts @@ -301,7 +301,7 @@ export default { "admin.config.category.oauth": "ソーシャルログイン", "admin.config.general.app-name": "アプリ名", "admin.config.general.app-name.description": "アプリの名前", - "admin.config.general.app-url": "アプリ名", + "admin.config.general.app-url": "アプリのURL", "admin.config.general.app-url.description": "Pingvin Shareで利用できるURL", "admin.config.general.secure-cookies": "セキュアクッキー", "admin.config.general.secure-cookies.description": "クッキーにセキュアフラグを設定するか。有効にすると、HTTP 経由でアクセスしたときにサイトが機能しなくなります。", @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "設定が正常に更新されました。", "admin.config.notify.logo-success": "ロゴが正常に更新されました。Web サイトで更新されるまでに数分かかる場合があります。", "admin.config.notify.no-changes": "保存する変更がありません。", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "有効", + "admin.config.s3.enabled.description": "S3を使用して、ローカルファイルシステムの代わりに共有ファイルを保存するかどうか。", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "S3 バケットの URL", + "admin.config.s3.region": "地域", + "admin.config.s3.region.description": "S3バケットの地域。", + "admin.config.s3.bucket-name": "バケット名", + "admin.config.s3.bucket-name.description": "S3バケットの名前。", + "admin.config.s3.bucket-path": "パス", + "admin.config.s3.bucket-path.description": "S3バケットにファイルを格納するために使用されるデフォルトのパス。", + "admin.config.s3.key": "キー", + "admin.config.s3.key.description": "S3バケットにアクセスするためのキー。", + "admin.config.s3.secret": "秘密", + "admin.config.s3.secret.description": "S3バケットにアクセスするための秘密。", // 404 "404.description": "ページが見つかりません。", "404.button.home": "ホームに戻る", @@ -487,8 +502,8 @@ export default { "common.error.invalid-email": "無効なメールアドレス", "common.error.too-short": "最低{length} 文字である必要があります", "common.error.too-long": "最大{length} 文字である必要があります", - "common.error.number-too-small": "少なくとも{min}でなければなりません", - "common.error.number-too-large": "最大で{max}である必要があります", + "common.error.number-too-small": "少なくとも{min} でなければなりません", + "common.error.number-too-large": "最大で{max} である必要があります", "common.error.exact-length": "{length} 文字である必要があります", "common.error.invalid-number": "数字でなければなりません", "common.error.field-required": "これは必須項目です" diff --git a/frontend/src/i18n/translations/ko-KR.ts b/frontend/src/i18n/translations/ko-KR.ts index 0de64ba..aa2526d 100644 --- a/frontend/src/i18n/translations/ko-KR.ts +++ b/frontend/src/i18n/translations/ko-KR.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "이런, 이 페이지는 존재하지 않습니다.", "404.button.home": "나를 집으로 데려다 줘", diff --git a/frontend/src/i18n/translations/nl-BE.ts b/frontend/src/i18n/translations/nl-BE.ts index 3e1e891..738a886 100644 --- a/frontend/src/i18n/translations/nl-BE.ts +++ b/frontend/src/i18n/translations/nl-BE.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Oeps, deze pagina bestaat niet.", "404.button.home": "Breng me terug naar huis", diff --git a/frontend/src/i18n/translations/pl-PL.ts b/frontend/src/i18n/translations/pl-PL.ts index b716ee8..5273922 100644 --- a/frontend/src/i18n/translations/pl-PL.ts +++ b/frontend/src/i18n/translations/pl-PL.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Ups! Ta strona nie istnieje.", "404.button.home": "Wróć do strony domowej", diff --git a/frontend/src/i18n/translations/pt-BR.ts b/frontend/src/i18n/translations/pt-BR.ts index 77ace80..510cd1e 100644 --- a/frontend/src/i18n/translations/pt-BR.ts +++ b/frontend/src/i18n/translations/pt-BR.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Configuração atualizada com sucesso.", "admin.config.notify.logo-success": "Logo atualizado com sucesso. Pode levar alguns minutos para ser atualizado no site.", "admin.config.notify.no-changes": "Nenhuma alteração para salvar.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Habilitado", + "admin.config.s3.enabled.description": "Se o S3 deve ser usado para armazenar os arquivos compartilhados em vez do sistema de arquivo local.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "A URL do bucket S3.", + "admin.config.s3.region": "Região", + "admin.config.s3.region.description": "A região do bucket S3.", + "admin.config.s3.bucket-name": "Nome do Bucket", + "admin.config.s3.bucket-name.description": "O nome do bucket S3.", + "admin.config.s3.bucket-path": "Caminho", + "admin.config.s3.bucket-path.description": "O caminho padrão que deve ser usado para armazenar os arquivos no bucket S3.", + "admin.config.s3.key": "Chave", + "admin.config.s3.key.description": "A chave que permite a você acessar o bucket S3.", + "admin.config.s3.secret": "Segredo", + "admin.config.s3.secret.description": "O segredo que permite a você acessar o bucket S3.", // 404 "404.description": "Ops, esta página não existe.", "404.button.home": "Me traga de volta para casa", diff --git a/frontend/src/i18n/translations/ru-RU.ts b/frontend/src/i18n/translations/ru-RU.ts index a969234..5522beb 100644 --- a/frontend/src/i18n/translations/ru-RU.ts +++ b/frontend/src/i18n/translations/ru-RU.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Упс, этой страницы не существует.", "404.button.home": "Верните меня домой", diff --git a/frontend/src/i18n/translations/sl-SI.ts b/frontend/src/i18n/translations/sl-SI.ts index 60dcec1..4a193bc 100644 --- a/frontend/src/i18n/translations/sl-SI.ts +++ b/frontend/src/i18n/translations/sl-SI.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Ups! Ta stran ne obstaja.", "404.button.home": "Pelji me domov", diff --git a/frontend/src/i18n/translations/sr-CS.ts b/frontend/src/i18n/translations/sr-CS.ts index ba764b4..d009816 100644 --- a/frontend/src/i18n/translations/sr-CS.ts +++ b/frontend/src/i18n/translations/sr-CS.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Konfiguracija je uspešno ažurirana.", "admin.config.notify.logo-success": "Logo je uspešno ažuriran. Može biti potrebno nekoliko minuta da se ažurira na vebsajtu.", "admin.config.notify.no-changes": "Nema promena za čuvanje.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Opa - Ova strana ne postoji.", "404.button.home": "Vrati me na početak", diff --git a/frontend/src/i18n/translations/sr-SP.ts b/frontend/src/i18n/translations/sr-SP.ts index 916364e..5552ce0 100644 --- a/frontend/src/i18n/translations/sr-SP.ts +++ b/frontend/src/i18n/translations/sr-SP.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Конфигурација је успешно ажурирана.", "admin.config.notify.logo-success": "Лого је успешно ажуриран. Може бити потребно неколико минута да се ажурира на вебсајту.", "admin.config.notify.no-changes": "Нема промена за чување.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Опа - Ова страна не постоји.", "404.button.home": "Врати ме на почетак", diff --git a/frontend/src/i18n/translations/sv-SE.ts b/frontend/src/i18n/translations/sv-SE.ts index 09cabef..0a7a9e5 100644 --- a/frontend/src/i18n/translations/sv-SE.ts +++ b/frontend/src/i18n/translations/sv-SE.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Hoppsan den här sidan finns inte.", "404.button.home": "Ta mig tillbaka hem", diff --git a/frontend/src/i18n/translations/th-TH.ts b/frontend/src/i18n/translations/th-TH.ts index 220497a..01be79c 100644 --- a/frontend/src/i18n/translations/th-TH.ts +++ b/frontend/src/i18n/translations/th-TH.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "ไม่พบหน้าที่คุณกำลังมองหา", "404.button.home": "หน้าแรก", diff --git a/frontend/src/i18n/translations/tr-TR.ts b/frontend/src/i18n/translations/tr-TR.ts index e85a6da..1bd8487 100644 --- a/frontend/src/i18n/translations/tr-TR.ts +++ b/frontend/src/i18n/translations/tr-TR.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Haydaa, böyle bir sayfa yok.", "404.button.home": "Beni eve götür", diff --git a/frontend/src/i18n/translations/uk-UA.ts b/frontend/src/i18n/translations/uk-UA.ts index 1cf88f5..cf8f89b 100644 --- a/frontend/src/i18n/translations/uk-UA.ts +++ b/frontend/src/i18n/translations/uk-UA.ts @@ -439,6 +439,21 @@ export default { "admin.config.notify.success": "Конфігурацію оновлено успішно.", "admin.config.notify.logo-success": "Логотип успішно оновлено. Це може зайняти кілька хвилин, щоб оновлення відобразилось на вебсайті.", "admin.config.notify.no-changes": "Змін не потрібно зберігати.", + "admin.config.category.s3": "S3", + "admin.config.s3.enabled": "Увімкнено", + "admin.config.s3.enabled.description": "Чи S3 буде використовуватися для зберігання спільних файлів замість локальної файлової системи.", + "admin.config.s3.endpoint": "Точка підключення", + "admin.config.s3.endpoint.description": "URL сховища S3.", + "admin.config.s3.region": "Область", + "admin.config.s3.region.description": "Регион облачного хранилища S3.", + "admin.config.s3.bucket-name": "Ім'я бакета", + "admin.config.s3.bucket-name.description": "Назва S3 бакета.", + "admin.config.s3.bucket-path": "Шлях", + "admin.config.s3.bucket-path.description": "Шлях за замовчуванням, який має використовуватися для зберігання файлів у S3 бакеті.", + "admin.config.s3.key": "Ключ", + "admin.config.s3.key.description": "Ключ, який дозволяє отримати доступ до S3 бакету.", + "admin.config.s3.secret": "Секрет", + "admin.config.s3.secret.description": "Секрет, який дозволяє отримати доступ до S3 бакету.", // 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 b8efb45..c5fc554 100644 --- a/frontend/src/i18n/translations/vi-VN.ts +++ b/frontend/src/i18n/translations/vi-VN.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "Oops this page doesn't exist.", "404.button.home": "Về trang chủ", diff --git a/frontend/src/i18n/translations/zh-CN.ts b/frontend/src/i18n/translations/zh-CN.ts index bdd59d1..b8c8fce 100644 --- a/frontend/src/i18n/translations/zh-CN.ts +++ b/frontend/src/i18n/translations/zh-CN.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "当前的页面走丢啦", "404.button.home": "返回主页", diff --git a/frontend/src/i18n/translations/zh-TW.ts b/frontend/src/i18n/translations/zh-TW.ts index b28616a..ab0e423 100644 --- a/frontend/src/i18n/translations/zh-TW.ts +++ b/frontend/src/i18n/translations/zh-TW.ts @@ -439,6 +439,21 @@ export default { "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.category.s3": "S3", + "admin.config.s3.enabled": "Enabled", + "admin.config.s3.enabled.description": "Whether S3 should be used to store the shared files instead of the local file system.", + "admin.config.s3.endpoint": "Endpoint", + "admin.config.s3.endpoint.description": "The URL of the S3 bucket.", + "admin.config.s3.region": "Region", + "admin.config.s3.region.description": "The region of the S3 bucket.", + "admin.config.s3.bucket-name": "Bucket name", + "admin.config.s3.bucket-name.description": "The name of the S3 bucket.", + "admin.config.s3.bucket-path": "Path", + "admin.config.s3.bucket-path.description": "The default path which should be used to store the files in the S3 bucket.", + "admin.config.s3.key": "Key", + "admin.config.s3.key.description": "The key which allows you to access the S3 bucket.", + "admin.config.s3.secret": "Secret", + "admin.config.s3.secret.description": "The secret which allows you to access the S3 bucket.", // 404 "404.description": "查無此頁", "404.button.home": "返回主頁",