From 9896ca0e8c37b609ddacc5bfe7ea9c4d89f82dd6 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 11 Nov 2023 20:27:03 +0100 Subject: [PATCH] chore(translations): update translations via Crowdin (#313) * New translations en-us.ts (French) * New translations en-us.ts (Spanish) * New translations en-us.ts (Japanese) * New translations en-us.ts (Japanese) * New translations en-us.ts (Swedish) * New translations en-us.ts (Swedish) * New translations en-us.ts (Swedish) * New translations en-us.ts (Swedish) * New translations en-us.ts (Russian) * New translations en-us.ts (Russian) --- frontend/src/i18n/translations/es-ES.ts | 34 +- frontend/src/i18n/translations/fr-FR.ts | 8 +- frontend/src/i18n/translations/ja-JP.ts | 122 ++-- frontend/src/i18n/translations/ru-RU.ts | 124 ++-- frontend/src/i18n/translations/sv-SE.ts | 757 ++++++++++-------------- 5 files changed, 461 insertions(+), 584 deletions(-) diff --git a/frontend/src/i18n/translations/es-ES.ts b/frontend/src/i18n/translations/es-ES.ts index 0725cb4..269e831 100644 --- a/frontend/src/i18n/translations/es-ES.ts +++ b/frontend/src/i18n/translations/es-ES.ts @@ -51,8 +51,8 @@ export default { "signup.button.submit": "Comencemos", // END /auth/signup // /auth/totp - "totp.title": "TOTP Authentication", - "totp.button.signIn": "Sign in", + "totp.title": "Autenticación TOTP", + "totp.button.signIn": "Iniciar sesión", // END /auth/totp // /auth/reset-password "resetPassword.title": "¿Olvidaste tu contraseña?", @@ -72,20 +72,20 @@ export default { "account.card.password.title": "Contraseña", "account.card.password.old": "Anterior contraseña", "account.card.password.new": "Nueva contraseña", - "account.card.password.noPasswordSet": "You don't have a password set. If you want to sign in with email and password you need to set a password.", + "account.card.password.noPasswordSet": "No tienes una establecida contraseña. Si deseas iniciar sesión con correo electrónico y una contraseña necesitas crear una contraseña.", "account.notify.password.success": "Contraseña cambiada correctamente", - "account.card.oauth.title": "Social login", + "account.card.oauth.title": "Inicio de sesión con red social", "account.card.oauth.github": "GitHub", "account.card.oauth.google": "Google", "account.card.oauth.microsoft": "Microsoft", "account.card.oauth.discord": "Discord", "account.card.oauth.oidc": "OpenID", - "account.card.oauth.link": "Link", - "account.card.oauth.unlink": "Unlink", - "account.card.oauth.unlinked": "Unlinked", - "account.modal.unlink.title": "Unlink account", - "account.modal.unlink.description": "Unlinking your social accounts may cause you to lose your account if you don't remember your username and password.", - "account.notify.oauth.unlinked.success": "Unlinked successfully", + "account.card.oauth.link": "Vincular", + "account.card.oauth.unlink": "Desvincular", + "account.card.oauth.unlinked": "Desvinculado", + "account.modal.unlink.title": "Desvincular cuenta", + "account.modal.unlink.description": "Desvincular tus cuentas sociales puede causar que pierdas tu cuenta si no recuerdas tu nombre de usuario y contraseña.", + "account.notify.oauth.unlinked.success": "Desvinculado correctamente", "account.card.security.title": "Seguridad", "account.card.security.totp.enable.description": "Ingrese su contraseña actual para habilitar TOTP", "account.card.security.totp.disable.description": "Ingrese su contraseña actual para deshabilitar TOTP", @@ -214,7 +214,7 @@ export default { "upload.modal.not-signed-in-description": "No podrás eliminar tus compartidos manualmente ni ver el número de visitas.", "upload.modal.expires.never": "nunca", "upload.modal.expires.never-long": "Nunca Expira", - "upload.modal.expires.error.too-long": "Expiration exceeds maximum expiration date of {max}.", + "upload.modal.expires.error.too-long": "La caducidad excede la fecha de caducidad máxima de {max}.", "upload.modal.link.label": "Enlace", "upload.modal.expires.label": "Expiración", "upload.modal.expires.minute-singular": "Minuto", @@ -265,10 +265,10 @@ export default { "share.modal.file-preview.error.not-supported.description": "La vista previa para este tipo de archivo no está disponible. Por favor descargue el archivo para verlo.", // END /share/[id] // /share/[id]/edit - "share.edit.title": "Edit {shareId}", - "share.edit.append-upload": "Append file", - "share.edit.notify.generic-error": "An error occurred while finishing your share.", - "share.edit.notify.save-success": "Share updated successfully", + "share.edit.title": "Editar {shareId}", + "share.edit.append-upload": "Agregar archivo", + "share.edit.notify.generic-error": "Ha ocurrido un error mientras se compartía tu archivo.", + "share.edit.notify.save-success": "Compartir actualizado correctamente", // END /share/[id]/edit // /admin/config "admin.config.title": "Configuración", @@ -276,7 +276,7 @@ export default { "admin.config.category.share": "Compartido", "admin.config.category.email": "Correo", "admin.config.category.smtp": "SMTP", - "admin.config.category.oauth": "Social Login", + "admin.config.category.oauth": "Inicio de sesión social", "admin.config.general.app-name": "Nombre de la App", "admin.config.general.app-name.description": "Nombre de la aplicación", "admin.config.general.app-url": "App URL", @@ -308,7 +308,7 @@ export default { "admin.config.share.allow-registration.description": "Si se permite el registro", "admin.config.share.allow-unauthenticated-shares": "Permitir compartir sin iniciar sesión", "admin.config.share.allow-unauthenticated-shares.description": "Si los usuarios que no han iniciado sesión pueden compartir", - "admin.config.share.max-expiration": "Max expiration", + "admin.config.share.max-expiration": "Expiración máxima", "admin.config.share.max-expiration.description": "Maximum share expiration in hours. Set to 0 to allow unlimited expiration.", "admin.config.share.max-size": "Tamaño máximo", "admin.config.share.max-size.description": "Tamaño máximo de los archivos, en bytes", diff --git a/frontend/src/i18n/translations/fr-FR.ts b/frontend/src/i18n/translations/fr-FR.ts index 8a77e6f..f43b91b 100644 --- a/frontend/src/i18n/translations/fr-FR.ts +++ b/frontend/src/i18n/translations/fr-FR.ts @@ -265,10 +265,10 @@ export default { "share.modal.file-preview.error.not-supported.description": "Un aperçu pour ce type de fichier n'est pas pris en charge. Veuillez télécharger le fichier pour le voir.", // END /share/[id] // /share/[id]/edit - "share.edit.title": "Edit {shareId}", - "share.edit.append-upload": "Append file", - "share.edit.notify.generic-error": "An error occurred while finishing your share.", - "share.edit.notify.save-success": "Share updated successfully", + "share.edit.title": "Modifier {shareId}", + "share.edit.append-upload": "Ajouter un fichier", + "share.edit.notify.generic-error": "Une erreur est survenue durant le traitement de votre partage.", + "share.edit.notify.save-success": "Partage mis à jour avec succès", // END /share/[id]/edit // /admin/config "admin.config.title": "Paramètres", diff --git a/frontend/src/i18n/translations/ja-JP.ts b/frontend/src/i18n/translations/ja-JP.ts index e38a2e2..4b7b4fc 100644 --- a/frontend/src/i18n/translations/ja-JP.ts +++ b/frontend/src/i18n/translations/ja-JP.ts @@ -33,7 +33,7 @@ export default { "signin.button.submit": "サインイン", "signIn.notify.totp-required.title": "二段階認証が必要です", "signIn.notify.totp-required.description": "二段階認証コードを入力してください", - "signIn.oauth.or": "OR", + "signIn.oauth.or": "または", "signIn.oauth.github": "GitHub", "signIn.oauth.google": "Google", "signIn.oauth.microsoft": "Microsoft", @@ -51,8 +51,8 @@ export default { "signup.button.submit": "さあ始めましょう", // END /auth/signup // /auth/totp - "totp.title": "TOTP Authentication", - "totp.button.signIn": "Sign in", + "totp.title": "二段階認証", + "totp.button.signIn": "サインイン", // END /auth/totp // /auth/reset-password "resetPassword.title": "パスワードを忘れてしまいましたか?", @@ -72,20 +72,20 @@ export default { "account.card.password.title": "パスワード", "account.card.password.old": "現在のパスワード", "account.card.password.new": "新規パスワード", - "account.card.password.noPasswordSet": "You don't have a password set. If you want to sign in with email and password you need to set a password.", + "account.card.password.noPasswordSet": "パスワードが設定されていません。メールアドレスとパスワードでサインインしたい場合は、パスワードの設定が必要です。", "account.notify.password.success": "パスワードの変更に成功しました", - "account.card.oauth.title": "Social login", + "account.card.oauth.title": "ソーシャルログイン", "account.card.oauth.github": "GitHub", "account.card.oauth.google": "Google", "account.card.oauth.microsoft": "Microsoft", "account.card.oauth.discord": "Discord", "account.card.oauth.oidc": "OpenID", - "account.card.oauth.link": "Link", - "account.card.oauth.unlink": "Unlink", - "account.card.oauth.unlinked": "Unlinked", - "account.modal.unlink.title": "Unlink account", - "account.modal.unlink.description": "Unlinking your social accounts may cause you to lose your account if you don't remember your username and password.", - "account.notify.oauth.unlinked.success": "Unlinked successfully", + "account.card.oauth.link": "リンク", + "account.card.oauth.unlink": "リンク解除", + "account.card.oauth.unlinked": "リンクされていません", + "account.modal.unlink.title": "アカウントのリンクを解除", + "account.modal.unlink.description": "ソーシャルアカウントのリンクを解除すると、ユーザー名とパスワードを覚えていない場合にアカウントへのアクセスが失われる可能性があります。", + "account.notify.oauth.unlinked.success": "リンク解除に成功しました", "account.card.security.title": "セキュリティ", "account.card.security.totp.enable.description": "2段階認証を有効にするため、現在のパスワードを入力してください", "account.card.security.totp.disable.description": "2段階認証を無効にするため、現在のパスワードを入力してください", @@ -214,7 +214,7 @@ export default { "upload.modal.not-signed-in-description": "共有の手動削除と訪問者カウンターは表示できません。", "upload.modal.expires.never": "永久", "upload.modal.expires.never-long": "期限切れにさせない", - "upload.modal.expires.error.too-long": "Expiration exceeds maximum expiration date of {max}.", + "upload.modal.expires.error.too-long": "設定可能な有効期限を越えています。有効期限の上限は{max} です。", "upload.modal.link.label": "リンク", "upload.modal.expires.label": "有効期限", "upload.modal.expires.minute-singular": "分間", @@ -265,10 +265,10 @@ export default { "share.modal.file-preview.error.not-supported.description": "これらのファイルのプレビューには対応していません。ファイルをダウンロードして、直接確認してください。", // END /share/[id] // /share/[id]/edit - "share.edit.title": "Edit {shareId}", - "share.edit.append-upload": "Append file", - "share.edit.notify.generic-error": "An error occurred while finishing your share.", - "share.edit.notify.save-success": "Share updated successfully", + "share.edit.title": "編集 {shareId}", + "share.edit.append-upload": "ファイルを追加", + "share.edit.notify.generic-error": "共有の最終処理でエラーが発生しました。", + "share.edit.notify.save-success": "共有の更新に成功しました", // END /share/[id]/edit // /admin/config "admin.config.title": "設定", @@ -276,7 +276,7 @@ export default { "admin.config.category.share": "共有", "admin.config.category.email": "メール", "admin.config.category.smtp": "SMTP", - "admin.config.category.oauth": "Social Login", + "admin.config.category.oauth": "ソーシャルログイン", "admin.config.general.app-name": "アプリ名", "admin.config.general.app-name.description": "アプリの名前", "admin.config.general.app-url": "アプリ名", @@ -308,8 +308,8 @@ export default { "admin.config.share.allow-registration.description": "登録を許可するかどうかを選択してください。", "admin.config.share.allow-unauthenticated-shares": "ログインしていない状態での共有を許可する", "admin.config.share.allow-unauthenticated-shares.description": "ログインしていないユーザーに共有の作成を許可するかどうかを選択してください。", - "admin.config.share.max-expiration": "Max expiration", - "admin.config.share.max-expiration.description": "Maximum share expiration in hours. Set to 0 to allow unlimited expiration.", + "admin.config.share.max-expiration": "有効期限の上限", + "admin.config.share.max-expiration.description": "共有に設定可能な有効期限の上限を時間単位で設定できます。0を設定すると、有効期限が無制限になります。", "admin.config.share.max-size": "最大ファイルサイズ", "admin.config.share.max-size.description": "最大ファイルサイズ(byte単位)", "admin.config.share.zip-compression-level": "Zip圧縮レベル", @@ -327,58 +327,58 @@ export default { "admin.config.smtp.password": "パスワード", "admin.config.smtp.password.description": "SMTPサーバーのパスワード", "admin.config.smtp.button.test": "テストメールを送信", - "admin.config.oauth.allow-registration": "Allow registration", - "admin.config.oauth.allow-registration.description": "Allow users to register via social login", - "admin.config.oauth.ignore-totp": "Ignore TOTP", - "admin.config.oauth.ignore-totp.description": "Whether to ignore TOTP when user using social login", + "admin.config.oauth.allow-registration": "登録を許可する", + "admin.config.oauth.allow-registration.description": "ユーザーにソーシャルアカウント経由での登録を許可します", + "admin.config.oauth.ignore-totp": "二段階認証を無視する", + "admin.config.oauth.ignore-totp.description": "ソーシャルログイン時に二段階認証を無視するかどうかを設定します", "admin.config.oauth.github-enabled": "GitHub", - "admin.config.oauth.github-enabled.description": "Whether GitHub login is enabled", - "admin.config.oauth.github-client-id": "GitHub Client ID", - "admin.config.oauth.github-client-id.description": "Client ID of the GitHub OAuth app", - "admin.config.oauth.github-client-secret": "GitHub Client secret", - "admin.config.oauth.github-client-secret.description": "Client secret of the GitHub OAuth app", + "admin.config.oauth.github-enabled.description": "GitHubアカウントを使用したログインを許可するかどうかを設定します", + "admin.config.oauth.github-client-id": "GitHub クライアントID", + "admin.config.oauth.github-client-id.description": "GitHub OAuthアプリのクライアントID", + "admin.config.oauth.github-client-secret": "GitHub クライアントシークレット", + "admin.config.oauth.github-client-secret.description": "GitHub OAuthアプリのクライアントシークレット", "admin.config.oauth.google-enabled": "Google", - "admin.config.oauth.google-enabled.description": "Whether Google login is enabled", - "admin.config.oauth.google-client-id": "Google Client ID", - "admin.config.oauth.google-client-id.description": "Client ID of the Google OAuth app", - "admin.config.oauth.google-client-secret": "Google Client secret", - "admin.config.oauth.google-client-secret.description": "Client secret of the Google OAuth app", + "admin.config.oauth.google-enabled.description": "Googleアカウントを使用したログインを許可するかどうかを設定します", + "admin.config.oauth.google-client-id": "Google クライアントID", + "admin.config.oauth.google-client-id.description": "Google OAuthアプリのクライアントID", + "admin.config.oauth.google-client-secret": "Google クライアントシークレット", + "admin.config.oauth.google-client-secret.description": "Google OAuthアプリのクライアントシークレット", "admin.config.oauth.microsoft-enabled": "Microsoft", - "admin.config.oauth.microsoft-enabled.description": "Whether Microsoft login is enabled", - "admin.config.oauth.microsoft-tenant": "Microsoft Tenant", - "admin.config.oauth.microsoft-tenant.description": "Tenant ID of the Microsoft OAuth app\ncommon: Users with both a personal Microsoft account and a work or school account from Microsoft Entra ID can sign in to the application. organizations: Only users with work or school accounts from Microsoft Entra ID can sign in to the application.\nconsumers: Only users with a personal Microsoft account can sign in to the application.\ndomain name of the Microsoft Entra tenant or the tenant ID in GUID format: Only users from a specific Microsoft Entra tenant (directory members with a work or school account or directory guests with a personal Microsoft account) can sign in to the application.", - "admin.config.oauth.microsoft-client-id": "Microsoft Client ID", - "admin.config.oauth.microsoft-client-id.description": "Client ID of the Microsoft OAuth app", - "admin.config.oauth.microsoft-client-secret": "Microsoft Client secret", - "admin.config.oauth.microsoft-client-secret.description": "Client secret of the Microsoft OAuth app", + "admin.config.oauth.microsoft-enabled.description": "Microsoftアカウントを使用したログインを許可するかどうかを設定します", + "admin.config.oauth.microsoft-tenant": "Microsoftテナント", + "admin.config.oauth.microsoft-tenant.description": "Microsoft OAuthアプリのテナントID\ncommon: 個人のMicrosoftアカウントとMicrosoft Entra IDの職場または学校のアカウントを持つユーザーは、アプリケーションにサインインできます。 \norganizations: Microsoft Entra IDからの職場または学校のアカウントを持つユーザーのみがアプリケーションにサインインできます。\nconsumers: 個人のMicrosoftアカウントを持つユーザーのみがアプリケーションにサインインできます。\nMicrosoft Entraテナントのドメイン名またはGUID形式のテナントID: 特定のMicrosoft Entraテナント (職場または学校のアカウントを持つディレクトリメンバーまたはパーソナルMicrosoftアカウントを持つディレクトリゲスト) からのユーザーのみがアプリケーションにサインインできます。", + "admin.config.oauth.microsoft-client-id": "Microsoft クライアントID", + "admin.config.oauth.microsoft-client-id.description": "Microsoft OAuthアプリのクライアントID", + "admin.config.oauth.microsoft-client-secret": "Microsoft クライアントシークレット", + "admin.config.oauth.microsoft-client-secret.description": "Microsoft OAuthアプリのクライアントシークレット", "admin.config.oauth.discord-enabled": "Discord", - "admin.config.oauth.discord-enabled.description": "Whether Discord login is enabled", - "admin.config.oauth.discord-client-id": "Discord Client ID", - "admin.config.oauth.discord-client-id.description": "Client ID of the Discord OAuth app", - "admin.config.oauth.discord-client-secret": "Discord Client secret", - "admin.config.oauth.discord-client-secret.description": "Client secret of the Discord OAuth app", + "admin.config.oauth.discord-enabled.description": "Discordアカウントを使用したログインを許可するかどうかを設定します", + "admin.config.oauth.discord-client-id": "Discord クライアントID", + "admin.config.oauth.discord-client-id.description": "Discord OAuthアプリのクライアントID", + "admin.config.oauth.discord-client-secret": "Discord クライアントシークレット", + "admin.config.oauth.discord-client-secret.description": "Discord OAuthアプリのクライアントシークレット", "admin.config.oauth.oidc-enabled": "OpenID", - "admin.config.oauth.oidc-enabled.description": "Whether OpenID login is enabled", + "admin.config.oauth.oidc-enabled.description": "OpenIDアカウントを使用したログインを許可するかどうかを設定します", "admin.config.oauth.oidc-discovery-uri": "OpenID Discovery URI", - "admin.config.oauth.oidc-discovery-uri.description": "Discovery URI of the OpenID OAuth app", - "admin.config.oauth.oidc-client-id": "OpenID Client ID", - "admin.config.oauth.oidc-client-id.description": "Client ID of the OpenID OAuth app", - "admin.config.oauth.oidc-client-secret": "OpenID Client secret", - "admin.config.oauth.oidc-client-secret.description": "Client secret of the OpenID OAuth app", + "admin.config.oauth.oidc-discovery-uri.description": "OpenID OAuthアプリのDiscovery URI", + "admin.config.oauth.oidc-client-id": "OpenID クライアントID", + "admin.config.oauth.oidc-client-id.description": "OpenID OAuthアプリのクライアントID", + "admin.config.oauth.oidc-client-secret": "OpenID クライアントシークレット", + "admin.config.oauth.oidc-client-secret.description": "OpenID OAuthアプリのクライアントシークレット", // 404 "404.description": "ページが見つかりません。", "404.button.home": "ホームに戻る", // error - "error.title": "Error", - "error.description": "Oops!", - "error.button.back": "Go back", - "error.msg.default": "Something went wrong.", - "error.msg.access_denied": "You canceled the authentication process, please try again.", - "error.msg.expired_token": "The authentication process took too long, please try again.", - "error.msg.no_user": "User linked to this {0} account doesn't exist.", - "error.msg.no_email": "Can't get email address from this {0} account.", - "error.msg.already_linked": "This {0} account is already linked to another account.", - "error.msg.not_linked": "This {0} account haven't linked to any account yet.", + "error.title": "エラー", + "error.description": "申し訳ありません", + "error.button.back": "戻る", + "error.msg.default": "問題が発生しました。", + "error.msg.access_denied": "認証処理を中止しました、後で再度お試しください。", + "error.msg.expired_token": "認証処理に時間がかかりすぎています、後で再度お試しください。", + "error.msg.no_user": "この{0} アカウントにリンクしたユーザーが存在しません。", + "error.msg.no_email": "この{0} アカウントからメールアドレスを取得出来ません。", + "error.msg.already_linked": "この{0} アカウントは、既に別のアカウントにリンクされています。", + "error.msg.not_linked": "この{0} アカウントはどのアカウントにもリンクされていません。", "error.param.provider_github": "GitHub", "error.param.provider_google": "Google", "error.param.provider_microsoft": "Microsoft", diff --git a/frontend/src/i18n/translations/ru-RU.ts b/frontend/src/i18n/translations/ru-RU.ts index b12e15d..1d6510b 100644 --- a/frontend/src/i18n/translations/ru-RU.ts +++ b/frontend/src/i18n/translations/ru-RU.ts @@ -33,7 +33,7 @@ export default { "signin.button.submit": "Вход", "signIn.notify.totp-required.title": "Требуется двухфакторная аутентификация", "signIn.notify.totp-required.description": "Пожалуйста, введите код Вашей 2-х факторной аутентификации", - "signIn.oauth.or": "OR", + "signIn.oauth.or": "ИЛИ", "signIn.oauth.github": "GitHub", "signIn.oauth.google": "Google", "signIn.oauth.microsoft": "Microsoft", @@ -51,8 +51,8 @@ export default { "signup.button.submit": "Давайте начнём", // END /auth/signup // /auth/totp - "totp.title": "TOTP Authentication", - "totp.button.signIn": "Sign in", + "totp.title": "Авторизация TOTP", + "totp.button.signIn": "Войти", // END /auth/totp // /auth/reset-password "resetPassword.title": "Забыли пароль?", @@ -72,20 +72,20 @@ export default { "account.card.password.title": "Пароль", "account.card.password.old": "Старый пароль", "account.card.password.new": "Новый пароль", - "account.card.password.noPasswordSet": "You don't have a password set. If you want to sign in with email and password you need to set a password.", + "account.card.password.noPasswordSet": "У вас не установлен пароль. Если вы хотите войти с помощью электронной почты и пароля, вам необходимо установить пароль.", "account.notify.password.success": "Пароль успешно изменён", - "account.card.oauth.title": "Social login", + "account.card.oauth.title": "Авторизация через социальные сети", "account.card.oauth.github": "GitHub", "account.card.oauth.google": "Google", "account.card.oauth.microsoft": "Microsoft", "account.card.oauth.discord": "Discord", "account.card.oauth.oidc": "OpenID", - "account.card.oauth.link": "Link", - "account.card.oauth.unlink": "Unlink", - "account.card.oauth.unlinked": "Unlinked", - "account.modal.unlink.title": "Unlink account", - "account.modal.unlink.description": "Unlinking your social accounts may cause you to lose your account if you don't remember your username and password.", - "account.notify.oauth.unlinked.success": "Unlinked successfully", + "account.card.oauth.link": "Подключить", + "account.card.oauth.unlink": "Отключить", + "account.card.oauth.unlinked": "Отключен", + "account.modal.unlink.title": "Отключить связь с учетной записью", + "account.modal.unlink.description": "Отключение связи с учетной записью социальных аккаунтов может привести к потере вашей учетной записи, если вы не помните свое имя пользователя и пароль.", + "account.notify.oauth.unlinked.success": "Отключение прошло успешно", "account.card.security.title": "Безопасность", "account.card.security.totp.enable.description": "Введите ваш текущий пароль для начала включения TOTP", "account.card.security.totp.disable.description": "Введите ваш текущий пароль, чтобы отключить TOTP", @@ -134,7 +134,7 @@ export default { "account.reverseShares.title.empty": "Тут пусто 👀", "account.reverseShares.description.empty": "У вас пока нет обратных загрузок.", // showCreateReverseShareModal.tsx - "account.reverseShares.modal.title": "Create reverse share", + "account.reverseShares.modal.title": "Создать обратную ссылку на файл", "account.reverseShares.modal.expiration.label": "Истекает", "account.reverseShares.modal.expiration.minute-singular": "Минута", "account.reverseShares.modal.expiration.minute-plural": "Минут(ы)", @@ -214,7 +214,7 @@ export default { "upload.modal.not-signed-in-description": "Вы не сможете удалить свои файлы вручную и просмотреть количество посетителей.", "upload.modal.expires.never": "никогда", "upload.modal.expires.never-long": "Никогда не истекает", - "upload.modal.expires.error.too-long": "Expiration exceeds maximum expiration date of {max}.", + "upload.modal.expires.error.too-long": "Срок действия превышает максимальную дату окончания срока действия {max}.", "upload.modal.link.label": "Ссылка", "upload.modal.expires.label": "Истекает", "upload.modal.expires.minute-singular": "Минута", @@ -265,10 +265,10 @@ export default { "share.modal.file-preview.error.not-supported.description": "Предварительный просмотр этого типа файла не поддерживается. Пожалуйста, скачайте файл для его просмотра.", // END /share/[id] // /share/[id]/edit - "share.edit.title": "Edit {shareId}", - "share.edit.append-upload": "Append file", - "share.edit.notify.generic-error": "An error occurred while finishing your share.", - "share.edit.notify.save-success": "Share updated successfully", + "share.edit.title": "Редактировать {shareId}", + "share.edit.append-upload": "Добавить файл", + "share.edit.notify.generic-error": "Произошла ошибка при завершении вашей загрузки.", + "share.edit.notify.save-success": "Ссылка на ресурс успешна обновлена", // END /share/[id]/edit // /admin/config "admin.config.title": "Конфигурация", @@ -276,7 +276,7 @@ export default { "admin.config.category.share": "Загрузки", "admin.config.category.email": "Электронная почта", "admin.config.category.smtp": "SMTP", - "admin.config.category.oauth": "Social Login", + "admin.config.category.oauth": "Авторизация через социальные сети", "admin.config.general.app-name": "Название приложения", "admin.config.general.app-name.description": "Видимое название приложения", "admin.config.general.app-url": "URL-адрес приложения", @@ -308,8 +308,8 @@ export default { "admin.config.share.allow-registration.description": "Разрешена ли регистрация", "admin.config.share.allow-unauthenticated-shares": "Разрешить неавторизованные загрузки", "admin.config.share.allow-unauthenticated-shares.description": "Могут ли неавторизованные пользователи создавать загрузки", - "admin.config.share.max-expiration": "Max expiration", - "admin.config.share.max-expiration.description": "Maximum share expiration in hours. Set to 0 to allow unlimited expiration.", + "admin.config.share.max-expiration": "Максимальная срок действия", + "admin.config.share.max-expiration.description": "Максимальный срок действия общего доступа в часах. Установите значение 0, чтобы разрешить неограниченный срок действия.", "admin.config.share.max-size": "Максимальный размер", "admin.config.share.max-size.description": "Максимальный размер файла в байтах", "admin.config.share.zip-compression-level": "Уровень сжатия Zip", @@ -327,58 +327,58 @@ export default { "admin.config.smtp.password": "Пароль", "admin.config.smtp.password.description": "Пароль SMTP-сервера", "admin.config.smtp.button.test": "Отправить тестовое письмо", - "admin.config.oauth.allow-registration": "Allow registration", - "admin.config.oauth.allow-registration.description": "Allow users to register via social login", - "admin.config.oauth.ignore-totp": "Ignore TOTP", - "admin.config.oauth.ignore-totp.description": "Whether to ignore TOTP when user using social login", + "admin.config.oauth.allow-registration": "Разрешить регистрацию", + "admin.config.oauth.allow-registration.description": "Разрешить пользователям регистрироваться используя учетные записи социальных сетей", + "admin.config.oauth.ignore-totp": "Игнорировать TOTP", + "admin.config.oauth.ignore-totp.description": "Игнорировать TOTP при использовании социальной авторизации", "admin.config.oauth.github-enabled": "GitHub", - "admin.config.oauth.github-enabled.description": "Whether GitHub login is enabled", - "admin.config.oauth.github-client-id": "GitHub Client ID", - "admin.config.oauth.github-client-id.description": "Client ID of the GitHub OAuth app", - "admin.config.oauth.github-client-secret": "GitHub Client secret", - "admin.config.oauth.github-client-secret.description": "Client secret of the GitHub OAuth app", + "admin.config.oauth.github-enabled.description": "Включен ли логин на GitHub", + "admin.config.oauth.github-client-id": "ID клиента GitHub", + "admin.config.oauth.github-client-id.description": "ID клиента в приложении GitHub OAuth", + "admin.config.oauth.github-client-secret": "Секретный ключ клиента GitHub", + "admin.config.oauth.github-client-secret.description": "Секретный ключ клиента в приложении GitHub OAuth", "admin.config.oauth.google-enabled": "Google", - "admin.config.oauth.google-enabled.description": "Whether Google login is enabled", - "admin.config.oauth.google-client-id": "Google Client ID", - "admin.config.oauth.google-client-id.description": "Client ID of the Google OAuth app", - "admin.config.oauth.google-client-secret": "Google Client secret", - "admin.config.oauth.google-client-secret.description": "Client secret of the Google OAuth app", + "admin.config.oauth.google-enabled.description": "Включен ли логин Google на GitHub", + "admin.config.oauth.google-client-id": "ID клиента Google", + "admin.config.oauth.google-client-id.description": "ID клиента в приложении Google OAuth", + "admin.config.oauth.google-client-secret": "Секретный ключ клиента Google", + "admin.config.oauth.google-client-secret.description": "Секретный ключ клиента в приложении Google OAuth", "admin.config.oauth.microsoft-enabled": "Microsoft", - "admin.config.oauth.microsoft-enabled.description": "Whether Microsoft login is enabled", - "admin.config.oauth.microsoft-tenant": "Microsoft Tenant", - "admin.config.oauth.microsoft-tenant.description": "Tenant ID of the Microsoft OAuth app\ncommon: Users with both a personal Microsoft account and a work or school account from Microsoft Entra ID can sign in to the application. organizations: Only users with work or school accounts from Microsoft Entra ID can sign in to the application.\nconsumers: Only users with a personal Microsoft account can sign in to the application.\ndomain name of the Microsoft Entra tenant or the tenant ID in GUID format: Only users from a specific Microsoft Entra tenant (directory members with a work or school account or directory guests with a personal Microsoft account) can sign in to the application.", - "admin.config.oauth.microsoft-client-id": "Microsoft Client ID", - "admin.config.oauth.microsoft-client-id.description": "Client ID of the Microsoft OAuth app", - "admin.config.oauth.microsoft-client-secret": "Microsoft Client secret", - "admin.config.oauth.microsoft-client-secret.description": "Client secret of the Microsoft OAuth app", + "admin.config.oauth.microsoft-enabled.description": "Включен ли логин Microsoft", + "admin.config.oauth.microsoft-tenant": "Корпоративный аккаунт Microsoft", + "admin.config.oauth.microsoft-tenant.description": "Идентификатор арендатора приложения Microsoft OAuth\ncommon: Пользователи с личным аккаунтом Microsoft и рабочим или учебным аккаунтом от Microsoft Entra ID могут войти в приложение. organizations: Только пользователи с рабочим или учебным аккаунтом от Microsoft Entra ID могут войти в приложение.\nconsumers: Только пользователи с личным аккаунтом Microsoft могут войти в приложение.\nимя домена арендатора Microsoft Entra или идентификатор арендатора в формате GUID: Только пользователи из определенного арендатора Microsoft Entra (участники каталога с рабочим или учебным аккаунтом или гости каталога с личным аккаунтом Microsoft) могут войти в приложение.", + "admin.config.oauth.microsoft-client-id": "Идентификатор клиента Microsoft", + "admin.config.oauth.microsoft-client-id.description": "ID клиента в приложении Microsoft OAuth", + "admin.config.oauth.microsoft-client-secret": "Секретный ключ клиента Microsoft", + "admin.config.oauth.microsoft-client-secret.description": "Секретный ключ клиента в приложении Microsoft OAuth", "admin.config.oauth.discord-enabled": "Discord", - "admin.config.oauth.discord-enabled.description": "Whether Discord login is enabled", - "admin.config.oauth.discord-client-id": "Discord Client ID", - "admin.config.oauth.discord-client-id.description": "Client ID of the Discord OAuth app", - "admin.config.oauth.discord-client-secret": "Discord Client secret", - "admin.config.oauth.discord-client-secret.description": "Client secret of the Discord OAuth app", + "admin.config.oauth.discord-enabled.description": "Включен ли логин Discord", + "admin.config.oauth.discord-client-id": "ID клиента Discord", + "admin.config.oauth.discord-client-id.description": "ID клиента в приложении Discord OAuth", + "admin.config.oauth.discord-client-secret": "Секретный ключ клиента Discord", + "admin.config.oauth.discord-client-secret.description": "Секретный ключ клиента в приложении Discord OAuth", "admin.config.oauth.oidc-enabled": "OpenID", - "admin.config.oauth.oidc-enabled.description": "Whether OpenID login is enabled", + "admin.config.oauth.oidc-enabled.description": "Включен ли логин OpenID", "admin.config.oauth.oidc-discovery-uri": "OpenID Discovery URI", - "admin.config.oauth.oidc-discovery-uri.description": "Discovery URI of the OpenID OAuth app", - "admin.config.oauth.oidc-client-id": "OpenID Client ID", - "admin.config.oauth.oidc-client-id.description": "Client ID of the OpenID OAuth app", - "admin.config.oauth.oidc-client-secret": "OpenID Client secret", - "admin.config.oauth.oidc-client-secret.description": "Client secret of the OpenID OAuth app", + "admin.config.oauth.oidc-discovery-uri.description": "Discovery URI приложения OpenID OAuth", + "admin.config.oauth.oidc-client-id": "ID клиента OpenID", + "admin.config.oauth.oidc-client-id.description": "ID клиента в приложении OpenID OAuth", + "admin.config.oauth.oidc-client-secret": "Секретный ключ клиента OpenID", + "admin.config.oauth.oidc-client-secret.description": "Секретный ключ клиента в приложении OpenID OAuth", // 404 "404.description": "Упс, этой страницы не существует.", "404.button.home": "Верните меня домой", // error - "error.title": "Error", - "error.description": "Oops!", - "error.button.back": "Go back", - "error.msg.default": "Something went wrong.", - "error.msg.access_denied": "You canceled the authentication process, please try again.", - "error.msg.expired_token": "The authentication process took too long, please try again.", - "error.msg.no_user": "User linked to this {0} account doesn't exist.", - "error.msg.no_email": "Can't get email address from this {0} account.", - "error.msg.already_linked": "This {0} account is already linked to another account.", - "error.msg.not_linked": "This {0} account haven't linked to any account yet.", + "error.title": "Ошибка", + "error.description": "Что-то пошло не так!", + "error.button.back": "Назад", + "error.msg.default": "Что-то пошло не так.", + "error.msg.access_denied": "Вы отменили процесс аутентификации, пожалуйста, попробуйте еще раз.", + "error.msg.expired_token": "Процесс аутентификации занял слишком много времени, пожалуйста, попробуйте еще раз.", + "error.msg.no_user": "Пользователь связанный с учетной записью {0} не существует.", + "error.msg.no_email": "Не удается получить адрес электронной почты от учетной записи {0}.", + "error.msg.already_linked": "Эта учетная запись {0} уже привязана к другому аккаунту.", + "error.msg.not_linked": "Эта учетная запись {0} ещё не привязана ни к одному аккаунту.", "error.param.provider_github": "GitHub", "error.param.provider_google": "Google", "error.param.provider_microsoft": "Microsoft", diff --git a/frontend/src/i18n/translations/sv-SE.ts b/frontend/src/i18n/translations/sv-SE.ts index 36eefcc..b4964e8 100644 --- a/frontend/src/i18n/translations/sv-SE.ts +++ b/frontend/src/i18n/translations/sv-SE.ts @@ -1,467 +1,348 @@ export default { // Navbar - "navbar.upload": "Upload", - "navbar.signin": "Sign in", - "navbar.home": "Home", - "navbar.signup": "Sign Up", - - "navbar.links.shares": "My shares", - "navbar.links.reverse": "Reverse shares", - - "navbar.avatar.account": "My account", + "navbar.upload": "Ladda upp", + "navbar.signin": "Logga in", + "navbar.home": "Startsida", + "navbar.signup": "Skapa konto", + "navbar.links.shares": "Mina delningar", + "navbar.links.reverse": "Omvända delningar", + "navbar.avatar.account": "Mitt konto", "navbar.avatar.admin": "Administration", - "navbar.avatar.signout": "Sign out", + "navbar.avatar.signout": "Logga ut", // END navbar - // / - "home.title": "A self-hosted file sharing platform.", - - "home.description": - "Do you really want to give your personal files in the hand of third parties like WeTransfer?", - "home.bullet.a.name": "Self-Hosted", - "home.bullet.a.description": "Host Pingvin Share on your own machine.", - "home.bullet.b.name": "Privacy", - "home.bullet.b.description": - "Your files are your files and should never get into the hands of third parties.", - "home.bullet.c.name": "No annoying file size limit", - "home.bullet.c.description": - "Upload as big files as you want. Only your hard drive will be your limit.", - - "home.button.start": "Get started", - "home.button.source": "Source code", + "home.title": "En egen fildelningsplattform.", + "home.description": "Vill du verkligen lägga dina personliga filer hos en tredje part som WeTransfer?", + "home.bullet.a.name": "Lokalt installerad", + "home.bullet.a.description": "Hosta Pingvin Share på din egen maskin.", + "home.bullet.b.name": "Sekretess", + "home.bullet.b.description": "Dina filer är dina filer och bör aldrig hamna i händerna på tredje part.", + "home.bullet.c.name": "Ingen irriterande filstorleksbegränsning", + "home.bullet.c.description": "Ladda upp så stora filer som du vill. Endast din hårddisk kommer att vara din gräns.", + "home.button.start": "Kom igång", + "home.button.source": "Källkod", // END / - // /auth/signin - "signin.title": "Welcome back", - "signin.description": "You don't have an account yet?", - "signin.button.signup": "Sign up", - "signin.input.email-or-username": "Email or username", - "signin.input.email-or-username.placeholder": "Your email or username", - "signin.input.password": "Password", - "signin.input.password.placeholder": "Your password", - "signin.button.submit": "Sign in", - "signIn.notify.totp-required.title": "Two-factor authentication required", - "signIn.notify.totp-required.description": - "Please enter your two-factor authentication code", - "signIn.oauth.or": "OR", + "signin.title": "Välkommen tillbaka", + "signin.description": "Har du inget konto än?", + "signin.button.signup": "Skapa konto", + "signin.input.email-or-username": "E-post eller användarnamn", + "signin.input.email-or-username.placeholder": "Din e-postadress eller ditt användarnamn", + "signin.input.password": "Lösenord", + "signin.input.password.placeholder": "Lösenord", + "signin.button.submit": "Logga in", + "signIn.notify.totp-required.title": "Tvåfaktorsautentisering krävs", + "signIn.notify.totp-required.description": "Vänligen ange din tvåfaktorsautentiseringskod", + "signIn.oauth.or": "ELLER", "signIn.oauth.github": "GitHub", "signIn.oauth.google": "Google", "signIn.oauth.microsoft": "Microsoft", "signIn.oauth.discord": "Discord", "signIn.oauth.oidc": "OpenID", - // END /auth/signin - // /auth/signup - "signup.title": "Create an account", - "signup.description": "Already have an account?", - "signup.button.signin": "Sign in", - "signup.input.username": "Username", - "signup.input.username.placeholder": "Your username", - "signup.input.email": "Email", - "signup.input.email.placeholder": "Your email", - "signup.button.submit": "Let's get started", - + "signup.title": "Skapa ett konto", + "signup.description": "Har du redan ett konto?", + "signup.button.signin": "Logga in", + "signup.input.username": "Användarnamn", + "signup.input.username.placeholder": "Ditt användarnamn", + "signup.input.email": "E-post", + "signup.input.email.placeholder": "Din e-post", + "signup.button.submit": "Kom igång", // END /auth/signup - // /auth/totp - "totp.title": "TOTP Authentication", - "totp.button.signIn": "Sign in", - + "totp.title": "TOTP-autentisering", + "totp.button.signIn": "Logga in", // END /auth/totp - // /auth/reset-password - "resetPassword.title": "Forgot your password?", - "resetPassword.description": "Enter your email to reset your password.", - "resetPassword.notify.success": - "An email has been sent with a link to reset your password.", - "resetPassword.button.back": "Back to sign in page", - "resetPassword.text.resetPassword": "Reset password", - "resetPassword.text.enterNewPassword": "Enter your new password", - "resetPassword.input.password": "New password", - "resetPassword.notify.passwordReset": - "Your password has been reset successfully.", - + "resetPassword.title": "Glömt ditt lösenord?", + "resetPassword.description": "Ange din e-postadress för att återställa ditt lösenord.", + "resetPassword.notify.success": "Ett e-postmeddelande har skickats till dig med en länk för att återställa lösenordet.", + "resetPassword.button.back": "Tillbaka till inloggningssidan", + "resetPassword.text.resetPassword": "Återställ lösenord", + "resetPassword.text.enterNewPassword": "Ange ditt nya lösenord", + "resetPassword.input.password": "Nytt lösenord", + "resetPassword.notify.passwordReset": "Ditt lösenord har återställts.", // /account - "account.title": "My account", - - "account.card.info.title": "Account info", - "account.card.info.username": "Username", - "account.card.info.email": "Email", - "account.notify.info.success": "Account updated successfully", - - "account.card.password.title": "Password", - "account.card.password.old": "Old password", - "account.card.password.new": "New password", - "account.card.password.noPasswordSet": "You don't have a password set. If you want to sign in with email and password you need to set a password.", - "account.notify.password.success": "Password changed successfully", - - "account.card.oauth.title": "Social login", + "account.title": "Mitt konto", + "account.card.info.title": "Kontoinformation", + "account.card.info.username": "Användarnamn", + "account.card.info.email": "E-post", + "account.notify.info.success": "Kontot uppdaterades", + "account.card.password.title": "Lösenord", + "account.card.password.old": "Gammalt lösenord", + "account.card.password.new": "Nytt lösenord", + "account.card.password.noPasswordSet": "Du har inget lösenord. Om du vill logga in med e-post och lösenord måste du ange ett lösenord.", + "account.notify.password.success": "Lösenordet har ändrats", + "account.card.oauth.title": "Inloggning via sociala nätverk", "account.card.oauth.github": "GitHub", "account.card.oauth.google": "Google", "account.card.oauth.microsoft": "Microsoft", "account.card.oauth.discord": "Discord", "account.card.oauth.oidc": "OpenID", - "account.card.oauth.link": "Link", - "account.card.oauth.unlink": "Unlink", - "account.card.oauth.unlinked": "Unlinked", - "account.modal.unlink.title": "Unlink account", - "account.modal.unlink.description": "Unlinking your social accounts may cause you to lose your account if you don't remember your username and password.", - "account.notify.oauth.unlinked.success": "Unlinked successfully", - - - "account.card.security.title": "Security", - "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 disable TOTP", + "account.card.oauth.link": "Länka", + "account.card.oauth.unlink": "Avlänka", + "account.card.oauth.unlinked": "Avlänkad", + "account.modal.unlink.title": "Avlänka konto", + "account.modal.unlink.description": "Om du kopplar bort dina sociala konton kan det leda till att du förlorar ditt konto om du inte kommer ihåg ditt användarnamn och lösenord.", + "account.notify.oauth.unlinked.success": "Avlänkning utförd", + "account.card.security.title": "Säkerhet", + "account.card.security.totp.enable.description": "Ange ditt nuvarande lösenord för att aktivera TOTP", + "account.card.security.totp.disable.description": "Ange ditt lösenord för att inaktivera TOTP", "account.card.security.totp.button.start": "Start", - "account.modal.totp.title": "Enable TOTP", - "account.modal.totp.step1": "Step 1: Add your authenticator", - "account.modal.totp.step2": "Step 2: Validate your code", - "account.modal.totp.enterManually": "Enter manually", - "account.modal.totp.code": "Code", - "account.modal.totp.clickToCopy": "Click to copy", - "account.modal.totp.verify": "Verify", - "account.notify.totp.disable": "TOTP disabled successfully", - "account.notify.totp.enable": "TOTP enabled successfully", - - "account.card.language.title": "Language", - "account.card.language.description": - "The project is translated by the community. Some languages might be incomplete.", - "account.card.color.title": "Color scheme", - + "account.modal.totp.title": "Aktivera TOTP", + "account.modal.totp.step1": "Steg 1: Lägg till din autentiserare", + "account.modal.totp.step2": "Steg 2: Bekräfta din kod", + "account.modal.totp.enterManually": "Ange manuellt", + "account.modal.totp.code": "Kod", + "account.modal.totp.clickToCopy": "Klicka för att kopiera", + "account.modal.totp.verify": "Verifiera", + "account.notify.totp.disable": "TOTP har inaktiverats", + "account.notify.totp.enable": "TOTP aktiverat", + "account.card.language.title": "Språk", + "account.card.language.description": "Projektet är översatt av gemenskapen. Vissa översättningar kan vara ofullständiga.", + "account.card.color.title": "Färgschema", // ThemeSwitcher.tsx - "account.theme.dark": "Dark", - "account.theme.light": "Light", + "account.theme.dark": "Mörk", + "account.theme.light": "Ljus", "account.theme.system": "System", - - "account.button.delete": "Delete Account", - "account.modal.delete.title": "Delete Account", - "account.modal.delete.description": - "Do you really want to delete your account including all your active shares?", + "account.button.delete": "Ta bort konto", + "account.modal.delete.title": "Ta bort konto", + "account.modal.delete.description": "Vill du verkligen ta bort ditt konto inklusive alla dina aktiva delningar?", // END /account - // /account/shares - "account.shares.title": "My shares", - "account.shares.title.empty": "It's empty here 👀", - "account.shares.description.empty": "You don't have any shares.", - "account.shares.button.create": "Create one", - - "account.shares.info.title": "Share informations", + "account.shares.title": "Mina delningar", + "account.shares.title.empty": "Här var det tomt 👀", + "account.shares.description.empty": "Du har inga delningar.", + "account.shares.button.create": "Skapa en", + "account.shares.info.title": "Information om delning", "account.shares.table.id": "ID", - "account.shares.table.name": "Name", - "account.shares.table.description": "Description", - "account.shares.table.visitors": "Visitors", - "account.shares.table.expiresAt": "Expires at", - "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}", - "account.shares.modal.delete.description": - "Do you really want to delete this share?", - + "account.shares.table.name": "Namn", + "account.shares.table.description": "Beskrivning", + "account.shares.table.visitors": "Besökare", + "account.shares.table.expiresAt": "Förfaller den", + "account.shares.table.createdAt": "Skapad den", + "account.shares.table.size": "Storlek", + "account.shares.modal.share-informations": "Information om delning", + "account.shares.modal.share-link": "Delningslänk", + "account.shares.modal.delete.title": "Ta bort delning {share}", + "account.shares.modal.delete.description": "Vill du verkligen ta bort denna delning?", // END /account/shares - // /account/reverseShares - "account.reverseShares.title": "Reverse shares", - "account.reverseShares.description": - "A reverse share allows you to generate a unique URL that allows external users to create a share.", - - "account.reverseShares.title.empty": "It's empty here 👀", - "account.reverseShares.description.empty": - "You don't have any reverse shares.", - + "account.reverseShares.title": "Omvända delningar", + "account.reverseShares.description": "En omvänd delning gör att du kan generera en unik URL som tillåter externa användare att skapa en delning.", + "account.reverseShares.title.empty": "Här var det tomt 👀", + "account.reverseShares.description.empty": "Du har inga omvända delningar.", // showCreateReverseShareModal.tsx - "account.reverseShares.modal.title": "Create reverse share", - "account.reverseShares.modal.expiration.label": "Expiration", - "account.reverseShares.modal.expiration.minute-singular": "Minute", - "account.reverseShares.modal.expiration.minute-plural": "Minutes", - "account.reverseShares.modal.expiration.hour-singular": "Hour", - "account.reverseShares.modal.expiration.hour-plural": "Hours", - "account.reverseShares.modal.expiration.day-singular": "Day", - "account.reverseShares.modal.expiration.day-plural": "Days", - "account.reverseShares.modal.expiration.week-singular": "Week", - "account.reverseShares.modal.expiration.week-plural": "Weeks", - "account.reverseShares.modal.expiration.month-singular": "Month", - "account.reverseShares.modal.expiration.month-plural": "Months", - "account.reverseShares.modal.expiration.year-singular": "Year", - "account.reverseShares.modal.expiration.year-plural": "Years", - - "account.reverseShares.modal.max-size.label": "Max share size", - - "account.reverseShares.modal.send-email": "Send email notification", - "account.reverseShares.modal.send-email.description": - "Send an email notification when a share is created with this reverse share link.", - - "account.reverseShares.modal.max-use.label": "Max uses", - "account.reverseShares.modal.max-use.description": - "The maximum amount of times this URL can be used to create a share.", - "account.reverseShare.never-expires": "This reverse share will never expire.", - "account.reverseShare.expires-on": - "This reverse share will expire on {expiration}.", - - "account.reverseShares.table.no-shares": "No shares created yet", - "account.reverseShares.table.count.singular": "share", - "account.reverseShares.table.count.plural": "shares", - "account.reverseShares.table.shares": "Shares", - "account.reverseShares.table.remaining": "Remaining uses", - "account.reverseShares.table.max-size": "Max share size", - "account.reverseShares.table.expires": "Expires at", - - "account.reverseShares.modal.reverse-share-link": "Reverse share link", - - "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.", - + "account.reverseShares.modal.title": "Skapa omvänd delning", + "account.reverseShares.modal.expiration.label": "Förfaller", + "account.reverseShares.modal.expiration.minute-singular": "Minut", + "account.reverseShares.modal.expiration.minute-plural": "Minuter", + "account.reverseShares.modal.expiration.hour-singular": "Timme", + "account.reverseShares.modal.expiration.hour-plural": "Timmar", + "account.reverseShares.modal.expiration.day-singular": "Dag", + "account.reverseShares.modal.expiration.day-plural": "Dagar", + "account.reverseShares.modal.expiration.week-singular": "Vecka", + "account.reverseShares.modal.expiration.week-plural": "Veckor", + "account.reverseShares.modal.expiration.month-singular": "Månad", + "account.reverseShares.modal.expiration.month-plural": "Månader", + "account.reverseShares.modal.expiration.year-singular": "År", + "account.reverseShares.modal.expiration.year-plural": "År", + "account.reverseShares.modal.max-size.label": "Max storlek på delning", + "account.reverseShares.modal.send-email": "Skicka e-postavisering", + "account.reverseShares.modal.send-email.description": "Skicka ett e-postmeddelande när en delning skapas med denna länk för omvänd delning.", + "account.reverseShares.modal.max-use.label": "Maxanvändningar", + "account.reverseShares.modal.max-use.description": "Den maximala mängden gånger denna URL kan användas för att skapa en delning.", + "account.reverseShare.never-expires": "Denna omvända delning kommer aldrig att förfalla.", + "account.reverseShare.expires-on": "Denna sammanlagda delning löper ut på {expiration}.", + "account.reverseShares.table.no-shares": "Inga delningar har skapats ännu", + "account.reverseShares.table.count.singular": "delning", + "account.reverseShares.table.count.plural": "delningar", + "account.reverseShares.table.shares": "Delningar", + "account.reverseShares.table.remaining": "Återstående användningar", + "account.reverseShares.table.max-size": "Max storlek på delning", + "account.reverseShares.table.expires": "Förfaller den", + "account.reverseShares.modal.reverse-share-link": "Omvänd delningslänk", + "account.reverseShares.modal.delete.title": "Ta bort omvänd delning", + "account.reverseShares.modal.delete.description": "Vill du verkligen ta bort denna omvänd delning? Om du gör det, kommer de tillhörande delningarna också att raderas.", // END /account/reverseShares - // /admin "admin.title": "Administration", - "admin.button.users": "User management", - "admin.button.config": "Configuration", + "admin.button.users": "Användarhantering", + "admin.button.config": "Konfiguration", "admin.version": "Version", // END /admin - // /admin/users - "admin.users.title": "User management", - "admin.users.table.username": "Username", - "admin.users.table.email": "Email", - "admin.users.table.admin": "Admin", - - "admin.users.edit.update.title": "Update user {username}", - "admin.users.edit.update.admin-privileges": "Admin privileges", - "admin.users.edit.update.change-password.title": "Change password", - "admin.users.edit.update.change-password.field": "New password", - "admin.users.edit.update.change-password.button": "Save new password", - "admin.users.edit.update.notify.password.success": - "Password changed successfully", - - "admin.users.edit.delete.title": "Delete user {username}", - "admin.users.edit.delete.description": - "Do you really want to delete this user and all his shares?", - + "admin.users.title": "Användarhantering", + "admin.users.table.username": "Användarnamn", + "admin.users.table.email": "E-post", + "admin.users.table.admin": "Administratör", + "admin.users.edit.update.title": "Uppdatera användare {username}", + "admin.users.edit.update.admin-privileges": "Administratörsbehörigheter", + "admin.users.edit.update.change-password.title": "Ändra lösenord", + "admin.users.edit.update.change-password.field": "Nytt lösenord", + "admin.users.edit.update.change-password.button": "Spara nytt lösenord", + "admin.users.edit.update.notify.password.success": "Lösenordet har ändrats", + "admin.users.edit.delete.title": "Ta bort användare {username}", + "admin.users.edit.delete.description": "Vill du verkligen ta bort denna användare och alla deras delningar?", // showCreateUserModal.tsx - "admin.users.modal.create.title": "Create user", - "admin.users.modal.create.username": "Username", - "admin.users.modal.create.email": "Email", - "admin.users.modal.create.password": "Password", - "admin.users.modal.create.manual-password": "Set password manually", - "admin.users.modal.create.manual-password.description": - "If not checked, the user will receive an email with a link to set their password.", - "admin.users.modal.create.admin": "Admin privileges", - "admin.users.modal.create.admin.description": - "If checked, the user will be able to access the admin panel.", - + "admin.users.modal.create.title": "Skapa användare", + "admin.users.modal.create.username": "Användarnamn", + "admin.users.modal.create.email": "E-post", + "admin.users.modal.create.password": "Lösenord", + "admin.users.modal.create.manual-password": "Sätt lösenord manuellt", + "admin.users.modal.create.manual-password.description": "Om den inte är markerad kommer användaren att få ett e-postmeddelande med en länk för att ange lösenordet.", + "admin.users.modal.create.admin": "Administratörsbehörigheter", + "admin.users.modal.create.admin.description": "Om detta markeras kommer användaren att kunna komma åt administratörspanelen.", // END /admin/users - // /upload - "upload.title": "Upload", - - "upload.notify.generic-error": - "An error occurred while finishing your share.", - "upload.notify.count-failed": "{count} files failed to upload. Trying again.", - + "upload.title": "Ladda upp", + "upload.notify.generic-error": "Ett fel uppstod när din delning skulle slutföras.", + "upload.notify.count-failed": "{count} filer kunde inte laddas upp. Försöker igen.", // Dropzone.tsx - "upload.dropzone.title": "Upload files", - "upload.dropzone.description": - "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.", - "upload.dropzone.notify.file-too-big": - "Your files exceed the maximum share size of {maxSize}.", - + "upload.dropzone.title": "Ladde upp filer", + "upload.dropzone.description": "Drag och släpp filer här för att starta din delning. Vi kan endast acceptera filer som är mindre än {maxSize} totalt.", + "upload.dropzone.notify.file-too-big": "Dina filer överskrider den maximala storleken på {maxSize}.", // FileList.tsx - "upload.filelist.name": "Name", - "upload.filelist.size": "Size", - + "upload.filelist.name": "Namn", + "upload.filelist.size": "Storlek", // showCreateUploadModal.tsx - "upload.modal.title": "Create Share", - "upload.modal.link.error.invalid": - "Can only contain letters, numbers, underscores, and hyphens", - "upload.modal.link.error.taken": "This link is already in use", - "upload.modal.not-signed-in": "You're not signed in", - "upload.modal.not-signed-in-description": - "You will be unable to delete your share manually and view the visitor count.", - - "upload.modal.expires.never": "never", - "upload.modal.expires.never-long": "Never Expires", - "upload.modal.expires.error.too-long": "Expiration exceeds maximum expiration date of {max}.", - - "upload.modal.link.label": "Link", - "upload.modal.expires.label": "Expiration", - "upload.modal.expires.minute-singular": "Minute", - "upload.modal.expires.minute-plural": "Minutes", - "upload.modal.expires.hour-singular": "Hour", - "upload.modal.expires.hour-plural": "Hours", - "upload.modal.expires.day-singular": "Day", - "upload.modal.expires.day-plural": "Days", - "upload.modal.expires.week-singular": "Week", - "upload.modal.expires.week-plural": "Weeks", - "upload.modal.expires.month-singular": "Month", - "upload.modal.expires.month-plural": "Months", - "upload.modal.expires.year-singular": "Year", - "upload.modal.expires.year-plural": "Years", - - "upload.modal.accordion.description.title": "Description", - "upload.modal.accordion.description.placeholder": - "Note for the recipients of this share", - - "upload.modal.accordion.email.title": "Email recipients", - "upload.modal.accordion.email.placeholder": "Enter email recipients", - "upload.modal.accordion.email.invalid-email": "Invalid email address", - - "upload.modal.accordion.security.title": "Security options", - "upload.modal.accordion.security.password.label": "Password protection", - "upload.modal.accordion.security.password.placeholder": "No password", - "upload.modal.accordion.security.max-views.label": "Maximum views", - "upload.modal.accordion.security.max-views.placeholder": "No limit", - + "upload.modal.title": "Skapa delning", + "upload.modal.link.error.invalid": "Kan endast innehålla bokstäver, siffror, understreck och bindestreck", + "upload.modal.link.error.taken": "Denna länk används redan", + "upload.modal.not-signed-in": "Du är inte inloggad", + "upload.modal.not-signed-in-description": "Du kommer inte att kunna ta bort din delning manuellt och visa antalet besökare.", + "upload.modal.expires.never": "aldrig", + "upload.modal.expires.never-long": "Upphör aldrig", + "upload.modal.expires.error.too-long": "Förfallodatum överskrider maximalt utgångsdatum för {max}.", + "upload.modal.link.label": "Länk", + "upload.modal.expires.label": "Förfaller", + "upload.modal.expires.minute-singular": "Minut", + "upload.modal.expires.minute-plural": "Minuter", + "upload.modal.expires.hour-singular": "Timme", + "upload.modal.expires.hour-plural": "Timmar", + "upload.modal.expires.day-singular": "Dag", + "upload.modal.expires.day-plural": "Dagar", + "upload.modal.expires.week-singular": "Vecka", + "upload.modal.expires.week-plural": "Veckor", + "upload.modal.expires.month-singular": "Månad", + "upload.modal.expires.month-plural": "Månader", + "upload.modal.expires.year-singular": "År", + "upload.modal.expires.year-plural": "År", + "upload.modal.accordion.description.title": "Beskrivning", + "upload.modal.accordion.description.placeholder": "Anteckning till mottagare av denna delning", + "upload.modal.accordion.email.title": "E-postmottagare", + "upload.modal.accordion.email.placeholder": "Ange e-postmottagare", + "upload.modal.accordion.email.invalid-email": "Ogiltig e-postadress", + "upload.modal.accordion.security.title": "Säkerhetsalternativ", + "upload.modal.accordion.security.password.label": "Lösenordsskydd", + "upload.modal.accordion.security.password.placeholder": "Inget lösenord", + "upload.modal.accordion.security.max-views.label": "Max antal visningar", + "upload.modal.accordion.security.max-views.placeholder": "Ingen gräns", // showCompletedUploadModal.tsx - "upload.modal.completed.never-expires": "This share will never expire.", - "upload.modal.completed.expires-on": - "This share will expire on {expiration}.", - "upload.modal.completed.share-ready": "Share ready", - + "upload.modal.completed.never-expires": "Denna delning kommer aldrig att upphöra.", + "upload.modal.completed.expires-on": "Denna delning upphör att gälla {expiration}.", + "upload.modal.completed.share-ready": "Delning redo", // END /upload - // /share/[id] - "share.title": "Share {shareId}", - "share.description": "Look what I've shared with you!", - "share.error.visitor-limit-exceeded.title": "Visitor limit exceeded", - "share.error.visitor-limit-exceeded.description": - "The visitor limit from this share has been exceeded.", - "share.error.removed.title": "Share removed", - "share.error.not-found.title": "Share not found", - "share.error.not-found.description": - "The share you're looking for doesn't exist.", - - "share.modal.password.title": "Password required", - "share.modal.password.description": - "To access this share please enter the password for the share.", - "share.modal.password": "Password", - "share.modal.error.invalid-password": "Invalid password", - - "share.button.download-all": "Download all", - "share.notify.download-all-preparing": - "The share is preparing. Try again in a few minutes.", - - "share.modal.file-link": "File link", - "share.table.name": "Name", - "share.table.size": "Size", - - "share.modal.file-preview.error.not-supported.title": "Preview not supported", - "share.modal.file-preview.error.not-supported.description": - "A preview for thise file type is unsupported. Please download the file to view it.", - + "share.title": "Delning {shareId}", + "share.description": "Titta vad jag har delat med dig!", + "share.error.visitor-limit-exceeded.title": "Besökargränsen överskriden", + "share.error.visitor-limit-exceeded.description": "Gränsen för antalet besökare för denna delning har överskridits.", + "share.error.removed.title": "Delning borttagen", + "share.error.not-found.title": "Delningen hittades inte", + "share.error.not-found.description": "Delningen du letar efter existerar inte.", + "share.modal.password.title": "Lösenord krävs", + "share.modal.password.description": "För att komma åt denna delning, vänligen ange lösenordet för delningen.", + "share.modal.password": "Lösenord", + "share.modal.error.invalid-password": "Ogiltigt lösenord", + "share.button.download-all": "Ladda ner allt", + "share.notify.download-all-preparing": "Delningen förbereds. Försök igen om några minuter.", + "share.modal.file-link": "Fillänk", + "share.table.name": "Namn", + "share.table.size": "Storlek", + "share.modal.file-preview.error.not-supported.title": "Förhandsgranskning stöds ej", + "share.modal.file-preview.error.not-supported.description": "En förhandsvisning för filtypen stöds inte. Ladda ner filen för att se den.", // END /share/[id] - // /share/[id]/edit - "share.edit.title": "Edit {shareId}", - "share.edit.append-upload": "Append file", - "share.edit.notify.generic-error": "An error occurred while finishing your share.", - "share.edit.notify.save-success": "Share updated successfully", + "share.edit.title": "Redigera {shareId}", + "share.edit.append-upload": "Lägg till fil", + "share.edit.notify.generic-error": "Ett fel uppstod när din delning skulle slutföras.", + "share.edit.notify.save-success": "Delningen har uppdaterats", // END /share/[id]/edit - // /admin/config - "admin.config.title": "Configuration", - "admin.config.category.general": "General", - "admin.config.category.share": "Share", - "admin.config.category.email": "Email", + "admin.config.title": "Konfiguration", + "admin.config.category.general": "Allmänt", + "admin.config.category.share": "Delning", + "admin.config.category.email": "E-post", "admin.config.category.smtp": "SMTP", - "admin.config.category.oauth": "Social Login", - - "admin.config.general.app-name": "App name", - "admin.config.general.app-name.description": "Name of the application", - "admin.config.general.app-url": "App URL", - "admin.config.general.app-url.description": - "On which URL Pingvin Share is available", - "admin.config.general.show-home-page": "Show home page", - "admin.config.general.show-home-page.description": - "Whether to show the home page", - "admin.config.general.logo": "Logo", - "admin.config.general.logo.description": - "Change your logo by uploading a new image. The image must be a PNG and should have the format 1:1.", - "admin.config.general.logo.placeholder": "Pick image", - - "admin.config.email.enable-share-email-recipients": - "Enable share email recipients", - "admin.config.email.enable-share-email-recipients.description": - "Whether to allow emails to share recipients. Only enable this if you have enabled SMTP.", + "admin.config.category.oauth": "Inloggning via sociala nätverk", + "admin.config.general.app-name": "Appnamn", + "admin.config.general.app-name.description": "Namn på applikationen", + "admin.config.general.app-url": "Appens URL", + "admin.config.general.app-url.description": "På vilken URL Pingvin Share finns", + "admin.config.general.show-home-page": "Visa startsidan", + "admin.config.general.show-home-page.description": "Om du vill visa startsidan", + "admin.config.general.logo": "Logotyp", + "admin.config.general.logo.description": "Ändra din logotyp genom att ladda upp en ny bild. Bilden måste vara en PNG och bör ha formatet 1:1.", + "admin.config.general.logo.placeholder": "Välj bild", + "admin.config.email.enable-share-email-recipients": "Aktivera e-postmottagare för delning", + "admin.config.email.enable-share-email-recipients.description": "Om du vill tillåta e-post till delningsmottagare. Aktivera endast detta om du har aktiverat SMTP.", "admin.config.email.share-recipients-subject": "Share recipients subject", - "admin.config.email.share-recipients-subject.description": - "Subject of the email which gets sent to the share recipients.", + "admin.config.email.share-recipients-subject.description": "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 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.", + "admin.config.email.share-recipients-message.description": "Meddelande som skickas till delningens mottagare. Tillgängliga variabler:\n {creator} - Användarnamnet för skaparen av delningen\n {shareUrl} - URL för delningen\n {desc} - Beskrivningen av delningen\n {expires} - Förfallodatumet för delningen\n Variablerna kommer att ersättas med det faktiska värdet.", + "admin.config.email.reverse-share-subject": "Omvänd delning ämne", + "admin.config.email.reverse-share-subject.description": "Subject of the email which gets sent when someone created a share with your reverse share link.", "admin.config.email.reverse-share-message": "Reverse share message", - "admin.config.email.reverse-share-message.description": - "Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.", + "admin.config.email.reverse-share-message.description": "Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.", "admin.config.email.reset-password-subject": "Reset password subject", - "admin.config.email.reset-password-subject.description": - "Subject of the email which gets sent when a user requests a password reset.", - "admin.config.email.reset-password-message": "Reset password message", - "admin.config.email.reset-password-message.description": - "Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.", - "admin.config.email.invite-subject": "Invite subject", - "admin.config.email.invite-subject.description": - "Subject of the email which gets sent when an admin invites a user.", - "admin.config.email.invite-message": "Invite message", - "admin.config.email.invite-message.description": - "Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL and {password} with the password.", - "admin.config.share.allow-registration": "Allow registration", - "admin.config.share.allow-registration.description": - "Whether registration is allowed", - "admin.config.share.allow-unauthenticated-shares": - "Allow unauthenticated shares", - "admin.config.share.allow-unauthenticated-shares.description": - "Whether unauthenticated users can create shares", - "admin.config.share.max-expiration": "Max expiration", - "admin.config.share.max-expiration.description": - "Maximum share expiration in hours. Set to 0 to allow unlimited expiration.", - "admin.config.share.max-size": "Max size", - "admin.config.share.max-size.description": "Maximum share size in bytes", - "admin.config.share.zip-compression-level": "Zip compression level", - "admin.config.share.zip-compression-level.description": - "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", - - "admin.config.smtp.enabled": "Enabled", - "admin.config.smtp.enabled.description": - "Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", - "admin.config.smtp.host": "Host", - "admin.config.smtp.host.description": "Host of the SMTP server", + "admin.config.email.reset-password-subject.description": "Subject of the email which gets sent when a user requests a password reset.", + "admin.config.email.reset-password-message": "Återställ lösenord meddelande", + "admin.config.email.reset-password-message.description": "Meddelande som skickas när en användare begär en lösenordsåterställning. {url} kommer att ersättas med länken för lösenordsåterställningen.", + "admin.config.email.invite-subject": "Inbjudan ämne", + "admin.config.email.invite-subject.description": "Ämne i e-postmeddelandet som skickas när en administratör bjuder in en användare.", + "admin.config.email.invite-message": "Inbjudningsmeddelanden", + "admin.config.email.invite-message.description": "Meddelande som skickas när en administratör bjuder in en användare. {url} kommer att ersättas med inbjudningsadressen och {password} med lösenordet.", + "admin.config.share.allow-registration": "Tillåt registrering", + "admin.config.share.allow-registration.description": "Om registrering är tillåten", + "admin.config.share.allow-unauthenticated-shares": "Tillåt oautentiserade delningar", + "admin.config.share.allow-unauthenticated-shares.description": "Om oautentiserade användare kan skapa delningar", + "admin.config.share.max-expiration": "Max utgångsdatum", + "admin.config.share.max-expiration.description": "Max längd innan en delning förfaller i timmar. Sätt till 0 för att tillåta obegränsad förfallotid.", + "admin.config.share.max-size": "Max storlek", + "admin.config.share.max-size.description": "Maximal storlek för delning i bytes", + "admin.config.share.zip-compression-level": "Komprimeringsnivå för zip", + "admin.config.share.zip-compression-level.description": "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", + "admin.config.smtp.enabled": "Aktiverad", + "admin.config.smtp.enabled.description": "Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", + "admin.config.smtp.host": "Adress", + "admin.config.smtp.host.description": "Adress för SMTP-servern", "admin.config.smtp.port": "Port", - "admin.config.smtp.port.description": "Port of the SMTP server", - "admin.config.smtp.email": "Email", - "admin.config.smtp.email.description": - "Email address which the emails get sent from", - "admin.config.smtp.username": "Username", - "admin.config.smtp.username.description": "Username of the SMTP server", - "admin.config.smtp.password": "Password", - "admin.config.smtp.password.description": "Password of the SMTP server", - "admin.config.smtp.button.test": "Send test email", - - "admin.config.oauth.allow-registration": "Allow registration", - "admin.config.oauth.allow-registration.description": "Allow users to register via social login", - "admin.config.oauth.ignore-totp": "Ignore TOTP", - "admin.config.oauth.ignore-totp.description": "Whether to ignore TOTP when user using social login", + "admin.config.smtp.port.description": "Port för SMTP-servern", + "admin.config.smtp.email": "E-post", + "admin.config.smtp.email.description": "E-postadress som e-postmeddelanden skickas från", + "admin.config.smtp.username": "Användarnamn", + "admin.config.smtp.username.description": "Användarnamn för SMTP-servern", + "admin.config.smtp.password": "Lösenord", + "admin.config.smtp.password.description": "Lösenord för SMTP-servern", + "admin.config.smtp.button.test": "Skicka testmeddelande", + "admin.config.oauth.allow-registration": "Tillåt registrering", + "admin.config.oauth.allow-registration.description": "Tillåt användare att registrera sig via social inloggning", + "admin.config.oauth.ignore-totp": "Ignorera TOTP", + "admin.config.oauth.ignore-totp.description": "Om du vill ignorera TOTP när användaren använder social inloggning", "admin.config.oauth.github-enabled": "GitHub", - "admin.config.oauth.github-enabled.description": "Whether GitHub login is enabled", + "admin.config.oauth.github-enabled.description": "Om GitHub-inloggning är aktiverad", "admin.config.oauth.github-client-id": "GitHub Client ID", - "admin.config.oauth.github-client-id.description": "Client ID of the GitHub OAuth app", + "admin.config.oauth.github-client-id.description": "Client-ID för GitHub OAuth appen", "admin.config.oauth.github-client-secret": "GitHub Client secret", - "admin.config.oauth.github-client-secret.description": "Client secret of the GitHub OAuth app", + "admin.config.oauth.github-client-secret.description": "Client secret för GitHub OAuth appen", "admin.config.oauth.google-enabled": "Google", - "admin.config.oauth.google-enabled.description": "Whether Google login is enabled", + "admin.config.oauth.google-enabled.description": "Om Google-inloggning är aktiverad", "admin.config.oauth.google-client-id": "Google Client ID", - "admin.config.oauth.google-client-id.description": "Client ID of the Google OAuth app", + "admin.config.oauth.google-client-id.description": "Client-ID för Google OAuth appen", "admin.config.oauth.google-client-secret": "Google Client secret", - "admin.config.oauth.google-client-secret.description": "Client secret of the Google OAuth app", + "admin.config.oauth.google-client-secret.description": "Client secret för Google OAuth appen", "admin.config.oauth.microsoft-enabled": "Microsoft", "admin.config.oauth.microsoft-enabled.description": "Whether Microsoft login is enabled", "admin.config.oauth.microsoft-tenant": "Microsoft Tenant", @@ -484,51 +365,47 @@ export default { "admin.config.oauth.oidc-client-id.description": "Client ID of the OpenID OAuth app", "admin.config.oauth.oidc-client-secret": "OpenID Client secret", "admin.config.oauth.oidc-client-secret.description": "Client secret of the OpenID OAuth app", - // 404 - "404.description": "Oops this page doesn't exist.", - "404.button.home": "Bring me back home", - + "404.description": "Hoppsan den här sidan finns inte.", + "404.button.home": "Ta mig tillbaka hem", // error - "error.title": "Error", - "error.description": "Oops!", - "error.button.back": "Go back", - "error.msg.default": "Something went wrong.", - "error.msg.access_denied": "You canceled the authentication process, please try again.", - "error.msg.expired_token": "The authentication process took too long, please try again.", - "error.msg.no_user": "User linked to this {0} account doesn't exist.", - "error.msg.no_email": "Can't get email address from this {0} account.", - "error.msg.already_linked": "This {0} account is already linked to another account.", - "error.msg.not_linked": "This {0} account haven't linked to any account yet.", + "error.title": "Fel", + "error.description": "Hoppsan!", + "error.button.back": "Gå tillbaka", + "error.msg.default": "Någonting gick fel.", + "error.msg.access_denied": "Du avbröt autentiseringsprocessen, försök igen.", + "error.msg.expired_token": "Autentiseringsprocessen tog för lång tid, försök igen.", + "error.msg.no_user": "Användare som är länkad till detta {0} konto finns inte.", + "error.msg.no_email": "Kan inte hämta e-postadress från detta {0} konto.", + "error.msg.already_linked": "Detta {0} konto är redan länkat till ett annat konto.", + "error.msg.not_linked": "Detta {0} konto har ännu inte länkat till något konto.", "error.param.provider_github": "GitHub", "error.param.provider_google": "Google", "error.param.provider_microsoft": "Microsoft", "error.param.provider_discord": "Discord", "error.param.provider_oidc": "OpenID", - // Common translations - "common.button.save": "Save", - "common.button.create": "Create", - "common.button.submit": "Submit", - "common.button.delete": "Delete", - "common.button.cancel": "Cancel", - "common.button.confirm": "Confirm", - "common.button.disable": "Disable", - "common.button.share": "Share", - "common.button.generate": "Generate", - "common.button.done": "Done", - "common.text.link": "Link", - "common.text.or": "or", - "common.button.go-back": "Go back", - "common.notify.copied": "Your link was copied to the clipboard", - "common.success": "Success", - - "common.error": "Error", - "common.error.unknown": "An unknown error occurred", - "common.error.invalid-email": "Invalid email address", - "common.error.too-short": "Must be at least {length} characters", - "common.error.too-long": "Must be at most {length} characters", - "common.error.exact-length": "Must be exactly {length} characters", - "common.error.invalid-number": "Must be a number", - "common.error.field-required": "This field is required", -}; + "common.button.save": "Spara", + "common.button.create": "Skapa", + "common.button.submit": "Skicka", + "common.button.delete": "Ta bort", + "common.button.cancel": "Avbryt", + "common.button.confirm": "Bekräfta", + "common.button.disable": "Inaktivera", + "common.button.share": "Delning", + "common.button.generate": "Generera", + "common.button.done": "Klar", + "common.text.link": "Länk", + "common.text.or": "eller", + "common.button.go-back": "Gå tillbaka", + "common.notify.copied": "Din länk har kopierats till urklipp", + "common.success": "Slutförd", + "common.error": "Fel", + "common.error.unknown": "Ett okänt fel har uppstått", + "common.error.invalid-email": "Ogiltig e-postadress", + "common.error.too-short": "Måste minst vara {length} tecken långt", + "common.error.too-long": "Får högst innehålla {length} tecken", + "common.error.exact-length": "Måste vara exakt {length} tecken långt", + "common.error.invalid-number": "Måste vara ett tal", + "common.error.field-required": "Obligatoriskt fält" +}; \ No newline at end of file