@itishermann/appwrite-exceptions-translator
Version:
1 lines • 220 kB
JavaScript
var r=class{constructor(e){this.translationProvider=e;this.currentLanguage=e.getDefaultLanguage()}currentLanguage;translate(e,a){let i=a||this.currentLanguage;if(!this.isAppwriteException(e))return e.message;if(e.type){let t=this.translationProvider.getTranslation(e.type,i);if(t)return t}if(e.code){let t=this.translationProvider.getTranslation(e.code,i);if(t)return t}return e.message}isAppwriteException(e){return e&&typeof e.message=="string"&&(typeof e.type=="string"||typeof e.code=="number")}setLanguage(e){if(this.translationProvider.getAvailableLanguages().includes(e))this.currentLanguage=e;else throw new Error(`Language ${e} is not supported.`)}getAvailableLanguages(){return this.translationProvider.getAvailableLanguages()}};var s={"404":"Die angeforderte Ressource konnte nicht gefunden werden.","500":"Ein unbekannter Serverfehler ist aufgetreten. Bitte \xFCberpr\xFCfe das Protokoll f\xFCr weitere Informationen.",general_unknown:"Ein unbekannter Fehler ist aufgetreten. Bitte \xFCberpr\xFCfe das Protokoll f\xFCr weitere Informationen.",general_mock:"Allgemeine Fehler, die vom Mock-Controller f\xFCr Tests ausgel\xF6st werden.",general_access_forbidden:"Der Zugriff auf diese API ist verboten.",general_unknown_origin:"Die Anfrage stammt von einer unbekannten Herkunft. Wenn du dieser Domain vertraust, f\xFCge sie bitte in der Appwrite-Konsole als vertrauensw\xFCrdige Plattform hinzu.",general_api_disabled:"Die angeforderte API ist deaktiviert. Du kansnt die API \xFCber die Appwrite-Konsole aktivieren.",general_service_disabled:"Der angeforderte Dienst ist deaktiviert. Du kannst den Dienst \xFCber die Appwrite-Konsole aktivieren.",general_unauthorized_scope:"Der aktuelle Benutzer oder API-Schl\xFCssel verf\xFCgt nicht \xFCber die erforderlichen Zugriffsrechte f\xFCr die angeforderte Ressource.",general_rate_limit_exceeded:"Das Ratenlimit f\xFCr den aktuellen Endpunkt wurde \xFCberschritten. Bitte versuche es nach einiger Zeit erneut.",general_smtp_disabled:'SMTP ist auf deiner Appwrite-Instanz deaktiviert. Du kannst in unserer <a href="/docs/email-delivery">Dokumentation mehr \xFCber die Einrichtung von SMTP erfahren</a>.',general_phone_disabled:"Der Telefonanbieter ist nicht konfiguriert. Bitte \xFCberpr\xFCfe die Umgebungsvariable _APP_SMS_PROVIDER deines Appwrite-Servers.",general_argument_invalid:"Die Anfrage enth\xE4lt ein oder mehrere ung\xFCltige Argumente. Bitte siehe die Endpunktdokumentation.",general_query_limit_exceeded:"Abfragelimit f\xFCr das aktuelle Attribut \xFCberschritten. Die Verwendung von mehr als 100 Abfragewerten f\xFCr ein einzelnes Attribut ist verboten.",general_query_invalid:"Die Syntax der Abfrage ist ung\xFCltig. Bitte \xFCberpr\xFCfe die Abfrage und versuche es erneut.",general_route_not_found:"Die angeforderte Route wurde nicht gefunden. Bitte siehe die API-Dokumentation und versuche es erneut.",general_cursor_not_found:"Der Cursor ist ung\xFCltig. Dies kann passieren, wenn das durch den Cursor repr\xE4sentierte Element gel\xF6scht wurde.",general_server_error:"Es ist ein interner Serverfehler aufgetreten.",general_protocol_unsupported:"Die Anfrage kann mit dem aktuellen Protokoll nicht ausgef\xFChrt werden. Bitte \xFCberpr\xFCfe den Wert der Umgebungsvariable _APP_OPTIONS_FORCE_HTTPS.",general_codes_disabled:"Einladungscodes sind auf diesem Server deaktiviert. Bitte kontaktiere den Serveradministrator.",general_usage_disabled:"Die Nutzungsstatistiken sind nicht konfiguriert. Bitte \xFCberpr\xFCfe den Wert der Umgebungsvariable _APP_USAGE_STATS deines Appwrite-Servers.",general_not_implemented:"Diese Methode wurde noch nicht vollst\xE4ndig implementiert. Wenn du denkst, dass dies ein Fehler ist, aktualisiere bitte deine Appwrite-Server-Version.",general_invalid_email:"Der Wert muss eine g\xFCltige E-Mail-Adresse sein.",general_invalid_phone:"Der Wert muss eine g\xFCltige Telefonnummer sein. Formatiere die Nummer mit einem vorangestellten '+' und der Landesvorwahl, z. B. +16175551212.",general_region_access_denied:"Ihr Standort wird aus rechtlichen Gr\xFCnden nicht unterst\xFCtzt.",general_bad_request:"Bei der Verarbeitung deiner Anfrage ist ein Fehler aufgetreten. Bitte \xFCberpr\xFCfe die Eingaben und versuche es erneut.",user_count_exceeded:"Das aktuelle Projekt hat die maximale Anzahl an Benutzern \xFCberschritten. Bitte \xFCberpr\xFCfe dein Benutzerlimit in der Appwrite-Konsole.",user_console_count_exceeded:'Die Registrierung in der Konsole ist eingeschr\xE4nkt. Du kannst einen Administrator kontaktieren, um die Registrierungseinschr\xE4nkungen in der Konsole zu \xE4ndern, indem _APP_CONSOLE_WHITELIST_ROOT auf "disabled" gesetzt wird.',user_jwt_invalid:"Das JWT-Token ist ung\xFCltig. Bitte \xFCberpr\xFCfe den Wert des Headers X-Appwrite-JWT, um sicherzustellen, dass das korrekte Token verwendet wird.",user_already_exists:"Ein Benutzer mit derselben ID, E-Mail oder Telefonnummer existiert bereits in diesem Projekt.",user_blocked:'Der aktuelle Benutzer wurde gesperrt. Du kannst den Benutzer entsperren, indem du eine Anfrage an den "Update User Status"-Endpunkt der User-API sendest oder dies im Auth-Bereich der Appwrite-Konsole erledigst.',user_invalid_token:"Ung\xFCltiges Token in der Anfrage \xFCbergeben.",user_password_reset_required:"Der aktuelle Benutzer ben\xF6tigt ein neues Passwort.",user_email_not_whitelisted:"Die Registrierung in der Konsole ist auf bestimmte E-Mails beschr\xE4nkt. Bitte kontaktiere deinen Administrator f\xFCr weitere Informationen.",user_invalid_code:"Der angegebene Code ist ung\xFCltig. Bitte kontaktiere deinen Administrator f\xFCr weitere Informationen.",user_ip_not_whitelisted:"Die Registrierung in der Konsole ist auf bestimmte IP-Adressen beschr\xE4nkt. Bitte kontaktiere deinen Administrator f\xFCr weitere Informationen.",user_invalid_credentials:"Ung\xFCltige Anmeldedaten. Bitte \xFCberpr\xFCfe die E-Mail-Adresse und das Passwort.",user_anonymous_console_prohibited:"Anonyme Benutzer k\xF6nnen f\xFCr das Konsolenprojekt nicht erstellt werden.",user_session_already_exists:"Die Erstellung einer Sitzung ist nicht erlaubt, wenn bereits eine Sitzung aktiv ist.",user_not_found:"Benutzer mit der angeforderten ID konnte nicht gefunden werden.",user_email_already_exists:"Ein Benutzer mit derselben E-Mail-Adresse existiert bereits im aktuellen Projekt.",user_password_mismatch:"Die Passw\xF6rter stimmen nicht \xFCberein. Bitte \xFCberpr\xFCfe das Passwort und die Passwortbest\xE4tigung.",password_recently_used:"Das von dir verwendete Passwort \xE4hnelt deinem vorherigen Passwort. Aus Sicherheitsgr\xFCnden w\xE4hle bitte ein anderes Passwort und versuche es erneut.",password_personal_data:"Das von dir verwendete Passwort enth\xE4lt Verweise auf deinen Namen, deine E-Mail, Telefonnummer oder Benutzer-ID. Aus Sicherheitsgr\xFCnden w\xE4hle bitte ein anderes Passwort und versuche es erneut.",user_session_not_found:"Die aktuelle Benutzersitzung konnte nicht gefunden werden.",user_identity_not_found:"Die Identit\xE4t konnte nicht gefunden werden. Bitte melde dich zuerst \xFCber den OAuth-Anbieter an, um eine Identit\xE4t zu erstellen.",user_unauthorized:"Der aktuelle Benutzer ist nicht berechtigt, die angeforderte Aktion auszuf\xFChren.",user_auth_method_unsupported:"Die angeforderte Authentifizierungsmethode ist entweder deaktiviert oder wird nicht unterst\xFCtzt. Bitte \xFCberpr\xFCfe die unterst\xFCtzten Authentifizierungsmethoden in der Appwrite-Konsole.",user_phone_already_exists:"Ein Benutzer mit derselben Telefonnummer existiert bereits im aktuellen Projekt.",user_recovery_codes_already_exists:"Der aktuelle Benutzer hat bereits Wiederherstellungscodes generiert, die aus Sicherheitsgr\xFCnden nur einmal gelesen werden k\xF6nnen.",user_authenticator_not_found:"Der Authentifikator konnte beim aktuellen Benutzer nicht gefunden werden.",user_recovery_codes_not_found:"Wiederherstellungscodes konnten beim aktuellen Benutzer nicht gefunden werden.",user_authenticator_already_verified:"Dieser Authentifikator ist beim aktuellen Benutzer bereits verifiziert.",user_phone_not_found:"Der aktuelle Benutzer hat keine Telefonnummer, die mit seinem Konto verkn\xFCpft ist.",user_missing_id:"Die ID vom OAuth2-Anbieter fehlt.",user_more_factors_required:"Weitere Faktoren sind erforderlich, um den Anmeldevorgang abzuschlie\xDFen.",user_challenge_required:"Eine k\xFCrzlich erfolgreich absolvierte Sicherheitsabfrage ist erforderlich, um diese Aktion abzuschlie\xDFen. Eine Sicherheitsabfrage gilt f\xFCr 5 Minuten als aktuell.",user_oauth2_bad_request:"Der OAuth2-Anbieter hat die fehlerhafte Anfrage abgelehnt.",user_oauth2_unauthorized:"Der OAuth2-Anbieter hat die nicht autorisierte Anfrage abgelehnt.",user_oauth2_provider_error:"Der OAuth2-Anbieter hat einen Fehler zur\xFCckgegeben.",user_email_already_verified:"Die E-Mail-Adresse des Benutzers ist bereits verifiziert.",user_phone_already_verified:"Die Telefonnummer des Benutzers ist bereits verifiziert.",user_deletion_prohibited:"Das L\xF6schen des Benutzers ist f\xFCr Benutzer mit aktiven Mitgliedschaften nicht erlaubt. Bitte l\xF6sche alle best\xE4tigten Mitgliedschaften, bevor du das Konto l\xF6schst.",user_target_not_found:"Das Target konnte nicht gefunden werden.",user_target_already_exists:"Ein Target mit derselben ID existiert bereits.",user_key_and_session_set:"API-Schl\xFCssel und Sitzung wurden in derselben Anfrage verwendet. Verwende entweder `setSession` oder `setKey`. Informationen zur passenden Authentifizierungsmethode findest du in der SSR-Dokumentation: https://appwrite.io/docs/products/auth/server-side-rendering",api_key_expired:"Der dynamische API-Schl\xFCssel ist abgelaufen. Bitte verwende dynamische API-Schl\xFCssel nicht l\xE4nger als die Ausf\xFChrungsdauer.",team_not_found:"Das Team mit der angeforderten ID konnte nicht gefunden werden.",team_invite_already_exists:"Der Benutzer wurde bereits eingeladen oder ist bereits Mitglied dieses Teams.",team_invite_not_found:"Die angeforderte Teameinladung konnte nicht gefunden werden.",team_invalid_secret:"Das Geheimnis der Teameinladung ist ung\xFCltig. Bitte fordere eine neue Einladung an und versuche es erneut.",team_membership_mismatch:"Die Mitglieds-ID geh\xF6rt nicht zur Team-ID.",team_invite_mismatch:"Die Einladung geh\xF6rt nicht zum aktuellen Benutzer.",team_already_exists:"Ein Team mit der angeforderten ID existiert bereits. Bitte w\xE4hle eine andere ID und versuche es erneut.",membership_not_found:"Die Mitgliedschaft mit der angeforderten ID konnte nicht gefunden werden.",membership_already_confirmed:"Die Mitgliedschaft ist bereits best\xE4tigt.",avatar_set_not_found:"Das angeforderte Avatar-Set konnte nicht gefunden werden.",avatar_not_found:"Der angeforderte Avatar konnte nicht gefunden werden.",avatar_image_not_found:"Das angeforderte Bild wurde unter der URL nicht gefunden.",avatar_remote_url_failed:"Favicon konnte nicht von der angeforderten URL geholt werden.",avatar_icon_not_found:"Das angeforderte Favicon konnte nicht gefunden werden.",storage_file_already_exists:"Eine Storage Datei mit der angeforderten ID ist bereits vorhanden.",storage_file_not_found:"Die angeforderte Datei wurde nicht gefunden.",storage_device_not_found:"Das angeforderte Speicherger\xE4t konnte nicht gefunden werden.",storage_file_empty:"Leere Datei, die dem Endpunkt gegeben wurde.",storage_file_type_unsupported:"Die angegebene Dateierweiterung wird nicht unterst\xFCtzt.",storage_invalid_file_size:"Die Dateigr\xF6\xDFe ist entweder ung\xFCltig oder \xFCberschreitet die maximal zul\xE4ssige Gr\xF6\xDFe. Bitte \xFCberpr\xFCfe die Datei oder den Wert der Umgebungsvariable _APP_STORAGE_LIMIT.",storage_invalid_file:"Die hochgeladene Datei ist ung\xFCltig. Bitte \xFCberpr\xFCfe die Datei und versuche es erneut.",storage_bucket_already_exists:"Ein Speicher-Bucket mit der angegebenen ID existiert bereits. Versuche es mit einer anderen ID oder verwende ID.unique(), um eine eindeutige ID zu generieren.",storage_bucket_not_found:"Ein Speicher-Bucket mit der angegebenen ID konnte nicht gefunden werden.",storage_invalid_content_range:"Der Inhaltsbereich ist ung\xFCltig. Bitte \xFCberpr\xFCfe den Wert des Content-Range-Headers.",storage_invalid_range:"Der angeforderte Bereich kann nicht erf\xFCllt werden. Bitte \xFCberpr\xFCfe den Wert des Range-Headers.",storage_invalid_appwrite_id:"Der Wert des x-appwrite-id Headers ist ung\xFCltig. Bitte \xFCberpr\xFCfe, ob der Wert des x-appwrite-id Headers eine g\xFCltige ID ist und nicht unique().",storage_file_not_public:"Die angeforderte Datei ist nicht \xF6ffentlich lesbar.",installation_not_found:"Eine Installation mit der angegebenen ID konnte nicht gefunden werden. \xDCberpr\xFCfe, ob die ID korrekt ist, oder erstelle die Installation.",provider_repository_not_found:"Ein VCS-Repository (Versionsverwaltungssystem) mit der angegebenen ID konnte nicht gefunden werden. \xDCberpr\xFCfe, ob die ID korrekt ist und ob sie zur angegebenen installationId geh\xF6rt.",repository_not_found:"Ein Repository mit der angegebenen ID konnte nicht gefunden werden. \xDCberpr\xFCfe, ob die ID korrekt ist, oder erstelle das Repository.",provider_contribution_conflict:"Externe Contributions sind bereits autorisiert.",general_provider_failure:"Der VCS-Anbieter (Versionsverwaltungssystem) konnte die Anfrage nicht verarbeiten. Wir gehen davon aus, dass dies ein Fehler beim VCS-Anbieter ist. Versuche es erneut oder kontaktiere den Support f\xFCr weitere Informationen.",function_not_found:"Funktion mit der angeforderten ID konnte nicht gefunden werden.",function_runtime_unsupported:'Der Einstiegspunkt f\xFCr deine Appwrite Function fehlt. Bitte gib ihn bei der Bereitstellung an oder aktualisiere den Einstiegspunkt unter "Einstellungen" > "Konfiguration" > "Entrypoint" deiner Funktion',function_synchronous_timeout:"Die Ausf\xFChrung der synchronen Funktion hat das Zeitlimit \xFCberschritten. Verwende stattdessen eine asynchrone Ausf\xFChrung oder stelle sicher, dass die Ausf\xFChrungsdauer 30 Sekunden nicht \xFCberschreitet.",function_template_not_found:"Funktionsvorlage mit der angeforderten ID konnte nicht gefunden werden.",build_not_found:"Build mit der angeforderten ID konnte nicht gefunden werden.",build_not_ready:"Build mit der angeforderten ID wird erstellt und ist noch nicht zur Ausf\xFChrung bereit.",build_in_progress:"Ein Build mit der angegebenen ID ist bereits in Bearbeitung. Bitte warte, bevor du es erneut versuchst.",build_already_completed:"Der Build mit der angeforderten ID ist bereits abgeschlossen und kann nicht mehr abgebrochen werden.",deployment_not_found:"Ein Deployment mit der angegebenen ID konnte nicht gefunden werden.",execution_not_found:"Eine Ausf\xFChrung mit der angegebenen ID konnte nicht gefunden werden.",execution_in_progress:"Eine laufende Ausf\xFChrung kann nicht gel\xF6scht werden. Bitte warte, bis die Ausf\xFChrung abgeschlossen ist, bevor du sie l\xF6schst.",database_not_found:"Datenbank nicht gefunden",database_already_exists:"Datenbank existiert bereits",database_timeout:"Die Datenbank hat das Zeitlimit \xFCberschritten. Versuche, deine Abfragen zu optimieren oder einen Index hinzuzuf\xFCgen.",collection_not_found:"Sammlung mit der angeforderten ID konnte nicht gefunden werden.",collection_already_exists:"Eine Collection mit der angegebenen ID existiert bereits. Versuche es mit einer anderen ID oder verwende ID.unique(), um eine eindeutige ID zu generieren.",collection_limit_exceeded:"Die maximale Anzahl an Collections wurde erreicht.",document_not_found:"Das Dokument mit der angeforderten ID konnte nicht gefunden werden.",document_invalid_structure:"Die Dokumentenstruktur ist ung\xFCltig. Bitte stelle sicher, dass die Attribute mit der Definition der Collection \xFCbereinstimmen.",document_missing_data:"Die Dokumentdaten fehlen. Bitte versuche es erneut und stelle sicher, dass die Dokumentdaten ausgef\xFCllt sind.",document_missing_payload:"Die Dokumentdaten und Berechtigungen fehlen. Du musst entweder Dokumentdaten oder Berechtigungen angeben, die aktualisiert werden sollen.",document_already_exists:"Ein Dokument mit der angegebenen ID existiert bereits. Versuche es mit einer anderen ID oder verwende ID.unique(), um eine eindeutige ID zu generieren.",document_update_conflict:"Das Server-Dokument ist neuer als das lokale.",document_delete_restricted:"Das Dokument kann nicht gel\xF6scht werden, da es von einem anderen Dokument referenziert wird.",attribute_not_found:"Das Attribut mit der angeforderten ID konnte nicht gefunden werden.",attribute_unknown:"Der f\xFCr den Index ben\xF6tigte Attribut konnte nicht gefunden werden. Bitte stelle sicher, dass alle deine Attribute im verf\xFCgbaren Zustand sind.",attribute_not_available:"Der angefragte Attribut ist noch nicht verf\xFCgbar. Bitte versuche es sp\xE4ter erneut.",attribute_format_unsupported:"Das gew\xFCnschte Attributformat wird nicht unterst\xFCtzt.",attribute_default_unsupported:"Standardwerte k\xF6nnen nicht f\xFCr Array- oder Pflichtattribute gesetzt werden.",attribute_already_exists:"Attribut mit dem angeforderten Schl\xFCssel existiert bereits. Attributschl\xFCssel m\xFCssen eindeutig sein, bitte versuche es mit einem anderen Schl\xFCssel erneut.",attribute_limit_exceeded:"Die maximale Anzahl von Attributen wurde erreicht.",attribute_value_invalid:"Der Attributwert ist ung\xFCltig. Bitte \xFCberpr\xFCfe den Typ, den Bereich und den Wert des Attributs.",attribute_type_invalid:"Der Attributtyp ist ung\xFCltig.",relationship_value_invalid:"Der Relationship-Wert ist ung\xFCltig.",attribute_invalid_resize:"Bestehende Daten sind zu gro\xDF f\xFCr die neue Gr\xF6\xDFe, k\xFCrze deine vorhandenen Daten und versuche es dann erneut.",index_not_found:"Index mit der angeforderten ID konnte nicht gefunden werden.",index_limit_exceeded:"Die maximale Anzahl von Indizes wurde erreicht.",index_already_exists:"Index mit dem angeforderten Schl\xFCssel existiert bereits. Versuche es mit einem anderen Schl\xFCssel erneut.",index_invalid:"Index ung\xFCltig.",project_not_found:"Projekt mit der angefragten ID konnte nicht gefunden werden. Bitte \xFCberpr\xFCfe den Wert des X-Appwrite-Project Headers, um sicherzustellen, dass die korrekte Projekt-ID verwendet wird.",project_already_exists:"Projekt mit der angefragten ID existiert bereits. Versuche es mit einer anderen ID oder verwende ID.unique(), um eine eindeutige ID zu generieren.",project_provider_disabled:"Der ausgew\xE4hlte OAuth-Anbieter ist deaktiviert. Du kannst den OAuth-Anbieter \xFCber die Appwrite-Konsole aktivieren.",project_provider_unsupported:'Der ausgew\xE4hlte OAuth-Anbieter wird nicht unterst\xFCtzt. Bitte \xFCberpr\xFCfe die <a href="/docs/client/account?sdk=web-default#accountCreateOAuth2Session">Create OAuth2 Session Dokumentation</a> f\xFCr die vollst\xE4ndige Liste der unterst\xFCtzten OAuth-Anbieter.',project_invalid_success_url:"Ung\xFCltige Weiterleitungs-URL f\xFCr OAuth-Erfolg.",project_invalid_failure_url:"Ung\xFCltige Umleitungs-URL f\xFCr OAuth-Fehler.",project_reserved_project:"Die Projekt-ID ist reserviert. Bitte w\xE4hle eine andere Projekt-ID.",project_key_expired:"Der Projektschl\xFCssel ist abgelaufen. Bitte generiere einen neuen Schl\xFCssel \xFCber die Appwrite-Konsole.",router_host_not_found:"Host wird nicht vertraut. Dies k\xF6nnte passieren, weil du keine benutzerdefinierte Domain konfiguriert hast. F\xFCge zuerst eine benutzerdefinierte Domain zu deinem Projekt hinzu und versuche es erneut.",router_domain_not_configured:"Die Umgebungsvariablen _APP_DOMAIN, _APP_DOMAIN_TARGET und _APP_DOMAIN_FUNCTIONS wurden nicht konfiguriert. Bitte konfiguriere die Domain-Umgebungsvariablen, bevor du auf die Appwrite-Konsole \xFCber eine IP-Adresse oder einen Hostnamen, der nicht localhost ist, zugreifst. Dieser Wert k\xF6nnte eine IP wie 203.0.113.0 oder ein Hostname wie example.com sein.",rule_resource_not_found:'Ressource konnte nicht gefunden werden. Bitte \xFCberpr\xFCfe, ob die "resourceId" und "resourceType" korrekt sind oder ob die Ressource tats\xE4chlich existiert.',rule_not_found:"Regel mit der angefragten ID konnte nicht gefunden werden. Bitte \xFCberpr\xFCfe, ob die angegebene ID korrekt ist oder ob die Regel tats\xE4chlich existiert.",rule_already_exists:"Domain wird bereits verwendet. Bitte versuche es mit einer anderen Domain erneut.",rule_verification_failed:"Domain-Verifizierung fehlgeschlagen. Bitte \xFCberpr\xFCfe, ob deine DNS-Eintr\xE4ge korrekt sind und versuche es erneut.",project_smtp_config_invalid:"Die angegebene SMTP-Konfiguration ist ung\xFCltig. Bitte \xFCberpr\xFCfe die konfigurierten Werte und versuche es erneut.",project_template_default_deletion:"Du kannst die Standardvorlage nicht l\xF6schen. Wenn du versuchst, deine Vorlagen\xE4nderungen zur\xFCckzusetzen, kannst du diesen Fehler ignorieren, da sie bereits zur\xFCckgesetzt wurden.",project_region_unsupported:"Die angeforderte Region ist entweder inaktiv oder nicht unterst\xFCtzt. Bitte \xFCberpr\xFCfe den Wert der Umgebungsvariable _APP_REGIONS.",webhook_not_found:"Webhook mit der angefragten ID konnte nicht gefunden werden.",key_not_found:"Der Schl\xFCssel mit der angeforderten ID konnte nicht gefunden werden.",platform_not_found:"Plattform mit der angefragten ID konnte nicht gefunden werden.",variable_not_found:"Variable mit der angefragten ID konnte nicht gefunden werden.",variable_already_exists:"Variable mit derselben ID existiert bereits in diesem Projekt. Versuche es mit einer anderen ID erneut.",graphql_no_query:'Parameter "query" ist nicht optional.',graphql_too_many_queries:"Zu viele Queries.",migration_not_found:"Migration mit der angefragten ID konnte nicht gefunden werden. Bitte \xFCberpr\xFCfe, ob die angegebene ID korrekt ist und versuche es erneut.",migration_already_exists:"Migration mit der angefragten ID existiert bereits. Versuche es mit einer anderen ID erneut.",migration_in_progress:'Migration ist bereits im Gange. Du kannst den Status der Migration in der Appwrite Konsole unter "Einstellungen" > "Migrationen" \xFCberpr\xFCfen.',realtime_message_format_invalid:"Das Nachrichtenformat ist ung\xFCltig.",realtime_policy_violation:"Richtlinienversto\xDF.",realtime_too_many_messages:"Zu viele Nachrichten.",migration_provider_error:"Aufseiten des Anbieters ist ein Fehler aufgetreten. Bitte versuch es sp\xE4ter erneut.",health_queue_size_exceeded:"Warteschlangen-Gr\xF6\xDFenschwelle erreicht.",health_certificate_expired:"Das SSL-Zertifikat f\xFCr die angegebene Domain ist abgelaufen und nicht mehr g\xFCltig.",health_invalid_host:"Verbindung zur angegebenen Domain konnte nicht hergestellt werden. Bitte \xFCberpr\xFCfe den Domainnamen und stelle sicher, dass der Server l\xE4uft und erreichbar ist.",provider_not_found:"Anbieter mit der angefragten ID konnte nicht gefunden werden.",provider_already_exists:"Anbieter mit der angefragten ID existiert bereits.",provider_incorrect_type:"Anbieter mit der angefragten ID ist vom falschen Typ.",provider_missing_credentials:"Anbieter mit der angefragten ID fehlen die Zugangsdaten.",topic_not_found:"The requested topic ID could not be found.",topic_already_exists:"Ein Thema mit der angefragten ID existiert bereits.",subscriber_not_found:"Abonnent mit der angefragten ID konnte nicht gefunden werden.",subscriber_already_exists:"Abonnent mit der angefragten ID existiert bereits.",message_not_found:"Nachricht mit der angefragten ID konnte nicht gefunden werden.",message_missing_target:"Nachricht mit der angefragten ID hat keine Empf\xE4nger (Themen oder Benutzer oder Ziele).",message_already_sent:"Nachricht mit der angefragten ID wurde bereits gesendet.",message_already_processing:"Nachricht mit der angefragten ID wird bereits verarbeitet.",message_already_failed:"Nachricht mit der angefragten ID ist bereits fehlgeschlagen.",message_already_scheduled:"Nachricht mit der angefragten ID wurde bereits zur Zustellung eingeplant.",message_target_not_email:"Nachricht mit der Ziel-ID ist kein E-Mail-Ziel.",message_target_not_sms:"Nachricht mit der Ziel-ID ist kein SMS-Ziel.",message_target_not_push:"Nachricht mit der Ziel-ID ist kein Push-Ziel.",message_missing_schedule:'Eine Nachricht kann den Status "geplant" nicht ohne ein Zeitplan haben.',schedule_not_found:"Zeitplan mit der angefragten ID konnte nicht gefunden werden.",target_provider_invalid_type:"Ziel hat einen ung\xFCltigen Anbietertyp."};var d={"404":"The requested resource could not be found.","500":"An unknown server error has occurred. Please check the logs for more information.",general_unknown:"An unknown error has occurred. Please check the logs for more information.",general_mock:"General errors thrown by the mock controller used for testing.",general_access_forbidden:"Access to this API is forbidden.",general_unknown_origin:"The request originated from an unknown origin. If you trust this domain, please list it as a trusted platform in the Appwrite console.",general_api_disabled:"The requested API is disabled. You can enable the API from the Appwrite console.",general_service_disabled:"The requested service is disabled. You can enable the service from the Appwrite console.",general_unauthorized_scope:"The current user or API key does not have the required scopes to access the requested resource.",general_rate_limit_exceeded:"Rate limit for the current endpoint has been exceeded. Please try again after some time.",general_smtp_disabled:'SMTP is disabled on your Appwrite instance. You can <a href="/docs/email-delivery">learn more about setting up SMTP</a> in our docs.',general_phone_disabled:"Phone provider is not configured. Please check the _APP_SMS_PROVIDER environment variable of your Appwrite server.",general_argument_invalid:"The request contains one or more invalid arguments. Please refer to the endpoint documentation.",general_query_limit_exceeded:"Query limit exceeded for the current attribute. Usage of more than 100 query values on a single attribute is prohibited.",general_query_invalid:"The query's syntax is invalid. Please check the query and try again.",general_route_not_found:"The requested route was not found. Please refer to the API docs and try again.",general_cursor_not_found:"The cursor is invalid. This can happen if the item represented by the cursor has been deleted.",general_server_error:"An internal server error occurred.",general_protocol_unsupported:"The request cannot be fulfilled with the current protocol. Please check the value of the _APP_OPTIONS_FORCE_HTTPS environment variable.",general_codes_disabled:"Invitation codes are disabled on this server. Please contact the server administrator.",general_usage_disabled:"Usage stats is not configured. Please check the value of the _APP_USAGE_STATS environment variable of your Appwrite server.",general_not_implemented:"This method was not fully implemented yet. If you believe this is a mistake, please upgrade your Appwrite server version.",general_invalid_email:"Value must be a valid email address.",general_invalid_phone:"Value must be a valid phone number. Format this number with a leading '+' and a country code, e.g., +16175551212.",general_region_access_denied:"Your location is not supported due to legal requirements.",general_bad_request:"There was an error processing your request. Please check the inputs and try again.",user_count_exceeded:"The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console.",user_console_count_exceeded:'Sign up to the console is restricted. You can contact an administrator to update console sign up restrictions by setting _APP_CONSOLE_WHITELIST_ROOT to "disabled".',user_jwt_invalid:"The JWT token is invalid. Please check the value of the X-Appwrite-JWT header to ensure the correct token is being used.",user_already_exists:"A user with the same id, email, or phone already exists in this project.",user_blocked:`The current user has been blocked. You can unblock the user by making a request to the User API's "Update User Status" endpoint or in the Appwrite Console's Auth section.`,user_invalid_token:"Invalid token passed in the request.",user_password_reset_required:"The current user requires a password reset.",user_email_not_whitelisted:"Console registration is restricted to specific emails. Contact your administrator for more information.",user_invalid_code:"The specified code is not valid. Contact your administrator for more information.",user_ip_not_whitelisted:"Console registration is restricted to specific IPs. Contact your administrator for more information.",user_invalid_credentials:"Invalid credentials. Please check the email and password.",user_anonymous_console_prohibited:"Anonymous users cannot be created for the console project.",user_session_already_exists:"Creation of a session is prohibited when a session is active.",user_not_found:"User with the requested ID could not be found.",user_email_already_exists:"A user with the same email already exists in the current project.",user_password_mismatch:"Passwords do not match. Please check the password and confirm password.",password_recently_used:"The password you are trying to use is similar to your previous password. For your security, please choose a different password and try again.",password_personal_data:"The password you are trying to use contains references to your name, email, phone or userID. For your security, please choose a different password and try again.",user_session_not_found:"The current user session could not be found.",user_identity_not_found:"The identity could not be found. Please sign in with OAuth provider to create identity first.",user_unauthorized:"The current user is not authorized to perform the requested action.",user_auth_method_unsupported:"The requested authentication method is either disabled or unsupported. Please check the supported authentication methods in the Appwrite console.",user_phone_already_exists:"A user with the same phone number already exists in the current project.",user_recovery_codes_already_exists:"The current user already generated recovery codes and they can only be read once for security reasons.",user_authenticator_not_found:"Authenticator could not be found on the current user.",user_recovery_codes_not_found:"Recovery codes could not be found on the current user.",user_authenticator_already_verified:"This authenticator is already verified on the current user.",user_phone_not_found:"The current user does not have a phone number associated with their account.",user_missing_id:"Missing ID from OAuth2 provider.",user_more_factors_required:"More factors are required to complete the sign in process.",user_challenge_required:"A recently successful challenge is required to complete this action. A challenge is considered recent for 5 minutes.",user_oauth2_bad_request:"OAuth2 provider rejected the bad request.",user_oauth2_unauthorized:"OAuth2 provider rejected the unauthorized request.",user_oauth2_provider_error:"OAuth2 provider returned some error.",user_email_already_verified:"User email is already verified",user_phone_already_verified:"User phone is already verified",user_deletion_prohibited:"User deletion is not allowed for users with active memberships. Please delete all confirmed memberships before deleting the account.",user_target_not_found:"The target could not be found.",user_target_already_exists:"A target with the same ID already exists.",user_key_and_session_set:"API key and session used in the same request. Use either `setSession` or `setKey`. Learn about which authentication method to use in the SSR docs: https://appwrite.io/docs/products/auth/server-side-rendering",api_key_expired:"The dynamic API key has expired. Please don't use dynamic API keys for more than duration of the execution.",team_not_found:"Team with the requested ID could not be found.",team_invite_already_exists:"User has already been invited or is already a member of this team",team_invite_not_found:"The requested team invitation could not be found.",team_invalid_secret:"The team invitation secret is invalid. Please request a new invitation and try again.",team_membership_mismatch:"The membership ID does not belong to the team ID.",team_invite_mismatch:"The invite does not belong to the current user.",team_already_exists:"Team with requested ID already exists. Please choose a different ID and try again.",membership_not_found:"Membership with the requested ID could not be found.",membership_already_confirmed:"Membership is already confirmed.",avatar_set_not_found:"The requested avatar set could not be found.",avatar_not_found:"The request avatar could not be found.",avatar_image_not_found:"The requested image was not found at the URL.",avatar_remote_url_failed:"Failed to fetch favicon from the requested URL.",avatar_icon_not_found:"The requested favicon could not be found.",storage_file_already_exists:"A storage file with the requested ID already exists.",storage_file_not_found:"The requested file could not be found.",storage_device_not_found:"The requested storage device could not be found.",storage_file_empty:"Empty file passed to the endpoint.",storage_file_type_unsupported:"The given file extension is not supported.",storage_invalid_file_size:"The file size is either not valid or exceeds the maximum allowed size. Please check the file or the value of the _APP_STORAGE_LIMIT environment variable.",storage_invalid_file:"The uploaded file is invalid. Please check the file and try again.",storage_bucket_already_exists:"A storage bucket with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.",storage_bucket_not_found:"Storage bucket with the requested ID could not be found.",storage_invalid_content_range:"The content range is invalid. Please check the value of the Content-Range header.",storage_invalid_range:"The requested range is not satisfiable. Please check the value of the Range header.",storage_invalid_appwrite_id:"The value for x-appwrite-id header is invalid. Please check the value of the x-appwrite-id header is a valid id and not unique().",storage_file_not_public:"The requested file is not publicly readable.",installation_not_found:"Installation with the requested ID could not be found. Check to see if the ID is correct, or create the installation.",provider_repository_not_found:"VCS (Version Control System) repository with the requested ID could not be found. Check to see if the ID is correct, and if it belongs to installationId you provided.",repository_not_found:"Repository with the requested ID could not be found. Check to see if the ID is correct, or create the repository.",provider_contribution_conflict:"External contribution is already authorized.",general_provider_failure:"VCS (Version Control System) provider failed to process the request. We believe this is an error with the VCS provider. Try again, or contact support for more information.",function_not_found:"Function with the requested ID could not be found.",function_runtime_unsupported:`Entrypoint for your Appwrite Function is missing. Please specify it when making deployment or update the entrypoint under your function's "Settings" > "Configuration" > "Entrypoint".`,function_synchronous_timeout:"Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.",function_template_not_found:"Function Template with the requested ID could not be found.",build_not_found:"Build with the requested ID could not be found.",build_not_ready:"Build with the requested ID is building and not ready for execution.",build_in_progress:"Build with the requested ID is already in progress. Please wait before you can retry.",build_already_completed:"Build with the requested ID is already completed and cannot be canceled.",deployment_not_found:"Deployment with the requested ID could not be found.",execution_not_found:"Execution with the requested ID could not be found.",execution_in_progress:"Can't delete ongoing execution. Please wait for execution to finish before deleting it.",database_not_found:"Database not found",database_already_exists:"Database already exists",database_timeout:"Database timed out. Try adjusting your queries or adding an index.",collection_not_found:"Collection with the requested ID could not be found.",collection_already_exists:"A collection with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.",collection_limit_exceeded:"The maximum number of collections has been reached.",document_not_found:"Document with the requested ID could not be found.",document_invalid_structure:"The document structure is invalid. Please ensure the attributes match the collection definition.",document_missing_data:"The document data is missing. Try again with document data populated",document_missing_payload:"The document data and permissions are missing. You must provide either document data or permissions to be updated.",document_already_exists:"Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.",document_update_conflict:"Remote document is newer than local.",document_delete_restricted:"Document cannot be deleted because it is referenced by another document.",attribute_not_found:"Attribute with the requested ID could not be found.",attribute_unknown:"The attribute required for the index could not be found. Please confirm all your attributes are in the available state.",attribute_not_available:"The requested attribute is not yet available. Please try again later.",attribute_format_unsupported:"The requested attribute format is not supported.",attribute_default_unsupported:"Default values cannot be set for array or required attributes.",attribute_already_exists:"Attribute with the requested key already exists. Attribute keys must be unique, try again with a different key.",attribute_limit_exceeded:"The maximum number of attributes has been reached.",attribute_value_invalid:"The attribute value is invalid. Please check the type, range and value of the attribute.",attribute_type_invalid:"The attribute type is invalid.",relationship_value_invalid:"The relationship value is invalid.",attribute_invalid_resize:"Existing data is too large for new size, truncate your existing data then try again.",index_not_found:"Index with the requested ID could not be found.",index_limit_exceeded:"The maximum number of indexes has been reached.",index_already_exists:"Index with the requested key already exists. Try again with a different key.",index_invalid:"Index invalid.",project_not_found:"Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.",project_already_exists:"Project with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.",project_provider_disabled:"The chosen OAuth provider is disabled. You can enable the OAuth provider using the Appwrite console.",project_provider_unsupported:'The chosen OAuth provider is unsupported. Please check the <a href="/docs/client/account?sdk=web-default#accountCreateOAuth2Session">Create OAuth2 Session docs</a> for the complete list of supported OAuth providers.',project_invalid_success_url:"Invalid redirect URL for OAuth success.",project_invalid_failure_url:"Invalid redirect URL for OAuth failure.",project_reserved_project:"The project ID is reserved. Please choose another project ID.",project_key_expired:"The project key has expired. Please generate a new key using the Appwrite console.",router_host_not_found:"Host is not trusted. This could occur because you have not configured a custom domain. Add a custom domain to your project first and try again.",router_domain_not_configured:"_APP_DOMAIN, _APP_DOMAIN_TARGET, and _APP_DOMAIN_FUNCTIONS environment variables have not been configured. Please configure the domain environment variables before accessing the Appwrite Console via any IP address or hostname other than localhost. This value could be an IP like 203.0.113.0 or a hostname like example.com.",rule_resource_not_found:"Resource could not be found. Please check if the resourceId and resourceType are correct, or if the resource actually exists.",rule_not_found:"Rule with the requested ID could not be found. Please check if the ID provided is correct or if the rule actually exists.",rule_already_exists:"Domain is already used. Please try again with a different domain.",rule_verification_failed:"Domain verification failed. Please check if your DNS records are correct and try again.",project_smtp_config_invalid:"Provided SMTP config is invalid. Please check the configured values and try again.",project_template_default_deletion:"You can't delete default template. If you are trying to reset your template changes, you can ignore this error as it's already been reset.",project_region_unsupported:"The requested region is either inactive or unsupported. Please check the value of the _APP_REGIONS environment variable.",webhook_not_found:"Webhook with the requested ID could not be found.",key_not_found:"Key with the requested ID could not be found.",platform_not_found:"Platform with the requested ID could not be found.",variable_not_found:"Variable with the requested ID could not be found.",variable_already_exists:"Variable with the same ID already exists in this project. Try again with a different ID.",graphql_no_query:'Param "query" is not optional.',graphql_too_many_queries:"Too many queries.",migration_not_found:"Migration with the requested ID could not be found. Please verify that the provided ID is correct and try again.",migration_already_exists:"Migration with the requested ID already exists. Try again with a different ID.",migration_in_progress:`Migration is already in progress. You can check the status of the migration in your Appwrite Console's "Settings" > "Migrations".`,realtime_message_format_invalid:"Message format is not valid.",realtime_policy_violation:"Policy violation.",realtime_too_many_messages:"Too many messages.",migration_provider_error:"An error occurred on the provider's side. Please try again later.",health_queue_size_exceeded:"Queue size threshold hit.",health_certificate_expired:"The SSL certificate for the specified domain has expired and is no longer valid.",health_invalid_host:"Failed to establish a connection to the specified domain. Please verify the domain name and ensure that the server is running and accessible.",provider_not_found:"Provider with the requested ID could not be found.",provider_already_exists:"Provider with the requested ID already exists.",provider_incorrect_type:"Provider with the requested ID is of the incorrect type.",provider_missing_credentials:"Provider with the requested ID is missing credentials.",topic_not_found:"Topic with the request ID could not be found.",topic_already_exists:"Topic with the request ID already exists.",subscriber_not_found:"Subscriber with the request ID could not be found.",subscriber_already_exists:"Subscriber with the request ID already exists.",message_not_found:"Message with the requested ID could not be found.",message_missing_target:"Message with the requested ID has no recipients (topics or users or targets).",message_already_sent:"Message with the requested ID has already been sent.",message_already_processing:"Message with the requested ID is already being processed.",message_already_failed:"Message with the requested ID has already failed.",message_already_scheduled:"Message with the requested ID has already been scheduled for delivery.",message_target_not_email:"Message with the target ID is not an email target.",message_target_not_sms:"Message with the target ID is not an SMS target.",message_target_not_push:"Message with the target ID is not a push target.",message_missing_schedule:'Message can not have status "scheduled" without a schedule.',schedule_not_found:"Schedule with the requested ID could not be found.",target_provider_invalid_type:"Target has an invalid provider type."};var l={"404":"Non \xE8 stato possibile trovare la risorsa richiesta.","500":"Si \xE8 verificato un errore sconosciuto del server. Controllare i log per ulteriori informazioni.",general_unknown:"Si \xE8 verificato un errore sconosciuto. Controllare i registri per ulteriori informazioni.",general_mock:"Errori generali lanciati dal controllore mock usato per i test.",general_access_forbidden:"L'accesso a questa API \xE8 vietato.",general_unknown_origin:"La richiesta proviene da un'origine sconosciuta. Se ci si fida di questo dominio, elencarlo come piattaforma affidabile nella console Appwrite.",general_api_disabled:"L'API richiesta \xE8 disattivata. \xC8 possibile abilitare l'API dalla console di Appwrite.",general_service_disabled:"Il servizio richiesto \xE8 disattivato. \xC8 possibile abilitare il servizio dalla console di Appwrite.",general_unauthorized_scope:"L'utente o la chiave API corrente non dispone degli ambiti necessari per accedere alla risorsa richiesta.",general_rate_limit_exceeded:"Il limite di velocit\xE0 per l'endpoint corrente \xE8 stato superato. Riprovare dopo qualche tempo.",general_smtp_disabled:`SMTP \xE8 disabilitato sulla vostra istanza di Appwrite. Per <a href="/docs/email-delivery">ulteriori informazioni sull'impostazione di SMTP</a>, consultare i nostri documenti.`,general_phone_disabled:"Il provider telefonico non \xE8 configurato. Controllare la variabile d'ambiente _APP_SMS_PROVIDER del server Appwrite.",general_argument_invalid:"La richiesta contiene uno o pi\xF9 argomenti non validi. Consultare la documentazione dell'endpoint.",general_query_limit_exceeded:"Limite di query superato per l'attributo corrente. \xC8 vietato l'uso di pi\xF9 di 100 valori di query per un singolo attributo.",general_query_invalid:"La sintassi della query non \xE8 valida. Controllare la query e riprovare.",general_route_not_found:"Il percorso richiesto non \xE8 stato trovato. Consultare la documentazione API e riprovare.",general_cursor_not_found:"Il cursore non \xE8 valido. Questo pu\xF2 accadere se l'elemento rappresentato dal cursore \xE8 stato cancellato.",general_server_error:"Si \xE8 verificato un errore interno al server.",general_protocol_unsupported:"La richiesta non pu\xF2 essere soddisfatta con il protocollo corrente. Controllare il valore della variabile d'ambiente _APP_OPTIONS_FORCE_HTTPS.",general_codes_disabled:"I codici invito sono disabilitati su questo server. Contattare l'amministratore del server.",general_usage_disabled:"Le statistiche di utilizzo non sono configurate. Controllare il valore della variabile d'ambiente _APP_USAGE_STATS del server Appwrite.",general_not_implemented:"Questo metodo non \xE8 stato ancora completamente implementato. Se si ritiene che si tratti di un errore, aggiornare la versione del server Appwrite.",general_invalid_email:"Il valore deve essere un indirizzo e-mail valido.",general_invalid_phone:'Il valore deve essere un numero di telefono valido. Formattare questo numero con un "+" iniziale e un codice paese, ad esempio +16175551212.',general_region_access_denied:"La vostra posizione non \xE8 supportata a causa di requisiti legali.",general_bad_request:"Si \xE8 verificato un errore nell'elaborazione della richiesta. Controllare gli input e riprovare.",user_count_exceeded:"Il progetto corrente ha superato il numero massimo di utenti. Controllare il limite di utenti nella console di Appwrite.",user_console_count_exceeded:`L'accesso alla console \xE8 limitato. \xC8 possibile contattare un amministratore per aggiornare le restrizioni di accesso alla console impostando _APP_CONSOLE_WHITELIST_ROOT su "disabled".`,user_jwt_invalid:"Il token JWT non \xE8 valido. Verificare il valore dell'intestazione X-Appwrite-JWT per assicurarsi che venga utilizzato il token corretto.",user_already_exists:"Un utente con lo stesso id, email o telefono esiste gi\xE0 in questo progetto.",user_blocked:`L'utente corrente \xE8 stato bloccato. \xC8 possibile sbloccare l'utente effettuando una richiesta all'endpoint "Update User Status" dell'API Utente o nella sezione Auth della Console Appwrite.`,user_invalid_token:"Token non valido inserito nella richiesta.",user_password_reset_required:"L'utente corrente richiede la reimpostazione della password.",user_email_not_whitelisted:"La registrazione della console \xE8 limitata a specifici messaggi di posta elettronica. Per ulteriori informazioni, contattare l'amministratore.",user_invalid_code:"Il codice specificato non \xE8 valido. Contattare l'amministratore per ulteriori informazioni.",user_ip_not_whitelisted:"La registrazione della console \xE8 limitata a determinati IP. Per ulteriori informazioni, contattare l'amministratore.",user_invalid_credentials:"Credenziali non valide. Controllare l'e-mail e la password.",user_anonymous_console_prohibited:"Non \xE8 possibile creare utenti anonimi per il progetto console.",user_session_already_exists:"La creazione di una sessione \xE8 vietata quando una sessione \xE8 attiva.",user_not_found:"Non \xE8 stato possibile trovare l'utente con l'ID richiesto.",user_email_already_exists:"Un utente con lo stesso indirizzo e-mail esiste gi\xE0 nel progetto corrente.",user_password_mismatch:"Le password non corrispondono. Controllare la password e confermarla.",password_recently_used:"La password che si sta cercando di utilizzare \xE8 simile a quella precedente. Per sicurezza, scegliere una password diversa e riprovare.",password_personal_data:"La password che si sta tentando di utilizzare contiene riferimenti al nome, all'e-mail, al telefono o all'ID utente. Per sicurezza, scegliere una password diversa e riprovare.",user_session_not_found:"Non \xE8 stato possibile trovare la sessione utente corrente.",user_identity_not_found:"L'identit\xE0 non \xE8 stata trovata. Accedere con il provider OAuth per creare l'identit\xE0.",user_unauthorized:"L'utente corrente non