diff --git a/frontend/messages/cs.json b/frontend/messages/cs.json index 8c60be23..c2bf795b 100644 --- a/frontend/messages/cs.json +++ b/frontend/messages/cs.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Chcete se s účtem {username} odhlásit z Pocket ID?", "sign_in_to_appname": "Přihlásit se k {appName}", "please_try_to_sign_in_again": "Zkuste se prosím znovu přihlásit.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Autentizujte se pomocí Vašeho přístupového klíče pro přístup k administrátorskému panelu.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Autentizovat", "appname_setup": "{appName} konfigurace", "please_try_again": "Prosím, zkuste znovu.", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/da.json b/frontend/messages/da.json index 5ed492e0..400743a5 100644 --- a/frontend/messages/da.json +++ b/frontend/messages/da.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Vil du logge ud af {appName} med kontoen {username}?", "sign_in_to_appname": "Log ind på {appName}", "please_try_to_sign_in_again": "Prøv at logge ind igen.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Bekræft din identitet med din adgangsnøgle for at få adgang til administrationspanelet.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Bekræft identitet", "appname_setup": "Opsætning af {appName}", "please_try_again": "Prøv venligst igen.", @@ -379,5 +379,43 @@ "custom_accent_color": "Brugerdefineret accentfarve", "custom_accent_color_description": "Indtast en brugerdefineret farve i et gyldigt CSS-format (f.eks. hex, rgb, hsl).", "color_value": "Farveværdi", - "apply": "Anvend" + "apply": "Anvend", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/de.json b/frontend/messages/de.json index 755f9b08..19db1e4b 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Möchtest du dich mit deinem Konto {username} von Pocket ID abmelden?", "sign_in_to_appname": "Bei {appName} anmelden", "please_try_to_sign_in_again": "Bitte versuche dich erneut anzumelden.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Authentifiziere dich mit deinem Passkey, um auf das Admin Panel zugreifen zu können.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Authentifizieren", "appname_setup": "{appName} Einrichtung", "please_try_again": "Bitte versuche es noch einmal.", @@ -379,5 +379,43 @@ "custom_accent_color": "Benutzerdefinierte Akzentfarbe", "custom_accent_color_description": "Geben Sie eine benutzerdefinierte Farbe mit gültigen CSS-Farbformaten ein (z.B. hex, rgb, hsl).", "color_value": "Farbwert", - "apply": "Übernehmen" + "apply": "Übernehmen", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 09280f9d..6e131d3d 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "¿Quieres cerrar sesión de Pocket ID con la cuenta {username}?", "sign_in_to_appname": "Iniciar sesión en {appName}", "please_try_to_sign_in_again": "Por favor, intente iniciar sesión de nuevo.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Autenticar con tu Passkey para acceder al panel de administración.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Autenticar", "appname_setup": "Configuración de {appName}", "please_try_again": "Por favor intente nuevamente.", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/fr.json b/frontend/messages/fr.json index 60ebc4a1..a807e74e 100644 --- a/frontend/messages/fr.json +++ b/frontend/messages/fr.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Voulez-vous vous déconnecter de Pocket ID avec le compte {username}?", "sign_in_to_appname": "Se connecter à {appName}", "please_try_to_sign_in_again": "Veuillez essayer de vous connecter à nouveau.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Authentifiez-vous avec votre clé d'accès pour accéder au panneau d'administration.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "S'authentifier", "appname_setup": "Configuration {appName}", "please_try_again": "Veuillez réessayer.", @@ -379,5 +379,43 @@ "custom_accent_color": "Couleur d'accent personnalisée", "custom_accent_color_description": "Entrez une couleur personnalisée en utilisant un format CSS valide (par ex. hex, rgb, hsl).", "color_value": "Valeur de la couleur", - "apply": "Appliquer" + "apply": "Appliquer", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/it.json b/frontend/messages/it.json index 61805097..7adc6f32 100644 --- a/frontend/messages/it.json +++ b/frontend/messages/it.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Vuoi disconnetterti da Pocket ID con l'account {username}?", "sign_in_to_appname": "Accedi a {appName}", "please_try_to_sign_in_again": "Per favore, prova ad accedere di nuovo.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Autenticati con la tua passkey per accedere al pannello di amministrazione.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Autentica", "appname_setup": "Configurazione di {appName}", "please_try_again": "Per favore, riprova.", @@ -379,5 +379,43 @@ "custom_accent_color": "Colore in Risalto Personalizzato", "custom_accent_color_description": "Inserisci un colore personalizzato usando formati di colore CSS validi (es: hex, rgb, hsl).", "color_value": "Valore Colore", - "apply": "Applica" + "apply": "Applica", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/nl.json b/frontend/messages/nl.json index 075c560a..faaa424d 100644 --- a/frontend/messages/nl.json +++ b/frontend/messages/nl.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Wilt u zich afmelden bij Pocket ID met het account {username} ?", "sign_in_to_appname": "Meld u aan bij {appName}", "please_try_to_sign_in_again": "Probeer opnieuw in te loggen.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Verifieer uzelf met uw toegangscode om toegang te krijgen tot het beheerderspaneel.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Authenticeren", "appname_setup": "{appName} Instellen", "please_try_again": "Probeer het opnieuw.", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/pl.json b/frontend/messages/pl.json index 75b21484..02f40f10 100644 --- a/frontend/messages/pl.json +++ b/frontend/messages/pl.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Czy chcesz się wylogować z Pocket ID z konta {username}?", "sign_in_to_appname": "Zaloguj się do {appName}", "please_try_to_sign_in_again": "Spróbuj zalogować się ponownie.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Uwierzytelnij się swoim kluczem, aby uzyskać dostęp do panelu administracyjnego.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Uwierzytelnij", "appname_setup": "Konfiguracja {appName}", "please_try_again": "Spróbuj ponownie.", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/pt-BR.json b/frontend/messages/pt-BR.json index d847d59f..ec587f3c 100644 --- a/frontend/messages/pt-BR.json +++ b/frontend/messages/pt-BR.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Do you want to sign out of Pocket ID with the account {username}?", "sign_in_to_appname": "Entrar em {appName}", "please_try_to_sign_in_again": "Please try to sign in again.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Authenticate yourself with your passkey to access the admin panel.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Autenticar", "appname_setup": "{appName} Setup", "please_try_again": "Please try again.", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/ru.json b/frontend/messages/ru.json index a24a2070..838e2f57 100644 --- a/frontend/messages/ru.json +++ b/frontend/messages/ru.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "Вы хотите выйти из Pocket ID с учетной записью {username}?", "sign_in_to_appname": "Вход в {appName}", "please_try_to_sign_in_again": "Пожалуйста, попробуйте войти снова.", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "Авторизуйтесь с использованием passkey для доступа к панели администратора.", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "Авторизоваться", "appname_setup": "Настройка {appName}", "please_try_again": "Пожалуйста, повторите попытку.", @@ -379,5 +379,43 @@ "custom_accent_color": "Пользовательский цвет акцента", "custom_accent_color_description": "Введите пользовательский цвет, используя правильные цветовые форматы CSS (например, hex, rgb, hsl).", "color_value": "Значение цвета", - "apply": "Применить" + "apply": "Применить", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/zh-CN.json b/frontend/messages/zh-CN.json index 55b6fd6f..b26ee4e8 100644 --- a/frontend/messages/zh-CN.json +++ b/frontend/messages/zh-CN.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "您确定要退出 {appName} 应用中的帐号 {username} 吗?", "sign_in_to_appname": "登录到 {appName}", "please_try_to_sign_in_again": "请尝试重新登录。", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "使用通行密钥或通过临时登录码进行登录。", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "登录", "appname_setup": "{appName} 设置", "please_try_again": "请再试一次。", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" } diff --git a/frontend/messages/zh-TW.json b/frontend/messages/zh-TW.json index 4d7a4d4c..69817241 100644 --- a/frontend/messages/zh-TW.json +++ b/frontend/messages/zh-TW.json @@ -65,7 +65,7 @@ "do_you_want_to_sign_out_of_pocketid_with_the_account": "您確定要使用帳號 {username} 登出 {appName} 嗎?", "sign_in_to_appname": "登入 {appName}", "please_try_to_sign_in_again": "請嘗試重新登入。", - "authenticate_yourself_with_your_passkey_to_access_the_admin_panel": "請使用您的密碼金鑰進行驗證以存取管理面板。", + "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", "authenticate": "驗證", "appname_setup": "{appName} 設定", "please_try_again": "請再試一次。", @@ -379,5 +379,43 @@ "custom_accent_color": "Custom Accent Color", "custom_accent_color_description": "Enter a custom color using valid CSS color formats (e.g., hex, rgb, hsl).", "color_value": "Color Value", - "apply": "Apply" + "apply": "Apply", + "signup_token": "Signup Token", + "create_a_signup_token_to_allow_new_user_registration": "Create a signup token to allow new user registration.", + "usage_limit": "Usage Limit", + "number_of_times_token_can_be_used": "Number of times the signup token can be used.", + "expires": "Expires", + "signup": "Sign Up", + "signup_requires_valid_token": "A valid signup token is required to create an account.", + "validating_signup_token": "Validating signup token", + "go_to_login": "Go to login", + "signup_to_appname": "Sign Up to {appName}", + "create_your_account_to_get_started": "Create your account to get started.", + "setup_your_passkey": "Set up your passkey", + "create_a_passkey_to_securely_access_your_account": "Create a passkey to securely access your account. This will be your primary way to sign in.", + "skip_for_now": "Skip for now", + "account_created": "Account Created", + "enable_user_signups": "Enable User Signups", + "enable_user_signups_description": "Whether the User Signup functionality should be enabled.", + "user_signups_are_disabled": "User signups are currently disabled.", + "create_signup_token": "Create Signup Token", + "view_active_signup_tokens": "View Active Signup Tokens", + "manage_signup_tokens": "Manage Signup Tokens", + "view_and_manage_active_signup_tokens": "View and manage active signup tokens.", + "signup_token_deleted_successfully": "Signup token deleted successfully.", + "expired": "Expired", + "used_up": "Used Up", + "active": "Active", + "usage": "Usage", + "created": "Created", + "token": "Token", + "loading": "Loading", + "delete_signup_token": "Delete Signup Token", + "are_you_sure_you_want_to_delete_this_signup_token": "Are you sure you want to delete this signup token? This action cannot be undone.", + "signup_disabled_description": "User signups are completely disabled. Only administrators can create new user accounts.", + "signup_with_token": "Signup with token", + "signup_with_token_description": "Users can only sign up using a valid signup token created by an administrator.", + "signup_open": "Open Signup", + "signup_open_description": "Anyone can create a new account without restrictions.", + "of": "of" }